2025-06-05T23:48:36.0454363Z Current runner version: '2.325.0' 2025-06-05T23:48:36.0461743Z Runner name: 'i-06fe4ee4d1bb64140' 2025-06-05T23:48:36.0463076Z Machine name: 'ip-10-0-34-82' 2025-06-05T23:48:36.0466136Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:48:36.0468950Z Contents: read 2025-06-05T23:48:36.0469648Z Metadata: read 2025-06-05T23:48:36.0470285Z ##[endgroup] 2025-06-05T23:48:36.0473409Z Secret source: Actions 2025-06-05T23:48:36.0474226Z Prepare workflow directory 2025-06-05T23:48:36.1218224Z Prepare all required actions 2025-06-05T23:48:36.1265396Z Getting action download info 2025-06-05T23:48:36.3995620Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:48:36.6952650Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:48:49.9148807Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:48:50.2565269Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:48:50.3607485Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:48:50.7659864Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:48:51.0313069Z Getting action download info 2025-06-05T23:48:51.1324511Z Download action repository 'pytorch/pytorch@main' (SHA:28796f71d04302029290f473a286efc2aba339c2) 2025-06-05T23:49:00.3583968Z Complete job name: test-arm-backend (test_run_ethosu_fvp) / linux-job 2025-06-05T23:49:00.4163873Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:49:00.4300114Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:49:00.4312055Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:00.4312993Z ##[endgroup] 2025-06-05T23:49:01.9081302Z Runner Type: linux.2xlarge.memory 2025-06-05T23:49:01.9081903Z Instance Type: r5.2xlarge 2025-06-05T23:49:01.9082199Z AMI Name: unknown 2025-06-05T23:49:01.9111414Z AMI ID: ami-071226ecf16aa7d96 2025-06-05T23:49:08.4995340Z ##[group]Run set -euxo pipefail 2025-06-05T23:49:08.4995950Z set -euxo pipefail 2025-06-05T23:49:08.4996295Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:49:08.4996749Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:49:08.4997183Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:49:08.4997542Z else 2025-06-05T23:49:08.4997837Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:49:08.4998260Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:49:08.4998597Z fi 2025-06-05T23:49:08.4998816Z  2025-06-05T23:49:08.4999102Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:49:08.4999476Z echo "::endgroup::" 2025-06-05T23:49:08.5010114Z shell: /usr/bin/bash -e {0} 2025-06-05T23:49:08.5010433Z env: 2025-06-05T23:49:08.5010769Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:08.5011219Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:08.5011627Z PR_NUMBER: 2025-06-05T23:49:08.5014215Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:08.5017175Z NO_SUDO: false 2025-06-05T23:49:08.5017442Z ##[endgroup] 2025-06-05T23:49:08.5048739Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:49:08.5065842Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:49:08.5069578Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:49:08.5070207Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:49:08.6253181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:49:08.6270796Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:49:08.6283632Z + echo ::endgroup:: 2025-06-05T23:49:08.6284894Z ##[endgroup] 2025-06-05T23:49:08.6406224Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:49:08.6406743Z with: 2025-06-05T23:49:08.6407014Z repository: pytorch/test-infra 2025-06-05T23:49:08.6407339Z path: test-infra 2025-06-05T23:49:08.6407610Z submodules: recursive 2025-06-05T23:49:08.6408127Z token: *** 2025-06-05T23:49:08.6408371Z ssh-strict: true 2025-06-05T23:49:08.6408611Z ssh-user: git 2025-06-05T23:49:08.6408880Z persist-credentials: true 2025-06-05T23:49:08.6409178Z clean: true 2025-06-05T23:49:08.6409436Z sparse-checkout-cone-mode: true 2025-06-05T23:49:08.6409764Z fetch-depth: 1 2025-06-05T23:49:08.6410005Z fetch-tags: false 2025-06-05T23:49:08.6410265Z show-progress: true 2025-06-05T23:49:08.6410516Z lfs: false 2025-06-05T23:49:08.6410767Z set-safe-directory: true 2025-06-05T23:49:08.6411073Z env: 2025-06-05T23:49:08.6411360Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:08.6411754Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:08.6412131Z PR_NUMBER: 2025-06-05T23:49:08.6414729Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:08.6417387Z ##[endgroup] 2025-06-05T23:49:08.7712416Z Syncing repository: pytorch/test-infra 2025-06-05T23:49:08.7713324Z ##[group]Getting Git version info 2025-06-05T23:49:08.7713911Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:49:08.7714716Z [command]/usr/bin/git version 2025-06-05T23:49:08.7715060Z git version 2.47.1 2025-06-05T23:49:08.7724927Z ##[endgroup] 2025-06-05T23:49:08.7738694Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2d4e3aea-ed06-4fd1-8141-91b2740873ba' before making global git config changes 2025-06-05T23:49:08.7739818Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:49:08.7744232Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:49:08.7776024Z ##[group]Initializing the repository 2025-06-05T23:49:08.7780945Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:49:08.7814107Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:49:08.7815041Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:49:08.7816116Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:49:08.7816582Z hint: 2025-06-05T23:49:08.7816900Z hint: git config --global init.defaultBranch 2025-06-05T23:49:08.7817288Z hint: 2025-06-05T23:49:08.7817643Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:49:08.7818278Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:49:08.7819021Z hint: 2025-06-05T23:49:08.7819461Z hint: git branch -m 2025-06-05T23:49:08.7820340Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:49:08.7824486Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:49:08.7857222Z ##[endgroup] 2025-06-05T23:49:08.7861665Z ##[group]Disabling automatic garbage collection 2025-06-05T23:49:08.7862214Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:49:08.7889136Z ##[endgroup] 2025-06-05T23:49:08.7895543Z ##[group]Setting up auth 2025-06-05T23:49:08.7896376Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:49:08.7923096Z [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:49:08.8241563Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:49:08.8271851Z [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:49:08.8572275Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:49:08.8613212Z ##[endgroup] 2025-06-05T23:49:08.8613839Z ##[group]Determining the default branch 2025-06-05T23:49:08.8616399Z Retrieving the default branch name 2025-06-05T23:49:09.0908334Z Default branch 'main' 2025-06-05T23:49:09.0909110Z ##[endgroup] 2025-06-05T23:49:09.0909591Z ##[group]Fetching the repository 2025-06-05T23:49:09.0914742Z [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:49:09.4928153Z From https://github.com/pytorch/test-infra 2025-06-05T23:49:09.4928704Z * [new branch] main -> origin/main 2025-06-05T23:49:09.4953268Z ##[endgroup] 2025-06-05T23:49:09.4953780Z ##[group]Determining the checkout info 2025-06-05T23:49:09.4954531Z ##[endgroup] 2025-06-05T23:49:09.4959665Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:49:09.4996690Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:49:09.5027856Z ##[group]Checking out the ref 2025-06-05T23:49:09.5033218Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:49:09.6029168Z Switched to a new branch 'main' 2025-06-05T23:49:09.6029754Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:49:09.6038277Z ##[endgroup] 2025-06-05T23:49:09.6039035Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:49:09.6045239Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:49:09.6089877Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:49:09.6124860Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:49:09.6158536Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:49:09.6187315Z ##[endgroup] 2025-06-05T23:49:09.6188348Z ##[group]Fetching submodules 2025-06-05T23:49:09.6192883Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:49:09.6505608Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:49:09.6815545Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:49:09.7119284Z ##[endgroup] 2025-06-05T23:49:09.7119840Z ##[group]Persisting credentials for submodules 2025-06-05T23:49:09.7125531Z [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:49:09.7432922Z [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:49:09.7743066Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:49:09.8055310Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:49:09.8359367Z ##[endgroup] 2025-06-05T23:49:09.8399831Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:49:09.8424562Z e339ed56a2ad5e0f901a4edc5e1d5770100696d3 2025-06-05T23:49:09.8624146Z Prepare all required actions 2025-06-05T23:49:09.8624756Z Getting action download info 2025-06-05T23:49:09.9552357Z Download action repository 'pytorch/test-infra@main' (SHA:e339ed56a2ad5e0f901a4edc5e1d5770100696d3) 2025-06-05T23:49:11.2736092Z Getting action download info 2025-06-05T23:49:11.3680575Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:49:11.5999902Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:49:11.6000312Z env: 2025-06-05T23:49:11.6000596Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:11.6001008Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:11.6001308Z PR_NUMBER: 2025-06-05T23:49:11.6003889Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:11.6006480Z ##[endgroup] 2025-06-05T23:49:11.6104398Z ##[group]Run set -euo pipefail 2025-06-05T23:49:11.6104798Z set -euo pipefail 2025-06-05T23:49:11.6105125Z function get_ec2_metadata() { 2025-06-05T23:49:11.6105536Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:49:11.6106266Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:49:11.6106894Z  category=$1 2025-06-05T23:49:11.6107919Z  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:49:11.6108955Z } 2025-06-05T23:49:11.6109243Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:49:11.6109718Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:49:11.6110243Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:49:11.6110708Z echo "system info $(uname -a)" 2025-06-05T23:49:11.6117455Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:11.6117880Z env: 2025-06-05T23:49:11.6118159Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:11.6118566Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:11.6118866Z PR_NUMBER: 2025-06-05T23:49:11.6121377Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:11.6124144Z ##[endgroup] 2025-06-05T23:49:11.6271183Z ami-id: ami-071226ecf16aa7d96 2025-06-05T23:49:11.6377965Z instance-id: i-06fe4ee4d1bb64140 2025-06-05T23:49:11.6486337Z instance-type: r5.2xlarge 2025-06-05T23:49:11.6497872Z system info Linux ip-10-0-34-82.ec2.internal 6.1.130-139.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 11 01:10:58 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-06-05T23:49:11.6539059Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:49:11.6540307Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:49:11.6547587Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:11.6548022Z env: 2025-06-05T23:49:11.6548297Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:11.6548706Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:11.6549028Z PR_NUMBER: 2025-06-05T23:49:11.6551541Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:11.6554134Z ##[endgroup] 2025-06-05T23:49:11.6635876Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:49:11.6636421Z if systemctl is-active --quiet docker; then 2025-06-05T23:49:11.6636838Z  echo "Docker daemon is running..."; 2025-06-05T23:49:11.6637202Z else 2025-06-05T23:49:11.6637584Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:49:11.6638063Z fi 2025-06-05T23:49:11.6644112Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:11.6644543Z env: 2025-06-05T23:49:11.6644829Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:11.6645215Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:11.6645530Z PR_NUMBER: 2025-06-05T23:49:11.6648036Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:11.6650645Z ##[endgroup] 2025-06-05T23:49:11.6733213Z Docker daemon is running... 2025-06-05T23:49:11.6765329Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:49:11.6766066Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:49:11.6766654Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:49:11.6767340Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:49:11.6768181Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:49:11.6774626Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:11.6775231Z env: 2025-06-05T23:49:11.6775508Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:11.6775922Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:11.6776227Z PR_NUMBER: 2025-06-05T23:49:11.6778741Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:11.6781484Z AWS_RETRY_MODE: standard 2025-06-05T23:49:11.6781832Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:49:11.6782227Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:49:11.6782527Z ##[endgroup] 2025-06-05T23:49:12.9465620Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:49:12.9466363Z Configure a credential helper to remove this warning. See 2025-06-05T23:49:12.9467253Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:49:12.9467972Z 2025-06-05T23:49:12.9473775Z Login Succeeded 2025-06-05T23:49:12.9675821Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:49:12.9676524Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:49:12.9677083Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:49:12.9683988Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:12.9684415Z env: 2025-06-05T23:49:12.9684708Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:12.9685102Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:12.9685435Z PR_NUMBER: 2025-06-05T23:49:12.9688274Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:12.9690868Z ##[endgroup] 2025-06-05T23:49:12.9787336Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:49:12.9788147Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:49:12.9788596Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:49:12.9788981Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:49:12.9789500Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:49:12.9789973Z  2025-06-05T23:49:12.9790314Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:49:12.9790782Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:49:12.9791204Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:49:12.9791748Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:49:12.9792247Z  2025-06-05T23:49:12.9792518Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:49:12.9792890Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:49:12.9793260Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:49:12.9793703Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:49:12.9800315Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:12.9800725Z env: 2025-06-05T23:49:12.9801287Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:12.9801692Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:12.9801993Z PR_NUMBER: 2025-06-05T23:49:12.9804515Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:12.9807090Z ##[endgroup] 2025-06-05T23:49:13.4412921Z ##[group]Run needs=0 2025-06-05T23:49:13.4413241Z needs=0 2025-06-05T23:49:13.4413643Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:49:13.4414156Z  needs=1 2025-06-05T23:49:13.4414391Z fi 2025-06-05T23:49:13.4414670Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:49:13.4421367Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:13.4421786Z env: 2025-06-05T23:49:13.4422064Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:13.4422475Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:13.4422792Z PR_NUMBER: 2025-06-05T23:49:13.4425302Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:13.4428082Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:13.4428750Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:13.4429378Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:13.4429802Z ##[endgroup] 2025-06-05T23:49:13.5020457Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:49:13.5021106Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:49:13.5021599Z # shellcheck disable=SC2046 2025-06-05T23:49:13.5021962Z docker stop $(docker ps -q) || true 2025-06-05T23:49:13.5022371Z # Prune all of the docker images 2025-06-05T23:49:13.5022723Z docker system prune -af 2025-06-05T23:49:13.5029375Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:13.5029800Z env: 2025-06-05T23:49:13.5030094Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:13.5030501Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:13.5030801Z PR_NUMBER: 2025-06-05T23:49:13.5033305Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:13.5036215Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:13.5036866Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:13.5037678Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:13.5038114Z ##[endgroup] 2025-06-05T23:49:13.5317351Z "docker stop" requires at least 1 argument. 2025-06-05T23:49:13.5317844Z See 'docker stop --help'. 2025-06-05T23:49:13.5318049Z 2025-06-05T23:49:13.5318271Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:49:13.5318591Z 2025-06-05T23:49:13.5318717Z Stop one or more running containers 2025-06-05T23:49:13.5501588Z Total reclaimed space: 0B 2025-06-05T23:49:13.5584802Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:49:13.5585246Z with: 2025-06-05T23:49:13.5586068Z github-secret: *** 2025-06-05T23:49:13.5586855Z 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:49:13.5588070Z activate-with-label: false 2025-06-05T23:49:13.5588401Z label: with-ssh 2025-06-05T23:49:13.5588684Z remove-existing-keys: true 2025-06-05T23:49:13.5588982Z fail-silently: true 2025-06-05T23:49:13.5589251Z env: 2025-06-05T23:49:13.5589520Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:13.5589928Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:13.5590243Z PR_NUMBER: 2025-06-05T23:49:13.5592793Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:13.5595536Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:13.5596279Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:13.5596908Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:13.5597333Z ##[endgroup] 2025-06-05T23:49:13.6823855Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:49:13.6825356Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:49:13.6962230Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:49:13.6962711Z with: 2025-06-05T23:49:13.6962969Z repository: pytorch/executorch 2025-06-05T23:49:13.6963324Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:49:13.6963709Z path: pytorch/executorch 2025-06-05T23:49:13.6964006Z fetch-depth: 1 2025-06-05T23:49:13.6964253Z submodules: recursive 2025-06-05T23:49:13.6964716Z token: *** 2025-06-05T23:49:13.6965026Z ssh-strict: true 2025-06-05T23:49:13.6965282Z ssh-user: git 2025-06-05T23:49:13.6965534Z persist-credentials: true 2025-06-05T23:49:13.6965833Z clean: true 2025-06-05T23:49:13.6966109Z sparse-checkout-cone-mode: true 2025-06-05T23:49:13.6966425Z fetch-tags: false 2025-06-05T23:49:13.6966727Z show-progress: true 2025-06-05T23:49:13.6966978Z lfs: false 2025-06-05T23:49:13.6967228Z set-safe-directory: true 2025-06-05T23:49:13.6967497Z env: 2025-06-05T23:49:13.6967830Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:13.6968215Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:13.6968529Z PR_NUMBER: 2025-06-05T23:49:13.6971038Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:13.6973951Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:13.6974646Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:13.6975269Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:13.6975865Z ##[endgroup] 2025-06-05T23:49:13.8102039Z Syncing repository: pytorch/executorch 2025-06-05T23:49:13.8111485Z ##[group]Getting Git version info 2025-06-05T23:49:13.8112423Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:49:13.8141770Z [command]/usr/bin/git version 2025-06-05T23:49:13.8180467Z git version 2.47.1 2025-06-05T23:49:13.8208548Z ##[endgroup] 2025-06-05T23:49:13.8221987Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/cd11b665-f169-4b4c-a400-2e7ca08ae722' before making global git config changes 2025-06-05T23:49:13.8223090Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:49:13.8227667Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:49:13.8260817Z ##[group]Initializing the repository 2025-06-05T23:49:13.8266189Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:49:13.8299763Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:49:13.8301036Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:49:13.8301880Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:49:13.8302352Z hint: 2025-06-05T23:49:13.8302705Z hint: git config --global init.defaultBranch 2025-06-05T23:49:13.8303091Z hint: 2025-06-05T23:49:13.8303463Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:49:13.8304088Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:49:13.8304581Z hint: 2025-06-05T23:49:13.8304812Z hint: git branch -m 2025-06-05T23:49:13.8306251Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:49:13.8310788Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:49:13.8340035Z ##[endgroup] 2025-06-05T23:49:13.8340523Z ##[group]Disabling automatic garbage collection 2025-06-05T23:49:13.8344140Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:49:13.8371888Z ##[endgroup] 2025-06-05T23:49:13.8372347Z ##[group]Setting up auth 2025-06-05T23:49:13.8378020Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:49:13.8406230Z [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:49:13.8702266Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:49:13.8731404Z [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:49:13.9032867Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:49:13.9076748Z ##[endgroup] 2025-06-05T23:49:13.9077206Z ##[group]Fetching the repository 2025-06-05T23:49:13.9085546Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:49:16.0455896Z From https://github.com/pytorch/executorch 2025-06-05T23:49:16.0456473Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:49:16.0479162Z ##[endgroup] 2025-06-05T23:49:16.0479717Z ##[group]Determining the checkout info 2025-06-05T23:49:16.0482389Z ##[endgroup] 2025-06-05T23:49:16.0487819Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:49:16.0523764Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:49:16.0551520Z ##[group]Checking out the ref 2025-06-05T23:49:16.0555791Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:49:16.6293605Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:49:16.6293985Z 2025-06-05T23:49:16.6294239Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:49:16.6294860Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:49:16.6295495Z state without impacting any branches by switching back to a branch. 2025-06-05T23:49:16.6295868Z 2025-06-05T23:49:16.6296099Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:49:16.6296677Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:49:16.6296999Z 2025-06-05T23:49:16.6297125Z git switch -c 2025-06-05T23:49:16.6297362Z 2025-06-05T23:49:16.6297480Z Or undo this operation with: 2025-06-05T23:49:16.6297692Z 2025-06-05T23:49:16.6297793Z git switch - 2025-06-05T23:49:16.6297951Z 2025-06-05T23:49:16.6298214Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:49:16.6298606Z 2025-06-05T23:49:16.6298915Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:49:16.6324974Z ##[endgroup] 2025-06-05T23:49:16.6325723Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:49:16.6332213Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:49:16.6375353Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:49:16.6405518Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:49:16.6437222Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:49:16.6461993Z ##[endgroup] 2025-06-05T23:49:16.6463219Z ##[group]Fetching submodules 2025-06-05T23:49:16.6467184Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:49:16.6779507Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:49:16.7082766Z 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:49:16.7086707Z 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:49:16.7089911Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:49:16.7092942Z 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:49:16.7096734Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:49:16.7100185Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:49:16.7104395Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:49:16.7109465Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:49:16.7114422Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:49:16.7119560Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:49:16.7124687Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:49:16.7129651Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:49:16.7135008Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:49:16.7139888Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:49:16.7144882Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:49:16.7151492Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:49:16.7158867Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:49:16.7164390Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:49:16.7170251Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:49:16.7175958Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:49:16.7181870Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:49:16.7188126Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:49:16.7194922Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:49:16.7201218Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:49:16.7234064Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:49:17.5272101Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:49:17.9896591Z warning: redirecting to https://git.gitlab.arm.com/-/push_from_secondary/7/tosa/tosa-serialization.git/ 2025-06-05T23:49:18.7272522Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:49:18.9636397Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:49:19.4655468Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:49:19.7539652Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:49:19.9807959Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:49:20.1455471Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:49:20.3817599Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:49:21.1633685Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:49:21.6218075Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:49:21.8095471Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:49:22.0452358Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:49:22.7956913Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:49:23.0416116Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:49:23.5607386Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:49:24.0200586Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:49:24.3340769Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:49:24.5998062Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:49:24.9351213Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:49:25.1778773Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:49:25.5904828Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:49:25.7991892Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:49:26.2062294Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:49:27.7653198Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:49:27.7654214Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:49:27.7780643Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:49:28.2328512Z warning: redirecting to https://git.gitlab.arm.com/-/push_from_secondary/7/tosa/tosa-serialization.git/ 2025-06-05T23:49:29.3211432Z warning: redirecting to https://git.gitlab.arm.com/-/push_from_secondary/7/tosa/tosa-serialization.git/ 2025-06-05T23:49:30.3795085Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:49:30.3795767Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:49:30.3921857Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:49:30.3939391Z 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:49:30.3968428Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:49:31.4188751Z From https://github.com/google/flatbuffers 2025-06-05T23:49:31.4189335Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:49:31.5371262Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:49:32.1137332Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:49:32.1137912Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:49:32.1283165Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:49:32.9061582Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:49:32.9062216Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:49:32.9636306Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:49:33.5613312Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:49:33.5614188Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:49:33.5971483Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:49:34.0134642Z From https://github.com/zeux/volk 2025-06-05T23:49:34.0135188Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:49:34.0216065Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:49:34.4769106Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:49:34.4769672Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:49:34.4868047Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:49:34.9098761Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:49:34.9099330Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:49:34.9159780Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:49:36.6748601Z From https://github.com/google/XNNPACK 2025-06-05T23:49:36.6749202Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:49:37.3542487Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:49:37.9070511Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:49:38.0016310Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:49:38.0017166Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:49:38.4396153Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:49:38.4396805Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:49:38.4488724Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:49:38.8598259Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:49:38.8599201Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:49:38.8912746Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:49:38.8932042Z 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:49:38.8934626Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:49:38.8937783Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:49:38.8940920Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:49:38.8944342Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:49:38.8975079Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:49:39.2290322Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:49:39.6725359Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:49:40.0181301Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:49:40.2302524Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:49:41.6860322Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:49:41.6860893Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:49:41.7955253Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:49:42.5127604Z From https://github.com/nlohmann/json 2025-06-05T23:49:42.5128158Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:49:42.6195050Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:49:43.2200461Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:49:43.2201408Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:49:43.3063903Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:49:43.3083139Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:49:43.3112240Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:49:44.0042072Z From https://github.com/zherczeg/sljit 2025-06-05T23:49:44.0042614Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:49:44.0262545Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:49:44.5159810Z From https://github.com/google/re2 2025-06-05T23:49:44.5160663Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:49:44.5345735Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:49:45.1297210Z From https://github.com/google/sentencepiece 2025-06-05T23:49:45.1297802Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:49:45.2766185Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:49:46.8985631Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:49:46.8986199Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:49:47.0424613Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:49:47.6271757Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:49:47.6272361Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:49:47.6515128Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:49:48.2753731Z From https://github.com/pytorch/ao 2025-06-05T23:49:48.2754305Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:49:48.3832105Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:49:48.3852505Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:49:48.3882570Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:49:50.3465045Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:49:50.3465617Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:49:50.9983328Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:49:51.6870590Z From https://github.com/google/flatbuffers 2025-06-05T23:49:51.6871555Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:49:51.8070705Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:49:52.4198303Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:49:52.4198883Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:49:52.4577844Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:49:53.0346282Z From https://github.com/gflags/gflags 2025-06-05T23:49:53.0346822Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:49:53.0446435Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:49:53.7645278Z From https://github.com/google/googletest 2025-06-05T23:49:53.7645861Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:49:53.8045350Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:49:54.3015911Z From https://github.com/leetal/ios-cmake 2025-06-05T23:49:54.3016518Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:49:54.3127468Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:49:54.8133534Z From https://github.com/nlohmann/json 2025-06-05T23:49:54.8134113Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:49:54.9183432Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:49:54.9287961Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:49:55.6205254Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:49:55.6206097Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:49:55.7778337Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:49:57.5065975Z From https://github.com/pybind/pybind11 2025-06-05T23:49:57.5066561Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:49:57.5389817Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:49:57.5429025Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:49:57.5736922Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:49:57.5781907Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:49:57.5825407Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:49:57.5874301Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:49:57.5920366Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:49:57.5964395Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:49:57.6009060Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:49:57.6054277Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:49:57.6097401Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:49:57.6140645Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:49:57.6203975Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:49:57.6248047Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:49:57.6292394Z Entering 'extension/llm/tokenizers' 2025-06-05T23:49:57.6335239Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:49:57.6381602Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:49:57.6427525Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:49:57.6470751Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:49:57.6520111Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:49:57.6564088Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:49:57.6609882Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:49:57.6658082Z Entering 'shim' 2025-06-05T23:49:57.6702520Z Entering 'third-party/ao' 2025-06-05T23:49:57.6747034Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:49:57.6803544Z Entering 'third-party/flatbuffers' 2025-06-05T23:49:57.6851820Z Entering 'third-party/flatcc' 2025-06-05T23:49:57.6895702Z Entering 'third-party/gflags' 2025-06-05T23:49:57.6939640Z Entering 'third-party/googletest' 2025-06-05T23:49:57.6983903Z Entering 'third-party/ios-cmake' 2025-06-05T23:49:57.7027220Z Entering 'third-party/json' 2025-06-05T23:49:57.7073207Z Entering 'third-party/pocketfft' 2025-06-05T23:49:57.7119349Z Entering 'third-party/prelude' 2025-06-05T23:49:57.7168076Z Entering 'third-party/pybind11' 2025-06-05T23:49:57.7222550Z ##[endgroup] 2025-06-05T23:49:57.7223293Z ##[group]Persisting credentials for submodules 2025-06-05T23:49:57.7231558Z [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:49:57.7525718Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:49:57.7583962Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:49:57.7641129Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:49:57.7703471Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:49:57.7761385Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:49:57.7820375Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:49:57.7878577Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:49:57.7937440Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:49:57.7995510Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:49:57.8053497Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:49:57.8130846Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:49:57.8191772Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:49:57.8249785Z Entering 'extension/llm/tokenizers' 2025-06-05T23:49:57.8309267Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:49:57.8368691Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:49:57.8428314Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:49:57.8486301Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:49:57.8552558Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:49:57.8611827Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:49:57.8672416Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:49:57.8735369Z Entering 'shim' 2025-06-05T23:49:57.8795853Z Entering 'third-party/ao' 2025-06-05T23:49:57.8854499Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:49:57.8925373Z Entering 'third-party/flatbuffers' 2025-06-05T23:49:57.8988277Z Entering 'third-party/flatcc' 2025-06-05T23:49:57.9046658Z Entering 'third-party/gflags' 2025-06-05T23:49:57.9104817Z Entering 'third-party/googletest' 2025-06-05T23:49:57.9163559Z Entering 'third-party/ios-cmake' 2025-06-05T23:49:57.9221568Z Entering 'third-party/json' 2025-06-05T23:49:57.9281236Z Entering 'third-party/pocketfft' 2025-06-05T23:49:57.9339310Z Entering 'third-party/prelude' 2025-06-05T23:49:57.9402407Z Entering 'third-party/pybind11' 2025-06-05T23:49:57.9474727Z [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:49:57.9773485Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:49:57.9831154Z 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:49:57.9847798Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:49:57.9905728Z 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:49:57.9921781Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:49:57.9979994Z 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:49:58.0002688Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:49:58.0058137Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:49:58.0074938Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:49:58.0132070Z 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:49:58.0149746Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:49:58.0206409Z 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:49:58.0223683Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:49:58.0278791Z 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:49:58.0297364Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:49:58.0351712Z 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:49:58.0369175Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:49:58.0424701Z 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:49:58.0441262Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:49:58.0497974Z 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:49:58.0532429Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:49:58.0589133Z 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:49:58.0606544Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:49:58.0662221Z 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:49:58.0678526Z Entering 'extension/llm/tokenizers' 2025-06-05T23:49:58.0737767Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:49:58.0754120Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:49:58.0812322Z 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:49:58.0830920Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:49:58.0885967Z 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:49:58.0905473Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:49:58.0960900Z 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:49:58.0977289Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:49:58.1034654Z 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:49:58.1053969Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:49:58.1109936Z 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:49:58.1126438Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:49:58.1180988Z 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:49:58.1200580Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:49:58.1256854Z 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:49:58.1275824Z Entering 'shim' 2025-06-05T23:49:58.1331508Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:49:58.1348511Z Entering 'third-party/ao' 2025-06-05T23:49:58.1403160Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:49:58.1420320Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:49:58.1477650Z 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:49:58.1506256Z Entering 'third-party/flatbuffers' 2025-06-05T23:49:58.1562023Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:49:58.1581106Z Entering 'third-party/flatcc' 2025-06-05T23:49:58.1636506Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:49:58.1653345Z Entering 'third-party/gflags' 2025-06-05T23:49:58.1709373Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:49:58.1725981Z Entering 'third-party/googletest' 2025-06-05T23:49:58.1780139Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:49:58.1797570Z Entering 'third-party/ios-cmake' 2025-06-05T23:49:58.1853086Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:49:58.1868833Z Entering 'third-party/json' 2025-06-05T23:49:58.1923972Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:49:58.1941509Z Entering 'third-party/pocketfft' 2025-06-05T23:49:58.1995991Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:49:58.2012427Z Entering 'third-party/prelude' 2025-06-05T23:49:58.2066167Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:49:58.2086468Z Entering 'third-party/pybind11' 2025-06-05T23:49:58.2143375Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:49:58.2584815Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:49:58.2889738Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:49:58.2934201Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:49:58.2978755Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:49:58.3030306Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:49:58.3074578Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:49:58.3119297Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:49:58.3164280Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:49:58.3209569Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:49:58.3253275Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:49:58.3297870Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:49:58.3359573Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:49:58.3404810Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:49:58.3448593Z Entering 'extension/llm/tokenizers' 2025-06-05T23:49:58.3494203Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:49:58.3542410Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:49:58.3587916Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:49:58.3630734Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:49:58.3677702Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:49:58.3722576Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:49:58.3768774Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:49:58.3817201Z Entering 'shim' 2025-06-05T23:49:58.3861544Z Entering 'third-party/ao' 2025-06-05T23:49:58.3906078Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:49:58.3962724Z Entering 'third-party/flatbuffers' 2025-06-05T23:49:58.4010579Z Entering 'third-party/flatcc' 2025-06-05T23:49:58.4055178Z Entering 'third-party/gflags' 2025-06-05T23:49:58.4099479Z Entering 'third-party/googletest' 2025-06-05T23:49:58.4143396Z Entering 'third-party/ios-cmake' 2025-06-05T23:49:58.4186460Z Entering 'third-party/json' 2025-06-05T23:49:58.4231754Z Entering 'third-party/pocketfft' 2025-06-05T23:49:58.4274992Z Entering 'third-party/prelude' 2025-06-05T23:49:58.4323935Z Entering 'third-party/pybind11' 2025-06-05T23:49:58.4380735Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:49:58.4676012Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:49:58.4720544Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:49:58.4763983Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:49:58.4814649Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:49:58.4858835Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:49:58.4906311Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:49:58.4951110Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:49:58.4996756Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:49:58.5040914Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:49:58.5085869Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:49:58.5149105Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:49:58.5195047Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:49:58.5239705Z Entering 'extension/llm/tokenizers' 2025-06-05T23:49:58.5283838Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:49:58.5330400Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:49:58.5375571Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:49:58.5421123Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:49:58.5467914Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:49:58.5513486Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:49:58.5560214Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:49:58.5608035Z Entering 'shim' 2025-06-05T23:49:58.5651838Z Entering 'third-party/ao' 2025-06-05T23:49:58.5695911Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:49:58.5752893Z Entering 'third-party/flatbuffers' 2025-06-05T23:49:58.5801136Z Entering 'third-party/flatcc' 2025-06-05T23:49:58.5845455Z Entering 'third-party/gflags' 2025-06-05T23:49:58.5889447Z Entering 'third-party/googletest' 2025-06-05T23:49:58.5933433Z Entering 'third-party/ios-cmake' 2025-06-05T23:49:58.5976662Z Entering 'third-party/json' 2025-06-05T23:49:58.6022999Z Entering 'third-party/pocketfft' 2025-06-05T23:49:58.6066611Z Entering 'third-party/prelude' 2025-06-05T23:49:58.6114706Z Entering 'third-party/pybind11' 2025-06-05T23:49:58.6167451Z ##[endgroup] 2025-06-05T23:49:58.6203409Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:49:58.6224997Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:49:58.6451285Z Prepare all required actions 2025-06-05T23:49:58.6452097Z Getting action download info 2025-06-05T23:49:58.7258918Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:49:58.9051457Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:49:58.9067628Z with: 2025-06-05T23:49:58.9068095Z docker-image-name: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:58.9068610Z docker-build-dir: .ci/docker 2025-06-05T23:49:58.9068944Z working-directory: pytorch/executorch 2025-06-05T23:49:58.9069337Z docker-build-script: ./build.sh 2025-06-05T23:49:58.9069760Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:49:58.9070213Z force-push: false 2025-06-05T23:49:58.9070453Z env: 2025-06-05T23:49:58.9070731Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:58.9071128Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:58.9071425Z PR_NUMBER: 2025-06-05T23:49:58.9073986Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:58.9076841Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:58.9077496Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:58.9078190Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:58.9078617Z ##[endgroup] 2025-06-05T23:49:58.9112224Z ##[group]Run set -ex 2025-06-05T23:49:58.9112608Z set -ex 2025-06-05T23:49:58.9112838Z  2025-06-05T23:49:58.9113274Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:49:58.9114021Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:49:58.9114649Z # job could then download the pre-built image as usual 2025-06-05T23:49:58.9115274Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:49:58.9116130Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:49:58.9116637Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:49:58.9117100Z  2025-06-05T23:49:58.9117482Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:49:58.9117980Z  exit 0 2025-06-05T23:49:58.9118214Z else 2025-06-05T23:49:58.9118515Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:49:58.9118862Z fi 2025-06-05T23:49:58.9119088Z  2025-06-05T23:49:58.9119446Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:49:58.9120118Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:49:58.9120717Z  # use it as it is, but first let's extract the tag 2025-06-05T23:49:58.9121243Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:49:58.9121816Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:49:58.9122351Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:49:58.9122809Z else 2025-06-05T23:49:58.9123095Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:49:58.9123506Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:49:58.9124104Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:49:58.9124470Z  fi 2025-06-05T23:49:58.9124978Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:49:58.9125650Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:49:58.9126372Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:49:58.9127169Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:49:58.9127647Z fi 2025-06-05T23:49:58.9134341Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:58.9134751Z env: 2025-06-05T23:49:58.9135046Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:58.9135437Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:58.9135750Z PR_NUMBER: 2025-06-05T23:49:58.9138258Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:58.9140991Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:58.9141638Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:58.9142259Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:58.9142692Z REPO_NAME: executorch 2025-06-05T23:49:58.9143034Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:58.9143431Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:49:58.9143754Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:49:58.9144180Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:49:58.9144607Z CUSTOM_TAG_PREFIX: 2025-06-05T23:49:58.9144871Z ##[endgroup] 2025-06-05T23:49:58.9175059Z + [[ ! -d .ci/docker ]] 2025-06-05T23:49:58.9175377Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:49:58.9175690Z + echo skip=false 2025-06-05T23:49:58.9176528Z + [[ executorch-ubuntu-22.04-arm-sdk == *\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:49:58.9177332Z + [[ executorch-ubuntu-22.04-arm-sdk == *:* ]] 2025-06-05T23:49:58.9180146Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:49:58.9198091Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:49:58.9198574Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:49:58.9199707Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:49:58.9200587Z + echo custom-tag-prefix= 2025-06-05T23:49:58.9241550Z ##[group]Run set +e 2025-06-05T23:49:58.9241930Z set +e 2025-06-05T23:49:58.9242183Z set -x 2025-06-05T23:49:58.9242412Z  2025-06-05T23:49:58.9242649Z login() { 2025-06-05T23:49:58.9243185Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:49:58.9243772Z } 2025-06-05T23:49:58.9243999Z  2025-06-05T23:49:58.9244214Z retry () { 2025-06-05T23:49:58.9244514Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:49:58.9244847Z } 2025-06-05T23:49:58.9245067Z  2025-06-05T23:49:58.9245303Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:49:58.9245639Z  2025-06-05T23:49:58.9245864Z START_TIME=$(date +%s) 2025-06-05T23:49:58.9246349Z # Wait up to 120 minutes 2025-06-05T23:49:58.9246753Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:49:58.9247289Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:49:58.9247839Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:49:58.9248228Z  exit 0 2025-06-05T23:49:58.9248479Z  fi 2025-06-05T23:49:58.9248695Z  2025-06-05T23:49:58.9249118Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:49:58.9249873Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:49:58.9250605Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:49:58.9251193Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:49:58.9251672Z  # It's a Docker build job, let's build the image 2025-06-05T23:49:58.9252065Z  break 2025-06-05T23:49:58.9252303Z  else 2025-06-05T23:49:58.9252677Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:49:58.9253129Z  sleep 300 2025-06-05T23:49:58.9253396Z  fi 2025-06-05T23:49:58.9253614Z done 2025-06-05T23:49:58.9253839Z  2025-06-05T23:49:58.9254213Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:49:58.9254856Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:49:58.9255427Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:49:58.9255925Z  # if we're on the base branch then use the parent commit 2025-06-05T23:49:58.9256380Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:49:58.9256711Z else 2025-06-05T23:49:58.9257071Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:49:58.9257586Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:49:58.9257987Z fi 2025-06-05T23:49:58.9258212Z  2025-06-05T23:49:58.9258449Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:49:58.9258842Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:49:58.9259193Z  2025-06-05T23:49:58.9259709Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:49:58.9260426Z  exit 0 2025-06-05T23:49:58.9260678Z fi 2025-06-05T23:49:58.9260889Z  2025-06-05T23:49:58.9261223Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:49:58.9261996Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:49:58.9262644Z  exit 1 2025-06-05T23:49:58.9262893Z fi 2025-06-05T23:49:58.9263104Z  2025-06-05T23:49:58.9263498Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:49:58.9264223Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:49:58.9264882Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:49:58.9265646Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:49:58.9266504Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:49:58.9267017Z fi 2025-06-05T23:49:58.9267232Z  2025-06-05T23:49:58.9267512Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:49:58.9273889Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:58.9274305Z env: 2025-06-05T23:49:58.9275141Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:49:58.9276121Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:58.9276437Z PR_NUMBER: 2025-06-05T23:49:58.9278943Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:58.9281663Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:58.9282326Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:58.9282945Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:58.9283389Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:49:58.9283773Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:49:58.9284232Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:49:58.9284741Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:49:58.9285165Z DOCKER_PUSH: 2025-06-05T23:49:58.9285416Z ##[endgroup] 2025-06-05T23:49:58.9312247Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:49:58.9312735Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:49:58.9315521Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:49:58.9316845Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:49:59.5318042Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:49:59.5318735Z Configure a credential helper to remove this warning. See 2025-06-05T23:49:59.5319398Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:49:59.5320094Z 2025-06-05T23:49:59.5320308Z Login Succeeded 2025-06-05T23:49:59.5334749Z ++ date +%s 2025-06-05T23:49:59.5345083Z + START_TIME=1749167399 2025-06-05T23:49:59.5348343Z ++ date +%s 2025-06-05T23:49:59.5358107Z + [[ 1749160199 -lt 1749167399 ]] 2025-06-05T23:49:59.5359328Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:49:59.7486602Z { 2025-06-05T23:49:59.7487107Z "schemaVersion": 2, 2025-06-05T23:49:59.7487915Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:49:59.7488437Z "config": { 2025-06-05T23:49:59.7488822Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:49:59.7489521Z "size": 15116, 2025-06-05T23:49:59.7490117Z "digest": "sha256:1a94608f22c41f81740bef06f7422764772eeea94a9eada7dd0f5cce39df18ad" 2025-06-05T23:49:59.7490971Z }, 2025-06-05T23:49:59.7491220Z "layers": [ 2025-06-05T23:49:59.7491435Z { 2025-06-05T23:49:59.7491802Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7492262Z "size": 30438509, 2025-06-05T23:49:59.7492741Z "digest": "sha256:f557aa5ee22480ee9e1af0a094ce5174a8c3d83e1aa20dc8482e4e387546e0c3" 2025-06-05T23:49:59.7493280Z }, 2025-06-05T23:49:59.7493474Z { 2025-06-05T23:49:59.7493849Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7494297Z "size": 631, 2025-06-05T23:49:59.7494758Z "digest": "sha256:e9a71f6cf6a033cad973f94ad3269a9e3774b3a547f2d35c6337589ebab6aeac" 2025-06-05T23:49:59.7495280Z }, 2025-06-05T23:49:59.7495486Z { 2025-06-05T23:49:59.7495832Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7496295Z "size": 150104825, 2025-06-05T23:49:59.7497056Z "digest": "sha256:1c2419c026f994d51da561821c2d5405ab211b796da9af7d7a5e063a19f54604" 2025-06-05T23:49:59.7497587Z }, 2025-06-05T23:49:59.7497792Z { 2025-06-05T23:49:59.7498138Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7498598Z "size": 622, 2025-06-05T23:49:59.7499035Z "digest": "sha256:8f296761951c2477ba8d9546ac834b6cf17e772fbe388f9e3b2f4e822beb7713" 2025-06-05T23:49:59.7499554Z }, 2025-06-05T23:49:59.7499762Z { 2025-06-05T23:49:59.7500331Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7501182Z "size": 19308737, 2025-06-05T23:49:59.7501765Z "digest": "sha256:61b1f5baa53e67c1f9846169f854204a22c707b79cfabb83bdba63228a9b0144" 2025-06-05T23:49:59.7502300Z }, 2025-06-05T23:49:59.7502494Z { 2025-06-05T23:49:59.7502858Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7503303Z "size": 736, 2025-06-05T23:49:59.7503756Z "digest": "sha256:4420b1e1a07f73643ce79401c2021c6970bc6e411c501a43b58d157e19090d5a" 2025-06-05T23:49:59.7504303Z }, 2025-06-05T23:49:59.7504575Z { 2025-06-05T23:49:59.7505215Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7505798Z "size": 131418050, 2025-06-05T23:49:59.7506250Z "digest": "sha256:9ea6f8733a037f03d99a397418e7897b20030ef55771767ca107f3c53ea4c5c8" 2025-06-05T23:49:59.7506771Z }, 2025-06-05T23:49:59.7506978Z { 2025-06-05T23:49:59.7507322Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7507794Z "size": 445, 2025-06-05T23:49:59.7508223Z "digest": "sha256:172401b941b1764c760147d40814402d1238a7f1c7287fd8c0c9dd4897f09610" 2025-06-05T23:49:59.7508734Z }, 2025-06-05T23:49:59.7508927Z { 2025-06-05T23:49:59.7509283Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7509729Z "size": 102, 2025-06-05T23:49:59.7510204Z "digest": "sha256:08f9a627d97be81309ccf16cf39ed5beb24962447ad72a1615b0748e4173b204" 2025-06-05T23:49:59.7510737Z }, 2025-06-05T23:49:59.7510950Z { 2025-06-05T23:49:59.7511301Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7511767Z "size": 636, 2025-06-05T23:49:59.7512207Z "digest": "sha256:2d7e5abdd88dbf42ba6487b146573396d6f489b24623393763a4916452feeb69" 2025-06-05T23:49:59.7512738Z }, 2025-06-05T23:49:59.7512936Z { 2025-06-05T23:49:59.7513302Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7513938Z "size": 35165365, 2025-06-05T23:49:59.7514414Z "digest": "sha256:133eacd75ef58376aed6d2b550e0014a25704b03df5a04163e80b5401e528729" 2025-06-05T23:49:59.7514951Z }, 2025-06-05T23:49:59.7515152Z { 2025-06-05T23:49:59.7515522Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7516064Z "size": 318, 2025-06-05T23:49:59.7516533Z "digest": "sha256:380307a36ed2d54c982df9262fd1ec3b7fb61743ad1a24e7d1b691bc44edba7a" 2025-06-05T23:49:59.7517059Z }, 2025-06-05T23:49:59.7517273Z { 2025-06-05T23:49:59.7517623Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7518085Z "size": 252129750, 2025-06-05T23:49:59.7518541Z "digest": "sha256:2011df2b1f9883df3798e22c2153a2695bd6c277473f3897f8df94438197af03" 2025-06-05T23:49:59.7519059Z }, 2025-06-05T23:49:59.7519268Z { 2025-06-05T23:49:59.7519620Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7520084Z "size": 475, 2025-06-05T23:49:59.7520534Z "digest": "sha256:3ec19c2849b3bf6807efe10c62465e3f4d91dfd9fc8c1ff5b3667814c740339d" 2025-06-05T23:49:59.7521070Z }, 2025-06-05T23:49:59.7521336Z + exit 0 2025-06-05T23:49:59.7521538Z { 2025-06-05T23:49:59.7521896Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7522346Z "size": 1042, 2025-06-05T23:49:59.7522806Z "digest": "sha256:4e6543e5b9d468a212c2149870e7fe630b7571d2c6e914bd5017a3433bf60bba" 2025-06-05T23:49:59.7523420Z }, 2025-06-05T23:49:59.7523631Z { 2025-06-05T23:49:59.7523981Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7524449Z "size": 613, 2025-06-05T23:49:59.7524923Z "digest": "sha256:5e70c61fded41a31ea65efce907d9dff9acbc03826fb949591a55cfdd3385730" 2025-06-05T23:49:59.7525456Z }, 2025-06-05T23:49:59.7525665Z { 2025-06-05T23:49:59.7526010Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7526478Z "size": 77567408, 2025-06-05T23:49:59.7526951Z "digest": "sha256:cee7e6ffb076665cc7f2ee4887d6bce36de2c6d11a1c295294982c8a1d54f548" 2025-06-05T23:49:59.7527495Z }, 2025-06-05T23:49:59.7527689Z { 2025-06-05T23:49:59.7528047Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7528497Z "size": 572, 2025-06-05T23:49:59.7528947Z "digest": "sha256:ca4242386be9499ce676f36a87df7885bade394639154148b03e58bf32f30b32" 2025-06-05T23:49:59.7529469Z }, 2025-06-05T23:49:59.7529668Z { 2025-06-05T23:49:59.7530029Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7530479Z "size": 208, 2025-06-05T23:49:59.7530939Z "digest": "sha256:bf607c5c40f127d26ebf09ca05963503e3ee1030088eb5515d1b4bf89386381f" 2025-06-05T23:49:59.7531460Z }, 2025-06-05T23:49:59.7531670Z { 2025-06-05T23:49:59.7532017Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7532483Z "size": 1190, 2025-06-05T23:49:59.7532924Z "digest": "sha256:5630a9397492da6fac00fcc2b54281af300c4762827878ad79bbf050d7f1388d" 2025-06-05T23:49:59.7533457Z }, 2025-06-05T23:49:59.7533662Z { 2025-06-05T23:49:59.7534015Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7534473Z "size": 679, 2025-06-05T23:49:59.7534920Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:49:59.7535457Z }, 2025-06-05T23:49:59.7535649Z { 2025-06-05T23:49:59.7536013Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7536469Z "size": 6857035734, 2025-06-05T23:49:59.7536959Z "digest": "sha256:638a44f2a35ef7ba7c528fd4cdcbbab8b894ee1ca0e56f7ad01b1a4e87b875b0" 2025-06-05T23:49:59.7537505Z }, 2025-06-05T23:49:59.7537697Z { 2025-06-05T23:49:59.7538052Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7538498Z "size": 1383, 2025-06-05T23:49:59.7538963Z "digest": "sha256:09dac94eaf912c1143008ab2c199dc2a0547cf68fe2b08e1b96af9c2895928ae" 2025-06-05T23:49:59.7539582Z }, 2025-06-05T23:49:59.7539792Z { 2025-06-05T23:49:59.7540136Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7540598Z "size": 679, 2025-06-05T23:49:59.7541043Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:49:59.7541579Z }, 2025-06-05T23:49:59.7541786Z { 2025-06-05T23:49:59.7542136Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7542602Z "size": 232890849, 2025-06-05T23:49:59.7543047Z "digest": "sha256:a863980141538027df18ea91d40f0f443f9327f0066980bb1e5e45919226f7ed" 2025-06-05T23:49:59.7543559Z }, 2025-06-05T23:49:59.7543757Z { 2025-06-05T23:49:59.7544117Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7544564Z "size": 827, 2025-06-05T23:49:59.7545041Z "digest": "sha256:dec0deaa1ed566de23b66dcd78ea8449250b56b611cab27ebb83b9504d48a46b" 2025-06-05T23:49:59.7545596Z }, 2025-06-05T23:49:59.7545790Z { 2025-06-05T23:49:59.7546149Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7546597Z "size": 679, 2025-06-05T23:49:59.7547055Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:49:59.7547577Z }, 2025-06-05T23:49:59.7547781Z { 2025-06-05T23:49:59.7548125Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7548677Z "size": 185012180, 2025-06-05T23:49:59.7549152Z "digest": "sha256:7b93bf5911ad60a288a2fdad5c327a3aba6ab59696d572174b92cc0eaddf4924" 2025-06-05T23:49:59.7549696Z }, 2025-06-05T23:49:59.7549907Z { 2025-06-05T23:49:59.7550261Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7550730Z "size": 530, 2025-06-05T23:49:59.7551182Z "digest": "sha256:e8c9ad02b5187f5d1cb1d0cce8e115dd9462726f44a685de71b4cbe4f70c67e6" 2025-06-05T23:49:59.7551723Z }, 2025-06-05T23:49:59.7551927Z { 2025-06-05T23:49:59.7552291Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7552742Z "size": 679, 2025-06-05T23:49:59.7553205Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:49:59.7553728Z }, 2025-06-05T23:49:59.7553942Z { 2025-06-05T23:49:59.7554307Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7554758Z "size": 354, 2025-06-05T23:49:59.7555219Z "digest": "sha256:ca22a013d303766ddf153f37526c40fa37dc1c0d112176fdb33378c50a81c354" 2025-06-05T23:49:59.7555737Z }, 2025-06-05T23:49:59.7556040Z { 2025-06-05T23:49:59.7556393Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7556864Z "size": 32, 2025-06-05T23:49:59.7557309Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:49:59.7557846Z }, 2025-06-05T23:49:59.7558041Z { 2025-06-05T23:49:59.7558398Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7558872Z "size": 166, 2025-06-05T23:49:59.7559305Z "digest": "sha256:92e60f7b3962f803f07d1039c079dc07e38030ab45275eb4cea08d6825a51054" 2025-06-05T23:49:59.7559823Z }, 2025-06-05T23:49:59.7560015Z { 2025-06-05T23:49:59.7560376Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7560826Z "size": 1109, 2025-06-05T23:49:59.7561301Z "digest": "sha256:c2b62aa0dc26b7dd48338aef7893ebaf56403579f42aa88a56bd416c04f43619" 2025-06-05T23:49:59.7561833Z }, 2025-06-05T23:49:59.7562060Z { 2025-06-05T23:49:59.7562414Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7562862Z "size": 32, 2025-06-05T23:49:59.7563318Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:49:59.7563838Z }, 2025-06-05T23:49:59.7564044Z { 2025-06-05T23:49:59.7564388Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:49:59.7564950Z "size": 108, 2025-06-05T23:49:59.7565397Z "digest": "sha256:1d5d95926a594c47acbd85e8c69aaa9a451df3ac8b228a859981dc1a7a9b3e06" 2025-06-05T23:49:59.7565943Z } 2025-06-05T23:49:59.7566146Z ] 2025-06-05T23:49:59.7566357Z } 2025-06-05T23:49:59.7604949Z ##[group]Run set -eux 2025-06-05T23:49:59.7605254Z set -eux 2025-06-05T23:49:59.7606292Z 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:49:59.7614301Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:59.7614717Z env: 2025-06-05T23:49:59.7615012Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:59.7615406Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:59.7615725Z PR_NUMBER: 2025-06-05T23:49:59.7618410Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:59.7621171Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:59.7621847Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:59.7622471Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:59.7622900Z ##[endgroup] 2025-06-05T23:49:59.7653123Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:49:59.7654040Z + jq --raw-output .SecretString 2025-06-05T23:49:59.7655160Z + jq -r .docker_hub_readonly_token 2025-06-05T23:49:59.7657138Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:50:00.4329986Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:50:00.4330741Z Configure a credential helper to remove this warning. See 2025-06-05T23:50:00.4331491Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:50:00.4332273Z 2025-06-05T23:50:00.4338708Z Login Succeeded 2025-06-05T23:50:00.4444650Z Prepare all required actions 2025-06-05T23:50:00.4489680Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:50:00.4490119Z with: 2025-06-05T23:50:00.4490853Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:00.4491820Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:00.4492257Z env: 2025-06-05T23:50:00.4492547Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:00.4492947Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:00.4493244Z PR_NUMBER: 2025-06-05T23:50:00.4495809Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:00.4498543Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:00.4499190Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:00.4499966Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:00.4500399Z ##[endgroup] 2025-06-05T23:50:00.4527709Z ##[group]Run set -x 2025-06-05T23:50:00.4528014Z set -x 2025-06-05T23:50:00.4528261Z set +e 2025-06-05T23:50:00.4528488Z  2025-06-05T23:50:00.4528722Z login() { 2025-06-05T23:50:00.4529246Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:50:00.4529853Z } 2025-06-05T23:50:00.4530079Z  2025-06-05T23:50:00.4530292Z retry () { 2025-06-05T23:50:00.4530586Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:50:00.4530923Z } 2025-06-05T23:50:00.4531148Z  2025-06-05T23:50:00.4531386Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:50:00.4531717Z  2025-06-05T23:50:00.4532245Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:50:00.4532999Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:50:00.4533412Z  2025-06-05T23:50:00.4533618Z set -e 2025-06-05T23:50:00.4533986Z # ignore output since only exit code is used for conditional 2025-06-05T23:50:00.4534527Z # only pull docker image if it's not available locally 2025-06-05T23:50:00.4535139Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:50:00.4535687Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:50:00.4536037Z fi 2025-06-05T23:50:00.4542824Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:00.4543243Z env: 2025-06-05T23:50:00.4543980Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:00.4544828Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:00.4545268Z PR_NUMBER: 2025-06-05T23:50:00.4547972Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:00.4550706Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:00.4551369Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:00.4552053Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:00.4552609Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:00.4553050Z ##[endgroup] 2025-06-05T23:50:00.4579510Z + set +e 2025-06-05T23:50:00.4580186Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:00.4580716Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:00.4583760Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:50:00.4584699Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:01.0712330Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:50:01.0713046Z Configure a credential helper to remove this warning. See 2025-06-05T23:50:01.0714064Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:50:01.0714730Z 2025-06-05T23:50:01.0714858Z Login Succeeded 2025-06-05T23:50:01.0732153Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:01.0733550Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:50:01.2721129Z + IMAGE_SIZE=7601.834650039673 2025-06-05T23:50:01.2721893Z + echo 'Compressed size of image in MB: 7601.834650039673' 2025-06-05T23:50:01.2722324Z + set -e 2025-06-05T23:50:01.2723129Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:01.2724109Z Compressed size of image in MB: 7601.834650039673 2025-06-05T23:50:01.2845603Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:01.5060991Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:01.5062365Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:01.5078135Z f557aa5ee224: Pulling fs layer 2025-06-05T23:50:01.5078728Z e9a71f6cf6a0: Pulling fs layer 2025-06-05T23:50:01.5079052Z 1c2419c026f9: Pulling fs layer 2025-06-05T23:50:01.5079348Z 8f296761951c: Pulling fs layer 2025-06-05T23:50:01.5079665Z 61b1f5baa53e: Pulling fs layer 2025-06-05T23:50:01.5079961Z 4420b1e1a07f: Pulling fs layer 2025-06-05T23:50:01.5080271Z 9ea6f8733a03: Pulling fs layer 2025-06-05T23:50:01.5080628Z 172401b941b1: Pulling fs layer 2025-06-05T23:50:01.5080941Z 08f9a627d97b: Pulling fs layer 2025-06-05T23:50:01.5081248Z 2d7e5abdd88d: Pulling fs layer 2025-06-05T23:50:01.5081546Z 133eacd75ef5: Pulling fs layer 2025-06-05T23:50:01.5081851Z 380307a36ed2: Pulling fs layer 2025-06-05T23:50:01.5082209Z 8f296761951c: Waiting 2025-06-05T23:50:01.5082484Z 2011df2b1f98: Pulling fs layer 2025-06-05T23:50:01.5082822Z 3ec19c2849b3: Pulling fs layer 2025-06-05T23:50:01.5083118Z 4420b1e1a07f: Waiting 2025-06-05T23:50:01.5083422Z 4e6543e5b9d4: Pulling fs layer 2025-06-05T23:50:01.5083726Z 5e70c61fded4: Pulling fs layer 2025-06-05T23:50:01.5084071Z cee7e6ffb076: Pulling fs layer 2025-06-05T23:50:01.5084369Z ca4242386be9: Pulling fs layer 2025-06-05T23:50:01.5084713Z bf607c5c40f1: Pulling fs layer 2025-06-05T23:50:01.5084993Z 172401b941b1: Waiting 2025-06-05T23:50:01.5085253Z 9ea6f8733a03: Waiting 2025-06-05T23:50:01.5085511Z 5630a9397492: Pulling fs layer 2025-06-05T23:50:01.5085813Z 1fc2d9899ffb: Pulling fs layer 2025-06-05T23:50:01.5086092Z 2011df2b1f98: Waiting 2025-06-05T23:50:01.5086653Z 638a44f2a35e: Pulling fs layer 2025-06-05T23:50:01.5086956Z 08f9a627d97b: Waiting 2025-06-05T23:50:01.5087202Z 133eacd75ef5: Waiting 2025-06-05T23:50:01.5087460Z 3ec19c2849b3: Waiting 2025-06-05T23:50:01.5087960Z 09dac94eaf91: Pulling fs layer 2025-06-05T23:50:01.5088263Z 2d7e5abdd88d: Waiting 2025-06-05T23:50:01.5088505Z 380307a36ed2: Waiting 2025-06-05T23:50:01.5088768Z a86398014153: Pulling fs layer 2025-06-05T23:50:01.5089046Z 4e6543e5b9d4: Waiting 2025-06-05T23:50:01.5089328Z dec0deaa1ed5: Pulling fs layer 2025-06-05T23:50:01.5089617Z 5e70c61fded4: Waiting 2025-06-05T23:50:01.5089890Z 7b93bf5911ad: Pulling fs layer 2025-06-05T23:50:01.5090186Z e8c9ad02b518: Pulling fs layer 2025-06-05T23:50:01.5090487Z cee7e6ffb076: Waiting 2025-06-05T23:50:01.5090761Z ca22a013d303: Pulling fs layer 2025-06-05T23:50:01.5091037Z 5630a9397492: Waiting 2025-06-05T23:50:01.5091309Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:50:01.5091588Z ca4242386be9: Waiting 2025-06-05T23:50:01.5091863Z 92e60f7b3962: Pulling fs layer 2025-06-05T23:50:01.5092220Z c2b62aa0dc26: Pulling fs layer 2025-06-05T23:50:01.5092518Z 1fc2d9899ffb: Waiting 2025-06-05T23:50:01.5092768Z bf607c5c40f1: Waiting 2025-06-05T23:50:01.5093075Z 1d5d95926a59: Pulling fs layer 2025-06-05T23:50:01.5093590Z 638a44f2a35e: Waiting 2025-06-05T23:50:01.5094054Z 09dac94eaf91: Waiting 2025-06-05T23:50:01.5094496Z 92e60f7b3962: Waiting 2025-06-05T23:50:01.5094979Z e8c9ad02b518: Waiting 2025-06-05T23:50:01.5095414Z a86398014153: Waiting 2025-06-05T23:50:01.5096080Z ca22a013d303: Waiting 2025-06-05T23:50:01.5096509Z 4f4fb700ef54: Waiting 2025-06-05T23:50:01.5096927Z c2b62aa0dc26: Waiting 2025-06-05T23:50:01.5097340Z 1d5d95926a59: Waiting 2025-06-05T23:50:01.5097742Z 7b93bf5911ad: Waiting 2025-06-05T23:50:01.5847849Z e9a71f6cf6a0: Verifying Checksum 2025-06-05T23:50:01.5848460Z e9a71f6cf6a0: Download complete 2025-06-05T23:50:01.6664827Z 8f296761951c: Verifying Checksum 2025-06-05T23:50:01.6665284Z 8f296761951c: Download complete 2025-06-05T23:50:01.8764058Z f557aa5ee224: Download complete 2025-06-05T23:50:01.9121752Z 61b1f5baa53e: Verifying Checksum 2025-06-05T23:50:01.9122392Z 61b1f5baa53e: Download complete 2025-06-05T23:50:01.9775328Z 4420b1e1a07f: Download complete 2025-06-05T23:50:02.0663345Z 172401b941b1: Download complete 2025-06-05T23:50:02.1382471Z 08f9a627d97b: Verifying Checksum 2025-06-05T23:50:02.1383202Z 08f9a627d97b: Download complete 2025-06-05T23:50:02.2471273Z 2d7e5abdd88d: Download complete 2025-06-05T23:50:02.6518942Z 133eacd75ef5: Verifying Checksum 2025-06-05T23:50:02.6519574Z 133eacd75ef5: Download complete 2025-06-05T23:50:02.7214155Z 380307a36ed2: Download complete 2025-06-05T23:50:02.9818228Z f557aa5ee224: Pull complete 2025-06-05T23:50:03.0032722Z e9a71f6cf6a0: Pull complete 2025-06-05T23:50:03.0708266Z 1c2419c026f9: Verifying Checksum 2025-06-05T23:50:03.0708707Z 1c2419c026f9: Download complete 2025-06-05T23:50:03.1544399Z 3ec19c2849b3: Verifying Checksum 2025-06-05T23:50:03.1544970Z 3ec19c2849b3: Download complete 2025-06-05T23:50:03.2430896Z 4e6543e5b9d4: Verifying Checksum 2025-06-05T23:50:03.2431613Z 4e6543e5b9d4: Download complete 2025-06-05T23:50:03.2706032Z 9ea6f8733a03: Verifying Checksum 2025-06-05T23:50:03.2706697Z 9ea6f8733a03: Download complete 2025-06-05T23:50:03.3291830Z 5e70c61fded4: Verifying Checksum 2025-06-05T23:50:03.3292444Z 5e70c61fded4: Download complete 2025-06-05T23:50:03.4002337Z ca4242386be9: Verifying Checksum 2025-06-05T23:50:03.4003000Z ca4242386be9: Download complete 2025-06-05T23:50:03.4955660Z bf607c5c40f1: Download complete 2025-06-05T23:50:03.5718428Z 5630a9397492: Verifying Checksum 2025-06-05T23:50:03.5719051Z 5630a9397492: Download complete 2025-06-05T23:50:03.6418193Z 1fc2d9899ffb: Verifying Checksum 2025-06-05T23:50:03.6418796Z 1fc2d9899ffb: Download complete 2025-06-05T23:50:04.1042753Z cee7e6ffb076: Verifying Checksum 2025-06-05T23:50:04.1043412Z cee7e6ffb076: Download complete 2025-06-05T23:50:04.1841208Z 09dac94eaf91: Download complete 2025-06-05T23:50:05.2965261Z 2011df2b1f98: Verifying Checksum 2025-06-05T23:50:05.2966213Z 2011df2b1f98: Download complete 2025-06-05T23:50:05.3732256Z dec0deaa1ed5: Verifying Checksum 2025-06-05T23:50:05.3732916Z dec0deaa1ed5: Download complete 2025-06-05T23:50:06.5690757Z a86398014153: Verifying Checksum 2025-06-05T23:50:06.5691299Z a86398014153: Download complete 2025-06-05T23:50:06.6413317Z e8c9ad02b518: Download complete 2025-06-05T23:50:06.7300905Z ca22a013d303: Download complete 2025-06-05T23:50:06.7399081Z 4f4fb700ef54: Download complete 2025-06-05T23:50:06.8049749Z 92e60f7b3962: Verifying Checksum 2025-06-05T23:50:06.8050162Z 92e60f7b3962: Download complete 2025-06-05T23:50:06.8874190Z c2b62aa0dc26: Verifying Checksum 2025-06-05T23:50:06.8874874Z c2b62aa0dc26: Download complete 2025-06-05T23:50:06.9525487Z 1d5d95926a59: Verifying Checksum 2025-06-05T23:50:06.9526069Z 1d5d95926a59: Download complete 2025-06-05T23:50:07.2940204Z 7b93bf5911ad: Verifying Checksum 2025-06-05T23:50:07.2940819Z 7b93bf5911ad: Download complete 2025-06-05T23:50:07.4583239Z 1c2419c026f9: Pull complete 2025-06-05T23:50:07.4794206Z 8f296761951c: Pull complete 2025-06-05T23:50:07.7405538Z 61b1f5baa53e: Pull complete 2025-06-05T23:50:07.7498641Z 4420b1e1a07f: Pull complete 2025-06-05T23:50:10.4626047Z 9ea6f8733a03: Pull complete 2025-06-05T23:50:10.4828575Z 172401b941b1: Pull complete 2025-06-05T23:50:10.5034501Z 08f9a627d97b: Pull complete 2025-06-05T23:50:10.5234652Z 2d7e5abdd88d: Pull complete 2025-06-05T23:50:11.1499704Z 133eacd75ef5: Pull complete 2025-06-05T23:50:11.1711683Z 380307a36ed2: Pull complete 2025-06-05T23:50:17.0385664Z 2011df2b1f98: Pull complete 2025-06-05T23:50:17.1154511Z 3ec19c2849b3: Pull complete 2025-06-05T23:50:17.2928048Z 4e6543e5b9d4: Pull complete 2025-06-05T23:50:17.4916348Z 5e70c61fded4: Pull complete 2025-06-05T23:50:19.6089045Z cee7e6ffb076: Pull complete 2025-06-05T23:50:19.7596029Z ca4242386be9: Pull complete 2025-06-05T23:50:19.8958711Z bf607c5c40f1: Pull complete 2025-06-05T23:50:20.0367916Z 5630a9397492: Pull complete 2025-06-05T23:50:20.2375977Z 1fc2d9899ffb: Pull complete 2025-06-05T23:51:12.2877019Z 638a44f2a35e: Verifying Checksum 2025-06-05T23:51:12.2877504Z 638a44f2a35e: Download complete 2025-06-05T23:52:25.8429914Z 638a44f2a35e: Pull complete 2025-06-05T23:52:25.8613497Z 09dac94eaf91: Pull complete 2025-06-05T23:52:32.1420503Z a86398014153: Pull complete 2025-06-05T23:52:32.3477395Z dec0deaa1ed5: Pull complete 2025-06-05T23:52:39.9618884Z 7b93bf5911ad: Pull complete 2025-06-05T23:52:40.0447242Z e8c9ad02b518: Pull complete 2025-06-05T23:52:40.2467911Z ca22a013d303: Pull complete 2025-06-05T23:52:40.3175925Z 4f4fb700ef54: Pull complete 2025-06-05T23:52:40.4164958Z 92e60f7b3962: Pull complete 2025-06-05T23:52:40.5304912Z c2b62aa0dc26: Pull complete 2025-06-05T23:52:40.7176664Z 1d5d95926a59: Pull complete 2025-06-05T23:52:40.7933237Z Digest: sha256:0d5c21d463984bfbc970f6581a94145d33d344740c70e25bc23e6befdbb949c9 2025-06-05T23:52:40.8187353Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:40.8353006Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:40.8396093Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:52:40.8397182Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:52:40.8406283Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:40.8406711Z env: 2025-06-05T23:52:40.8406994Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:52:40.8407401Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:40.8407709Z PR_NUMBER: 2025-06-05T23:52:40.8410270Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:52:40.8413147Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:40.8413809Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:40.8414434Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:40.8414861Z ##[endgroup] 2025-06-05T23:52:40.8625902Z ##[group]Run set -ex 2025-06-05T23:52:40.8626391Z set -ex 2025-06-05T23:52:40.8626818Z { 2025-06-05T23:52:40.8627132Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:52:40.8627640Z  echo "set -eou pipefail"; 2025-06-05T23:52:40.8628063Z  # shellcheck disable=SC2016 2025-06-05T23:52:40.8628548Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:52:40.8628932Z  echo "set -x"; 2025-06-05T23:52:40.8629236Z  echo "${SCRIPT}"; 2025-06-05T23:52:40.8629547Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:52:40.8629935Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:52:40.8630921Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:52:40.8637551Z shell: /usr/bin/bash -e {0} 2025-06-05T23:52:40.8637861Z env: 2025-06-05T23:52:40.8638637Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:40.8639485Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:40.8639802Z PR_NUMBER: 2025-06-05T23:52:40.8642295Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:52:40.8645225Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:40.8645882Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:40.8646506Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:40.8647308Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:52:40.8647644Z ##[endgroup] 2025-06-05T23:52:40.8672009Z + echo '#!/usr/bin/env bash' 2025-06-05T23:52:40.8672339Z + echo 'set -eou pipefail' 2025-06-05T23:52:40.8672751Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:52:40.8673085Z + echo 'set -x' 2025-06-05T23:52:40.8673525Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:52:40.8674128Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:52:40.8674539Z conda activate "${CONDA_ENV}" 2025-06-05T23:52:40.8674749Z 2025-06-05T23:52:40.8674872Z source .ci/scripts/utils.sh 2025-06-05T23:52:40.8675203Z install_executorch "--use-pt-pinned-commit" 2025-06-05T23:52:40.8675476Z 2025-06-05T23:52:40.8675700Z .ci/scripts/setup-arm-baremetal-tools.sh 2025-06-05T23:52:40.8675960Z 2025-06-05T23:52:40.8676201Z # Increase number of files user can monitor to bypass buck failures. 2025-06-05T23:52:40.8676711Z # Hopefully this is high enough for this setup. 2025-06-05T23:52:40.8677177Z sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 2025-06-05T23:52:40.8677495Z 2025-06-05T23:52:40.8677606Z ARM_TEST=test_run_ethosu_fvp 2025-06-05T23:52:40.8677816Z 2025-06-05T23:52:40.8677938Z # Test test_arm_baremetal.sh with test 2025-06-05T23:52:40.8678339Z backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:52:40.8678733Z ' 2025-06-05T23:52:40.8679048Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:52:40.8684130Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:53:23.9581672Z Running command: 2025-06-05T23:53:23.9593888Z 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_bbafc517-3720-4d85-acb5-20fbddb4d303":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_bbafc517-3720-4d85-acb5-20fbddb4d303" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:53:23.9606861Z 2025-06-05T23:53:23.9607541Z 907f6e516a53e736acaf27cdde0cd2d11c32a59562a1c8279c84c7890700e70e 2025-06-05T23:53:23.9609005Z Running command: docker exec -t 907f6e516a53e736acaf27cdde0cd2d11c32a59562a1c8279c84c7890700e70e /exec 2025-06-05T23:53:23.9610222Z ++ conda env list --json 2025-06-05T23:53:23.9610705Z ++ local cmd=env 2025-06-05T23:53:23.9611130Z ++ case "$cmd" in 2025-06-05T23:53:23.9611569Z ++ __conda_exe env list --json 2025-06-05T23:53:23.9612121Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:53:23.9612626Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:53:23.9613196Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:53:23.9613814Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:53:23.9614572Z + local cmd=activate 2025-06-05T23:53:23.9615018Z + case "$cmd" in 2025-06-05T23:53:23.9615515Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:53:23.9616153Z + '[' -n '' ']' 2025-06-05T23:53:23.9616562Z + local ask_conda 2025-06-05T23:53:23.9616994Z ++ PS1='(base) ' 2025-06-05T23:53:23.9617543Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:23.9618530Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:23.9619384Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:53:23.9621212Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-06-05T23:53:23.9623159Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:23.9623851Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:23.9624431Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:23.9625114Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:23.9625830Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:23.9626514Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:23.9627163Z export _CE_M='\'''\'' 2025-06-05T23:53:23.9627641Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:23.9628266Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:23.9629004Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:53:23.9630771Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-06-05T23:53:23.9632740Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:23.9633432Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:23.9634323Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:23.9635042Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:23.9635865Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:23.9636562Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:23.9637185Z export _CE_M='\'''\'' 2025-06-05T23:53:23.9637673Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:23.9638297Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:23.9639023Z ++ PS1='(py_3.10) ' 2025-06-05T23:53:23.9640684Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-06-05T23:53:23.9643618Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-06-05T23:53:23.9645660Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:23.9646364Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:23.9646984Z ++ export CONDA_SHLVL=2 2025-06-05T23:53:23.9647426Z ++ CONDA_SHLVL=2 2025-06-05T23:53:23.9647887Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:23.9648484Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:23.9649135Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:53:23.9649827Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:53:23.9650427Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:23.9650994Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:23.9651548Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:23.9652179Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:23.9652701Z ++ export _CE_M= 2025-06-05T23:53:23.9653110Z ++ _CE_M= 2025-06-05T23:53:23.9653514Z ++ export _CE_CONDA= 2025-06-05T23:53:23.9653955Z ++ _CE_CONDA= 2025-06-05T23:53:23.9654445Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:23.9655136Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:23.9655743Z + __conda_hashr 2025-06-05T23:53:23.9656159Z + '[' -n '' ']' 2025-06-05T23:53:23.9656558Z + '[' -n '' ']' 2025-06-05T23:53:23.9656952Z + hash -r 2025-06-05T23:53:23.9657375Z + source .ci/scripts/utils.sh 2025-06-05T23:53:23.9657958Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:53:23.9658609Z + which pip 2025-06-05T23:53:23.9659009Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:53:23.9659657Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:53:23.9660588Z 2025-06-05 23:53:22,891 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:53:23.9661907Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:23.9663628Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:53:23.9665710Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:53:23.9667514Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:53:23.9669018Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:53:23.9670052Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:53:23.9671757Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-06-05T23:53:23.9673562Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:53:23.9674714Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:53:23.9676696Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 6)) (4.47.1) 2025-06-05T23:53:23.9678669Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:53:23.9680220Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-06-05T23:53:23.9682246Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.1) 2025-06-05T23:53:23.9684638Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-06-05T23:53:23.9687159Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (78.1.1) 2025-06-05T23:53:23.9689858Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-06-05T23:53:23.9692566Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-06-05T23:53:23.9695035Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-06-05T23:53:23.9697728Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.32.4) 2025-06-05T23:53:23.9700578Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-06-05T23:53:23.9703475Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.18.0) 2025-06-05T23:53:23.9706437Z 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:23.9709385Z 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:23.9712424Z 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:23.9715412Z 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:23.9718531Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (0.21.1) 2025-06-05T23:53:27.3258544Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (4.67.1) 2025-06-05T23:53:27.3261066Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (2025.5.1) 2025-06-05T23:53:27.3263256Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (4.14.0) 2025-06-05T23:53:27.3264932Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (1.1.3) 2025-06-05T23:53:27.3266274Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.14.0) 2025-06-05T23:53:27.3267329Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-06-05T23:53:27.3268355Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-06-05T23:53:27.3269677Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.2.1) 2025-06-05T23:53:27.3270636Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3271349Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:53:27.3272027Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3272684Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:53:27.3273346Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3274016Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:53:27.3274713Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3276111Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-06-05T23:53:27.3277782Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:53:27.3278593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 102.2 MB/s eta 0:00:00 2025-06-05T23:53:27.3279391Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3280251Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-06-05T23:53:27.3281091Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3281901Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:53:27.3282739Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3283549Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:53:27.3284371Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3285342Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-06-05T23:53:27.3286779Z Requirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.11.0->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.4.0) 2025-06-05T23:53:27.3288305Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3289260Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-06-05T23:53:27.3290566Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (5.4.0) 2025-06-05T23:53:27.3291952Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-06-05T23:53:27.3292967Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3293768Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-06-05T23:53:27.3294545Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3295397Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:53:27.3296627Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.2.3) 2025-06-05T23:53:27.3297809Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3299033Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-06-05T23:53:27.3300142Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3301091Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:53:27.3302033Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:53:27.3302753Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:53:27.3303699Z Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3304843Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-06-05T23:53:27.3305985Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3307016Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:53:27.3307988Z Collecting aiosignal>=1.1.2 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3308947Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:53:27.3309926Z Collecting async-timeout<6.0,>=4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3310878Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:53:27.3312201Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (25.3.0) 2025-06-05T23:53:27.3313865Z Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3315156Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:53:27.3316503Z Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3317604Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) 2025-06-05T23:53:27.3318715Z Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3319830Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-06-05T23:53:27.3320905Z Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.3321949Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (72 kB) 2025-06-05T23:53:27.3323431Z Requirement already satisfied: idna>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.10) 2025-06-05T23:53:27.3325334Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.4.2) 2025-06-05T23:53:27.3327156Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (2025.4.26) 2025-06-05T23:53:27.3328655Z 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:29.7564764Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-06-05T23:53:29.7565897Z 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:29.7567003Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.7568016Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:53:29.7569292Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:53:29.7570685Z [?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:29.7572471Z 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:29.7574163Z 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:29.7575947Z 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:29.7577101Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:53:29.7577819Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:29.7578611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 93.9 MB/s eta 0:00:00 2025-06-05T23:53:29.7579598Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-06-05T23:53:29.7580460Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-06-05T23:53:29.7581309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 27.8/27.8 MB 206.5 MB/s eta 0:00:01 2025-06-05T23:53:29.7582118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 130.8 MB/s eta 0:00:00 2025-06-05T23:53:29.7582794Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:53:29.7583521Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:53:29.7584316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 98.2 MB/s eta 0:00:00 2025-06-05T23:53:29.7585009Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:53:29.7585729Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-06-05T23:53:29.7586670Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:29.7587440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 183.7 MB/s eta 0:00:00 2025-06-05T23:53:29.7588469Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:53:29.7588983Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:53:29.7589637Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-06-05T23:53:29.7590544Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:53:29.7591485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 148.2 MB/s eta 0:00:00 2025-06-05T23:53:29.7592154Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:53:29.7592867Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219 kB) 2025-06-05T23:53:29.7593688Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333 kB) 2025-06-05T23:53:29.7594377Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:53:29.7594914Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:53:29.7595853Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB) 2025-06-05T23:53:29.7597013Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206 kB) 2025-06-05T23:53:29.7597765Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.3 MB) 2025-06-05T23:53:29.7598564Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.3 MB ? eta -:--:-- 2025-06-05T23:53:29.7599369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 42.2/42.3 MB 256.3 MB/s eta 0:00:01 2025-06-05T23:53:29.7600301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 159.0 MB/s eta 0:00:00 2025-06-05T23:53:29.7601190Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-06-05T23:53:29.7602065Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-06-05T23:53:29.7602826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 198.5 MB/s eta 0:00:00 2025-06-05T23:53:29.7603486Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:53:29.7604353Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-06-05T23:53:29.7605358Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-06-05T23:53:29.7606221Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-06-05T23:53:29.7606983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 132.2 MB/s eta 0:00:00 2025-06-05T23:53:29.7607669Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:53:29.7610716Z  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:29.7613488Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- \ done 2025-06-05T23:53:29.7614888Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=02384f8c3bce5148247e51d6762a92124d67ab4e12ec862dc6e9f45c1ddc7d00 2025-06-05T23:53:29.7616285Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:53:29.7617031Z Successfully built antlr4-python3-runtime 2025-06-05T23:53:29.7618767Z 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:29.7620608Z [?25l 2025-06-05T23:53:29.7621135Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:40.2309237Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:40.2311842Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:40.2312572Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2313296Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2313988Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2314715Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2315402Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2316223Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2316898Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:40.2317585Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:53:40.2318093Z  Attempting uninstall: fsspec 2025-06-05T23:53:40.2318667Z ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:53:40.2319239Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:53:40.2319850Z ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:53:40.2320409Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:53:40.2320972Z ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:53:40.2321935Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:53:40.2322495Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:53:40.2323109Z ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:53:40.2323780Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 12/27 [dill] 2025-06-05T23:53:40.2324444Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2325116Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2325774Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2326585Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2327425Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2328112Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:40.2328964Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 16/27 [yarl] 2025-06-05T23:53:40.2329643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 19/27 [kagglehub] 2025-06-05T23:53:40.2330340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:40.2330855Z  Attempting uninstall: timm 2025-06-05T23:53:40.2331396Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:40.2331972Z  Found existing installation: timm 0.6.13 2025-06-05T23:53:40.2332555Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:40.2333058Z  Uninstalling timm-0.6.13: 2025-06-05T23:53:40.2333743Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:40.2334461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:40.2335036Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:53:40.2335597Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:40.2336243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:40.2336873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:40.2337514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:40.2338320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:40.2338986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:40.2339772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:40.2340444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:40.2341075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:53:40.2341490Z [?25h 2025-06-05T23:53:40.2344031Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.9 aiosignal-1.3.2 antlr4-python3-runtime-4.9.3 async-timeout-5.0.1 blobfile-3.0.0 cmake-3.31.6 datasets-3.6.0 dill-0.3.8 frozenlist-1.6.2 fsspec-2025.3.0 hf-transfer-0.1.9 kagglehub-0.3.12 multidict-6.4.4 multiprocess-0.70.16 omegaconf-2.3.0 propcache-0.3.1 psutil-7.0.0 pyarrow-20.0.0 pycryptodomex-3.23.0 sentencepiece-0.2.0 tiktoken-0.9.0 timm-1.0.7 torchdata-0.11.0 torchtune-0.6.1 xxhash-3.5.0 yarl-1.20.0 2025-06-05T23:53:40.2346269Z Processing ./third-party/ao 2025-06-05T23:53:40.2346705Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:53:40.2347204Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:53:40.2347728Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:53:40.2348768Z [?25hRequirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.9.0) 2025-06-05T23:53:40.2350047Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.21.1) 2025-06-05T23:53:48.5483012Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.2.0) 2025-06-05T23:53:48.5484493Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2024.11.6) 2025-06-05T23:53:48.5485882Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2.32.3) 2025-06-05T23:53:48.5487360Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.4.2) 2025-06-05T23:53:48.5489132Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.10) 2025-06-05T23:53:48.5490607Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2.4.0) 2025-06-05T23:53:48.5492114Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2025.4.26) 2025-06-05T23:53:48.5493945Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers->pytorch_tokenizers==0.1.0) (0.32.4) 2025-06-05T23:53:48.5495494Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (3.18.0) 2025-06-05T23:53:48.5497104Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (2025.3.0) 2025-06-05T23:53:48.5498741Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (25.0) 2025-06-05T23:53:48.5500474Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (6.0.1) 2025-06-05T23:53:48.5502047Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.67.1) 2025-06-05T23:53:48.5503709Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.14.0) 2025-06-05T23:53:48.5505434Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (1.1.3) 2025-06-05T23:53:48.5506526Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:48.5509461Z  DEPRECATION: Building 'torchao' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'torchao'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:53:48.5511884Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-06-05T23:53:48.5513198Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955946 sha256=f99ee2c22e4b9fc8f12426af5e19c997f2d051a12b0ca519827136bfcb565711 2025-06-05T23:53:48.5514619Z Stored in directory: /tmp/pip-ephem-wheel-cache-yrkku3k9/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:53:48.5515770Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:53:48.5517120Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=9f8ccfba1ca604f3035de285cae1c765fdbca4d94bb6856c5216d3918b0c2396 2025-06-05T23:53:48.5518546Z Stored in directory: /tmp/pip-ephem-wheel-cache-yrkku3k9/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:53:48.5519369Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:53:48.5519840Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:48.5520289Z [?25l 2025-06-05T23:53:48.5520717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:48.5521302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:48.5521864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:48.5522439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:48.5523046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:53:48.5523493Z [?25h 2025-06-05T23:53:48.5524001Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:53:48.5524851Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:53:48.5525647Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:48.5526239Z Processing /pytorch/executorch 2025-06-05T23:53:48.5526633Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:53:48.5527752Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:53:48.5528764Z !! 2025-06-05T23:53:48.5528889Z 2025-06-05T23:53:48.5529037Z ******************************************************************************** 2025-06-05T23:53:48.5529982Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:53:48.5530880Z 2025-06-05T23:53:48.5531134Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:53:48.5531665Z or your builds will no longer be supported. 2025-06-05T23:53:48.5531928Z 2025-06-05T23:53:48.5532325Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:48.5532986Z ******************************************************************************** 2025-06-05T23:53:48.5533251Z 2025-06-05T23:53:48.5533338Z !! 2025-06-05T23:53:48.5533580Z corresp(dist, value, root_dir) 2025-06-05T23:53:48.5534551Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:48.5535503Z !! 2025-06-05T23:53:48.5535619Z 2025-06-05T23:53:48.5535766Z ******************************************************************************** 2025-06-05T23:53:48.5536379Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:48.5536871Z 2025-06-05T23:53:48.5537039Z License :: OSI Approved :: BSD License 2025-06-05T23:53:48.5537290Z 2025-06-05T23:53:48.5537694Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:48.5538344Z ******************************************************************************** 2025-06-05T23:53:48.5538610Z 2025-06-05T23:53:48.5538710Z !! 2025-06-05T23:53:48.5538947Z dist._finalize_license_expression() 2025-06-05T23:53:48.5539974Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:48.5540815Z !! 2025-06-05T23:53:48.5540949Z 2025-06-05T23:53:48.5541085Z ******************************************************************************** 2025-06-05T23:53:48.5541702Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:48.5542254Z 2025-06-05T23:53:48.5542389Z License :: OSI Approved :: BSD License 2025-06-05T23:53:48.5542652Z 2025-06-05T23:53:48.5543039Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:48.5543683Z ******************************************************************************** 2025-06-05T23:53:48.5543960Z 2025-06-05T23:53:48.5544047Z !! 2025-06-05T23:53:48.5544296Z self._finalize_license_expression() 2025-06-05T23:53:48.5544628Z running dist_info 2025-06-05T23:53:48.5545100Z creating /tmp/pip-modern-metadata-juc5adce/executorch.egg-info 2025-06-05T23:53:48.5545724Z writing /tmp/pip-modern-metadata-juc5adce/executorch.egg-info/PKG-INFO 2025-06-05T23:53:48.5546604Z writing dependency_links to /tmp/pip-modern-metadata-juc5adce/executorch.egg-info/dependency_links.txt 2025-06-05T23:53:48.5547508Z writing entry points to /tmp/pip-modern-metadata-juc5adce/executorch.egg-info/entry_points.txt 2025-06-05T23:53:48.5548371Z writing requirements to /tmp/pip-modern-metadata-juc5adce/executorch.egg-info/requires.txt 2025-06-05T23:53:48.5549225Z writing top-level names to /tmp/pip-modern-metadata-juc5adce/executorch.egg-info/top_level.txt 2025-06-05T23:53:48.5550072Z writing manifest file '/tmp/pip-modern-metadata-juc5adce/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:48.5550904Z reading manifest file '/tmp/pip-modern-metadata-juc5adce/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:48.5551487Z adding license file 'LICENSE' 2025-06-05T23:53:49.6562194Z writing manifest file '/tmp/pip-modern-metadata-juc5adce/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:49.6563333Z creating '/tmp/pip-modern-metadata-juc5adce/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:53:49.6564292Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:53:49.6565182Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.1.6) 2025-06-05T23:53:49.6566092Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:49.6567520Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-06-05T23:53:49.6569018Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:53:49.6570016Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.84.2) 2025-06-05T23:53:49.6571259Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:53:49.6572494Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.6) 2025-06-05T23:53:49.6573723Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (25.0) 2025-06-05T23:53:49.6574937Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.3) 2025-06-05T23:53:49.6576190Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.9.0) 2025-06-05T23:53:49.6577418Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (7.2.0) 2025-06-05T23:53:49.6578290Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:49.6579666Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/0d/b2/0e802fde6f1c5b2f7ae7e9ad42b83fd4ecebac18a8a8c2f2f14e39dce6e1/pytest_xdist-3.7.0-py3-none-any.whl.metadata 2025-06-05T23:53:49.6581300Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:53:49.6581924Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:49.6583400Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/f3/30/11d836ff01c938969efa319b4ebe2374ed79d28043a12bfc908577aab9f3/pytest_rerunfailures-15.1-py3-none-any.whl.metadata 2025-06-05T23:53:49.6584935Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:53:49.6585896Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.0.1) 2025-06-05T23:53:49.6602664Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.17.32) 2025-06-05T23:53:49.6604211Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.14.0) 2025-06-05T23:53:49.6605061Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:49.6606384Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-06-05T23:53:49.6607732Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:53:49.6608724Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (4.14.0) 2025-06-05T23:53:49.6609695Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:49.6611151Z Obtaining dependency information for coremltools==8.3 from https://files.pythonhosted.org/packages/c4/c9/f602c2a7861a9e8a2555a083d9558d37d8811515bacd597eb3b40ba7757d/coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata 2025-06-05T23:53:49.6612723Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata (2.6 kB) 2025-06-05T23:53:49.6613419Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:49.6614907Z Obtaining dependency information for protobuf>=3.1.0 from https://files.pythonhosted.org/packages/fa/b1/b59d405d64d31999244643d88c45c8241c58f17cc887e73bcb90602327f8/protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata 2025-06-05T23:53:49.6616421Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) 2025-06-05T23:53:49.6617476Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (4.67.1) 2025-06-05T23:53:49.6618862Z Requirement already satisfied: attrs>=21.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (25.3.0) 2025-06-05T23:53:49.6619882Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:49.6621206Z Obtaining dependency information for cattrs from https://files.pythonhosted.org/packages/18/b0/215274ef0d835bbc1056392a367646648b6084e39d489099959aefcca2af/cattrs-25.1.1-py3-none-any.whl.metadata 2025-06-05T23:53:49.6622552Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:53:49.6623134Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:49.6624444Z Obtaining dependency information for pyaml from https://files.pythonhosted.org/packages/aa/7d/1b5061beff826f902285827261485a058b943332eba8a5532a0164735205/pyaml-25.5.0-py3-none-any.whl.metadata 2025-06-05T23:53:49.6625724Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:53:49.6626768Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2.9.0.post0) 2025-06-05T23:53:49.6628223Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:53:49.6629717Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:53:49.6631197Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.7.0a0+bd57234) (1.17.0) 2025-06-05T23:53:49.6632992Z Requirement already satisfied: exceptiongroup>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from cattrs->coremltools==8.3->executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:53:49.6634898Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.7.0a0+bd57234) (2.4.0) 2025-06-05T23:53:49.6636529Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.1.0) 2025-06-05T23:53:49.6637874Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (1.6.0) 2025-06-05T23:53:49.6639176Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.0.1) 2025-06-05T23:53:49.6640059Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:49.6641332Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/2f/de/afa024cbe022b1b318a3d224125aa24939e99b4ff6f22e0ba639a2eaee47/pytest-8.4.0-py3-none-any.whl.metadata 2025-06-05T23:53:49.6642655Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:53:49.6643626Z Requirement already satisfied: pygments>=2.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.19.1) 2025-06-05T23:53:49.6644604Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:49.6645983Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-06-05T23:53:49.6647341Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:53:49.6648358Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.7.0a0+bd57234) (0.2.12) 2025-06-05T23:53:49.6649422Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl (2.3 MB) 2025-06-05T23:53:49.6650393Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:49.6651192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 136.3 MB/s eta 0:00:00 2025-06-05T23:53:49.6651955Z [?25hDownloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl (321 kB) 2025-06-05T23:53:49.6652538Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:53:49.6653062Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:53:51.3430586Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:53:51.3431398Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:53:51.3432061Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:53:51.3432746Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:53:51.3433478Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:53:51.3434169Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:53:51.3434713Z Building wheels for collected packages: executorch 2025-06-05T23:53:51.3435453Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:53:51.3436939Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:53:51.3438410Z !! 2025-06-05T23:53:51.3438556Z 2025-06-05T23:53:51.3438711Z ******************************************************************************** 2025-06-05T23:53:51.3439803Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:53:51.3440834Z 2025-06-05T23:53:51.3441128Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:53:51.3441668Z or your builds will no longer be supported. 2025-06-05T23:53:51.3441993Z 2025-06-05T23:53:51.3442637Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:51.3443777Z ******************************************************************************** 2025-06-05T23:53:51.3444209Z 2025-06-05T23:53:51.3444329Z !! 2025-06-05T23:53:51.3444592Z corresp(dist, value, root_dir) 2025-06-05T23:53:51.3445900Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:51.3447066Z !! 2025-06-05T23:53:51.3447223Z 2025-06-05T23:53:51.3447424Z ******************************************************************************** 2025-06-05T23:53:51.3448054Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:51.3448807Z 2025-06-05T23:53:51.3449004Z License :: OSI Approved :: BSD License 2025-06-05T23:53:51.3449265Z 2025-06-05T23:53:51.3449761Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:51.3450648Z ******************************************************************************** 2025-06-05T23:53:51.3450918Z 2025-06-05T23:53:51.3451018Z !! 2025-06-05T23:53:51.3451275Z dist._finalize_license_expression() 2025-06-05T23:53:51.3452156Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:51.3452995Z !! 2025-06-05T23:53:51.3453126Z 2025-06-05T23:53:51.3453258Z ******************************************************************************** 2025-06-05T23:53:51.3453926Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:51.3454396Z 2025-06-05T23:53:51.3454551Z License :: OSI Approved :: BSD License 2025-06-05T23:53:51.3454807Z 2025-06-05T23:53:51.3455203Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:51.3455875Z ******************************************************************************** 2025-06-05T23:53:51.3456142Z 2025-06-05T23:53:51.3456229Z !! 2025-06-05T23:53:51.3456479Z self._finalize_license_expression() 2025-06-05T23:53:51.3456813Z running bdist_wheel 2025-06-05T23:53:51.3457082Z running build 2025-06-05T23:53:51.3457340Z command options for 'CustomBuild': 2025-06-05T23:53:51.3457682Z build_base = pip-out 2025-06-05T23:53:51.3457981Z build_purelib = pip-out/lib 2025-06-05T23:53:51.3458349Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:53:51.3458803Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:53:51.3459199Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:53:51.3459610Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-06-05T23:53:51.3459994Z plat_name = linux-x86_64 2025-06-05T23:53:51.3460294Z compiler = None 2025-06-05T23:53:51.3460547Z parallel = None 2025-06-05T23:53:51.3460797Z debug = None 2025-06-05T23:53:51.3461026Z force = None 2025-06-05T23:53:51.3461324Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:53:51.3462079Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:53:51.3462777Z clearing /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:53:51.3463303Z Preset CMake variables: 2025-06-05T23:53:51.3463488Z 2025-06-05T23:53:51.3463609Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:53:51.3464154Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:53:51.3464591Z 2025-06-05T23:53:51.3464762Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:53:51.3465191Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:53:51.3465599Z -- Detecting C compiler ABI info 2025-06-05T23:53:51.3465944Z -- Detecting C compiler ABI info - done 2025-06-05T23:53:51.3466467Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:53:51.3466899Z -- Detecting C compile features 2025-06-05T23:53:51.3467246Z -- Detecting C compile features - done 2025-06-05T23:53:51.3467602Z -- Detecting CXX compiler ABI info 2025-06-05T23:53:51.3467971Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:53:51.3468423Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:53:51.3468867Z -- Detecting CXX compile features 2025-06-05T23:53:51.3469225Z -- Detecting CXX compile features - done 2025-06-05T23:53:51.3469731Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:53:51.3470255Z -- --- Configured Options --- 2025-06-05T23:53:51.3470462Z 2025-06-05T23:53:51.3470595Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:53:51.3471009Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:53:51.3471413Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:53:51.3471918Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:53:51.3472422Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:53:51.3472823Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:53:51.3473214Z -- BUCK2 : 2025-06-05T23:53:51.3473774Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:53:51.3474640Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:53:51.3475115Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:53:51.3475780Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:53:51.3476377Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:53:51.3477051Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:53:51.3477904Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:53:51.3478327Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:53:51.3478838Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:53:51.3479375Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:53:51.3479790Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:53:51.3480261Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:53:51.3480803Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:53:51.3481217Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:53:51.3481702Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:53:51.3482341Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:53:51.3482744Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:53:51.3483231Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:53:51.3483836Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:53:51.3484263Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:53:51.3484801Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:53:51.3485366Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:53:51.3485778Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:53:51.3486460Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:53:51.3486989Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:53:51.3487379Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:53:51.3488030Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:53:51.3488427Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:53:51.3488853Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:53:51.3489264Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:53:51.3489652Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:53:51.3490055Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:53:51.3490442Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:53:51.3491024Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:53:51.3491411Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:53:51.3491809Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:53:51.3492221Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:53:51.3492608Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:53:51.3493003Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:53:51.3493392Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:53:51.3493792Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:53:51.3494184Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:53:51.3494600Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:53:51.3494994Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:53:51.3495400Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:53:51.3495822Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:53:51.3496225Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:53:51.3496649Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:53:51.3497020Z -- -------------------------- 2025-06-05T23:53:51.3497514Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:53:51.3498299Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:53:51.3499053Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:53:51.3499530Z CMake. 2025-06-05T23:53:51.3499658Z 2025-06-05T23:53:51.3499909Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:53:51.3500545Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:53:51.3501081Z to work with policies introduced by or earlier. 2025-06-05T23:53:51.3501383Z 2025-06-05T23:53:51.3501393Z 2025-06-05T23:53:51.3501495Z -- pybind11 v2.13.6 2025-06-05T23:53:51.3502124Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:53:51.3502950Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:53:51.3503420Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:53:51.3503773Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:53:51.3504376Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:53:51.3505089Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:53:51.3505561Z CMake. 2025-06-05T23:53:51.3505688Z 2025-06-05T23:53:51.3505939Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:53:51.3506567Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:53:51.3507119Z to work with policies introduced by or earlier. 2025-06-05T23:53:51.3507413Z 2025-06-05T23:53:51.3507418Z 2025-06-05T23:54:00.3965459Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:00.3967257Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:00.3967995Z -- Setting Clang compiler options 2025-06-05T23:54:00.3968881Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:54:00.3970275Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:00.3971197Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:00.3971677Z CMake. 2025-06-05T23:54:00.3971806Z 2025-06-05T23:54:00.3972057Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:00.3972692Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:00.3973395Z to work with policies introduced by or earlier. 2025-06-05T23:54:00.3973685Z 2025-06-05T23:54:00.3973690Z 2025-06-05T23:54:00.3974135Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:00.3974981Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:00.3975442Z CMake. 2025-06-05T23:54:00.3975583Z 2025-06-05T23:54:00.3975831Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:00.3976463Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:00.3977000Z to work with policies introduced by or earlier. 2025-06-05T23:54:00.3977290Z 2025-06-05T23:54:00.3977295Z 2025-06-05T23:54:00.3977445Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:54:00.3977868Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:54:00.3978275Z -- Found Threads: TRUE 2025-06-05T23:54:00.3978921Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:00.3979775Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:00.3980250Z CMake. 2025-06-05T23:54:00.3980375Z 2025-06-05T23:54:00.3980622Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:00.3981245Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:00.3981777Z to work with policies introduced by or earlier. 2025-06-05T23:54:00.3982076Z 2025-06-05T23:54:00.3982081Z 2025-06-05T23:54:00.3982192Z -- Resolved buck2 as buck2. 2025-06-05T23:54:00.3982499Z -- Killing buck2 daemon 2025-06-05T23:54:00.3982763Z 'buck2 killall' 2025-06-05T23:54:00.3983039Z -- executorch: Generating source lists 2025-06-05T23:54:00.3983816Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:00.3984977Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:00.3986128Z '/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:00.3986914Z -- Generating operator lib: 2025-06-05T23:54:00.3987239Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:00.3988035Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:00.3988800Z -- ROOT_OPS: 2025-06-05T23:54:00.3989238Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:00.3991208Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-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:00.3992794Z -- Generating kernel bindings: 2025-06-05T23:54:00.3993117Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:00.3993583Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:00.3994215Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:00.3994515Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:00.3996853Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:54:00.3999050Z -- Generating operator lib: 2025-06-05T23:54:00.3999375Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:00.3999694Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:54:00.4000132Z -- DEPS: executorch_core 2025-06-05T23:54:00.4000447Z -- Generating operator lib: 2025-06-05T23:54:00.4000749Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:00.4001222Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:00.4001696Z -- ROOT_OPS: 2025-06-05T23:54:00.4001954Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:00.4003458Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-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:00.4005053Z -- Generating kernel bindings: 2025-06-05T23:54:00.4005390Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:00.4005853Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:00.4006344Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:00.4006625Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:00.4008881Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-06-05T23:54:00.4011122Z -- Generating operator lib: 2025-06-05T23:54:00.4011430Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:00.4011770Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:54:00.4012097Z -- DEPS: executorch_core 2025-06-05T23:54:00.4012408Z -- Merging kernel yaml files: 2025-06-05T23:54:00.4012952Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:54:00.4013771Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:54:00.4014625Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-06-05T23:54:00.4015233Z -- Generating operator lib: 2025-06-05T23:54:00.4015574Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:00.4016275Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:00.4016955Z -- ROOT_OPS: 2025-06-05T23:54:00.4017199Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:00.4018937Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml" 2025-06-05T23:54:00.4020737Z -- Generating kernel bindings: 2025-06-05T23:54:00.4021074Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:00.4021792Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:00.4022472Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:00.4022767Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:00.4025181Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-06-05T23:54:00.4027501Z -- Generating operator lib: 2025-06-05T23:54:00.4027842Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:00.4028284Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:54:00.4028727Z -- DEPS: executorch_core 2025-06-05T23:54:00.4029278Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:54:00.4030067Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:00.4030546Z CMake. 2025-06-05T23:54:00.4030674Z 2025-06-05T23:54:00.4030933Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:00.4031561Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:00.4032096Z to work with policies introduced by or earlier. 2025-06-05T23:54:00.4032395Z 2025-06-05T23:54:00.4032400Z 2025-06-05T23:54:00.4032517Z -- Looking for C++ include unistd.h 2025-06-05T23:54:00.4032881Z -- Looking for C++ include unistd.h - found 2025-06-05T23:54:00.4033235Z -- Looking for C++ include stdint.h 2025-06-05T23:54:00.4033591Z -- Looking for C++ include stdint.h - found 2025-06-05T23:54:00.4033949Z -- Looking for C++ include inttypes.h 2025-06-05T23:54:00.4034322Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:54:00.4034694Z -- Looking for C++ include sys/types.h 2025-06-05T23:54:00.4035080Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:54:00.4035462Z -- Looking for C++ include sys/stat.h 2025-06-05T23:54:00.4035892Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:54:00.4036269Z -- Looking for C++ include fnmatch.h 2025-06-05T23:54:00.4036623Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:54:00.4036996Z -- Looking for C++ include stddef.h 2025-06-05T23:54:00.4037342Z -- Looking for C++ include stddef.h - found 2025-06-05T23:54:00.4037705Z -- Check size of uint32_t 2025-06-05T23:54:00.4038005Z -- Check size of uint32_t - done 2025-06-05T23:54:00.4038327Z -- Looking for strtoll 2025-06-05T23:54:00.4038605Z -- Looking for strtoll - found 2025-06-05T23:54:00.4039057Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-06-05T23:54:00.4039553Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:54:00.4039938Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-06-05T23:54:00.4040631Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:54:00.4041286Z -- Generating microkernels.cmake 2025-06-05T23:54:00.4041725Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:54:00.4042200Z No microkernel found in src/reference/packing.cc 2025-06-05T23:54:00.4042673Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:54:00.4043537Z '/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:00.4044469Z -- MKL_ARCH: None, set to ` intel64` by default 2025-06-05T23:54:01.2110202Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-06-05T23:54:01.2110969Z -- MKL_LINK: None, set to ` dynamic` by default 2025-06-05T23:54:01.2111831Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-06-05T23:54:01.2112802Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-06-05T23:54:01.2113628Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-06-05T23:54:01.2115490Z 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:01.2117060Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:54:01.2117834Z Call Stack (most recent call first): 2025-06-05T23:54:01.2119351Z /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:01.2120925Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:54:01.2121643Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:54:01.2122116Z 2025-06-05T23:54:01.2122125Z 2025-06-05T23:54:01.2122738Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:54:01.2124974Z -- executorch: Using source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-06-05T23:54:01.2126959Z -- Generating operator lib: 2025-06-05T23:54:01.2127523Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:01.2128407Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:01.2129297Z -- ROOT_OPS: 2025-06-05T23:54:01.2129748Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:01.2132670Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-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:01.2135766Z -- Generating kernel bindings: 2025-06-05T23:54:01.2136380Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:01.2136956Z -- FUNCTIONS_YAML: 2025-06-05T23:54:01.2137734Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:01.2138705Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:01.2147243Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:54:01.2155808Z -- Generating operator lib: 2025-06-05T23:54:01.2156413Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:01.2157047Z -- OPS_SCHEMA_YAML: 2025-06-05T23:54:01.2162968Z -- 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:01.2168980Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:01.2177221Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-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:01.2185410Z -- Generating kernel bindings: 2025-06-05T23:54:01.2186020Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:01.2188229Z -- FUNCTIONS_YAML: 2025-06-05T23:54:01.2189029Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:01.2189972Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:01.2190606Z -- Generating custom ops aot lib: 2025-06-05T23:54:01.2191921Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:01.2193097Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:54:01.2194834Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:54:01.2196708Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:54:01.2198532Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:54:01.2200333Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:54:01.2202132Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:54:01.2203961Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:54:01.2205734Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:54:01.2207515Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:54:01.2209296Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:54:01.2210959Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:54:01.2212835Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:54:01.2214126Z -- Generating operator lib: 2025-06-05T23:54:01.2214744Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:01.2215667Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:01.2216543Z -- ROOT_OPS: 2025-06-05T23:54:01.2216984Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:01.2219975Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-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:01.2223133Z -- Generating kernel bindings: 2025-06-05T23:54:01.2223737Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:01.2224357Z -- FUNCTIONS_YAML: 2025-06-05T23:54:01.2225134Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:01.2226058Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:01.2226690Z -- Generating operator lib: 2025-06-05T23:54:01.2227281Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:01.2227994Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:54:01.2228665Z -- DEPS: portable_lib 2025-06-05T23:54:01.2229191Z -- Generating operator lib: 2025-06-05T23:54:01.2229767Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:01.2230376Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:54:01.2230989Z -- DEPS: executorch_core 2025-06-05T23:54:01.2231532Z -- Configuring done (10.3s) 2025-06-05T23:54:01.2232089Z -- Generating done (0.5s) 2025-06-05T23:54:01.2233412Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:54:01.2236254Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-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:01.2238639Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:54:01.2239579Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:54:01.2240825Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:54:01.2242469Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:54:01.2244297Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:54:01.2246008Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:54:01.2247743Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:54:01.2249166Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:54:01.2249989Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:54:01.2250761Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:54:01.2251546Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:54:01.2252382Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:54:01.2253166Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:54:01.2254031Z [ 0%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:54:01.2255032Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:54:01.2255836Z CMake Warning: 2025-06-05T23:54:01.2256466Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:01.2257062Z 2025-06-05T23:54:01.2257071Z 2025-06-05T23:54:02.2450627Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:02.2451881Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.2452764Z CMake. 2025-06-05T23:54:02.2453006Z 2025-06-05T23:54:02.2453440Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.2454588Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.2455591Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.2456126Z 2025-06-05T23:54:02.2456178Z 2025-06-05T23:54:02.2456352Z CMake Warning: 2025-06-05T23:54:02.2456957Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:02.2457544Z 2025-06-05T23:54:02.2457554Z 2025-06-05T23:54:02.2457819Z fatal: No names found, cannot describe anything. 2025-06-05T23:54:02.2458622Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:54:02.2459355Z git describe failed with exit code: 128 2025-06-05T23:54:02.2459763Z 2025-06-05T23:54:02.2460091Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:54:02.2460865Z Call Stack (most recent call first): 2025-06-05T23:54:02.2461488Z CMakeLists.txt:5 (include) 2025-06-05T23:54:02.2461878Z 2025-06-05T23:54:02.2461887Z 2025-06-05T23:54:02.2462100Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:54:02.2463202Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:54:02.2465066Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:54:02.2466967Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:54:02.2468852Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:54:02.2470105Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:54:02.2471372Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:54:02.2472547Z -- Detecting C compiler ABI info 2025-06-05T23:54:02.2473688Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:54:02.2475215Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:54:02.2477011Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:54:02.2479033Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:54:02.2480978Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:54:02.2482831Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:54:02.2484143Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:54:02.2484897Z -- Detecting CXX compiler ABI info 2025-06-05T23:54:02.2485998Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:54:02.2488743Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:54:02.2490084Z -- Detecting C compiler ABI info - done 2025-06-05T23:54:02.2491274Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:54:02.2492703Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:54:02.2493518Z -- Detecting C compile features 2025-06-05T23:54:02.2494163Z -- Detecting C compile features - done 2025-06-05T23:54:02.2494971Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:02.2495905Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:02.2496685Z -- Setting Clang compiler options 2025-06-05T23:54:02.2498161Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:54:02.2499840Z -- Configuring done (0.3s) 2025-06-05T23:54:02.2501063Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:54:02.2503032Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:54:02.2504353Z -- Generating done (0.0s) 2025-06-05T23:54:02.2506170Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:54:02.2508644Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:54:02.2510006Z [ 2%] Performing build step for 'flatcc_external_project' 2025-06-05T23:54:02.2510978Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:02.2511872Z [ 2%] Linking C static library libpthreadpool.a 2025-06-05T23:54:02.2513217Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:54:02.2514554Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:54:02.2515211Z [ 2%] Built target pthreadpool 2025-06-05T23:54:02.2516503Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:54:02.2518286Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:54:02.2519651Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:54:02.2520717Z -- Detecting CXX compile features 2025-06-05T23:54:02.2521328Z -- Detecting CXX compile features - done 2025-06-05T23:54:02.2522186Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:02.2523670Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:54:02.2524946Z -- Looking for strtof_l 2025-06-05T23:54:02.2525660Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:02.2526827Z [ 12%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:54:02.2528054Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:02.2530306Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:54:02.2531942Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:54:02.2533746Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:54:02.2535507Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:54:02.2536950Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:02.2538112Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:02.2539370Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:54:02.2540737Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:54:02.2542308Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:54:02.2543984Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:54:02.2545842Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:54:02.2547662Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:54:02.2549209Z [ 33%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:02.2550555Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:54:02.2551966Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:54:02.2553012Z [ 39%] Built target flatccrt 2025-06-05T23:54:02.2553582Z -- Looking for strtof_l - found 2025-06-05T23:54:02.2554177Z -- Looking for strtoull_l 2025-06-05T23:54:02.2554946Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:54:02.2555915Z [ 3%] Linking C static library libcpuinfo.a 2025-06-05T23:54:02.2556879Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:54:02.2557909Z [ 3%] Built target cpuinfo 2025-06-05T23:54:02.2558905Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:54:02.2559954Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:54:02.2560974Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:54:02.2561764Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:54:02.2562765Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:54:02.2564205Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:54:02.2565306Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:54:02.2566302Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:54:02.2567015Z [ 4%] Built target indirection 2025-06-05T23:54:02.2567455Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:54:02.2568060Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:54:02.2569057Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-06-05T23:54:02.2570308Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:54:02.2571263Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:54:02.2572252Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:54:02.2573226Z -- Looking for strtoull_l - found 2025-06-05T23:54:03.3827926Z -- Looking for realpath 2025-06-05T23:54:03.3829075Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:54:03.3830439Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:54:03.3831958Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:54:03.3833772Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:54:03.3835279Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:54:03.3837329Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-06-05T23:54:03.3840175Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:54:03.3843057Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:54:03.3844773Z [ 4%] Built target logging 2025-06-05T23:54:03.3845932Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:54:03.3847735Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:54:03.3849152Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:54:03.3850998Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:54:03.3853292Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:54:03.3854870Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:54:03.3856101Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:54:03.3857092Z -- Looking for realpath - found 2025-06-05T23:54:03.3857761Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:54:03.3858859Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:54:03.3859839Z -- Configuring done (1.3s) 2025-06-05T23:54:03.3860751Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:54:03.3862286Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:54:03.3863500Z -- Generating done (0.0s) 2025-06-05T23:54:03.3865759Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:54:03.3867943Z [ 6%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:54:03.3868984Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:54:03.3870032Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:54:03.3871899Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-06-05T23:54:03.3874143Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:54:03.3876274Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:54:03.3878571Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-06-05T23:54:03.3880577Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:54:03.3882492Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-06-05T23:54:03.3884688Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:54:03.3886139Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:54:03.3887390Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:54:03.3896708Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:54:03.3899594Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:54:03.3903131Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:54:03.3906354Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:54:03.3907705Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:54:03.3909824Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:54:03.3912081Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-06-05T23:54:03.3913810Z [ 6%] Linking CXX static library libeigen_blas.a 2025-06-05T23:54:03.3915904Z [ 7%] 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:03.3918117Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:54:03.3919352Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:54:03.3920180Z [ 7%] Built target eigen_blas 2025-06-05T23:54:03.3920989Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:54:03.3922935Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-06-05T23:54:03.3925384Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:54:03.3927414Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:54:03.3929074Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:54:03.3930082Z [ 7%] Built target normalization 2025-06-05T23:54:03.3931315Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:54:03.3933944Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-06-05T23:54:03.3935946Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:54:03.3936858Z [ 7%] Built target microparams-init 2025-06-05T23:54:03.3937704Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:54:03.3939110Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:54:03.3940271Z [ 93%] Built target flatcc 2025-06-05T23:54:03.3941072Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:54:03.3943107Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:03.3945264Z [ 7%] Built target allocator 2025-06-05T23:54:03.3946123Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:54:03.3947389Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:54:03.3948453Z [ 7%] Built target packing 2025-06-05T23:54:03.3950181Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:03.3952607Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:54:03.3954076Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:54:03.3955060Z [ 7%] Built target cache 2025-06-05T23:54:03.3956139Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:54:03.3957285Z [ 7%] Built target datatype 2025-06-05T23:54:03.3958936Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:03.3960973Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:54:03.3961870Z [100%] Built target flatcc_cli 2025-06-05T23:54:03.3962544Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-05T23:54:03.3963969Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:54:03.3965277Z [ 21%] Built target flatccrt 2025-06-05T23:54:03.3967079Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:03.3968991Z [ 93%] Built target flatcc 2025-06-05T23:54:03.3969521Z [ 7%] Built target memory 2025-06-05T23:54:03.3971219Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-06-05T23:54:03.3973076Z [100%] Built target flatcc_cli 2025-06-05T23:54:03.3973634Z Install the project... 2025-06-05T23:54:03.3976929Z -- Install configuration: "" 2025-06-05T23:54:03.3978539Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:54:03.3980934Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:54:03.3983667Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:54:03.3986441Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:54:03.3989452Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:54:03.3992099Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:54:03.3994701Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:54:03.3997477Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:54:03.4000226Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:54:03.4003186Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:54:03.4005930Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:54:03.4008551Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:54:03.4011173Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:54:03.4013714Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:54:03.4016204Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:54:03.4017760Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:54:03.4019645Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:54:03.4021966Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:54:03.4023983Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:54:03.4026206Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:54:03.4028714Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:54:03.4031116Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:54:03.4033005Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:54:03.4034500Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:54:03.4036148Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:54:03.4037589Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:54:03.4039079Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:54:03.4040731Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:54:03.4042480Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:54:03.4045058Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:54:03.4047840Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:54:03.4050829Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:54:03.4053467Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:54:03.4056245Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:54:03.4059042Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:54:03.4061753Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:54:03.4064593Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:54:03.4067479Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:54:03.4070111Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:54:03.4072800Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:54:03.4075358Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:54:03.4077356Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:54:03.4079952Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:54:03.4082823Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:54:03.4085562Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:54:03.4087266Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:54:03.4090637Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:54:03.4092101Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:54:03.4093782Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:54:03.4095252Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:54:03.4096713Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:54:03.4098198Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:54:03.4099664Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:54:03.4101196Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:54:03.4102655Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:54:04.2458620Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:54:04.2461674Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:54:04.2464777Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:54:04.2467853Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:54:04.2470808Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:54:04.2473617Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:54:04.2476515Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:54:04.2479452Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:54:04.2482360Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:54:04.2485185Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:54:04.2488203Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:54:04.2491282Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:54:04.2494610Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:54:04.2497880Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:54:04.2501040Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:54:04.2504659Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:54:04.2507596Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:54:04.2510315Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:54:04.2513102Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:54:04.2516043Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:54:04.2519089Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:54:04.2521947Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:54:04.2524632Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:54:04.2527106Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:54:04.2529562Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:54:04.2531102Z [ 7%] Built target microkernel-utils 2025-06-05T23:54:04.2532003Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:54:04.2534038Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-06-05T23:54:04.2535919Z [ 7%] Completed 'flatcc_external_project' 2025-06-05T23:54:04.2537750Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-06-05T23:54:04.2539604Z [ 7%] Built target flatcc_external_project 2025-06-05T23:54:04.2540782Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:54:04.2542144Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:54:04.2544176Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-06-05T23:54:04.2546196Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:54:04.2547048Z [ 7%] Built target mutex 2025-06-05T23:54:04.2548665Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-06-05T23:54:04.2551446Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:54:04.2554328Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-06-05T23:54:04.2556416Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:54:04.2557537Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:54:04.2558697Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:54:04.2560656Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-06-05T23:54:04.2563452Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:54:04.2566011Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:54:04.2567829Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:54:04.2569619Z [ 7%] 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:04.2572682Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-06-05T23:54:04.2575899Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-06-05T23:54:04.2577661Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:54:04.2578569Z [ 8%] Built target reference-ukernels 2025-06-05T23:54:04.2579451Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:54:04.2580609Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:54:04.2581792Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:54:04.2583072Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:54:04.2585080Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-06-05T23:54:04.2587999Z [ 8%] 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:04.2590825Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-06-05T23:54:04.2593330Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:54:04.2594994Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:54:04.2597062Z [ 8%] 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:04.2599791Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-06-05T23:54:04.2602357Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-06-05T23:54:04.2604932Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-06-05T23:54:04.2606557Z [ 8%] Built target operator-utils 2025-06-05T23:54:05.6900803Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-06-05T23:54:05.6902307Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-06-05T23:54:05.6903762Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-06-05T23:54:05.6905048Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-06-05T23:54:05.6905991Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:54:05.6906987Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-06-05T23:54:05.6908572Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-06-05T23:54:05.6909940Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-06-05T23:54:05.6911805Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-06-05T23:54:05.6913267Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:54:05.6914479Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:54:05.6916467Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-06-05T23:54:05.6918813Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-06-05T23:54:05.6920311Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:54:05.6921840Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-06-05T23:54:05.6923239Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-06-05T23:54:05.6924077Z [ 9%] Built target operator-run 2025-06-05T23:54:05.6925284Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-06-05T23:54:05.6926405Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:54:05.6928027Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-06-05T23:54:05.6929827Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:54:05.6930604Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:54:05.6931222Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:54:05.6932276Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:05.6933902Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:54:05.6935414Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-06-05T23:54:05.6936860Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:05.6938156Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-06-05T23:54:05.6938986Z [ 9%] Built target hardware-config 2025-06-05T23:54:05.6939674Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:54:05.6940570Z [ 11%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:05.6941397Z [ 11%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:05.6942227Z [ 11%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:05.6943437Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:54:05.6944816Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:54:05.6946224Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:54:05.6947397Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:54:05.6948300Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:54:05.6949982Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-06-05T23:54:05.6951096Z [ 11%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:05.6952146Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:54:05.6953371Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:54:05.6954470Z [ 11%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:05.6955014Z [ 11%] Built target flatccrt 2025-06-05T23:54:05.6955846Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:54:05.6956785Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:54:05.6957843Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-06-05T23:54:05.6959091Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:54:05.6960285Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:54:05.6961423Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:54:05.6962357Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:54:05.6963094Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:54:05.6963813Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:54:05.6964742Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:54:05.6965957Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:54:05.6967251Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-06-05T23:54:05.6968628Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-06-05T23:54:05.6970236Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-06-05T23:54:05.6972221Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:54:05.6974048Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:54:05.6976121Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-06-05T23:54:05.6977479Z [100%] Linking CXX executable flatc 2025-06-05T23:54:05.6978578Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:54:05.6980166Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:54:05.6981760Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:54:05.6983692Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-06-05T23:54:05.6985557Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-06-05T23:54:05.6987452Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:54:05.6989986Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:54:05.6991855Z [ 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:05.6993267Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:54:05.6994540Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-06-05T23:54:06.7662129Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:54:06.7664111Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-06-05T23:54:06.7666540Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:54:06.7668850Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:54:06.7671142Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:54:06.7673817Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-06-05T23:54:06.7676925Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-06-05T23:54:06.7679558Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:54:06.7681854Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:54:06.7684222Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-06-05T23:54:06.7686764Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-06-05T23:54:06.7691023Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-06-05T23:54:06.7693710Z [ 14%] 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:06.7695457Z [ 14%] Built target operators 2025-06-05T23:54:06.7697140Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-06-05T23:54:06.7699964Z [ 14%] 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:06.7702388Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:54:06.7704775Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-06-05T23:54:06.7707074Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:54:06.7709700Z [ 14%] 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:06.7712001Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:54:06.7714317Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-06-05T23:54:06.7717134Z [ 16%] 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:06.7719792Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:54:06.7722488Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:54:06.7725311Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:54:06.7727474Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:54:06.7729885Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:54:06.7731888Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:54:06.7734339Z [ 16%] 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:06.7737153Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:54:06.7740088Z [ 16%] 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:06.7743056Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-06-05T23:54:06.7746058Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-06-05T23:54:06.7748518Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:54:06.7751107Z [ 16%] 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:06.7754031Z [ 16%] 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:06.7756516Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:54:06.7758892Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-06-05T23:54:06.7761389Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:54:06.7763917Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-06-05T23:54:06.7766660Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-06-05T23:54:06.7769025Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:54:06.7772327Z [ 17%] 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:06.7774987Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:54:06.7777267Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:54:06.7779875Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-06-05T23:54:06.7782709Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-06-05T23:54:06.7785525Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:54:06.7788640Z [ 18%] 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:06.7810141Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:54:06.7812273Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:54:06.7814686Z [ 18%] 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:06.7816768Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-06-05T23:54:06.7818957Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-06-05T23:54:06.7821283Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-06-05T23:54:06.7823740Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:54:06.7826181Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:54:06.7828564Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:54:06.9796060Z [ 18%] 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:06.9798700Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:54:06.9800941Z [ 18%] 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:06.9802979Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:54:06.9803792Z [100%] Built target flatc 2025-06-05T23:54:06.9804999Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:54:06.9806514Z [ 18%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:54:06.9808287Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-06-05T23:54:06.9811018Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-06-05T23:54:06.9813518Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:54:06.9815778Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:54:06.9817423Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:54:06.9819139Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:54:06.9820239Z [100%] Built target flatc 2025-06-05T23:54:06.9820648Z Install the project... 2025-06-05T23:54:06.9821089Z -- Install configuration: "" 2025-06-05T23:54:06.9822705Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:54:06.9825537Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:54:06.9828284Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:54:06.9830108Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:54:06.9831558Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:54:06.9833049Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:54:06.9834546Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:54:06.9836320Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:54:06.9838385Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:54:06.9840878Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:54:06.9843437Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:54:06.9845936Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:54:06.9848365Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:54:06.9850509Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:54:06.9851995Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:54:06.9853809Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:54:06.9856162Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:54:06.9858753Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:54:06.9861467Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:54:06.9863953Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:54:06.9866476Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:54:06.9869091Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:54:06.9871683Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:54:06.9874526Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:54:06.9877382Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:54:06.9880143Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:54:06.9882645Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:54:06.9885145Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:54:06.9889928Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:54:06.9892495Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:54:06.9894723Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:54:06.9896706Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:54:06.9898802Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:54:06.9901190Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:54:06.9903415Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:54:06.9905864Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:54:06.9908717Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:54:06.9911278Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:54:06.9913371Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:54:06.9915504Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:54:06.9918460Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:54:08.1219833Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-06-05T23:54:08.1221772Z [ 18%] Completed 'flatbuffers_external_project' 2025-06-05T23:54:08.1223613Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-06-05T23:54:08.1226132Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:54:08.1227507Z [ 18%] Built target flatbuffers_external_project 2025-06-05T23:54:08.1228560Z [ 18%] Generating common_schema headers 2025-06-05T23:54:08.1229201Z [ 18%] Built target common_schema 2025-06-05T23:54:08.1230601Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:54:08.1231981Z [ 20%] Generating xnnpack_schema headers 2025-06-05T23:54:08.1233788Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-06-05T23:54:08.1235582Z [ 20%] Built target xnnpack_schema 2025-06-05T23:54:08.1237017Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:54:08.1238422Z [ 20%] Generating program_schema headers 2025-06-05T23:54:08.1239719Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:54:08.1241026Z [ 20%] Built target program_schema 2025-06-05T23:54:08.1242051Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:54:08.1244146Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-06-05T23:54:08.1246996Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-06-05T23:54:08.1249850Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:54:08.1252243Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:54:08.1253965Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:54:08.1256140Z [ 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:08.1258637Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:54:08.1260535Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:54:08.1262375Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:54:08.1264768Z [ 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:08.1267565Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-06-05T23:54:08.1269836Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:54:08.1271378Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:54:08.1272347Z [ 22%] Built target subgraph 2025-06-05T23:54:08.1273327Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:54:08.1274873Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:54:08.1277921Z [ 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:08.1282137Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-06-05T23:54:08.1286459Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-06-05T23:54:08.1289827Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:54:08.1291774Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:54:08.1293452Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:54:08.1296521Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-06-05T23:54:08.1299622Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:54:08.1302862Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-06-05T23:54:08.1306270Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:54:08.1309673Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:54:08.1312867Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:54:08.1314709Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:54:08.1317676Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-06-05T23:54:08.1321347Z [ 23%] 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:08.1323704Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:54:08.1325370Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:54:08.1326866Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:54:08.1329295Z [ 23%] 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:08.1332815Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-06-05T23:54:08.1336009Z [ 23%] 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:08.1339030Z [ 23%] 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:08.1340705Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-06-05T23:54:08.1342120Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:54:08.1343379Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-06-05T23:54:08.1345805Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-06-05T23:54:08.1348032Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-06-05T23:54:08.1349754Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:54:08.1351593Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-06-05T23:54:08.1353638Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:54:08.1355523Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-06-05T23:54:08.1357357Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-06-05T23:54:08.1358708Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-06-05T23:54:08.1360116Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:08.1361574Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:54:08.1363111Z [ 24%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:54:08.1363811Z [ 24%] Built target executorch_core 2025-06-05T23:54:09.7941848Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:54:09.7943926Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:54:09.7945965Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:54:09.7947911Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:54:09.7949759Z [ 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:09.7952200Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-06-05T23:54:09.7954097Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:54:09.7956053Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-06-05T23:54:09.7958384Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:54:09.7960259Z [ 25%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:54:09.7962206Z [ 27%] 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:09.7964675Z [ 27%] 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:09.7967071Z [ 27%] 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:09.7969961Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:54:09.7972526Z [ 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:09.7974750Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:54:09.7976505Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:54:09.7977633Z [ 27%] Linking CXX static library libexecutorch.a 2025-06-05T23:54:09.7978880Z [ 27%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:54:09.7980289Z [ 27%] Built target executorch 2025-06-05T23:54:09.7981362Z [ 27%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:54:09.7982940Z [ 27%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:54:09.7984057Z [ 27%] Generating bundled_program headers 2025-06-05T23:54:09.7985589Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-06-05T23:54:09.7987859Z [ 27%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:54:09.7988824Z [ 27%] Generating etdump headers 2025-06-05T23:54:09.7989422Z [ 27%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:54:09.7990568Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:54:09.7992137Z [ 27%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:54:09.7993128Z [ 27%] Built target extension_data_loader 2025-06-05T23:54:09.7994270Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:54:09.7996139Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:54:09.7997992Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-06-05T23:54:09.8000380Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:09.8001951Z [ 27%] Linking CXX static library libextension_tensor.a 2025-06-05T23:54:09.8002654Z [ 27%] Built target extension_tensor 2025-06-05T23:54:09.8004117Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-06-05T23:54:09.8006212Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:54:09.8008309Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-06-05T23:54:09.8010270Z [ 27%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:54:09.8011449Z [ 27%] Linking CXX static library libbundled_program.a 2025-06-05T23:54:09.8012211Z [ 27%] Built target bundled_program 2025-06-05T23:54:09.8013230Z [ 27%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:54:09.8014950Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:54:09.8016461Z [ 27%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:54:09.8018368Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:54:09.8021096Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:09.8022644Z [ 27%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:54:09.8023361Z [ 27%] Built target extension_threadpool 2025-06-05T23:54:09.8024376Z [ 27%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:54:09.8025985Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:54:09.8027581Z [ 27%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:54:09.8029150Z [ 27%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:54:09.8031145Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:54:09.8033309Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:54:09.8034893Z [ 27%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:54:09.8036664Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:54:09.8039010Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:54:09.8041823Z [ 28%] 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:09.8044260Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:54:09.8045525Z [ 30%] Linking CXX static library libcpublas.a 2025-06-05T23:54:09.8046192Z [ 30%] Built target cpublas 2025-06-05T23:54:09.8047828Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-06-05T23:54:09.8050163Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:54:09.8051457Z [ 30%] Linking CXX static library libetdump.a 2025-06-05T23:54:09.8052121Z [ 30%] Built target etdump 2025-06-05T23:54:09.8053734Z [ 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:09.8055442Z [ 32%] Linking CXX static library libutil.a 2025-06-05T23:54:09.8056084Z [ 32%] Built target util 2025-06-05T23:54:09.8057606Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-06-05T23:54:09.8059793Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:54:09.8061644Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:54:09.8063999Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:09.8066305Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:54:09.8068081Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:54:09.8070377Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:54:09.8072820Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:54:09.8075009Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:54:12.0136600Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:54:12.0139276Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:54:12.0141298Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:54:12.0143346Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:54:12.0145608Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:54:12.0147490Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:54:12.0149932Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:54:12.0152460Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:54:12.0154364Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:12.0156110Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:54:12.0157909Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:54:12.0160167Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:12.0162832Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-06-05T23:54:12.0165466Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:54:12.0167489Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:54:12.0169534Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:54:12.0171914Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-06-05T23:54:12.0174238Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:54:12.0176168Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:54:12.0178092Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:54:12.0180534Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:54:12.0182996Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:54:12.0184515Z [ 32%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:54:12.0186455Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-06-05T23:54:12.0188571Z [ 32%] Built target kernels_util_all_deps 2025-06-05T23:54:12.0191892Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-06-05T23:54:12.0194246Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:54:12.0196506Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:54:12.0198732Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-06-05T23:54:12.0201513Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:54:12.0203872Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:54:12.0205757Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:54:12.0207865Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:54:12.0209567Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:12.0211784Z [ 32%] 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:12.0213971Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:12.0216044Z [ 32%] 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:12.0218696Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-06-05T23:54:12.0221453Z [ 33%] 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:12.0223629Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:12.0225198Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:54:12.0226886Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:12.0228507Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:12.0230623Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-06-05T23:54:12.0232765Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:54:12.0234920Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-06-05T23:54:12.0237215Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:54:12.0239573Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:54:12.0241866Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:54:12.0244198Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:12.0246492Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:12.0248239Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:54:12.0250686Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-06-05T23:54:12.0253190Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:54:12.0255013Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:12.0256655Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:54:12.0259085Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:54:12.0261932Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:54:12.0264198Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:54:12.0266545Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:54:12.0269363Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:54:12.0271831Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:54:12.0274152Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:54:12.0277070Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:54:12.0279415Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:12.0284606Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:54:12.0286810Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:15.9362438Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:15.9364786Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:54:15.9366632Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:54:15.9368229Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:54:15.9370560Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:15.9372194Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:54:15.9373723Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:15.9374932Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:15.9376179Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:54:15.9378477Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:15.9380734Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:54:15.9383039Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:15.9385762Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:54:15.9388347Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-06-05T23:54:15.9390523Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:54:15.9392715Z [ 35%] 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:15.9394994Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:54:15.9397109Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:54:15.9399358Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:54:15.9401650Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:54:15.9404053Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:54:15.9406538Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:54:15.9408310Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:54:15.9410895Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:54:15.9414021Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:15.9416398Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:54:15.9418054Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:15.9419755Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:15.9422125Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:15.9424281Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:54:15.9425554Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:54:15.9426822Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:54:15.9427766Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:54:15.9429054Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:54:15.9430620Z [ 38%] 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:15.9431861Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:54:15.9432868Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:54:15.9434316Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:54:15.9435885Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:15.9437369Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:54:15.9438588Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:15.9439496Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:15.9440750Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:15.9442032Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:15.9442930Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:15.9444212Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:15.9445430Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:15.9446340Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:54:15.9447599Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:54:15.9449202Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:54:15.9450693Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-06-05T23:54:15.9451809Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:54:15.9452724Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:54:15.9454148Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-06-05T23:54:15.9455524Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-06-05T23:54:15.9457351Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:15.9459511Z [ 39%] 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:15.9461641Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:54:15.9462916Z [ 39%] 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:15.9464414Z [ 39%] 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:15.9465613Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:54:20.9717859Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:54:20.9720128Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-06-05T23:54:20.9722959Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-06-05T23:54:20.9725533Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-06-05T23:54:20.9727647Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:54:20.9729429Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:54:20.9731656Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-06-05T23:54:20.9733811Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:20.9736033Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-06-05T23:54:20.9738477Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:54:20.9740857Z [ 41%] 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:20.9743661Z [ 41%] 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:20.9745847Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:54:20.9748103Z [ 41%] 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:20.9750704Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-06-05T23:54:20.9753865Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-06-05T23:54:20.9756504Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:54:20.9759240Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-06-05T23:54:20.9762103Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:54:20.9764800Z [ 41%] 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:20.9768321Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-06-05T23:54:20.9771362Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-06-05T23:54:20.9773539Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:54:20.9775849Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-06-05T23:54:20.9778137Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:54:20.9780252Z [ 41%] 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:20.9783270Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-06-05T23:54:20.9785928Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-06-05T23:54:20.9791096Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:20.9793351Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-06-05T23:54:20.9795643Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:54:20.9797776Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-06-05T23:54:20.9800634Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-06-05T23:54:20.9803237Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-06-05T23:54:20.9805495Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:54:20.9807640Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-06-05T23:54:20.9809967Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:54:20.9812190Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-06-05T23:54:20.9814899Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-06-05T23:54:20.9817434Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-06-05T23:54:20.9819550Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:54:20.9821847Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-06-05T23:54:20.9824174Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:54:20.9826376Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-06-05T23:54:20.9828969Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-06-05T23:54:20.9831436Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-06-05T23:54:20.9833685Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:54:20.9835906Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-06-05T23:54:20.9838624Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-06-05T23:54:20.9840725Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:54:20.9842950Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-06-05T23:54:20.9845654Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-06-05T23:54:20.9847944Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:20.9849695Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:54:20.9851868Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-06-05T23:54:20.9854295Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-06-05T23:54:20.9856752Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-06-05T23:54:20.9858872Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:20.9860701Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:54:20.9862862Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-06-05T23:54:20.9865028Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:54:23.1959830Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-06-05T23:54:23.1962244Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-06-05T23:54:23.1964570Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-06-05T23:54:23.1966622Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:54:23.1968328Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:54:23.1970081Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-06-05T23:54:23.1972026Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:54:23.1973477Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:54:23.1975091Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:54:23.1977066Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-06-05T23:54:23.1979153Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:23.1980987Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:54:23.1982839Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:54:23.1984776Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:54:23.1986650Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:54:23.1989195Z [ 46%] 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:23.1991322Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:54:23.1993051Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:54:23.1995219Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-06-05T23:54:23.1997349Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:54:23.1999158Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:54:23.2001245Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-06-05T23:54:23.2003279Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:54:23.2004924Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:54:23.2007030Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:54:23.2009207Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:54:23.2011603Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-06-05T23:54:23.2013768Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:54:23.2015489Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:54:23.2017571Z [ 46%] 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:23.2019633Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:54:23.2021668Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-06-05T23:54:23.2024068Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-06-05T23:54:23.2026153Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:54:23.2028270Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-06-05T23:54:23.2030682Z [ 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:23.2033011Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-06-05T23:54:23.2035049Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:23.2037219Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-06-05T23:54:23.2039657Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-06-05T23:54:23.2041747Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:23.2043459Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:54:23.2045514Z [ 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:23.2047671Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:54:23.2049620Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:54:23.2051775Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:54:23.2053864Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-06-05T23:54:23.2056156Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-06-05T23:54:23.2058339Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:23.2060518Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-06-05T23:54:23.2062716Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:54:23.2064261Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:23.2066264Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-06-05T23:54:23.2068537Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-06-05T23:54:23.2070455Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:54:23.2072443Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-06-05T23:54:23.2074698Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-06-05T23:54:23.2076783Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:54:23.2078509Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:54:23.2080258Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:54:23.2081530Z [ 49%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:54:23.2082780Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:54:23.2084810Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-06-05T23:54:23.2087082Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-06-05T23:54:23.2089159Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:54:23.2090838Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:54:24.7907730Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-06-05T23:54:24.7909348Z [ 49%] Built target optimized_kernels 2025-06-05T23:54:24.7910960Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-06-05T23:54:24.7912797Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:54:24.7914917Z [ 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:24.7917581Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-06-05T23:54:24.7920397Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-06-05T23:54:24.7922941Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-06-05T23:54:24.7925117Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:54:24.7927320Z [ 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:24.7929858Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-06-05T23:54:24.7932222Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:54:24.7934296Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-06-05T23:54:24.7936561Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:54:24.7938858Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-06-05T23:54:24.7941506Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-06-05T23:54:24.7943816Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:54:24.7945783Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-06-05T23:54:24.7948326Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-06-05T23:54:24.7951029Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-06-05T23:54:24.7953711Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-06-05T23:54:24.7956059Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:54:24.7958643Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-06-05T23:54:24.7961181Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-06-05T23:54:24.7963786Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-06-05T23:54:24.7966441Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-06-05T23:54:24.7968790Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:54:24.7971070Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-06-05T23:54:24.7973683Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-06-05T23:54:24.7976320Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-06-05T23:54:24.7979045Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-06-05T23:54:24.7981510Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:54:24.7983369Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:54:24.7985255Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:54:24.7987495Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-06-05T23:54:24.7990467Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-06-05T23:54:24.7993080Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-06-05T23:54:24.7995782Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:54:24.7998135Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-06-05T23:54:24.8000652Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-06-05T23:54:24.8002942Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:54:24.8004995Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:54:24.8007306Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-06-05T23:54:24.8009651Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:54:24.8011590Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:54:24.8013840Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-06-05T23:54:24.8016143Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:54:24.8017972Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:54:24.8020208Z [ 53%] 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:24.8022469Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:54:24.8024377Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:54:24.8026675Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-06-05T23:54:24.8029305Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-06-05T23:54:24.8031983Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-06-05T23:54:24.8034698Z [ 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:24.8036974Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:54:24.8038877Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:54:24.8041128Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-06-05T23:54:24.8043903Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-06-05T23:54:24.8046147Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:54:24.8047840Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:54:24.8049623Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:24.8051456Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:54:24.8053409Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:54:26.6014170Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-06-05T23:54:26.6015567Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-06-05T23:54:26.6016702Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:54:26.6018384Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-06-05T23:54:26.6020529Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:54:26.6022792Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-06-05T23:54:26.6025190Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:54:26.6027401Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-06-05T23:54:26.6030059Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-06-05T23:54:26.6032306Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:54:26.6034536Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-06-05T23:54:26.6037155Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-06-05T23:54:26.6039805Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-06-05T23:54:26.6042123Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:54:26.6044160Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:54:26.6046535Z [ 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:26.6049104Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-06-05T23:54:26.6051632Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-06-05T23:54:26.6053778Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:54:26.6055662Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:54:26.6058155Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-06-05T23:54:26.6060611Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-06-05T23:54:26.6063075Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-06-05T23:54:26.6065593Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-06-05T23:54:26.6068154Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-06-05T23:54:26.6070694Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:54:26.6072517Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:26.6074687Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:54:26.6077032Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:54:26.6079241Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-06-05T23:54:26.6081458Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:54:26.6083280Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:54:26.6085485Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-06-05T23:54:26.6088408Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-06-05T23:54:26.6090703Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:54:26.6092417Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:54:26.6094255Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:54:26.6096515Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:54:26.6098914Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:54:26.6100818Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:54:26.6102942Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-06-05T23:54:26.6105070Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:54:26.6106912Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:54:26.6109211Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-06-05T23:54:26.6111484Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:54:26.6113855Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-06-05T23:54:26.6116211Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:54:26.6118563Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:54:26.6120604Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:54:26.6122963Z [ 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:26.6125145Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:54:26.6127010Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:54:26.6129553Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-06-05T23:54:26.6132332Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-06-05T23:54:26.6134700Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:54:26.6136508Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:26.6138273Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:54:26.6140281Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:54:26.6142630Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:54:26.6144981Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:54:26.6147452Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-06-05T23:54:26.6149906Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:54:26.6151996Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:54:26.6154435Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-06-05T23:54:27.9582905Z [ 60%] 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:27.9585235Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:54:27.9587163Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:54:27.9591218Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:54:27.9593585Z [ 60%] 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:27.9596237Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-06-05T23:54:27.9598693Z [ 60%] 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:27.9600850Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:54:27.9602686Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:54:27.9605171Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-06-05T23:54:27.9607902Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-06-05T23:54:27.9610176Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:54:27.9612031Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:54:27.9613842Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:54:27.9616186Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:54:27.9618632Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-06-05T23:54:27.9621015Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:54:27.9622988Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:54:27.9624923Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:54:27.9627301Z [ 61%] 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:27.9629790Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:54:27.9631756Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:54:27.9634097Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-06-05T23:54:27.9636589Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:54:27.9638848Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-06-05T23:54:27.9641423Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-06-05T23:54:27.9643980Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-06-05T23:54:27.9646587Z [ 61%] 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:27.9649153Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-06-05T23:54:27.9651738Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-06-05T23:54:27.9654467Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-06-05T23:54:27.9656387Z [ 62%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:54:27.9658229Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-06-05T23:54:27.9660936Z [ 62%] 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:27.9663879Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-06-05T23:54:27.9666470Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-06-05T23:54:27.9668968Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-06-05T23:54:27.9671501Z [ 62%] 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:27.9674016Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-06-05T23:54:27.9676764Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-06-05T23:54:27.9679467Z [ 62%] 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:27.9682528Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-06-05T23:54:27.9685165Z [ 62%] 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:27.9686795Z [ 62%] Built target optimized_portable_kernels 2025-06-05T23:54:27.9688483Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-06-05T23:54:27.9690947Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-06-05T23:54:27.9692539Z [ 62%] Merging kernel yaml files 2025-06-05T23:54:27.9694111Z [ 62%] 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:27.9696637Z [ 64%] 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:27.9699147Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-06-05T23:54:27.9701582Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-06-05T23:54:27.9704047Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-06-05T23:54:27.9706412Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-06-05T23:54:27.9708905Z [ 64%] 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:27.9710823Z [ 64%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:54:27.9712740Z [ 64%] 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:27.9715204Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-06-05T23:54:27.9717738Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-06-05T23:54:27.9720198Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-06-05T23:54:27.9722965Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-06-05T23:54:27.9725473Z [ 64%] 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:29.2673108Z [ 64%] 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:29.2675513Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-06-05T23:54:29.2677848Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-06-05T23:54:29.2680507Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-06-05T23:54:29.2682799Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-06-05T23:54:29.2685164Z [ 65%] 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:29.2687507Z [ 65%] 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:29.2689712Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-06-05T23:54:29.2691853Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-06-05T23:54:29.2693323Z [ 65%] Generating code for kernel registration 2025-06-05T23:54:29.2694910Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:54:29.2697416Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-06-05T23:54:29.2699938Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:54:29.2702460Z [ 65%] 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:29.2704971Z [ 65%] 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:29.2707434Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-06-05T23:54:29.2709995Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-06-05T23:54:29.2712599Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-06-05T23:54:29.2715481Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-06-05T23:54:29.2718478Z [ 65%] 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:29.2721372Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:54:29.2724359Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:54:29.2727444Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:54:29.2729894Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-06-05T23:54:29.2732143Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:54:29.2734582Z [ 66%] 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:29.2736986Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-06-05T23:54:29.2739753Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-06-05T23:54:29.2742459Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-06-05T23:54:29.2745200Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-06-05T23:54:29.2748103Z [ 66%] 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:29.2750914Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-06-05T23:54:29.2753212Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-06-05T23:54:29.2755339Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-06-05T23:54:29.2757466Z [ 66%] 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:29.2759521Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-06-05T23:54:29.2761637Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-06-05T23:54:29.2763692Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-06-05T23:54:29.2765870Z [ 67%] 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:29.2768016Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-06-05T23:54:29.2770185Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-06-05T23:54:29.2772239Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-06-05T23:54:29.2774210Z [ 67%] 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:29.2775957Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-06-05T23:54:29.2777893Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:54:29.2780102Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:54:29.2782554Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:54:29.2784835Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:54:29.2787062Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:54:29.2789920Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:54:29.2792762Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:54:29.2794894Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:54:29.2797221Z [ 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-avx512vnni-prfm.c.o 2025-06-05T23:54:29.2799781Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:29.2802408Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-06-05T23:54:30.5540424Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:54:30.5543489Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:54:30.5546581Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:54:30.5549741Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:54:30.5552894Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:54:30.5556033Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:30.5559173Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-06-05T23:54:30.5562401Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:54:30.5565685Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:30.5569033Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:54:30.5572397Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:30.5575615Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:30.5579044Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:54:30.5582300Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:54:30.5585621Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:54:30.5589020Z [ 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:30.5592487Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:54:30.5595901Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:54:30.5599238Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:54:30.5602685Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:54:30.5606160Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:30.5609563Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:30.5613008Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:54:30.5616412Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:30.5619699Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-06-05T23:54:30.5622831Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:30.5626024Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:54:30.5629306Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:54:30.5632504Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:54:30.5635626Z [ 71%] 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:30.5638770Z [ 71%] 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:30.5641948Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:54:30.5645452Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:54:30.5648663Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:54:30.5651942Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:54:30.5655383Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:30.5658859Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:54:30.5662423Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:30.5665762Z [ 71%] 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:30.5668956Z [ 71%] 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:30.5672202Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:54:30.5675525Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:54:30.5678859Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:54:30.5682004Z [ 71%] 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:30.5685203Z [ 71%] 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:30.5688573Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:54:30.5691894Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:54:30.5695170Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:54:31.4738205Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:54:31.4741294Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:54:31.4744028Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:31.4746848Z [ 72%] 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:31.4749843Z [ 72%] 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:31.4753161Z [ 72%] 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:31.4756233Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:31.4758852Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:54:31.4761766Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:54:31.4764682Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:54:31.4767993Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:31.4771045Z [ 72%] 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:31.4774237Z [ 74%] 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:31.4777203Z [ 74%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:54:31.4779891Z [ 74%] 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:31.4782503Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:31.4785350Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:54:31.4789883Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:54:31.4792589Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-06-05T23:54:31.4794930Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-06-05T23:54:31.4797382Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:54:31.4799903Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:54:31.4802412Z [ 74%] 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:31.4805017Z [ 74%] 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:31.4806735Z [ 74%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:54:31.4808480Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:54:31.4810157Z [ 74%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:31.4811842Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:54:31.4814772Z [ 74%] 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:31.4817622Z [ 74%] 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:31.4820699Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:54:31.4823981Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:31.4827213Z [ 75%] 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:31.4830715Z [ 75%] 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:31.4834028Z [ 75%] 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:31.4837475Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:31.4840757Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:54:31.4844001Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:54:31.4847266Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:54:31.4850652Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:31.4854007Z [ 75%] 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:31.4876161Z [ 75%] 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:31.4879603Z [ 75%] 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:31.4883042Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:31.4886306Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:54:31.4889693Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:54:31.4893051Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:54:31.4896380Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:31.4899766Z [ 76%] 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:31.4903531Z [ 76%] 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:31.4906942Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:32.4830346Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:32.4833392Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:54:32.4836811Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:54:32.4839781Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:32.4842735Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:54:32.4845630Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:32.4848566Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:32.4851645Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:32.4854647Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:32.4857624Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:32.4860505Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:32.4863394Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:32.4866318Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:32.4869310Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:32.4872184Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:32.4875040Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:32.4877955Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:32.4880848Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:32.4883899Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:54:32.4887230Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:32.4891247Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:32.4894146Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:32.4897025Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:32.4900300Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:32.4903268Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:32.4906178Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:32.4909040Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:32.4911904Z [ 77%] 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:32.4914826Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:32.4917975Z [ 79%] 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:32.4921124Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:32.4924142Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:32.4926918Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:32.4929740Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:32.4932790Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:32.4935744Z [ 79%] 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:32.4938563Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-06-05T23:54:32.4941602Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-06-05T23:54:32.4944703Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-06-05T23:54:32.4947503Z [ 79%] 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:32.4950177Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:54:32.4952461Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-06-05T23:54:32.4954942Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-06-05T23:54:32.4957436Z [ 79%] 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:32.4959725Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-06-05T23:54:32.4962439Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:54:32.4965067Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:54:32.4967863Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:54:32.4970572Z [ 80%] 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:32.4973176Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:54:33.3865614Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:33.3868553Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:54:33.3871474Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:54:33.3874412Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:54:33.3877539Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:54:33.3880525Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:54:33.3883345Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:54:33.3886360Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:33.3889500Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:54:33.3892273Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-06-05T23:54:33.3894788Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-06-05T23:54:33.3897108Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-06-05T23:54:33.3899629Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-06-05T23:54:33.3902449Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-06-05T23:54:33.3904994Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-06-05T23:54:33.3907542Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-06-05T23:54:33.3910055Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-06-05T23:54:33.3912557Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-06-05T23:54:33.3915411Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:54:33.3918334Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:54:33.3920723Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-06-05T23:54:33.3923278Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-06-05T23:54:33.3925851Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-06-05T23:54:33.3928653Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:54:33.3931609Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:54:33.3934575Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:33.3937496Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:54:33.3940608Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:54:33.3943626Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:54:33.3946628Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:33.3949774Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:54:33.3952955Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:54:33.3956151Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:54:33.3959196Z [ 82%] 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:33.3962262Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:54:33.3965051Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:54:33.3968338Z [ 82%] 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:33.3971387Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:33.3974519Z [ 82%] 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:33.3977640Z [ 82%] 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:33.3980977Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:33.3984031Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:54:33.3987086Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:54:33.3990389Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:54:33.3993485Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:33.3996665Z [ 83%] 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:33.3999803Z [ 83%] 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:33.4002857Z [ 83%] 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:33.4006078Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:33.4008965Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:54:33.4011979Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:54:33.4014789Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-06-05T23:54:33.4017387Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:54:34.4381860Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:54:34.4384598Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:54:34.4387353Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:54:34.4390227Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:54:34.4392969Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:54:34.4396191Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:34.4399238Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:34.4402240Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:34.4405246Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:34.4408386Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:34.4411368Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:34.4414272Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:34.4417131Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:34.4420047Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:34.4423061Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:34.4426032Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:34.4429047Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:34.4431911Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:34.4434825Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:34.4437902Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:34.4440063Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:34.4442021Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:34.4444146Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:34.4446197Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:34.4448264Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:34.4449754Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:34.4451261Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:34.4453173Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:34.4454703Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:34.4456207Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:34.4457710Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:34.4459196Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:34.4460787Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:34.4462263Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-06-05T23:54:34.4463581Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-06-05T23:54:34.4464854Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:54:34.4466146Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-06-05T23:54:34.4467451Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-06-05T23:54:34.4468824Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:54:34.4470293Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:54:34.4471792Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:54:34.4473250Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:54:34.4474616Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:54:34.4476113Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:34.4477593Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:54:34.4479072Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:54:34.4480555Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:54:34.4482244Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:54:34.4483828Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:54:34.4485484Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:54:34.4487369Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:34.4489919Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:54:34.4492201Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-06-05T23:54:35.2926192Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-06-05T23:54:35.2928805Z [ 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:35.2931688Z [ 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:35.2934180Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-06-05T23:54:35.2936605Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-06-05T23:54:35.2939072Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-06-05T23:54:35.2941566Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-06-05T23:54:35.2944023Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-06-05T23:54:35.2946667Z [ 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:35.2949399Z [ 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:35.2952078Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-06-05T23:54:35.2954681Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-06-05T23:54:35.2957425Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-06-05T23:54:35.2960249Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:54:35.2963071Z [ 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:54:35.2965894Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:35.2968858Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:54:35.2971919Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:54:35.2974916Z [ 90%] 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:35.2977908Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:35.2981298Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:54:35.2984173Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-06-05T23:54:35.2986793Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-06-05T23:54:35.2989609Z [ 90%] 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:35.2992315Z [ 90%] 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:35.2995180Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-06-05T23:54:35.2997967Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-06-05T23:54:35.3000629Z [ 90%] 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:35.3003401Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:54:35.3006222Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-06-05T23:54:35.3008912Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-06-05T23:54:35.3011500Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-06-05T23:54:35.3013999Z [ 91%] 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:35.3016493Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-06-05T23:54:35.3019023Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-06-05T23:54:35.3021677Z [ 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:35.3024389Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-06-05T23:54:35.3026968Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-06-05T23:54:35.3029614Z [ 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:35.3032333Z [ 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:35.3035151Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:54:35.3037713Z [ 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:35.3040021Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-06-05T23:54:35.3042432Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-06-05T23:54:35.3045215Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-06-05T23:54:35.3047667Z [ 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:35.3049801Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-06-05T23:54:35.3052517Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-06-05T23:54:35.3055476Z [ 92%] 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:35.3058675Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-06-05T23:54:35.3061540Z [ 92%] 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:35.3064470Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-06-05T23:54:35.3067364Z [ 92%] 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:35.3070048Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-06-05T23:54:35.3072827Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-06-05T23:54:35.3075729Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-06-05T23:54:36.6873727Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:54:36.6876656Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-06-05T23:54:36.6879470Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-06-05T23:54:36.6882314Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:54:36.6885078Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-06-05T23:54:36.6887257Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-06-05T23:54:36.6889036Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-06-05T23:54:36.6891850Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-06-05T23:54:36.6894221Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:54:36.6896508Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-06-05T23:54:36.6898776Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-06-05T23:54:36.6901317Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-06-05T23:54:36.6903583Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-06-05T23:54:36.6905748Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-06-05T23:54:36.6907906Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-06-05T23:54:36.6910118Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-06-05T23:54:36.6912722Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-06-05T23:54:36.6914989Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-06-05T23:54:36.6917598Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-06-05T23:54:36.6920437Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-06-05T23:54:36.6923273Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-06-05T23:54:36.6925869Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-06-05T23:54:36.6928143Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-06-05T23:54:36.6930510Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-06-05T23:54:36.6933119Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-06-05T23:54:36.6935738Z [ 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:54:36.6938313Z [ 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:54:36.6941050Z [ 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:54:36.6943927Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-06-05T23:54:36.6946561Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-06-05T23:54:36.6949161Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-06-05T23:54:36.6951851Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-06-05T23:54:36.6954700Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-06-05T23:54:36.6957538Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-06-05T23:54:36.6959979Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-06-05T23:54:36.6962307Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-06-05T23:54:36.6964396Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-06-05T23:54:36.6966491Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-06-05T23:54:36.6968630Z [ 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:54:36.6970682Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-06-05T23:54:36.6973031Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-06-05T23:54:36.6975181Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-06-05T23:54:36.6977308Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-06-05T23:54:36.6979450Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-06-05T23:54:36.6981600Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-06-05T23:54:36.6983724Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-06-05T23:54:36.6985294Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-06-05T23:54:36.6986674Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-06-05T23:54:36.6988205Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-06-05T23:54:36.6989403Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-06-05T23:54:36.6990618Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-06-05T23:54:36.6991826Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-06-05T23:54:36.6993057Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-06-05T23:54:36.6994297Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-06-05T23:54:36.6995518Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-06-05T23:54:36.6996831Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-06-05T23:54:36.6997982Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:54:36.6998760Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:54:36.6999188Z [ 97%] Built target microkernels-prod 2025-06-05T23:54:36.6999544Z [ 97%] Generating build_identifier.c 2025-06-05T23:54:36.7000272Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:54:46.9669940Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:54:46.9672593Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:54:46.9674770Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:54:46.9676985Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:54:46.9679120Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:54:46.9681247Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:54:46.9683451Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:54:46.9685638Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:54:46.9688009Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:54:46.9689788Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:54:46.9691746Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:54:46.9693874Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:54:46.9695984Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:54:46.9698029Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:54:46.9700146Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:54:46.9702327Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:54:46.9704362Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:54:46.9706335Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:54:46.9708422Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:54:46.9710570Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:54:46.9712687Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:54:46.9714739Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:54:46.9716820Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:54:46.9718781Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:54:46.9720800Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:54:46.9722820Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:54:46.9724564Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:54:46.9726263Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:54:46.9728051Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:54:46.9729381Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:54:46.9730084Z [100%] Built target XNNPACK 2025-06-05T23:54:46.9731467Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:54:46.9733283Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:54:46.9735119Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:54:46.9736843Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:54:46.9738566Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:54:46.9740448Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:54:46.9742057Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:54:46.9742767Z [100%] Built target xnnpack_backend 2025-06-05T23:54:46.9743853Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:54:46.9745211Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:54:46.9746147Z [100%] Built target portable_lib 2025-06-05T23:54:46.9747551Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:54:46.9749747Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:54:46.9751736Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:54:46.9753814Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:54:46.9756152Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:54:46.9757595Z Linking CXX static library libcoreml_util.a 2025-06-05T23:54:46.9758302Z Built target coreml_util 2025-06-05T23:54:46.9758931Z Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:54:46.9759683Z Built target coreml_inmemoryfs 2025-06-05T23:54:46.9761169Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:54:46.9763505Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:54:46.9765374Z Linking CXX shared library executorchcoreml.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:54:46.9766329Z Built target executorchcoreml 2025-06-05T23:54:46.9766986Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:54:46.9767696Z [ 1%] Built target flatcc_external_project 2025-06-05T23:54:46.9768344Z [ 2%] Built target pthreadpool 2025-06-05T23:54:46.9768910Z [ 2%] Built target common_schema 2025-06-05T23:54:46.9769517Z [ 3%] Built target xnnpack_schema 2025-06-05T23:54:46.9770113Z [ 4%] Built target cpuinfo 2025-06-05T23:54:46.9770642Z [ 6%] Built target logging 2025-06-05T23:54:46.9771184Z [ 7%] Built target flatccrt 2025-06-05T23:54:46.9771727Z [ 7%] Built target microparams-init 2025-06-05T23:54:46.9772352Z [ 7%] Built target indirection 2025-06-05T23:54:46.9772899Z [ 8%] Built target eigen_blas 2025-06-05T23:54:46.9773468Z [ 8%] Built target normalization 2025-06-05T23:54:46.9774040Z [ 8%] Built target datatype 2025-06-05T23:54:46.9774583Z [ 8%] Built target memory 2025-06-05T23:54:46.9775145Z [ 8%] Built target microkernel-utils 2025-06-05T23:54:46.9775731Z [ 8%] Built target mutex 2025-06-05T23:54:46.9776292Z [ 8%] Built target reference-ukernels 2025-06-05T23:54:46.9776938Z [ 8%] Built target operator-utils 2025-06-05T23:54:46.9777553Z [ 8%] Built target operator-run 2025-06-05T23:54:46.9778137Z [ 8%] Built target program_schema 2025-06-05T23:54:46.9778752Z [ 8%] Built target hardware-config 2025-06-05T23:54:46.9779508Z [ 8%] Built target packing 2025-06-05T23:54:46.9780064Z [ 8%] Built target allocator 2025-06-05T23:54:46.9780593Z [ 8%] Built target cache 2025-06-05T23:54:46.9781114Z [ 11%] Built target operators 2025-06-05T23:54:46.9781684Z [ 12%] Built target executorch_core 2025-06-05T23:54:46.9782313Z [ 12%] Built target extension_data_loader 2025-06-05T23:54:46.9782965Z [ 14%] Built target subgraph 2025-06-05T23:54:46.9783517Z [ 14%] Built target extension_tensor 2025-06-05T23:54:46.9784152Z [ 14%] Built target extension_threadpool 2025-06-05T23:54:46.9784789Z [ 16%] Built target executorch 2025-06-05T23:54:46.9785375Z [ 16%] Built target bundled_program 2025-06-05T23:54:46.9786122Z [ 17%] Built target cpublas 2025-06-05T23:54:46.9786675Z [ 17%] Built target etdump 2025-06-05T23:54:46.9787236Z [ 18%] Built target kernels_util_all_deps 2025-06-05T23:54:46.9788056Z [ 18%] Built target util 2025-06-05T23:54:46.9788575Z [ 19%] Built target optimized_kernels 2025-06-05T23:54:46.9789230Z [ 34%] Built target optimized_portable_kernels 2025-06-05T23:54:46.9789953Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:46.9790653Z [ 97%] Built target microkernels-prod 2025-06-05T23:54:46.9791278Z [100%] Built target XNNPACK 2025-06-05T23:54:46.9791839Z [100%] Built target xnnpack_backend 2025-06-05T23:54:46.9792459Z [100%] Built target portable_lib 2025-06-05T23:54:46.9793628Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:54:46.9795661Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:54:46.9797554Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:54:46.9799321Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:54:46.9801363Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:54:46.9803534Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-06-05T23:54:46.9805511Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:54:46.9807442Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-06-05T23:54:46.9809418Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:54:54.5760602Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:54:54.5761649Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:54:54.5762205Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:54:54.5762609Z [ 0%] Built target flatcc_external_project 2025-06-05T23:54:54.5762990Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:54:54.5763571Z [ 2%] Built target pthreadpool 2025-06-05T23:54:54.5763990Z [ 3%] Built target cpuinfo 2025-06-05T23:54:54.5764333Z [ 3%] Built target common_schema 2025-06-05T23:54:54.5764658Z [ 4%] Built target xnnpack_schema 2025-06-05T23:54:54.5764992Z [ 6%] Built target eigen_blas 2025-06-05T23:54:54.5765299Z [ 7%] Built target flatccrt 2025-06-05T23:54:54.5765672Z [ 8%] Built target logging 2025-06-05T23:54:54.5766104Z [ 8%] Built target indirection 2025-06-05T23:54:54.5766427Z [ 8%] Built target microparams-init 2025-06-05T23:54:54.5766825Z [ 8%] Built target normalization 2025-06-05T23:54:54.5767256Z [ 8%] Built target datatype 2025-06-05T23:54:54.5767630Z [ 8%] Built target reference-ukernels 2025-06-05T23:54:54.5768137Z [ 8%] Built target program_schema 2025-06-05T23:54:54.5768586Z [ 8%] Built target hardware-config 2025-06-05T23:54:54.5769155Z [ 8%] Built target allocator 2025-06-05T23:54:54.5769473Z [ 8%] Built target packing 2025-06-05T23:54:54.5769834Z [ 8%] Built target cache 2025-06-05T23:54:54.5770256Z [ 8%] Built target memory 2025-06-05T23:54:54.5770623Z [ 8%] Built target microkernel-utils 2025-06-05T23:54:54.5771002Z [ 8%] Built target mutex 2025-06-05T23:54:54.5771304Z [ 8%] Built target operator-utils 2025-06-05T23:54:54.5771652Z [ 8%] Built target operator-run 2025-06-05T23:54:54.5772181Z [ 9%] Built target executorch_core 2025-06-05T23:54:54.5772525Z [ 12%] Built target operators 2025-06-05T23:54:54.5772846Z [ 12%] Built target extension_data_loader 2025-06-05T23:54:54.5773211Z [ 13%] Built target executorch 2025-06-05T23:54:54.5773719Z [ 13%] Built target extension_threadpool 2025-06-05T23:54:54.5774212Z [ 13%] Built target extension_tensor 2025-06-05T23:54:54.5774542Z [ 15%] Built target subgraph 2025-06-05T23:54:54.5774868Z [ 16%] Built target kernels_util_all_deps 2025-06-05T23:54:54.5775221Z [ 16%] Built target bundled_program 2025-06-05T23:54:54.5775555Z [ 16%] Built target etdump 2025-06-05T23:54:54.5775856Z [ 18%] Built target cpublas 2025-06-05T23:54:54.5776155Z [ 19%] Built target optimized_kernels 2025-06-05T23:54:54.5776494Z [ 19%] Built target util 2025-06-05T23:54:54.5776808Z [ 33%] Built target optimized_portable_kernels 2025-06-05T23:54:54.5777211Z [ 33%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:54.5777591Z [ 95%] Built target microkernels-prod 2025-06-05T23:54:54.5777939Z [ 97%] Built target XNNPACK 2025-06-05T23:54:54.5778406Z [ 97%] Built target xnnpack_backend 2025-06-05T23:54:54.5778808Z [ 97%] Built target portable_lib 2025-06-05T23:54:54.5779614Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:54:54.5780653Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:54:54.5781652Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:54:54.5782675Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:54:54.5783873Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:54.5785176Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:54:54.5786199Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:54:54.5787504Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:54:54.5789523Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:54:54.5790626Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:54:54.5791411Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:54:54.5791891Z [ 98%] Built target quantized_pybind_kernels_lib 2025-06-05T23:54:54.5792398Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:54:54.5792893Z [ 98%] Generating code for kernel registration 2025-06-05T23:54:54.5793852Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:54:54.5794863Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:54:54.5795332Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:54:54.5795878Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:54:54.5799133Z 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:54.5802119Z [ 98%] Generating code for kernel registration 2025-06-05T23:54:54.5802896Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:54:54.5804158Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:54:54.5805250Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:54:54.5806198Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:54:54.5807241Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:54:54.5808235Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:54:54.5809272Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:54.5810228Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:54:54.5811306Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:54:54.5812257Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:54:54.5813316Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:54:54.5814233Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:54:54.5815289Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:54:54.5816515Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-06-05T23:54:54.5817429Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:54:54.5817883Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:54:54.5818290Z running build_py 2025-06-05T23:54:54.5818679Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:54:54.5819421Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:54:54.5820416Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:54:54.5821297Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:54:54.5822206Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:54:54.5823004Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:54:54.5823754Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:54:54.5824529Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5825278Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5826102Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5827027Z copying src/executorch/exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5827892Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5828901Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5829908Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5831070Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5831952Z copying src/executorch/exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5833077Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5834109Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5835122Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5836375Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5837268Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5838272Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5839408Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5927326Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5928753Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5929623Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5930484Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5931315Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5932150Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5932969Z copying src/executorch/exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5934014Z copying src/executorch/exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5934894Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:54.5935723Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:54:54.5936459Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:54:54.5937171Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:54:54.5938044Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:54:54.5939010Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:54:54.5939914Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:54:54.5940713Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5941570Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5942646Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5943823Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5945207Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5946392Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5947473Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5948681Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5949977Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5951223Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5952642Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5953777Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5954823Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5956210Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:54.5957234Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:54:54.5958454Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:54:54.5959978Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:54:54.5961244Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:54:54.5962488Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:54:54.5963525Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:54:54.5964618Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:54:54.5966133Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:54:54.5967619Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:54:54.5968597Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:54.5969521Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:54.5970705Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:54.5971853Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:54.5972964Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:54.5973827Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:54:54.5975060Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:54:54.5976518Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:54:54.5977788Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:54:54.5978815Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:54:54.5979742Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:54:54.5980678Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5981595Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5983095Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5984749Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5986426Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5988042Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5989740Z copying src/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5991041Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5992529Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5993970Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5995391Z copying src/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5996915Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5998356Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.5999727Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.6001218Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.6002647Z copying src/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:54.6003739Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:54.6004596Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:54.6005929Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:54.6007227Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:54.6008381Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:54.6009676Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:54.6077602Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:54:54.6079124Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:54:54.6080391Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:54:54.6081641Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:54:54.6082823Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:54:54.6084213Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:54:54.6085264Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:54:54.6086782Z copying src/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:54:54.6088945Z copying src/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:54:54.6090179Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:54:54.6091511Z copying src/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:54:54.6093043Z copying src/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:54:54.6094461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:54:54.6095717Z copying src/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:54:54.6097396Z copying src/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:54:54.6098844Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:54:54.6100197Z copying src/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:54:54.6101959Z copying src/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:54:54.6103336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:54:54.6104928Z copying src/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:54:54.6106289Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6107605Z copying src/executorch/backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6109421Z copying src/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6111228Z copying src/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6112843Z copying src/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6114541Z copying src/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6116365Z copying src/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6118256Z copying src/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6120209Z copying src/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6121851Z copying src/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6123552Z copying src/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6125223Z copying src/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6126923Z copying src/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6128796Z copying src/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6130347Z copying src/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6131949Z copying src/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6133691Z copying src/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6135306Z copying src/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6136948Z copying src/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6138581Z copying src/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6140079Z copying src/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:54.6141273Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:54:54.6142346Z copying src/executorch/backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:54:54.6143868Z copying src/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:54:54.6145004Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:54:54.6146456Z copying src/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:54:54.6148374Z copying src/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:54:54.6150438Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:54.6152257Z copying src/executorch/backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:54.6154780Z copying src/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:54.6157534Z copying src/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:54.6160204Z copying src/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:54.6162960Z copying src/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:54.6165565Z copying src/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:54.6168136Z copying src/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:54.6170097Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:54:54.6172055Z copying src/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:54:54.6174731Z copying src/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:54:54.6176688Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6178413Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6206084Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6207808Z copying src/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6209220Z copying src/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6210642Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6211997Z copying src/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6213272Z copying src/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6214721Z copying src/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6216094Z copying src/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6217462Z copying src/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6218719Z copying src/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6220326Z copying src/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6221713Z copying src/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6223420Z copying src/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6224791Z copying src/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6226194Z copying src/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6227473Z copying src/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6228926Z copying src/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6230196Z copying src/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6231779Z copying src/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6233296Z copying src/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6234717Z copying src/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6236444Z copying src/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6237916Z copying src/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6239469Z copying src/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6240809Z copying src/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6242326Z copying src/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6243625Z copying src/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6245013Z copying src/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6246274Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6247643Z copying src/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6248914Z copying src/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6250250Z copying src/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6251897Z copying src/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6253173Z copying src/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6254781Z copying src/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6256099Z copying src/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6257780Z copying src/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6259060Z copying src/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6260615Z copying src/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6262125Z copying src/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6263846Z copying src/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6265118Z copying src/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6266580Z copying src/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6267984Z copying src/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6269421Z copying src/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6270863Z copying src/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6272239Z copying src/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6273788Z copying src/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6275221Z copying src/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6276806Z copying src/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6278194Z copying src/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6279815Z copying src/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:54.6280920Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:54.6282303Z copying src/executorch/backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:54.6283726Z copying src/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:54.6285534Z copying src/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:54.6391111Z copying src/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:54.6392746Z copying src/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:54.6394637Z copying src/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:54.6396441Z copying src/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:54.6398221Z copying src/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:54.6400163Z copying src/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:54.6402013Z copying src/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:54.6403923Z copying src/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:54.6405058Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6406118Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6407470Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6408738Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6410267Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6411668Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6413196Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6414643Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6416133Z copying src/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6417752Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6419232Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6420539Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6421993Z copying src/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6423548Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6424843Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6426064Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6427350Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6428758Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6430213Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6431432Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6432621Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6434083Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6435515Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6436907Z copying src/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6438450Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6439771Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6441236Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6442557Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6444062Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6445421Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6446843Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6448340Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6449731Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6451271Z copying src/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6452685Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6454046Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6455533Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6456895Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6458317Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6459719Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6461058Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6462283Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6463640Z copying src/executorch/backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6465166Z copying src/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6466778Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6468177Z copying src/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6469686Z copying src/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6471070Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6472344Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6473888Z copying src/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6475306Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6553132Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6554747Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:54.6555927Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:54.6557145Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:54.6558734Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:54.6560223Z copying src/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:54.6561831Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:54.6563342Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:54.6564731Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:54:54.6565709Z copying src/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:54:54.6566905Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:54.6567828Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:54.6569275Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:54.6570487Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:54.6571898Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:54.6572816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:54:54.6574073Z copying src/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:54:54.6575055Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:54.6576334Z copying src/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:54.6577788Z copying src/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:54.6579469Z copying src/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:54.6581032Z copying src/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:54.6582454Z copying src/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:54.6584101Z copying src/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:54.6585840Z copying src/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:54.6587234Z copying src/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:54.6589014Z copying src/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:54.6590565Z copying src/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:54.6592120Z copying src/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:54.6593442Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:54.6594492Z copying src/executorch/backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:54.6596110Z copying src/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:54.6597599Z copying src/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:54.6599126Z copying src/executorch/backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:54.6600696Z copying src/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:54.6602336Z copying src/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:54.6603863Z copying src/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:54.6605456Z copying src/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:54.6607010Z copying src/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:54.6608527Z copying src/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:54.6609914Z copying src/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:54.6611092Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6612050Z copying src/executorch/backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6613429Z copying src/executorch/backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6614674Z copying src/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6616081Z copying src/executorch/backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6617308Z copying src/executorch/backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6618696Z copying src/executorch/backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6619954Z copying src/executorch/backends/arm/test/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6621466Z copying src/executorch/backends/arm/test/ops/test_at.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6622944Z copying src/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6624277Z copying src/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6625741Z copying src/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6627059Z copying src/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6628815Z copying src/executorch/backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6630270Z copying src/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6631498Z copying src/executorch/backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6632986Z copying src/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6634428Z copying src/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6635732Z copying src/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6637101Z copying src/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6694450Z copying src/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6696195Z copying src/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6697626Z copying src/executorch/backends/arm/test/ops/test_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6698928Z copying src/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6700367Z copying src/executorch/backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6701584Z copying src/executorch/backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6702963Z copying src/executorch/backends/arm/test/ops/test_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6704351Z copying src/executorch/backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6705572Z copying src/executorch/backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6706998Z copying src/executorch/backends/arm/test/ops/test_eye.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6708377Z copying src/executorch/backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6709588Z copying src/executorch/backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6710978Z copying src/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6712427Z copying src/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6713758Z copying src/executorch/backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6715189Z copying src/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6716560Z copying src/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6717877Z copying src/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6719247Z copying src/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6720651Z copying src/executorch/backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6721992Z copying src/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6723533Z copying src/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6739990Z copying src/executorch/backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6741420Z copying src/executorch/backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6742874Z copying src/executorch/backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6744178Z copying src/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6745597Z copying src/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6747013Z copying src/executorch/backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6748277Z copying src/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6749744Z copying src/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6751172Z copying src/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6752501Z copying src/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6753969Z copying src/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6755317Z copying src/executorch/backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6756690Z copying src/executorch/backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6757947Z copying src/executorch/backends/arm/test/ops/test_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6759137Z copying src/executorch/backends/arm/test/ops/test_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6760470Z copying src/executorch/backends/arm/test/ops/test_ones.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6761860Z copying src/executorch/backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6763286Z copying src/executorch/backends/arm/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6764776Z copying src/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6766043Z copying src/executorch/backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6767482Z copying src/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6768802Z copying src/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6770278Z copying src/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6771703Z copying src/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6772996Z copying src/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6774449Z copying src/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6775733Z copying src/executorch/backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6777098Z copying src/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6778366Z copying src/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6779998Z copying src/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6781465Z copying src/executorch/backends/arm/test/ops/test_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6782947Z copying src/executorch/backends/arm/test/ops/test_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6784284Z copying src/executorch/backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6785894Z copying src/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6787392Z copying src/executorch/backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6789055Z copying src/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6790291Z copying src/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6791867Z copying src/executorch/backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6829679Z copying src/executorch/backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6831229Z copying src/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6832498Z copying src/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6834185Z copying src/executorch/backends/arm/test/ops/test_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6835785Z copying src/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6837466Z copying src/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6839309Z copying src/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6840887Z copying src/executorch/backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6842444Z copying src/executorch/backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6843952Z copying src/executorch/backends/arm/test/ops/test_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6845467Z copying src/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:54.6846558Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6847878Z copying src/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6849558Z copying src/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6851289Z copying src/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6852804Z copying src/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6854512Z copying src/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6856192Z copying src/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6857944Z copying src/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6859556Z copying src/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6861191Z copying src/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6862990Z copying src/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6864794Z copying src/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6866267Z copying src/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6867921Z copying src/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6869550Z copying src/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6871190Z copying src/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6872767Z copying src/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6874383Z copying src/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6876039Z copying src/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6877575Z copying src/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6879096Z copying src/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6880588Z copying src/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6882220Z copying src/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:54.6883513Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:54:54.6884784Z copying src/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:54:54.6886020Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:54:54.6887230Z copying src/executorch/backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:54:54.6888847Z copying src/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:54:54.6890570Z copying src/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:54:54.6891963Z copying src/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:54:54.6893131Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:54:54.6894157Z copying src/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:54:54.6895547Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:54:54.6897026Z copying src/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:54:54.6898598Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:54:54.6900162Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:54:54.6902590Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:54:54.6904399Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6906271Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6908825Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6911060Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6913091Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6915448Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6940890Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6943084Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6945060Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6947301Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6949601Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6952046Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6954467Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6956646Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6958984Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6961266Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6963562Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6965564Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6967617Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6969947Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6972400Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6974695Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6976871Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6979102Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6981124Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6983144Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6985123Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6987113Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6989322Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6991292Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6993326Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6995445Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6997541Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.6999555Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.7001568Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:54.7003039Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:54:54.7004821Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:54:54.7006743Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:54:54.7008341Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:54:54.7009966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:54:54.7011662Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:54:54.7013449Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:54:54.7015292Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:54:54.7017402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:54:54.7019382Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:54:54.7022155Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:54:54.7024065Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:54.7072644Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:54.7076424Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:54.7079363Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:54:54.7082515Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:54:54.7086152Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:54.7089825Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:54.7092366Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:54.7097064Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:54.7099972Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:54.7102407Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:54.7105341Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:54.7108872Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:54.7113378Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:54.7118027Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:54.7121623Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:54:54.7124298Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:54:54.7126294Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:54:54.7128298Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:54:54.7130206Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:54:54.7132145Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:54:54.7134144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:54:54.7136059Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:54:54.7138056Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:54:54.7139932Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:54:54.7141807Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:54:54.7143723Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:54:54.7146753Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:54:54.7150459Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:54:54.7154254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:54:54.7156638Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:54:54.7160627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:54:54.7164276Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:54:54.7167992Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:54:54.7171215Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:54:54.7174912Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:54:54.7178051Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:54:54.7181714Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:54.7185348Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:54.7188247Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:54.7197307Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:54.7202070Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:54.7205732Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:54:54.7209288Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:54:54.7212993Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:54:54.7216903Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:54:54.7219583Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:54:54.7223122Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:54:54.7226945Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:54:54.7230480Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:54:54.7234092Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:54:54.7238421Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:54:54.7243822Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:54:54.7247907Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:54.7252097Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:54.7257210Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:54.7261774Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:54.7266697Z 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-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:54.7271131Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:54:54.7275376Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:54:54.7281104Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:54:54.7285232Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:54:54.7289513Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:54.7293889Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:54.7299488Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:54.7302620Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:54.7305517Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:54.7307686Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:54:54.7309883Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:54:54.7312753Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:54:54.7314937Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:54:54.7317341Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:54:54.7320386Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:54:54.7323406Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:54:54.7325644Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7328084Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7331049Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7334089Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7337294Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7340380Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7345141Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7351018Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7356954Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7362811Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7367971Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7373536Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7379413Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7385266Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7390991Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7397032Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7402631Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7405835Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7408943Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7412093Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7415248Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7420905Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7426762Z 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-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:54.7430220Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:54:54.7432547Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:54:54.7438282Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:54:54.7442825Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7447808Z 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-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7451609Z 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-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7454973Z 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-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7459044Z 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-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7465668Z 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-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7472013Z 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-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7475311Z 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-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7477855Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:54.7482572Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:54.7485933Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:54.7490059Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:54.7496485Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:54.7502995Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:54.7507412Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:54.7511285Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:54.7516456Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:54.7521798Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:54.7526735Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:54.7531662Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:54.7536595Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:54.7541799Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:54.7545645Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:54.7550734Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:54.7554272Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:54.7558295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7562716Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7568415Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7573847Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7576743Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7579622Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7582570Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7585454Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7588572Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7592283Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7597995Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7603328Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7608174Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7612528Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:54.7614848Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:54.7618667Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:54.7623756Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:54.7628832Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:54.7630826Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:54:54.7632962Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:54:54.7635025Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:54.7637098Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:54.7639622Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:54.7642167Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:54.7644662Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:54.7647163Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:54.7649606Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:54.7651468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:54:54.7653294Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:54:54.7655224Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:54.7657324Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:54.7660865Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:54.7666067Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:54.7670030Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:54:54.7673632Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:54:54.7677476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7681215Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7685843Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7691370Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7696563Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7701041Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7706029Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7709125Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7714305Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7719611Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7724431Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7729448Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7734175Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7739583Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7743421Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7749003Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7754608Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7759894Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7764631Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7768293Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7770987Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7773613Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7778116Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:54.7782182Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:54:54.7786159Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:54:54.7791540Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:54:54.7795690Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7800051Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7805138Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7810904Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7816967Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7822043Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7828046Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7833787Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:54.7838199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:54.7841743Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:54.7847497Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:54.7853234Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:54.7858712Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:54.7862965Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:54:54.7866638Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:54:54.7872399Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:54:54.7876924Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:54.7881690Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:54.7886402Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:54.7892896Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:54.7899304Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:54.7905476Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:54.7909156Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7910901Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7913198Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7915641Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7918091Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7920553Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7922670Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7925006Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7927343Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7929829Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7932309Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7934735Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7936964Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7939340Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7941768Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7944008Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7946280Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7948846Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7951181Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:54.7952987Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:54.7954870Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:54.7957429Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:54.7959936Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:54.7962393Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:54.7964291Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:54:54.7966185Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:54:54.7968617Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:54:54.7971102Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:54:54.7973131Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:54.7975267Z copying src/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:54.7978060Z copying src/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:54.7980900Z copying src/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:54.7983692Z copying src/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:54.7985761Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:54.7987286Z copying src/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:54.7989015Z copying src/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:54.7991397Z copying src/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:54.7994319Z copying src/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:54.7997110Z copying src/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:54.7999552Z copying src/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:54.8002397Z copying src/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:54.8005230Z copying src/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:54.8008257Z copying src/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:54.8010399Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:54:54.8012202Z copying src/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:54:54.8014341Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:54:54.8016724Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:54:54.8019873Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:54:54.8021354Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:54.8023494Z copying src/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:54.8026663Z copying src/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:54.8029893Z copying src/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:54.8032269Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:54:54.8034496Z copying src/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:54:54.8036883Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:54:54.8039434Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:54:54.8041948Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:54.8044388Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:54.8047665Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:54.8050961Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:54.8054325Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:54.8057150Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:54.8059840Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:54.8063412Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:54.8067231Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:54.8070267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:54.8072514Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:54.8076388Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:54.8080178Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:54.8083711Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:54.8086227Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:54.8089294Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:54.8093205Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:54.8097097Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:54.8100625Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:54.8102551Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:54:54.8105322Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:54:54.8108961Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:54:54.8111760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:54:54.8113817Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:54:54.8117601Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:54:54.8120525Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:54.8123668Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:54.8127239Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:54.8130683Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:54.8133910Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:54.8137949Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:54.8141772Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:54.8145556Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:54.8148375Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8151105Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8154711Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8158452Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8162123Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8165693Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8169322Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8172924Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8175470Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8177322Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8179111Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8180910Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8182907Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8184773Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8186592Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8188605Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:54.8190279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:54:54.8192049Z copying src/executorch/backends/cortex_m/ops/operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:54:54.8193874Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:54:54.8195955Z copying src/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:54:54.8197965Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:54:54.8199933Z copying src/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:54:54.8202176Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:54:54.8204930Z copying src/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:54:54.8208655Z copying src/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:54:54.8211360Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:54.8213723Z copying src/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:54.8216696Z copying src/executorch/backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:54.8219553Z copying src/executorch/backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:54.8222446Z copying src/executorch/backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:54.8225356Z copying src/executorch/backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:54.8228276Z copying src/executorch/backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:54.8231167Z copying src/executorch/backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:54.8234032Z copying src/executorch/backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:54.8236942Z copying src/executorch/backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:54.8239962Z copying src/executorch/backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:54.8242083Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:54:54.8244006Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:54:54.8246715Z copying src/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:54:54.8248966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:54.8251090Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:54.8253731Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:54.8256421Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:54.8259109Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:54.8261156Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:54:54.8263226Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:54:54.8266047Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:54:54.8268837Z copying src/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:54:54.8270865Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:54.8272688Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:54.8275184Z copying src/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:54.8277858Z copying src/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:54.8280486Z copying src/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:54.8282454Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:54:54.8284451Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:54:54.8286996Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:54:54.8289572Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:54:54.8291394Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:54.8293297Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:54.8295700Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:54.8298349Z copying src/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:54.8300780Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:54.8303120Z copying src/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:54.8305602Z copying src/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:54.8308155Z copying src/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:54.8310790Z copying src/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:54.8313538Z copying src/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:54.8316102Z copying src/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:54.8318542Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:54.8320396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:54:54.8322387Z copying src/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:54:54.8325086Z copying src/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:54:54.8327644Z copying src/executorch/backends/nxp/backend/ir/logger.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:54:54.8330187Z copying src/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:54:54.8332296Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:54.8334492Z copying src/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:54.8337470Z copying src/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:54.8340632Z copying src/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:54.8343751Z copying src/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:54.8345993Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:54:54.8347962Z copying src/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:54:54.8350099Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:54:54.8352498Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:54:54.8355750Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:54:54.8358247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:54.8360850Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:54.8363986Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:54.8367262Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:54.8370481Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:54.8373909Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:54.8377187Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:54.8379673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:54.8382189Z copying src/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:54.8385659Z copying src/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:54.8389383Z copying src/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:54.8392994Z copying src/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:54.8395872Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:54.8398471Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:54.8401983Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:54.8405569Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:54.8409095Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:54.8411872Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:54:54.8414590Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:54:54.8417483Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8420711Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8424993Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8429605Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8434115Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8438771Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8443398Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8447772Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8452099Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8456537Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8460889Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8465261Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8469662Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8473970Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:54.8477151Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:54.8480127Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:54.8484112Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:54.8488045Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:54.8491918Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:54.8494643Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8497186Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8499798Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8503057Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8506352Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8509612Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8512786Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8516029Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8519320Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8522526Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8525837Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8529481Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8533089Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8536579Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8539729Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8542968Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8546274Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8549295Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8552392Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8555668Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8558862Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8562103Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8565346Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8568442Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8571594Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8574887Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8578475Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8581754Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8584915Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8588179Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8591284Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8594567Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8597952Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8600951Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8604260Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8607652Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8611035Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8614199Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8615915Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8616671Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8617402Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8618263Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8619134Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8620034Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8620778Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8621565Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8622459Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8623971Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8625424Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8626943Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8628527Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8630311Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8631822Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8633317Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8634725Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8636353Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8637856Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8639340Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8640934Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8642566Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8644065Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8645636Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8647053Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8648489Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8650076Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8651663Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8653193Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8654653Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8656218Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8657738Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8659230Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8660676Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8662470Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8663982Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8665512Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8667059Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8668516Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8670040Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8671625Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8673196Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8674665Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8676234Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8677736Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8679095Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8680524Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8682067Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8683750Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8685434Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8686919Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8688646Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8690060Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8691504Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8692956Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8694384Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8695828Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8697227Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8698689Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8700106Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8701681Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8703295Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8704784Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8706228Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8707695Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8709117Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8710561Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8712127Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8713901Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8715464Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8717016Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8718466Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8720058Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8721975Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8723563Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8725053Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8726546Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8728066Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8729522Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8730973Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8732471Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8733985Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8735461Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8736946Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8738493Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8739959Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8741370Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8742818Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8744339Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8745893Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8747367Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8748975Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8750526Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8752048Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8753752Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8755301Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8756802Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8758275Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8759754Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8761387Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8762883Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8764654Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8766266Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8767897Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8769553Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8771208Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8772860Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8774534Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8776214Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8777879Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8779617Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8781201Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8782760Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8784266Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8786009Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8787874Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8789557Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8791182Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8792779Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8794325Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8796052Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8797658Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8799167Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8800565Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8801982Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8803339Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8804753Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8806166Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8807596Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8809064Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8810810Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8812330Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8813115Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8814229Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8815995Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8817681Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8819118Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8820760Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8822436Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8824146Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8825802Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8827242Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8828018Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8828782Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8830193Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8831685Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8833039Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:54.8833922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8835775Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8837613Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8839448Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8841417Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8843275Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8845127Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8847087Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8849137Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8851232Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8853304Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8855209Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8857151Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8858995Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8860945Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8862833Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8864709Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8866576Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8867982Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8868995Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8870289Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8872305Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8874170Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8876073Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8877943Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8880032Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8881910Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8883773Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8885637Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8887253Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8889236Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8891125Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8893018Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8894268Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8895999Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8897879Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8899789Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8901539Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8902696Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8904492Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8906302Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8908159Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8910219Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8911993Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8913845Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8915783Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8917616Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8919557Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8921377Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8923266Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8925148Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8926978Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8928828Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8930649Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8932531Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8934536Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8936434Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8938323Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8939564Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8940671Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8941689Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8943178Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8945099Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8947002Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8948902Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8950751Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8952594Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8954427Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8956395Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8958318Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8960221Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8962091Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8964087Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8966080Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8967948Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8969856Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8971817Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8973660Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8975503Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8977454Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8979358Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8981476Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8983555Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:54.8984462Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:54:54.8986395Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:54:54.8987179Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:54.8988897Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:54.8990424Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:54.8991969Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:54.8992873Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.8994644Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.8996783Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.8998884Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9000840Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9002813Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9005072Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9007098Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9008999Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9010933Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9013102Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9015027Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9016974Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9018914Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9020917Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9022944Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9025134Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:54.9025968Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:54.9027388Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:54.9028552Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:54.9029438Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:54.9030353Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:54.9031272Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:54.9032249Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:54.9033144Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:54.9034039Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:54.9035057Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:54.9035709Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:54:54.9036852Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:54:54.9038039Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:54:54.9038610Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:54:54.9039733Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:54:54.9040326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:54:54.9041740Z copying src/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:54:54.9042304Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:54.9043625Z copying src/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:54.9044801Z copying src/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:54.9046019Z copying src/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:54.9047203Z copying src/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:54.9048475Z copying src/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:54.9049740Z copying src/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:54.9051091Z copying src/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:54.9052357Z copying src/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:54.9053557Z copying src/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:54.9054806Z copying src/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:54.9055986Z copying src/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:54.9056689Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9057760Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9059087Z copying src/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9060287Z copying src/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9061472Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9062644Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9063820Z copying src/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9065021Z copying src/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9066303Z copying src/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9067502Z copying src/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9068665Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9069867Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9071058Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9072261Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9073567Z copying src/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9074750Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9075982Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9077306Z copying src/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9078655Z copying src/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9079779Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9081021Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9082295Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9083424Z copying src/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9084660Z copying src/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9085889Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9087081Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9088597Z copying src/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9089741Z copying src/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9091053Z copying src/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9142239Z copying src/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9143306Z copying src/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9143982Z copying src/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9144606Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9145239Z copying src/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9145879Z copying src/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9146729Z copying src/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9147408Z copying src/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9147971Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:54.9148326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9149061Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9149688Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9150369Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9151274Z copying src/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9151865Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9152667Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9153268Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9153871Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9154672Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9155457Z copying src/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9156321Z copying src/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9157059Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9157723Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9158314Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9159143Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9159901Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9160528Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9161202Z copying src/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9161991Z copying src/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9162738Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9163461Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9164243Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9164867Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9165525Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9166302Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9166904Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9167547Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9168382Z copying src/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9169058Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9169695Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9170345Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9171107Z copying src/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9171763Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9172503Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9173270Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9173900Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9174601Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9175356Z copying src/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9176013Z copying src/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9176683Z copying src/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9177459Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9178079Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9178715Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9179544Z copying src/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9180183Z copying src/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9180811Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9181603Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9277650Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9278608Z copying src/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9279370Z copying src/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9280151Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9280731Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9281307Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9281903Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9282595Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9283333Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9283960Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9284559Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9285185Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9285833Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9286613Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9287274Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9288212Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9288949Z copying src/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9289574Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9290474Z copying src/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9291176Z copying src/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9291868Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9292482Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9293128Z copying src/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9293829Z copying src/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9294504Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9295350Z copying src/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9296160Z copying src/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9296983Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9297797Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9298413Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9299056Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9299837Z copying src/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9300619Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9301263Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9301866Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9302556Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9303227Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9303925Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9304776Z copying src/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9305631Z copying src/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9306393Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9307208Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9307801Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:54.9308126Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:54:54.9309005Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:54:54.9309319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:54:54.9309973Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:54:54.9310897Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:54:54.9311511Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:54:54.9311833Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:54.9312511Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:54.9313242Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:54.9313980Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:54.9314617Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:54.9314942Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:54:54.9315694Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:54:54.9316574Z copying src/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:54:54.9317078Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:54:54.9436735Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:54:54.9437762Z copying src/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:54:54.9438457Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:54:54.9438789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:54:54.9439484Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:54:54.9440047Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:54:54.9440433Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:54:54.9441257Z copying src/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:54:54.9442087Z copying src/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:54:54.9442390Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:54:54.9443187Z copying src/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:54:54.9444000Z copying src/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:54:54.9444648Z copying src/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:54:54.9445010Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:54.9445699Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:54.9446303Z copying src/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:54.9446918Z copying src/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:54.9447564Z copying src/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:54.9448148Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:54.9448944Z copying src/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:54.9449569Z copying src/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:54.9450203Z copying src/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:54.9450796Z copying src/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:54.9451216Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:54:54.9451895Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:54:54.9452195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:54:54.9452851Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:54:54.9453140Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:54:54.9453737Z copying src/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:54:54.9454065Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:54.9454770Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:54.9455478Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:54.9456398Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:54.9456730Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:54.9457318Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:54.9458047Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:54.9458791Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:54.9459372Z copying src/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:54.9459707Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:54.9460311Z copying src/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:54.9460997Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:54.9461725Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:54.9462072Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:54.9462762Z copying src/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:54.9463564Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:54.9464288Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:54.9465028Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:54.9465762Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:54.9466507Z copying src/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:54.9466845Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:54:54.9485574Z copying src/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:54:54.9486153Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:54.9487341Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:54.9488431Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:54.9489629Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:54.9490567Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:54.9491588Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:54.9588799Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:54.9590191Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:54.9590729Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:54:54.9591712Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:54:54.9592495Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:54:54.9593748Z copying src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:54:54.9594066Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9594766Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9595681Z copying src/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9596340Z copying src/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9597084Z copying src/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9597688Z copying src/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9598360Z copying src/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9599538Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9600318Z copying src/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9600950Z copying src/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9602154Z copying src/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9602861Z copying src/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9603460Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:54.9603765Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9604645Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9605347Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9605940Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9606543Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9607348Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9608015Z copying src/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9608698Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9609437Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9610093Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9610709Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9611370Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9612101Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9612917Z copying src/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9613587Z copying src/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9614388Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9614974Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9615640Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9616380Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9617069Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9617682Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9618313Z copying src/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9618919Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9619731Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9620450Z copying src/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9621228Z copying src/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9621864Z copying src/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9622489Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9623096Z copying src/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9623902Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9624531Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9625132Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9625741Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9626356Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9627217Z copying src/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9627822Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9734193Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9735027Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9735874Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9736496Z copying src/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9737341Z copying src/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9738541Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9739356Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9740147Z copying src/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9740809Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9741586Z copying src/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9742419Z copying src/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9743079Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9743796Z copying src/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9744487Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:54.9744808Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:54:54.9745516Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:54:54.9746280Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:54:54.9746883Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:54:54.9747576Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:54:54.9748468Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:54:54.9748833Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:54.9749584Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:54.9750408Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:54.9750693Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:54:54.9751286Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:54:54.9752053Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:54:54.9752396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:54:54.9753227Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:54:54.9753526Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:54.9754093Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:54.9754787Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:54.9755426Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:54.9756164Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:54.9756508Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:54.9757283Z copying src/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:54.9758127Z copying src/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:54.9758895Z copying src/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:54.9759672Z copying src/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:54.9760506Z copying src/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:54.9761240Z copying src/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:54.9761593Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:54:54.9762428Z copying src/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:54:54.9763159Z copying src/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:54:54.9763476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9764114Z copying src/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9764917Z copying src/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9765785Z copying src/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9766439Z copying src/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9767096Z copying src/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9768122Z copying src/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9768850Z copying src/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9769500Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9770291Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9771104Z copying src/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9771850Z copying src/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9772516Z copying src/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9773273Z copying src/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:54.9773642Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9945365Z copying src/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9946200Z copying src/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9946933Z copying src/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9947574Z copying src/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9948165Z copying src/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9948768Z copying src/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9949365Z copying src/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9950126Z copying src/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9950965Z copying src/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9951579Z copying src/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9952466Z copying src/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9953096Z copying src/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9953726Z copying src/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9954665Z copying src/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9955316Z copying src/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9956410Z copying src/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9957113Z copying src/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9957755Z copying src/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9958459Z copying src/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9959128Z copying src/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9959825Z copying src/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9960463Z copying src/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9961124Z copying src/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9961812Z copying src/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9962523Z copying src/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9963376Z copying src/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9964010Z copying src/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9964625Z copying src/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9965274Z copying src/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9965903Z copying src/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9966582Z copying src/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9967328Z copying src/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9968013Z copying src/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9968790Z copying src/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9969475Z copying src/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9970069Z copying src/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9970679Z copying src/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9971315Z copying src/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9972175Z copying src/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9973099Z copying src/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9973827Z copying src/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9974633Z copying src/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9975226Z copying src/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:54.9975641Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:54.9976344Z copying src/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:54.9977038Z copying src/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:54.9977801Z copying src/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:54.9978486Z copying src/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:54.9979468Z copying src/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:54.9980294Z copying src/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:54.9981126Z copying src/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:54.9981509Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:54.9982269Z copying src/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:54.9983308Z copying src/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:54.9984093Z copying src/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:54.9984514Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:54:55.0090966Z copying src/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:54:55.0091869Z copying src/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:54:55.0092212Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:54:55.0093022Z copying src/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:54:55.0093753Z copying src/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:54:55.0094109Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:54:55.0095010Z copying src/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:54:55.0095383Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:54:55.0096164Z copying src/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:54:55.0096524Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:54:55.0097334Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:54:55.0097721Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:54:55.0098652Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:54:55.0099087Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:55.0099891Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:55.0100693Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:55.0101508Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:55.0101925Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:54:55.0102948Z copying src/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:54:55.0103369Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:55.0104191Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:55.0105061Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:55.0105987Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:55.0107304Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:55.0108838Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0110732Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0112665Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0114543Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0116819Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0119557Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0121495Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0123338Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0125621Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0127933Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0129909Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0131774Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0133950Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0136034Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0138178Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0140381Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0142397Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0144315Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0146150Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0148039Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0149986Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0152147Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0154189Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0156361Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0158134Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0535137Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0537219Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0539436Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:55.0541228Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:55.0543137Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:55.0545690Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:55.0548022Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:55.0549479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:54:55.0551239Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:54:55.0552909Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:54:55.0553791Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:54:55.0555180Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:54:55.0556614Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:54:55.0557630Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:54:55.0558687Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:55.0559610Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:55.0561031Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:55.0562209Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:55.0563597Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:55.0564799Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:55.0566223Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:55.0567104Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:55.0568164Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:55.0569565Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:55.0570680Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:55.0571821Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:55.0573072Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:55.0574402Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:55.0575493Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:55.0576486Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:54:55.0577518Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:54:55.0578755Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:54:55.0580015Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:54:55.0580911Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:54:55.0581933Z copying src/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:54:55.0583366Z copying src/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:54:55.0584761Z copying src/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:54:55.0586083Z copying src/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:54:55.0587170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:54:55.0588428Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:54:55.0589761Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:54:55.0590904Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:54:55.0592126Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:54:55.0593450Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:54:55.0594804Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:54:55.0595916Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:54:55.0597023Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:54:55.0598291Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:54:55.0599329Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:55.0600224Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:55.0601378Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:55.0602513Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:54:55.0603565Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:54:55.0605013Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:54:55.0605990Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:55.0607053Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:55.0608450Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:55.0609874Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:55.0611435Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:55.0612999Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:55.0614133Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:54:55.0615402Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:54:55.0616963Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:54:55.0618237Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:54:55.0619315Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:54:55.0689108Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:54:55.0690662Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:54:55.0692005Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:54:55.0693370Z copying src/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:54:55.0694607Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:54:55.0695828Z copying src/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:54:55.0697585Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:54:55.0698959Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:54:55.0700303Z copying src/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:54:55.0701659Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:54:55.0702758Z copying src/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:54:55.0704247Z copying src/executorch/devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:54:55.0706049Z copying src/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:54:55.0707339Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:54:55.0708474Z copying src/executorch/devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:54:55.0709788Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:54:55.0711007Z copying src/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:54:55.0712326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:54:55.0713869Z copying src/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:54:55.0715289Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:54:55.0716385Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:54:55.0717647Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:54:55.0718686Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:54:55.0719840Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:55.0721024Z copying src/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:55.0722671Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:55.0724067Z copying src/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:55.0725764Z copying src/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:55.0727538Z copying src/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:55.0728689Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:55.0729794Z copying src/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:55.0731305Z copying src/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:55.0732933Z copying src/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:55.0734346Z copying src/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:55.0735869Z copying src/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:55.0736917Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:54:55.0737977Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:54:55.0739114Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:54:55.0740590Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:54:55.0741793Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:54:55.0742933Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:55.0744038Z copying src/executorch/examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:55.0745660Z copying src/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:55.0747330Z copying src/executorch/examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:55.0748829Z copying src/executorch/examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:55.0750393Z copying src/executorch/examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:55.0751450Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:55.0752561Z copying src/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:55.0754267Z copying src/executorch/examples/apple/coreml/scripts/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:55.0756066Z copying src/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:55.0757591Z copying src/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:55.0759360Z copying src/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:55.0760710Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:54:55.0761809Z copying src/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:54:55.0763397Z copying src/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:54:55.0764581Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:54:55.0765729Z copying src/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:54:55.0767029Z copying src/executorch/examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:54:55.0768176Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:54:55.0769197Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:54:55.0770579Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:54:55.0771628Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:54:55.0772896Z copying src/executorch/examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:54:55.0843359Z copying src/executorch/examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:54:55.0844760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:54:55.0845848Z copying src/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:54:55.0847271Z copying src/executorch/examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:54:55.0848653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:54:55.0849844Z copying src/executorch/examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:54:55.0851770Z copying src/executorch/examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:54:55.0852820Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:54:55.0853889Z copying src/executorch/examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:54:55.0855452Z copying src/executorch/examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:54:55.0856712Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0857677Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0859128Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0860377Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0861880Z copying src/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0863394Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0864890Z copying src/executorch/examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0866174Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0867499Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0869060Z copying src/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0870816Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0872324Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0873581Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0874880Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0876301Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0877909Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:55.0879295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:54:55.0880792Z copying src/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:54:55.0882167Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:54:55.0883244Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:54:55.0884712Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:54:55.0886154Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:54:55.0887779Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:54:55.0888891Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:54:55.0890244Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:54:55.0891271Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:54:55.0892381Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:54:55.0893865Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:54:55.0895197Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:54:55.0896350Z copying src/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:54:55.0898070Z copying src/executorch/examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:54:55.0899313Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:54:55.0900599Z copying src/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:54:55.0902207Z copying src/executorch/examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:54:55.0903276Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:54:55.0904548Z copying src/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:54:55.0905676Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:55.0907085Z copying src/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:55.0908490Z copying src/executorch/examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:55.0909839Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:55.0911425Z copying src/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:55.0913075Z copying src/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:55.0914266Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:54:55.0915398Z copying src/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:54:55.0917236Z copying src/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:54:55.0918284Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:54:55.0919423Z copying src/executorch/examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:54:55.0920703Z copying src/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:54:55.0921943Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:54:55.0923236Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:54:55.0924619Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:54:55.0925878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:54:55.0926848Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:54:55.0928295Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:54:55.0929275Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:54:55.0973568Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:54:55.0975371Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:54:55.0976704Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:54:55.0977779Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:54:55.0979171Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:54:55.0980259Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:54:55.0981646Z copying src/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:54:55.0983256Z copying src/executorch/examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:54:55.0984551Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:54:55.0985715Z copying src/executorch/examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:54:55.0987052Z copying src/executorch/examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:54:55.0988295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:54:55.0989462Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:54:55.0991011Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:54:55.0992230Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:55.0993845Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:55.0995814Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:55.0998000Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:55.1000038Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:55.1002060Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:55.1004197Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:55.1005717Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:54:55.1006809Z copying src/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:54:55.1008282Z copying src/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:54:55.1009610Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:55.1011033Z copying src/executorch/examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:55.1012844Z copying src/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:55.1014476Z copying src/executorch/examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:55.1016221Z copying src/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:55.1017610Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:54:55.1018664Z copying src/executorch/examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:54:55.1020125Z copying src/executorch/examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:54:55.1021725Z copying src/executorch/examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:54:55.1023082Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1024388Z copying src/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1026403Z copying src/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1028495Z copying src/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1030335Z copying src/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1032749Z copying src/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1034845Z copying src/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1036660Z copying src/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1038671Z copying src/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1040725Z copying src/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1042672Z copying src/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1044474Z copying src/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1046229Z copying src/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1048297Z copying src/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1050324Z copying src/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1052232Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1054552Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1056538Z copying src/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1058655Z copying src/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:55.1060196Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:55.1119658Z copying src/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:55.1121792Z copying src/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:55.1123551Z copying src/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:55.1125510Z copying src/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:55.1127257Z copying src/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:55.1129105Z copying src/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:55.1130839Z copying src/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:55.1132115Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:54:55.1133249Z copying src/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:54:55.1134456Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:55.1136089Z copying src/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:55.1138196Z copying src/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:55.1140370Z copying src/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:55.1142408Z copying src/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:55.1143761Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:55.1145238Z copying src/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:55.1147117Z copying src/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:55.1148799Z copying src/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:55.1150623Z copying src/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:55.1152161Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:54:55.1153576Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:54:55.1155120Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:54:55.1156841Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:54:55.1158808Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:54:55.1160250Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:54:55.1161875Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:54:55.1164003Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:54:55.1165704Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:54:55.1167419Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:54:55.1169779Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:54:55.1172106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:54:55.1174007Z copying src/executorch/examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:54:55.1176562Z copying src/executorch/examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:54:55.1178643Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:54:55.1180617Z copying src/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:54:55.1182482Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:55.1184046Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:55.1185954Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:55.1188119Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:55.1190142Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:55.1192222Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:55.1194270Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:55.1196349Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:55.1198406Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:55.1200439Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:55.1201985Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:55.1203537Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:55.1205604Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:55.1207737Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:55.1209870Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:55.1211958Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:55.1213913Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:55.1215407Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:54:55.1216919Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:54:55.1218822Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:54:55.1220917Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:54:55.1222770Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:54:55.1224274Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:54:55.1225813Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:54:55.1227681Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:54:55.1229142Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:54:55.1281278Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:54:55.1282458Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:54:55.1283436Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:54:55.1284328Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:54:55.1285178Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:54:55.1286338Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:54:55.1287443Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:54:55.1288854Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1290205Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1292194Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1294362Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1296422Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1298613Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1300820Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1303014Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1305289Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1307579Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1309738Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1311937Z copying src/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1314206Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1316429Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1318626Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1320955Z copying src/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1323333Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1325440Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1327575Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1329616Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1331767Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1334202Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1336360Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1338554Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1340838Z copying src/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1343215Z copying src/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1345601Z copying src/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1347830Z copying src/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1350094Z copying src/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1352343Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1354394Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1356481Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1358471Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1360098Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:55.1361766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:54:55.1363277Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:54:55.1365213Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:54:55.1367144Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:54:55.1368651Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:55.1370090Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:55.1371938Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:55.1373857Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:55.1375718Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:55.1377650Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:55.1379647Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:55.1381064Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1382529Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1384088Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1385841Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1388069Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1389908Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1391820Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1393770Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1395764Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1397663Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1399627Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1401791Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1403863Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1405776Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1407857Z copying src/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1410058Z copying src/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1411791Z copying src/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1432616Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1433833Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1435120Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1436374Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1437611Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1438956Z copying src/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1440102Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1441420Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1442520Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1444075Z copying src/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1445499Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1446846Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1448123Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1449342Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1450376Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1451770Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1452824Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:55.1453658Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:54:55.1454726Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:54:55.1456028Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:54:55.1457417Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:54:55.1458779Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:54:55.1459701Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:55.1460799Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:55.1461934Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:55.1463120Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:55.1464524Z copying src/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:55.1465983Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:55.1467010Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:55.1468421Z copying src/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:55.1470124Z copying src/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:55.1471928Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:55.1473932Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:55.1476186Z copying src/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:55.1477684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1479086Z copying src/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1480689Z copying src/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1482297Z copying src/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1483866Z copying src/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1485243Z copying src/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1486934Z copying src/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1488802Z copying src/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1490164Z copying src/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1491744Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1493199Z copying src/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1494612Z copying src/executorch/exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1496166Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1497625Z copying src/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1498997Z copying src/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1500664Z copying src/executorch/exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1502325Z copying src/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1503743Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1505175Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1506590Z copying src/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1508054Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:55.1509091Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:54:55.1510140Z copying src/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:54:55.1511530Z copying src/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:54:55.1512671Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:55.1514183Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:55.1516404Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:55.1518249Z copying src/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:55.1519385Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:54:55.1633492Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:54:55.1634978Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:54:55.1636144Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:54:55.1637339Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:54:55.1638685Z copying src/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:54:55.1639923Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:54:55.1641204Z copying src/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:54:55.1642390Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:54:55.1643360Z copying src/executorch/exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:54:55.1644571Z copying src/executorch/exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:54:55.1645597Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:55.1646603Z copying src/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:55.1648301Z copying src/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:55.1649801Z copying src/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:55.1650840Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:54:55.1651913Z copying src/executorch/exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:54:55.1653211Z copying src/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:54:55.1654352Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:54:55.1655326Z copying src/executorch/exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:54:55.1656571Z copying src/executorch/exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:54:55.1657534Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:54:55.1658612Z copying src/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:54:55.1660059Z copying src/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:54:55.1661318Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:54:55.1662403Z copying src/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:54:55.1663701Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:54:55.1664949Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:54:55.1665846Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:54:55.1666791Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:54:55.1667727Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:54:55.1668686Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:54:55.1670024Z copying src/executorch/exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:54:55.1671723Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:54:55.1672753Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:54:55.1673772Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:54:55.1674761Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:54:55.1676035Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:54:55.1676735Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:54:55.1677102Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:54:55.1677769Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:54:55.1678041Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:54:55.1678707Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:54:55.1679402Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:54:55.1679907Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:54:55.1680218Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:54:55.1681012Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:54:55.1681285Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:54:55.1681772Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:54:55.1682057Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:54:55.1682560Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:54:55.1682884Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:55.1683524Z copying src/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:55.1684374Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:55.1685099Z copying src/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:55.1685525Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:54:55.1686398Z copying src/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:54:55.1686722Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:54:55.1687429Z copying src/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:54:55.1688029Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:55.1688679Z copying src/executorch/extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:55.1689392Z copying src/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:55.1689993Z copying src/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:55.1690580Z copying src/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:55.1691383Z copying src/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:55.1692225Z copying src/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:55.1692847Z copying src/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:55.1693487Z copying src/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:55.1694093Z copying src/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:55.1694424Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:55.1912411Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:55.1912971Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:55.1913565Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:55.1914415Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:55.1914996Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:55.1915682Z copying src/executorch/extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:55.1915972Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:55.1916558Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:55.1917376Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:55.1917944Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:55.1918489Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:55.1918947Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:54:55.1919519Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:54:55.1919862Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:54:55.1920712Z copying src/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:54:55.1921324Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:54:55.1922294Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:54:55.1923150Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:54:55.1923463Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:54:55.1924284Z copying src/executorch/extension/llm/export/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:54:55.1924988Z copying src/executorch/extension/llm/export/test/test_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:54:55.1925292Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:54:55.1925878Z copying src/executorch/extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:54:55.1926533Z copying src/executorch/extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:54:55.1927156Z copying src/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:54:55.1927834Z copying src/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:54:55.1928246Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:55.1929028Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:55.1929839Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:55.1930664Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:55.1931606Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:55.1932532Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:55.1932849Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:54:55.1933520Z copying src/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:54:55.1933974Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:54:55.1935083Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:54:55.1935568Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:55.1936511Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:55.1937600Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:55.1938096Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:54:55.1938968Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:54:55.1939926Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:54:55.1940461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:54:55.1941440Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:54:55.1941927Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:54:55.1942890Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:54:55.1944150Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:54:55.1944677Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:54:55.1945728Z copying src/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:54:55.1946278Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:54:55.1947497Z copying src/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:54:55.1947996Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:54:55.1948999Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:54:55.1949656Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:54:55.2093348Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:54:55.2093940Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:54:55.2095259Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:54:55.2095780Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:54:55.2097253Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:54:55.2097695Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:55.2098876Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:55.2099910Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:55.2100817Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:55.2101924Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:55.2102909Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:55.2103822Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:55.2104703Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:55.2105875Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:55.2106332Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:54:55.2107202Z copying src/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:54:55.2107677Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:55.2108765Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:55.2109609Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:55.2110526Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:55.2111060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:55.2112070Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:55.2113036Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:55.2113965Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:55.2114524Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:54:55.2115859Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:54:55.2116354Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:54:55.2117677Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:54:55.2118282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:54:55.2119364Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:54:55.2120606Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:54:55.2121289Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:55.2122477Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:55.2123662Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:55.2124932Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:55.2126174Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:55.2126653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:55.2127560Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:55.2128601Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:55.2129618Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:55.2130538Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:55.2131760Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:55.2132272Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:54:55.2133239Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:54:55.2133783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:56.6432482Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:56.6435381Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:56.6437479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:54:56.6438714Z copying src/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:54:56.6440102Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:54:56.6441417Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:54:56.6443114Z copying src/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:54:56.6444931Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:54:56.6446049Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:54:56.6447405Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:54:56.6448394Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:54:56.6449778Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:54:56.6451231Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:54:56.6452442Z copying src/executorch/extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:54:56.6454455Z copying src/executorch/extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:54:56.6455737Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:54:56.6457188Z copying src/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:54:56.6458415Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:54:56.6459825Z copying src/executorch/extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:54:56.6460912Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:54:56.6461806Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:54:56.6463118Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:54:56.6464173Z copying src/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:54:56.6465664Z copying src/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:54:56.6466806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:54:56.6467653Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:54:56.6468497Z running egg_info 2025-06-05T23:54:56.6468884Z creating executorch.egg-info 2025-06-05T23:54:56.6469277Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:54:56.6469849Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:54:56.6470454Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:54:56.6470976Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:54:56.6471506Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:54:56.6472117Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:54:56.6472702Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:54:56.6473202Z adding license file 'LICENSE' 2025-06-05T23:54:56.6473593Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:54:56.6474280Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:56.6475001Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:54:56.6475964Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:54:56.6476971Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:54:56.6478135Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:54:56.6479826Z copying src/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:54:56.6481078Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:54:56.6482643Z copying src/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:54:56.6484759Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:54:56.6486704Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:54:56.6488785Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:54:56.6491443Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:54:56.6493992Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:56.6495976Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:54:56.6498129Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:54:56.6500781Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:54:56.6503409Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:56.6505489Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:54:56.6507603Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:54:56.6510276Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6512971Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6515713Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6518354Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6544495Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6547465Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6550244Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6552858Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6555708Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6558715Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6561258Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6563956Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6566713Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6569451Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6572111Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6574689Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6577718Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6580496Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6583133Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6585873Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6588869Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6591775Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6594521Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:56.6596719Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:54:56.6599141Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:54:56.6601782Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:54:56.6604321Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:54:56.6606703Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:54:56.6608762Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:54:56.6611746Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:54:56.6614794Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:54:56.6617183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:54:56.6619687Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:54:56.6622718Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:54:56.6625065Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:54:56.6627371Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:54:56.6630353Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:54:56.6632582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:54:56.6634957Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:54:56.6637282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:54:56.6639896Z 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-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:54:56.6642279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:54:56.6644424Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:54:56.6647516Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:54:56.6650614Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:54:56.6653053Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:54:56.6655348Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:54:56.6658286Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:54:56.6661319Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:56.6664162Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:56.6682583Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:56.6684888Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:54:56.6687156Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:54:56.6690340Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:54:56.6692451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:54:56.6694583Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:54:56.6696810Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:54:56.6699109Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:54:56.6701598Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:54:56.6703679Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:54:56.6706697Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:54:56.6709668Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:54:56.6712683Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:54:56.6715852Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:54:56.6718875Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:54:56.6721130Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:54:56.6724027Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:54:56.6727375Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:54:56.6730572Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:54:56.6732912Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6734911Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6737792Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6740674Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6743621Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6746515Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6749383Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6752325Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6755191Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6758479Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6761710Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6764966Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6768323Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:56.6771634Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:54:56.6773962Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:54:56.6776433Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:54:56.6778596Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:54:56.6780996Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:54:56.6784175Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:54:56.6786597Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:54:56.6789039Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:54:56.6791868Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:54:56.6795036Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:54:56.6797445Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:54:56.6799854Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:54:56.6802950Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:54:56.6805120Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:54:56.6807604Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:54:56.6810704Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:54:56.6813307Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:54:56.6816125Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:54:56.6819719Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:54:56.6822578Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:54:56.6825346Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:54:56.6828135Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:54:56.6830714Z 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-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:54:56.6833275Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:54:56.6835999Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:54:56.6871941Z 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-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:54:56.6875396Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:54:56.6877991Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:54:56.6880312Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:54:56.6883389Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:54:56.6885160Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:54:56.6886346Z copying src/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:54:56.6887960Z copying src/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:54:56.6889545Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:56.6891006Z copying src/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:56.6892827Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:56.6894415Z copying src/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:54:56.6896380Z copying src/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:54:56.6897530Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:54:56.6898674Z copying src/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:54:56.6900369Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:56.6901605Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6903042Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6905009Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6906772Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6908764Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6910439Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6912300Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6914035Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6916022Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6918006Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6919741Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6921611Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6923246Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6925090Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6926752Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6928707Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6930581Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6932526Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6934531Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6936310Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6938275Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6940060Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6942020Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6944045Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6945824Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6947765Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6949511Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6951397Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6953105Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6955042Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.6957003Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7028194Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7030230Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7032083Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7033938Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7035936Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7037692Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7039772Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7041792Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7043731Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7045835Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7047780Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7049685Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7051592Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7053341Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7055369Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7057450Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7059151Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7061059Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7062718Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7064562Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7066240Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7068194Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7070073Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7071942Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7073916Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7075551Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7077519Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7079276Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7081184Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7083152Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7084837Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7086599Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7088598Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7090567Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:56.7091764Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:54:56.7092841Z copying src/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:54:56.7094476Z copying src/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:54:56.7095969Z copying src/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:54:56.7097341Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:56.7098568Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:56.7100432Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:56.7102020Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:56.7104038Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:56.7105687Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:56.7107682Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:56.7109401Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:56.7111388Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:56.7113230Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:54:56.7115284Z copying src/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:54:56.7153375Z copying src/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:54:56.7155538Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:54:56.7157750Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:54:56.7159983Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:56.7162218Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:56.7163858Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7165318Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7167485Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7169674Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7171863Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7174087Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7175917Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7178049Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7180160Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7181934Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7183923Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7185809Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7188037Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7190048Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7191739Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7193559Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7195247Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7197198Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7199121Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7200958Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7202767Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7204681Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7206563Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7208642Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7210603Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7212763Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7214815Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7216749Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7218815Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7220810Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7222908Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7224998Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7226992Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7228874Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7230917Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7233071Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7235319Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7237471Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7239596Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7241675Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7279306Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7282901Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7286061Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7289397Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7292573Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7295734Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7298968Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7302232Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7305674Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7309064Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7312489Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7316055Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7319491Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7322802Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7326240Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7329731Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7333368Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7336785Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7340249Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7343712Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7347294Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7350754Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7354190Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7357508Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7360739Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7364098Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7367435Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7370774Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7374100Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7377216Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7380286Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7383433Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7386569Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7389868Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7392929Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:56.7396354Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.7399833Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.7403522Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.7407386Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.7411382Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.7415188Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.7418820Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.7422493Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.7426263Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8443516Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8445834Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8448097Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8450278Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8452584Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8454880Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8457053Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8459250Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8461399Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8463525Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8465877Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8468144Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8470458Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8472812Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8475102Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:56.8477447Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:56.8479663Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:56.8481933Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:56.8484074Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:54:56.8485884Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:56.8487383Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:56.8489236Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:54:56.8490819Z copying src/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:54:56.8492271Z copying src/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:56.8493955Z copying src/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:56.8495687Z copying src/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:56.8497339Z copying src/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:56.8498967Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:56.8500331Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:54:56.8501681Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:54:56.8503206Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:56.8504992Z copying src/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:56.8506945Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:54:56.8509344Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:54:56.8511466Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:54:56.8513042Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:54:56.8514555Z copying src/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:54:56.8515742Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:54:56.8516954Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:54:56.8518243Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:56.8519134Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:56.8520508Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:54:56.8522173Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:54:56.8523200Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-06-05T23:54:56.8524402Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:54:56.8525510Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8526648Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8527757Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8529023Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8530193Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8531407Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8532689Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8559754Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8561171Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8562486Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8563801Z copying runtime/core/function_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8565156Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8566611Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8567747Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8568931Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8570040Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8571156Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8572318Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8573550Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:56.8574882Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:54:56.8576150Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:54:56.8577435Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:54:56.8579046Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:54:56.8580888Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:54:56.8582295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:56.8583639Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:56.8585290Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:56.8587007Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:56.8589054Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:56.8590825Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:56.8592217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8593386Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8594926Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8596664Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8598401Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8600027Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8601516Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8603106Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8604682Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8606297Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8607822Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8609317Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8610913Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8612470Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8614064Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:56.8615532Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:54:56.8617109Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:54:56.8618970Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:54:56.8620329Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8621709Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8623379Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8625012Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8626623Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8628215Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8629854Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8631516Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8633121Z copying runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8634738Z copying runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8636501Z copying runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8638302Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8639972Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:56.8641186Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:54:56.8642166Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:54:56.9302645Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:54:56.9304545Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:54:56.9305885Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:54:56.9307219Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:54:56.9308426Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:54:56.9309511Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:56.9310692Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:56.9311855Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:56.9313231Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:56.9314682Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:56.9316322Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:56.9317760Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:56.9319067Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:56.9320306Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:56.9321762Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:56.9323224Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:56.9324594Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:56.9325841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:54:56.9327122Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:54:56.9328621Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:54:56.9330020Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:54:56.9331535Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:54:56.9333268Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:54:56.9334736Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:54:56.9335955Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:54:56.9337254Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:54:56.9338609Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:54:56.9340132Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:54:56.9341577Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:54:56.9342765Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:54:56.9343885Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:54:56.9345326Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:54:56.9346791Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:54:56.9347683Z running build_ext 2025-06-05T23:54:56.9348366Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:54:56.9350105Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:54:56.9351809Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-06-05T23:54:56.9353433Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:54:56.9355973Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:54:56.9358735Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:56.9361118Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:54:56.9362497Z installing to pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:54:56.9362882Z running install 2025-06-05T23:54:56.9363190Z running install_lib 2025-06-05T23:54:56.9363644Z creating pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:54:56.9364079Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-06-05T23:54:56.9364619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-06-05T23:54:56.9365656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:54:56.9367030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:54:56.9368431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:54:56.9369695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:54:56.9370763Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api 2025-06-05T23:54:56.9371697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:54:56.9373226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:54:56.9374711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/et_cpp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:54:56.9376273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:54:56.9377298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api/types 2025-06-05T23:54:56.9378472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:54:56.9380137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:54:56.9381801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:54:56.9382863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/test 2025-06-05T23:54:56.9384033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:54:56.9385706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:54:56.9387405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:54:56.9389348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:54:56.9408864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:54:56.9410335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_selective_build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:54:56.9411492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-06-05T23:54:56.9412545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:54:56.9413904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:54:56.9415318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:54:56.9416707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:54:56.9418111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:54:56.9419711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:54:56.9421818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:54:56.9423159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-06-05T23:54:56.9424677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:54:56.9426515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:54:56.9428347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:54:56.9430250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:54:56.9431477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-06-05T23:54:56.9432354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-06-05T23:54:56.9433471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-06-05T23:54:56.9434676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:54:56.9436344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:54:56.9437649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:54:56.9439164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-06-05T23:54:56.9440500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-06-05T23:54:56.9441747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:54:56.9443330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:54:56.9445031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:54:56.9446175Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:54:56.9447508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:54:56.9449441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:54:56.9450893Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:54:56.9452336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-06-05T23:54:56.9454427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:54:56.9456506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:54:56.9457939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:54:56.9459310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:54:56.9460662Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:54:56.9462180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-06-05T23:54:56.9464585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:54:56.9466700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:54:56.9468245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:54:56.9469598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:54:56.9471584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:54:56.9473446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:54:56.9474875Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:54:56.9476362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-06-05T23:54:56.9477534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-06-05T23:54:56.9478674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-06-05T23:54:56.9480348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-06-05T23:54:56.9481401Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-06-05T23:54:56.9482665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:54:56.9484226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:54:56.9485295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:54:56.9486702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-06-05T23:54:56.9488715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:54:56.9490441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:54:56.9491721Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-06-05T23:54:56.9514876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-06-05T23:54:56.9516505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-06-05T23:54:56.9517807Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:54:56.9519174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-06-05T23:54:56.9520445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-06-05T23:54:56.9521886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:54:56.9523740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:54:56.9525753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:54:56.9527699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:54:56.9529678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:54:56.9531141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:54:56.9532609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:54:56.9534563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:54:56.9536559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:54:56.9538711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:54:56.9540956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:54:56.9542558Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:54:56.9543955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:54:56.9545991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:54:56.9547437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-06-05T23:54:56.9548794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:54:56.9550883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:54:56.9553080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:54:56.9554726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-06-05T23:54:56.9555776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9557268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9558682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9560174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9561679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9562973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9564229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9565609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9566897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9568161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9569551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9570871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9572335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9573679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9574994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9576496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9577873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9579366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9580763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9581919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9583281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9584650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9586000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9587171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9588409Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-06-05T23:54:56.9589644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:54:56.9591104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:54:56.9592623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:54:56.9594322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:54:56.9595982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:54:56.9597796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:54:56.9599348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:54:56.9601016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:54:56.9602758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:54:56.9608872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-06-05T23:54:56.9610460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:54:56.9612077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:54:56.9613890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:54:56.9615682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:54:56.9617469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:54:56.9619156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:54:56.9620772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:54:56.9621938Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-06-05T23:54:56.9623072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:54:56.9624764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:54:56.9626359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:54:56.9627945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:54:56.9629497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:54:56.9631259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:54:56.9632558Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:56.9634213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:56.9636574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:56.9638947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:56.9641431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:56.9643825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:56.9645393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-06-05T23:54:56.9646747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9648746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9650715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9652720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9654616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9656502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9658304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9660213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9662043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9663852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9665706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9667564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9669415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9671403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9673355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9675292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9677246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9679174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9680979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9682764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:54:56.9684048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:54:56.9685515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:54:56.9687502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:54:56.9689187Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:56.9690742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:56.9692930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:56.9694961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:56.9696208Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-06-05T23:54:56.9697335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:54:56.9710444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:54:56.9712135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:54:56.9713872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:54:56.9714999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-06-05T23:54:56.9716120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-06-05T23:54:56.9717670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-06-05T23:54:56.9718754Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-06-05T23:54:56.9720112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-06-05T23:54:56.9721482Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:54:56.9722862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-06-05T23:54:56.9724043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-06-05T23:54:56.9725339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:54:56.9726457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:54:56.9727920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:54:56.9729654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:54:56.9730980Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:56.9732318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:54:56.9734346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:54:56.9736311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:54:56.9737690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:54:56.9738840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:54:56.9740704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:54:56.9742117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:54:56.9743551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-06-05T23:54:56.9744900Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:54:56.9746158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:54:56.9747990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:54:56.9749360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:54:56.9750708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:54:56.9752630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:54:56.9754455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:54:56.9755737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-06-05T23:54:56.9757236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-06-05T23:54:56.9758479Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-06-05T23:54:56.9759507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:54:56.9761087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:54:56.9762499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:54:56.9763564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-06-05T23:54:56.9764965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-06-05T23:54:56.9766056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-06-05T23:54:56.9767216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:54:56.9768989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:54:56.9770661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:54:56.9771964Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-06-05T23:54:56.9773261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-06-05T23:54:56.9774584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-06-05T23:54:56.9775890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9777556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9779345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9781146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9783018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9784795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9786455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9788317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9790080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9791880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9793754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9795866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9797698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9799618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9812535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9814472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9816309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9818081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9819764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9821537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9823331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9825099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9826838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9828653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9830600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9832480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9834258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9836165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9837875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9839472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9841153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9842710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9844436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:54:56.9845911Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-06-05T23:54:56.9847069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:54:56.9848729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:54:56.9850211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:54:56.9851415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-06-05T23:54:56.9852730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:54:56.9854591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:54:56.9856414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:54:56.9857726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-06-05T23:54:56.9858877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:54:56.9860443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:54:56.9862000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:54:56.9863564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:54:56.9865155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:54:56.9866672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:54:56.9867817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-06-05T23:54:56.9868969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9870544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9872169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9873885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9875517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9877206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9878850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9880445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9882010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9883776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9885495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9887175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9888878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9890582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9892595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9894459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9896193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9897871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9899555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9901145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9913616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9915690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9917264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9918752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9920280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9921897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9923803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9925489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9927098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9928741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9930212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9931680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9933295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:54:56.9934397Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-06-05T23:54:56.9935667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:54:56.9937403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:54:56.9939137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:54:56.9940959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:54:56.9942179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-06-05T23:54:56.9943486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-06-05T23:54:56.9945090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:54:56.9946048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-06-05T23:54:56.9947110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-06-05T23:54:56.9948204Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-06-05T23:54:56.9949425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-06-05T23:54:56.9950607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-06-05T23:54:56.9951488Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-06-05T23:54:56.9952877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-06-05T23:54:56.9954026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-06-05T23:54:56.9955138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:54:56.9956681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:54:56.9958049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:54:56.9959289Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-06-05T23:54:56.9959862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-06-05T23:54:56.9961108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9962777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9964451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9966118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9967739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9969614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9971341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9973054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9974806Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9976555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9978351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9979944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9981498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:54:56.9982819Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-06-05T23:54:56.9984163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:56.9985958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:56.9988079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:56.9990110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:56.9992039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:56.9993850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:56.9995849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:56.9998112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0000069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0001829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0003958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0005695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0007828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0009627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0011513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0013303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0015172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0017062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0018968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0020933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0023101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0024859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0026993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0029145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0031060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0032813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0034659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0036415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0038133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0039923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0041597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0043323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0045159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0047034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0048801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0050802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0052733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0054964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0056640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0058328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0060075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0061774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0063350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0064940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0066822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0068678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0070490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0072161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0073854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0075638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0077318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0079020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0080881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:54:57.0082145Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:54:57.0083396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:54:57.0085290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:54:57.0088103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:54:57.0090428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:54:57.0092600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:54:57.0094605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:54:57.0096724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:54:57.0098867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:54:57.0100902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:54:57.0103002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:54:57.0105287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:54:57.0106637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-06-05T23:54:57.0107927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0109872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0111709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0113432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0115132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0117450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0119189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0121591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0123490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0125233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0127097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0148613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0151019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0152958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0154832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0156924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0158887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0160728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0162462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0164224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0166052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0167870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0169819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0171896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0173972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0175864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0177572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0179753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0181943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0183813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0185694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0187526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0189676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0191962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0193719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0195544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0197404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0199151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0200985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0202696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0204447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0206036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0207601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0209311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0211223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0213432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0215225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0216926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0218749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0220720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0222400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_identity.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0224135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:54:57.0225436Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:54:57.0226535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:54:57.0228450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:54:57.0230346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:54:57.0232279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:54:57.0234452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:54:57.0235953Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/scripts 2025-06-05T23:54:57.0237287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/scripts 2025-06-05T23:54:57.0238583Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-06-05T23:54:57.0239830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:54:57.0241421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:54:57.0243153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:54:57.0244860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:54:57.0246154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:54:57.0247617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:54:57.0249945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:54:57.0252077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:54:57.0253845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:54:57.0255760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:54:57.0257671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:54:57.0259613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:54:57.0261629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:54:57.0263628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:54:57.0265645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:54:57.0267816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:54:57.0269586Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-06-05T23:54:57.0270819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:54:57.0272837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:54:57.0274840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:54:57.0276794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:54:57.0278644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:54:57.0280460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:54:57.0282279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:54:57.0284232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:54:57.0286105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:54:57.0288167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:54:57.0290089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:54:57.0291560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:54:57.0292787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0294501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0296305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0297920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0299588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0301266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0303172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0305140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_at.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0307003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0308848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0310643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0312501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0314307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0316085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0317816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0319663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0321620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0323537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0325339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0327142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0328964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0330715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0332435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0334381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0336414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0338287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0340234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0342072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0344049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eye.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0345783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0347691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0349483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0351345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0352884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0354507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0356956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0359740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0361320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0362924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0364519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0366252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0368004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0369643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0371273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0373042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0374731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0376344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0377910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0379527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0381269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0382916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0384565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0386188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0387981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0389639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0391240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0393070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ones.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0394855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0396619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0398372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0400168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0402003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0403867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0405667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0407484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0409490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0411390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0413169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0415083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0416922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0419138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0421201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0423103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0425001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0426918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0428861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0430815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0432868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0434714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0436600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0438410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0440471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0442527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0444396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0446263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0448079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0450232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0451950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0453847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0455699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:54:57.0457236Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:54:57.0458810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0460933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0463095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0465220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0467433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0469430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0471462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0473741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0475845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0477910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0479925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0481951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0483970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0485843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0487932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0490046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0492223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0494229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0496239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0498495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0500388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0502300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:54:57.0503798Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:54:57.0505259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-06-05T23:54:57.0507106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:54:57.0508393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:54:57.0510397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:54:57.0512272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:54:57.0514005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:54:57.0515498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:54:57.0516964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-06-05T23:54:57.0518294Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-06-05T23:54:57.0519522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-06-05T23:54:57.0520782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-06-05T23:54:57.0521692Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:54:57.0523424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:54:57.0525190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:54:57.0526467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:54:57.0528655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:54:57.0531853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:54:57.0533959Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0536218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0539245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0541962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0544884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0547674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0550574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0553435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0556202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0558953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0561930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0564949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0567739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0570975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0573832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0576554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0579210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0581825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0584419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0587223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0589979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0592802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0595376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0598236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0600813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0603714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0606251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0609274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0612074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0615000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0617581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0620455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0622964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0625860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0628768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:57.0630699Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:54:57.0631962Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:54:57.0633997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:54:57.0636081Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:54:57.0638269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:54:57.0640245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:54:57.0641536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:54:57.0643738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:54:57.0645878Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:54:57.0648057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:54:57.0650531Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:54:57.0653098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:54:57.0655541Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:54:57.0658231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:54:57.0661552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:54:57.0663862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:54:57.0666741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:54:57.0669169Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:54:57.0671714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:54:57.0673995Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:54:57.0676650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:54:57.0679289Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:54:57.0682129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:54:57.0684892Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:54:57.0687425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:54:57.0690151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:54:57.0692821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:54:57.0695422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:54:57.0698044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:54:57.0700557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:54:57.0703306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:54:57.0705791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:54:57.0708067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:54:57.0710656Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:54:57.0712889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:54:57.0715146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:57.0717554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:57.0720366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:57.0723512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:57.0726334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:57.0728637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:54:57.0730947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:54:57.0733105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:54:57.0735646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:54:57.0738349Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:54:57.0740837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:54:57.0743530Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:54:57.0745896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:54:57.0748172Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:57.0750356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:57.0753447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:57.0755724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:57.0758132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:57.0761713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:57.0765382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:57.0768972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:57.0772596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:57.0776225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:57.0779944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:57.0783590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:57.0787355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:57.0791057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:57.0793835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0796941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0801012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0804767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0808543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0812484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0816566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0820428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0824242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0828112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0832082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0836273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0840040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0843950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:57.0847516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:57.0849895Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:54:57.0852419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:54:57.0855698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:54:57.0858036Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:57.0860347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:57.0863655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:57.0866991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:57.0870147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:57.0873031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:57.0875292Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.0877765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.0880976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.0884136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.0886395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:57.0889052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:57.0892523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:57.0895779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:57.0898357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0900923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0904476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0908169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0912022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0916484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0920071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0923946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0927345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0930941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0934492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0937893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0941363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0945029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0948562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0952255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0955781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0959254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0962885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0966549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0970478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0974263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0977946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:57.0980792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:57.0983644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:57.0987147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:57.0990909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:57.0994814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:57.0998921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:57.1003189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:57.1006788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:57.1009308Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:54:57.1011755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:54:57.1015166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:54:57.1017538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:54:57.1020275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:54:57.1023848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:54:57.1027309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:54:57.1030210Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:57.1033029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:57.1036341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:57.1039919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:57.1043003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:57.1045969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:57.1048998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:57.1052036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:57.1055129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:57.1058190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:57.1060499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:54:57.1062676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:54:57.1065782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:54:57.1068899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:54:57.1071142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:54:57.1073618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:54:57.1077203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:54:57.1079749Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:54:57.1082316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:54:57.1084667Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:57.1087308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:57.1091462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:57.1095255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:57.1097750Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:54:57.1100260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:54:57.1103340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:54:57.1105793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:54:57.1108708Z copying pip-out/lib.linux-x86_64-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-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:54:57.1111405Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:54:57.1113957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:54:57.1117633Z copying pip-out/lib.linux-x86_64-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-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:54:57.1121334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:54:57.1123974Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:54:57.1126338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:54:57.1129886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:54:57.1132536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:54:57.1134325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:57.1137149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:57.1141300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:57.1145170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:57.1149093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:57.1152151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:57.1155103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:57.1159517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:57.1163741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:57.1167886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:57.1172199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:57.1175154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:54:57.1178018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:54:57.1181714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:54:57.1185152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:54:57.1188723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:54:57.1192053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1195149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1198314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1201378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1204390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1207416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1210516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1213721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1216595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1219611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1222973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1226487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1229655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1232849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1236319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1239591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1242965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1246093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1248968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1252260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1255355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1258765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1262173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:57.1264422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:54:57.1266861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:54:57.1269325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:54:57.1271865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:54:57.1275074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:54:57.1277437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:54:57.1279732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:54:57.1283174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:54:57.1285643Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:54:57.1288289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:54:57.1291492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:54:57.1293941Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:54:57.1296447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:54:57.1299759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:54:57.1302137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:54:57.1304713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:54:57.1307576Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:54:57.1309947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:54:57.1312352Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:54:57.1315133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:54:57.1318749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:54:57.1322045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:54:57.1325621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:54:57.1328033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:54:57.1330628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:54:57.1334301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:54:57.1338099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:54:57.1340527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1342871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1346009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1349248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1352420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1355841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1359117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1362293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1365576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1368823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1372156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1375474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1378735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:57.1381638Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:54:57.1384006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:54:57.1386385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:54:57.1388048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:54:57.1389799Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:54:57.1392830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:54:57.1397150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:54:57.1400045Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources 2025-06-05T23:54:57.1401811Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:54:57.1404838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:54:57.1408047Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:54:57.1409639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:54:57.1412235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:54:57.1414642Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:54:57.1416312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:54:57.1417937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:54:57.1420505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:54:57.1424190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:54:57.1427041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:57.1429920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:57.1433862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:57.1438083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:57.1442080Z copying pip-out/lib.linux-x86_64-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-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:57.1445512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:54:57.1447734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:54:57.1449174Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:54:57.1451823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:54:57.1454105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:54:57.1455630Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:54:57.1457153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:54:57.1458954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java 2025-06-05T23:54:57.1460517Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:54:57.1463121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:54:57.1466512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:54:57.1469843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:54:57.1472481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1475128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1478947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1482838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1486612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1490458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1494187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1497703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1501331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1504941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1508539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1512362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1516022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1519608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1523214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1527139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1530879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1534731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1538820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1542741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1546587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1550310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1554058Z copying pip-out/lib.linux-x86_64-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-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:57.1557047Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:57.1559869Z copying pip-out/lib.linux-x86_64-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-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:57.1563876Z copying pip-out/lib.linux-x86_64-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-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:57.1568483Z copying pip-out/lib.linux-x86_64-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-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:57.1573056Z copying pip-out/lib.linux-x86_64-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-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:57.1577590Z copying pip-out/lib.linux-x86_64-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-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:57.1582267Z copying pip-out/lib.linux-x86_64-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-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:57.1586501Z copying pip-out/lib.linux-x86_64-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-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:57.1589972Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:54:57.1593144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:54:57.1597301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:54:57.1600153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:57.1602715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:57.1606291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:57.1610153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:57.1613896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:57.1616711Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:57.1619971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:57.1624010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:57.1628244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:57.1632452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:57.1636479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:57.1639182Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:54:57.1641898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:54:57.1645495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:54:57.1648020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:54:57.1650767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:54:57.1654496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:54:57.1658648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:54:57.1661614Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:54:57.1664710Z copying pip-out/lib.linux-x86_64-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-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:54:57.1668275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:54:57.1670635Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:54:57.1673172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:54:57.1676676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:54:57.1679025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:54:57.1681406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:54:57.1685041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:54:57.1688420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:54:57.1690743Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:54:57.1693011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:54:57.1695358Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:54:57.1697508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:54:57.1699717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:54:57.1701205Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:54:57.1702672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:54:57.1704339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main 2025-06-05T23:54:57.1706196Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:54:57.1708897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:54:57.1711407Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:54:57.1712057Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:54:57.1712932Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:54:57.1714608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:54:57.1715234Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:54:57.1715979Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:54:57.1717413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:54:57.1718874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:54:57.1719388Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:54:57.1720406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:54:57.1720682Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa 2025-06-05T23:54:57.1721065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:54:57.1721869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:54:57.1722719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:54:57.1722971Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-06-05T23:54:57.1723713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:54:57.1724536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:54:57.1725287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:54:57.1726154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:54:57.1726634Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:54:57.1727688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:54:57.1728793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:54:57.1729259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-06-05T23:54:57.1730192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:54:57.1731071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:54:57.1731940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:54:57.1732823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:54:57.1733717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:54:57.1734609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:54:57.1735534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:54:57.1736423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:54:57.1737276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:54:57.1738146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:54:57.1738458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-06-05T23:54:57.1739116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:54:57.1739833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:54:57.1740700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:54:57.1741159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:54:57.1742182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:54:57.1743239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:54:57.1743569Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:54:57.1744408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:54:57.1745187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:54:57.1745998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:54:57.1746914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:54:57.1747145Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp 2025-06-05T23:54:57.1747876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:54:57.1748710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:54:57.1749410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:54:57.1750077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/nxp_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:54:57.1750380Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:54:57.1751222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:54:57.1752088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:54:57.1752886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:54:57.1753197Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend 2025-06-05T23:54:57.1753968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:54:57.1754736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:54:57.1755556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:54:57.1756418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:54:57.1756710Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:54:57.1757541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:54:57.1758383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:54:57.1759222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/logger.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:54:57.1760050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:54:57.1760388Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:57.1761253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:57.1762245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:57.1763213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:57.1764130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:57.1764554Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:57.1765531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:57.1766643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:57.1767663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:57.1768781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:57.1769231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:57.1770316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:57.1771610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:57.1772859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:57.1774058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:57.1774665Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:54:57.1775829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:54:57.1776589Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1778141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1779651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1781171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1782972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1784481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1785811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1787188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1788922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1790168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1791524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1792833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1794139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1795362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:57.1795966Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:57.1797197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:57.1798459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:57.1799567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:57.1801018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:57.1801419Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:54:57.1802420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib 2025-06-05T23:54:57.1802800Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1804094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1805231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1806635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1807766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1808873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1809949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1810928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1812012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1813012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1814150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1815277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1816434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1817493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1818591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1819616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1820611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1821606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1822571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1823592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1824566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1825629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1826582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1827566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1828501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1829602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1830613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1831624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1832562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1833488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1834462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1835621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1836619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1837607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1838649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1839762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1840793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1841726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1842782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1843726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1844666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1845762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1846849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1847796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1848749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1849812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1850763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1851746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1852653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1853807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1854817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1855940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1856953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1858003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1858961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1859938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1860959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1861927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1863130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1864192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1865298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1866590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1867468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1868531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1869430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1870617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1871593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1872872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1873780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1875014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1876058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1877151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1878321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1879319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1880396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1881407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1882421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1883466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1884492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1885582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1886535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1887505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1888728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1889641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1890631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1891703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1892923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1894050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1895061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1896193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1897195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1898243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1899211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1900261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1901293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1902293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1903237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1904229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1905334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1906503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1907625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1908695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1909683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1910687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1911759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1912814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1913875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1914958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1916060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1917072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1918374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1919577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1920778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1922000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1923208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1924378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1925528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1926562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1927614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1928604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1929756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1930700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1932028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1933089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1934061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1935280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1936423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1937491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1938694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1939768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1940925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1942156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1943362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1944380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1945416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1946471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1947536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1948569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1949613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1950872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1952024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1953350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1954584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1955662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1957089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1958326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1959336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1960715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1961925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1963024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1964247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1965336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1966479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1967762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1968940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1970015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1971186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1972307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1973593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1974831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1975794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1976925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1977911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1978848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1979915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1980786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1981889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1982932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1983922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1985056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1986023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1987059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1988390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1989443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1990481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1991844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1993029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1994092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1995159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1996262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1997342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1998589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.1999514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.2000646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.2001535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:57.2002057Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:54:57.2002933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:54:57.2004057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:54:57.2004531Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2005811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2006990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2008200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2009488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2010829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2011982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2013330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2014674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2016144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2017413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2018690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2019872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2021120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2022476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2023784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2024931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2026181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2027530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2028668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2030118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2031401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2032513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2033833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2035191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2036464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2037715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2038991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2040171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2041410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2042728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2044056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2045294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2046972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2048090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2049329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2050631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2051835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2053025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2054347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2055562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2056727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2058093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2059367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2060647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2061816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2062999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2064306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2065538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2066785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2068027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2069345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2070590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2071807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2073132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2074398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2075762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2076985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2078330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2079564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2080824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2082189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2083490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2084733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2085993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2087244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2088679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2089956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2091221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2092570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2093839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2095081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2096303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2097649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2098905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2100632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2101838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2103176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2104476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2105804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2107133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2108705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2110212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:57.2110691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:54:57.2112053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:54:57.2112593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:57.2113705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:57.2114749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:57.2116005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:57.2116420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:57.2117478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:57.2118523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:57.2119550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:57.2120570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:57.2121694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:57.2122702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:57.2123339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2124616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2125989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2127619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2129052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2130744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2132451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2134021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2135429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2136795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2138402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2139839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2141208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2142622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2144188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2145677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2147300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:57.2147635Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:54:57.2148736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:54:57.2149685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:54:57.2150610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:54:57.2150878Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests 2025-06-05T23:54:57.2151853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:54:57.2152663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executors.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:54:57.2153859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:54:57.2154639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:54:57.2155721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:54:57.2156599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:54:57.2157626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:54:57.2158444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:54:57.2159447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:54:57.2160364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:54:57.2161330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:54:57.2161602Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:54:57.2161926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:54:57.2162515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:57.2163659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:57.2165050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:57.2166338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:57.2167452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:57.2193316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:57.2194890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:57.2196191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:57.2197385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:57.2198752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:57.2199032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino 2025-06-05T23:54:57.2199888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:54:57.2200634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:54:57.2201519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:54:57.2201873Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:54:57.2202746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:54:57.2203705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:54:57.2203999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests 2025-06-05T23:54:57.2204971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/test_runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests 2025-06-05T23:54:57.2205295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:54:57.2206369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/models 2025-06-05T23:54:57.2206722Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:54:57.2207625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:54:57.2208579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:54:57.2209449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:54:57.2210342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:54:57.2211314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:54:57.2212361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:54:57.2213490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:54:57.2214413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:54:57.2215527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:54:57.2216503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:54:57.2217416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:54:57.2217745Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-06-05T23:54:57.2218648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-06-05T23:54:57.2219002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2219781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2220953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2221832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2222908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2223808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2224853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2225699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2226647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2227512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2228551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2229339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2230433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2231263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2232309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2233292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2234217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2235298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2236201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2237085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2237969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2238927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2239750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2240650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2241476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2242387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2243342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2244257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2245278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2246101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2247046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2247983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2248812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2249826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2250818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2251796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2252755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2253687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:54:57.2253981Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2255038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2255842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2256794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2257612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2258596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2259334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2260249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_and.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2260993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2261874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2262665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2263577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2264318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2265186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2266101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2267095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2267970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2268908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2269798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2270940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2271796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2272811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2273593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2274598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2275481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2276395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2277315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2278149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2278975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2279936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2280728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2281654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2282544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2283416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2284377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2285347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2286270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2287115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2288248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2289203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2290178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2290965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2291908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2292717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2293660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2294494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2295381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2296198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2297116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2298037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2299158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2299890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2300811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2301641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2302575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2303532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2304418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2305445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2306331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2307369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2308224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2309210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2310083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2311072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2311892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2312938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2313795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2314606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2315659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2316510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2317436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2318206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2319228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2320316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2321296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2322259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2323064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2324014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2324820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2325856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2326795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2327589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2328495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2329317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2330294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2331072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2332116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2332933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2333889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2334731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2335618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:54:57.2335926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:54:57.2336874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-06-05T23:54:57.2337173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:54:57.2338321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:54:57.2339209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:54:57.2340146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:54:57.2340441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:57.2341229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:54:57.2342221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:54:57.2343062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:54:57.2343990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:54:57.2344578Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:54:57.2345600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:54:57.2346778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:54:57.2347161Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:54:57.2348184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:54:57.2349155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:54:57.2350149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:54:57.2350424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:54:57.2351319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:54:57.2352106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:54:57.2352927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:54:57.2353202Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:54:57.2354019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:54:57.2354825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:54:57.2355107Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:54:57.2355441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:54:57.2356447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-06-05T23:54:57.2356724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-06-05T23:54:57.2357467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2358188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2359125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2359952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2360997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2361755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2362583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2363275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2364111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2364932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2365875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2366612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2367450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2368315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2369335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:54:57.2369620Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-06-05T23:54:57.2370610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:54:57.2371684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:54:57.2372674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:54:57.2372929Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-06-05T23:54:57.2373655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:54:57.2374372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:54:57.2375112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:54:57.2375894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:54:57.2376648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:54:57.2376983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:54:57.2377788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:54:57.2386837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:54:57.2388533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:54:57.2390044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:54:57.2391448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:54:57.2392981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:54:57.2394430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:54:57.2395966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:54:57.2397393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:54:57.2397970Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:54:57.2399613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-06-05T23:54:57.2400142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:54:57.2401642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-06-05T23:54:57.2402154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:54:57.2403576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-06-05T23:54:57.2404132Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:54:57.2404754Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:54:57.2405650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2407467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2409334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2411141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2413048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2414816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2416554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2418299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2420237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2422062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2423836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2425521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2427238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2428988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2430713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2432535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2434420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2436376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2438497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2440256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2442013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2443831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2445914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2447745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2449510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2451361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2453128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2454795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2470487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2472310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2474072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2475918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2477753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2479522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2481306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2483263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2485091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2486865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2488868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2490820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2492630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2494565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2496367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2498130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2499809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2501915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2503656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2505451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2507187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2508901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2510645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2512435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2514257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2516381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2518273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2520012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2521801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2523618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2525441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2527128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2528883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2530665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2532425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2534119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2535805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:57.2536392Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:54:57.2538036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:54:57.2539660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:54:57.2567517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:54:57.2569061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:54:57.2569582Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-06-05T23:54:57.2570976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:54:57.2572549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:54:57.2574010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:54:57.2575411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:54:57.2575985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:57.2577532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:57.2579160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:57.2580797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:57.2581441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:57.2583033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:57.2584669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:57.2586339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:57.2588236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:57.2589871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:57.2591471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:57.2592015Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:54:57.2593473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:54:57.2595077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:54:57.2596716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:54:57.2597288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:54:57.2597886Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:54:57.2599442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-06-05T23:54:57.2600352Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:54:57.2601194Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:57.2603216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:57.2605200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:57.2607363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:57.2609339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:57.2611267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:57.2613174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:57.2615194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:57.2616149Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:54:57.2618270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:54:57.2619068Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:54:57.2619949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:54:57.2620916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:54:57.2623403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:54:57.2623924Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:54:57.2624492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:54:57.2625081Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:57.2626792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:57.2628497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:57.2630257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:57.2631952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:57.2633714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:57.2664961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:57.2665647Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-06-05T23:54:57.2666815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-06-05T23:54:57.2668194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-06-05T23:54:57.2668697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2670025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2671750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2673222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2674677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2676141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2677702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2679115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2680574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2682102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2683546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2684986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2686380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:54:57.2686927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2688831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2690299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2691713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2693122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2694528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2696223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2697636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2699013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2700483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2701901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2703345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2704758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2706328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2707897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2709305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2710721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2712140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2713562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2715023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2716553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2718042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2719611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2721015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2722618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2724048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2725628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2727088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2728530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2729967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2731437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2762985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2763950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2764937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2765849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2766640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2767605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2768400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2769327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2770145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2771149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2771954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2772996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2773927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2774855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2775868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2776857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2777814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2778676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2779689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:54:57.2780056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:54:57.2780995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:54:57.2781894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:54:57.2782236Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:57.2783258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:54:57.2784199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:54:57.2785373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:54:57.2786387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:54:57.2787472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:54:57.2788636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:54:57.2789082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:54:57.2789958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:54:57.2791030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:54:57.2791340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:54:57.2792166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:54:57.2793041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:54:57.2793417Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:54:57.2794486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:54:57.2795638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:54:57.2796549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:54:57.2797500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:54:57.2797770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:54:57.2798583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:54:57.2799589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:54:57.2799962Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2800860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2801672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2802593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2803568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2847654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2848640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2849792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2850662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2851913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2852752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2853761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2854697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2855676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:54:57.2856117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2857052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2857957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2858937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2859874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2860821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2861706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2862620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2863578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2864494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2865450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2866408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2867309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2868245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2869120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2870091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2871061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2872107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2872992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2874012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2874955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2876068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2876889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2877864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2878713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2879672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2880558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2881551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2882440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2883446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2884320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2885350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2886196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2887265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2888355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2889250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2890244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2891139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2938972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2940085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2941349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2942236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2943198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2944012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:54:57.2944380Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:57.2945434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:54:57.2946439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:54:57.2947402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:54:57.2948413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:54:57.2949329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:54:57.2950331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:54:57.2951305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:54:57.2951642Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:57.2952855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:57.2953923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:57.2955056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:57.2955542Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:54:57.2956741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:54:57.2957696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:54:57.2958067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:54:57.2959003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:54:57.2960029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:54:57.2960374Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:54:57.2960733Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:54:57.2961787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:54:57.2962176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:54:57.2962641Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:57.2963833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:57.2964987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:57.2965992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:57.2966411Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:54:57.2966968Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:54:57.2967982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:54:57.2969004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:54:57.2969359Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:54:57.2970326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:54:57.2971355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:54:57.2971736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:54:57.2972782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:54:57.2973281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:57.2974413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:57.2975670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:57.2976912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:57.2977486Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:54:57.2977950Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:54:57.2979175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:54:57.2980261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:54:57.3012391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:54:57.3012812Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:54:57.3013872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:54:57.3014868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:54:57.3015281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:54:57.3015750Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:57.3016750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:57.3017968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:57.3019018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:57.3020178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:57.3020557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3021584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3022696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3023811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3024845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3026027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3027402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3028698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3029977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3031220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3032439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3033471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3034715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3035977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3037045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3038338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3039455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3040720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3042060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3043185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3044262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3045441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3046662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3047734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3049020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3050189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3051259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3052472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:57.3052864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3054012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3081312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3082550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3083734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3084986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3086175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3087349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3088735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3089968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3091169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3092423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3093606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3094699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3095663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3096753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3097732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3098856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3099996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3101042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3102145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3103221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3104284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3105353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3106379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3107511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3108551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3109767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3110915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3111989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3113051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3114084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3115071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3116194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3117234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3118328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3119384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3120396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3121489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3122520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3154160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3156062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3158018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3159753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3161534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3163282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3165254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3167148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3169058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3170895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3172834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3174745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3176647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3178594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3180514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3182438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3184341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3186255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3188592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3190510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3192432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3194405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3196590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3198351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3200221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3202118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3204018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3205945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3207721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3209484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3211286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3213094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3214876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3216612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3218336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:57.3220156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-06-05T23:54:57.3220675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:54:57.3222055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:54:57.3223448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:54:57.3254584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:54:57.3256261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:54:57.3256739Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-06-05T23:54:57.3257228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-06-05T23:54:57.3258435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-06-05T23:54:57.3259773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-06-05T23:54:57.3260337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3261793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3263359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3264888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3266387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3267917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3269498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3271055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3272659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3274173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3275853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3277353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3278997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3280533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3282033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3283514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3285018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3286655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3288408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3289882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3291381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:54:57.3291963Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:54:57.3293425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:54:57.3295002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:54:57.3295588Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:54:57.3297240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:54:57.3298888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:54:57.3300473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:54:57.3301016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:54:57.3302378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:54:57.3303833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:54:57.3305307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:54:57.3306732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:54:57.3308368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:54:57.3309808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:54:57.3311218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:54:57.3311726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:54:57.3313132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:54:57.3314696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:54:57.3315206Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-06-05T23:54:57.3315853Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:54:57.3317348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:54:57.3318961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:54:57.3319579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:54:57.3321076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:54:57.3351018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:54:57.3351636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:54:57.3353159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:54:57.3354800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:54:57.3355350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:54:57.3356995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:54:57.3358568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:54:57.3359140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:54:57.3359766Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:54:57.3361509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-06-05T23:54:57.3362969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:54:57.3364871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:54:57.3365359Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-06-05T23:54:57.3365842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-06-05T23:54:57.3367114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3368464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3369818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3371329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3372699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3373991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3375365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3376851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3378251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3379659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3380970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3382271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3383687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3385018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3386350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3387876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3389236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3390484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3391075Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:57.3392624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:57.3394387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:57.3396033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:57.3397520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:57.3398079Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:54:57.3399817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:54:57.3401382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:54:57.3402904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:54:57.3404405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:54:57.3405905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:54:57.3407474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:54:57.3409027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:54:57.3410570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:54:57.3412157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:54:57.3413504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3414955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3416387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:54:57.3416904Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:54:57.3445636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:54:57.3447094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:54:57.3448505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:54:57.3450029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:54:57.3450558Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-06-05T23:54:57.3451895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:54:57.3453273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:54:57.3454677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:54:57.3455372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:54:57.3456819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-06-05T23:54:57.3457493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:54:57.3459154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:54:57.3460877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:54:57.3461532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:57.3463228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:57.3465009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:57.3466710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:57.3467348Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:54:57.3468909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:54:57.3469640Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:54:57.3471430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:54:57.3472249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:57.3474258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:57.3476377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:57.3478372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:57.3479330Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:57.3481348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:57.3483394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:57.3485399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:57.3487531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:57.3488561Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:57.3490618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:57.3492691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:57.3494744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:57.3496811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:57.3497592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:54:57.3499517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:54:57.3501471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:54:57.3502257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:54:57.3504191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:54:57.3506224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:54:57.3507053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:57.3509064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:57.3511339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:57.3513319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:57.3515346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:57.3543125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:57.3545450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:57.3547478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:57.3548171Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:57.3549903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:57.3551673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:57.3553462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:57.3555249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:57.3555938Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:54:57.3556658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3558557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3560508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3562455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3564380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3566266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3568202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3570301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3572223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3574101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3575989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3577924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3579863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3581767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3583690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3585588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:57.3586069Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m 2025-06-05T23:54:57.3586562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:54:57.3588079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:54:57.3589417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:54:57.3589957Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:54:57.3591442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/passes 2025-06-05T23:54:57.3591972Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:54:57.3593403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/test 2025-06-05T23:54:57.3593805Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-06-05T23:54:57.3594365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:57.3595782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:54:57.3597249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:54:57.3598930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:54:57.3600295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:54:57.3601733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:54:57.3603215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:54:57.3604896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:54:57.3606347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:54:57.3607844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:54:57.3608296Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-06-05T23:54:57.3609455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:54:57.3610718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:54:57.3639086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:54:57.3639983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:54:57.3640453Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:54:57.3641195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:54:57.3641926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:54:57.3642210Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-06-05T23:54:57.3643120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-06-05T23:54:57.3643878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-06-05T23:54:57.3644209Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:54:57.3645249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:54:57.3646088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:54:57.3646564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:57.3647845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:57.3648912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:57.3649995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:57.3651156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:57.3652367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:57.3653477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:57.3653852Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:54:57.3654824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:54:57.3655673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:54:57.3656158Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:54:57.3656975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:54:57.3657795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:54:57.3658155Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:54:57.3658947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:54:57.3659793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:54:57.3660245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-06-05T23:54:57.3660999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3661780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3662787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3663636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3664500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3665632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3666399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3667192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/hf_download.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3668191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3669324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3670023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3670873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3671704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3672648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3673436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:54:57.3673818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:54:57.3674804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:54:57.3675703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:54:57.3676143Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:54:57.3677021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:54:57.3677944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:54:57.3678905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:54:57.3717850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:54:57.3718257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:54:57.3719273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:54:57.3720300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:54:57.3721632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:54:57.3722177Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3723397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3724803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3726134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3727574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3728772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3730096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3731510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3732777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3733797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3734991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3735981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3737019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3738241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3739251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3740544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3741808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3743006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3744105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:54:57.3744426Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:54:57.3745465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:54:57.3746545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:54:57.3747460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:54:57.3748382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:54:57.3749293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:54:57.3750293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:54:57.3751120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:54:57.3751556Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:54:57.3752473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-06-05T23:54:57.3752784Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:54:57.3753763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-06-05T23:54:57.3754140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:57.3755236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:57.3756420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:57.3757374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:57.3758510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:57.3758954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:57.3760165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:57.3761288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:57.3814523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:57.3815641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:57.3816364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:54:57.3817458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:54:57.3817871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:54:57.3819127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:54:57.3820338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:54:57.3820792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:54:57.3821902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:54:57.3822954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:54:57.3823395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:54:57.3824756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:54:57.3826103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:54:57.3826453Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-06-05T23:54:57.3827147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:54:57.3828056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:54:57.3828802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:54:57.3829094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-06-05T23:54:57.3830177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:54:57.3831148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:54:57.3831494Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-06-05T23:54:57.3832368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-06-05T23:54:57.3833180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-06-05T23:54:57.3833533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:54:57.3834331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:54:57.3835357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:54:57.3835929Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:54:57.3836770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:54:57.3837773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:54:57.3838124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:54:57.3838928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:54:57.3839937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:54:57.3840255Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:54:57.3841285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-06-05T23:54:57.3841614Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:54:57.3842377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:54:57.3843333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:54:57.3844150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:54:57.3845134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:54:57.3846006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:54:57.3846412Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:54:57.3847189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:54:57.3848127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:54:57.3848567Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:54:57.3849327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:54:57.3850281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:54:57.3850562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen3 2025-06-05T23:54:57.3851294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:54:57.3852336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:54:57.3852679Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-06-05T23:54:57.3853400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-06-05T23:54:57.3854287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-06-05T23:54:57.3854626Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/smollm2 2025-06-05T23:54:57.3855366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:54:57.3918979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:54:57.3919451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-06-05T23:54:57.3920206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-06-05T23:54:57.3921182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-06-05T23:54:57.3921681Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:54:57.3922628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:54:57.3923716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:54:57.3924021Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-06-05T23:54:57.3924811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:54:57.3925522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:54:57.3925815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:54:57.3926563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:54:57.3927306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:54:57.3927733Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-06-05T23:54:57.3928058Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:54:57.3928817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-06-05T23:54:57.3929056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-06-05T23:54:57.3929336Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-06-05T23:54:57.3929630Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:54:57.3930391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:54:57.3931307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:54:57.3932044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:54:57.3932789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:54:57.3933551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:54:57.3933855Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:57.3934677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:54:57.3935481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:54:57.3936339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:54:57.3937175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:54:57.3938004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:54:57.3938269Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps 2025-06-05T23:54:57.3938575Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:54:57.3939347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:54:57.3940113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:54:57.3940345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-06-05T23:54:57.3940610Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-06-05T23:54:57.3941277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-06-05T23:54:57.3941956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-06-05T23:54:57.3942272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-06-05T23:54:57.3942934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-06-05T23:54:57.3943254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:57.3944014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:54:57.3944832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:54:57.3945691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:54:57.3946488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:54:57.3947281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:54:57.3947578Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:54:57.3948337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-06-05T23:54:57.3948598Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-06-05T23:54:57.3949293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:54:57.3949956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:54:57.3950611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:54:57.3950927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:54:57.3951732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-06-05T23:54:57.3952000Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-06-05T23:54:57.3952729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:54:57.3953014Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-06-05T23:54:57.3953755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:54:57.4070473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:54:57.4071364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:54:57.4072427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:54:57.4073589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:54:57.4073882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-06-05T23:54:57.4074798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-06-05T23:54:57.4075073Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-06-05T23:54:57.4075982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-06-05T23:54:57.4076534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-06-05T23:54:57.4077257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-06-05T23:54:57.4077720Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-06-05T23:54:57.4078673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:54:57.4079063Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:54:57.4080056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-06-05T23:54:57.4081009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:54:57.4081485Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-06-05T23:54:57.4081883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:54:57.4083035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:54:57.4083944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:54:57.4084383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:54:57.4085476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-06-05T23:54:57.4085796Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-06-05T23:54:57.4086198Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:54:57.4086956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:54:57.4088190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:54:57.4089133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:54:57.4090131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:54:57.4091467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:54:57.4092306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:54:57.4093388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:54:57.4094246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:54:57.4095236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:54:57.4095697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:54:57.4096869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:54:57.4097367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:54:57.4097890Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:54:57.4099187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:54:57.4100426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:54:57.4101280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:54:57.4101693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-06-05T23:54:57.4102469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:54:57.4103219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:54:57.4104202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:54:57.4105028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:54:57.4106009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:54:57.4106847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:54:57.4107293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export/test 2025-06-05T23:54:57.4108072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:54:57.4108987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/test_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:54:57.4109310Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-06-05T23:54:57.4110324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:54:57.4111296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:54:57.4112029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:54:57.4112911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:54:57.4113294Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:54:57.4159941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:54:57.4160962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:54:57.4161755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:54:57.4162785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:54:57.4163139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:54:57.4163939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-06-05T23:54:57.4164477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:57.4165476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:57.4166597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:57.4167605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:57.4168740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:57.4169797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:57.4170331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:54:57.4171389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:54:57.4172025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:57.4173282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:57.4174605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:57.4174926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:54:57.4175922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/test 2025-06-05T23:54:57.4176294Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:54:57.4176859Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:54:57.4178046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:54:57.4179104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:54:57.4179697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:54:57.4180207Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:54:57.4181391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:54:57.4182740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:54:57.4184084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:54:57.4184527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:54:57.4184930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:54:57.4185561Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:54:57.4186055Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:54:57.4187438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:54:57.4188111Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:54:57.4188657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:54:57.4189167Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:54:57.4190656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:54:57.4191194Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:54:57.4191862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:54:57.4193077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:54:57.4193818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:54:57.4195198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:54:57.4196072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:54:57.4197323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:54:57.4197983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:54:57.4199224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:54:57.4199760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:54:57.4200248Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:57.4201473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:57.4240612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:57.4241856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:57.4243033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:57.4244266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:57.4245381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:57.4246684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:57.4247885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:57.4248529Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:54:57.4248954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:54:57.4250379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:54:57.4250852Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:57.4252185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:57.4253506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:57.4254612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:57.4255276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:54:57.4256571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:54:57.4257132Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:57.4258263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:57.4259561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:57.4260738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:57.4261242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:54:57.4261713Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:54:57.4263076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:54:57.4263666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:54:57.4265133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:54:57.4266636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:54:57.4267206Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:54:57.4267869Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:57.4269550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:57.4271174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:57.4272942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:57.4274640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:57.4275069Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:54:57.4275418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:54:57.4275934Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:57.4277245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:57.4278526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:57.4279708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:57.4280927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:57.4282157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:57.4282663Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:54:57.4283971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:54:57.4284513Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:57.4336820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:57.4338978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:57.4339250Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module 2025-06-05T23:54:57.4339817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test 2025-06-05T23:54:57.4340281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test/resources 2025-06-05T23:54:57.4341153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/module/test/resources 2025-06-05T23:54:57.4341479Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-06-05T23:54:57.4341828Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-06-05T23:54:57.4342476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:54:57.4342847Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-06-05T23:54:57.4343860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:54:57.4344750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:54:57.4345747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:54:57.4346494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:54:57.4347408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:54:57.4347627Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-06-05T23:54:57.4348187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:54:57.4348941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:54:57.4349411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-06-05T23:54:57.4349609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-06-05T23:54:57.4349831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-06-05T23:54:57.4350699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-06-05T23:54:57.4350923Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-06-05T23:54:57.4351177Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-06-05T23:54:57.4351466Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-06-05T23:54:57.4351920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4352829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4353825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4354670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4355812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4356623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4357716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4358566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4359775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4360629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4361668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/function_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4362631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4363629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4364581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4365484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4366413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4367255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4368284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4369170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:54:57.4369573Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:54:57.4370682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:54:57.4371138Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:54:57.4372503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:54:57.4373779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:54:57.4374271Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:57.4375469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:57.4376456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:57.4407725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:57.4409051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:57.4410167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:57.4410646Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4411808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4412813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4414165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4415301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4416516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4417727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4418887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4420065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4421258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4422227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4423607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4424715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4425757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4426976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:57.4427471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:54:57.4427939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:54:57.4428582Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:54:57.4429761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:54:57.4431126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:54:57.4431602Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4432930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4434184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4435511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4436944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4438088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4439378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4440647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4441860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4443205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4444566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4445815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4447122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:57.4447454Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:54:57.4448568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:54:57.4449535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:54:57.4450593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:54:57.5030685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:54:57.5031247Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:54:57.5032169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-06-05T23:54:57.5032553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:54:57.5033415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:54:57.5034509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:54:57.5035370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:54:57.5036431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:54:57.5037382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:54:57.5038365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:54:57.5039233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:54:57.5040274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:54:57.5041140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:54:57.5042096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:54:57.5042951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:54:57.5043411Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:54:57.5044490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/pal_spy.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:54:57.5045447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:54:57.5045747Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-06-05T23:54:57.5046125Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:54:57.5047312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:54:57.5048251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:54:57.5049152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:54:57.5049629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:54:57.5050506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:54:57.5051404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:54:57.5052270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:54:57.5053160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:54:57.5053537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:54:57.5054638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:54:57.5055555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:54:57.5056762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:54:57.5056964Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-06-05T23:54:57.5057179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-06-05T23:54:57.5057716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:54:57.5058249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:54:57.5058361Z running install_egg_info 2025-06-05T23:54:57.5058796Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:54:57.5058963Z running install_scripts 2025-06-05T23:54:57.5059275Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:54:57.5059973Z creating '/tmp/pip-wheel-tx8y4oe3/.tmp-rjcs7hwx/executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-06-05T23:54:57.5060105Z adding 'executorch/version.py' 2025-06-05T23:54:57.5060661Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:54:57.5060904Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:54:57.5061120Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:54:57.5061394Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:54:57.5061633Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:54:57.5061915Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:54:57.5062139Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:54:57.5062405Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:54:57.5062731Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:54:57.5063005Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:54:57.5063264Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:54:57.5063438Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:54:57.5063631Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:54:57.5063836Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:54:57.5064091Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:54:57.5064308Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:54:57.5064524Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:54:57.5064754Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:54:57.5065013Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:54:57.5065246Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:54:57.5065505Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:54:57.5065744Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:54:57.5066001Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:54:57.5066208Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:54:57.5066436Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:54:57.5066680Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:54:57.5434452Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:54:57.5435394Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:54:57.5436043Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:54:57.5436954Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:54:57.5437557Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:54:57.5438122Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:54:57.5438661Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:54:57.5439401Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:54:57.5440048Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:54:57.5440713Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:54:57.5441589Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:54:57.5442422Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:54:57.5442969Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:54:57.5443584Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:54:57.5444363Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:54:57.5445012Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:54:57.5445573Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:54:57.5446201Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:54:57.5446899Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:54:57.5447437Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:54:57.5447947Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:54:57.5448440Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:54:57.5448868Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:54:57.5449292Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:54:57.5449830Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:54:57.5450288Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:54:57.5450908Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:54:57.5451350Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:54:57.5451796Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:54:57.5452270Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:54:57.5452897Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:54:57.5453372Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:54:57.5453858Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:54:57.5454294Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:54:57.5454759Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:54:57.5455241Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:54:57.5456007Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:54:57.5456757Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:54:57.5457388Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:54:57.5457891Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:54:57.5458437Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:54:57.5459121Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:54:57.5459660Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:54:57.5460257Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:54:57.5460816Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:54:57.5461604Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:54:57.5462337Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:54:57.5463027Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:54:57.5463897Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:54:57.5464594Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:54:57.5465238Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:54:57.5465836Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:54:57.5466528Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:54:57.5467252Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:54:57.5467886Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:54:57.5468513Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:54:57.5469304Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:54:57.5470013Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:54:57.5470695Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:54:57.5471503Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:54:57.5472210Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:54:57.5472797Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:54:57.5473373Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:54:57.5473906Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:54:57.5474517Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:54:57.5475145Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:54:57.5475910Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:54:57.5476548Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:54:57.5477100Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:54:57.5477772Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:54:57.5478452Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:54:57.5479124Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:54:57.5479733Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:54:57.5480520Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:54:57.5481260Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:54:57.5481879Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:54:57.5482507Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:54:57.5483105Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:54:57.5483800Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:54:57.5484407Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:54:57.5484926Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:54:57.5485570Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:54:57.5486259Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:54:57.5486977Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:54:57.5487780Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:54:57.5488470Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:54:57.5489214Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:54:57.5489849Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:54:57.5490522Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:54:57.5491441Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:54:57.5492165Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:54:57.5492788Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:54:57.5493584Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:54:57.5494295Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:54:57.5494936Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:54:57.5495730Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:54:57.5496413Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:54:57.5497248Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:54:57.5497853Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:54:57.5498359Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:54:57.5498867Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:54:57.5499342Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:54:57.5499860Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:54:57.5500376Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:54:57.5500952Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:54:57.5501441Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:54:57.5502012Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:54:57.5502482Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:54:57.5502948Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:54:57.5503543Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:54:57.5504187Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:54:57.5504671Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:54:57.5505189Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:54:57.5505651Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:54:57.5506104Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:54:57.5540907Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:54:57.5541454Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:54:57.5541962Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:54:57.5542441Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:54:57.5542944Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:54:57.5543441Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:54:57.5543969Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:54:57.5544537Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:54:57.5545126Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:54:57.5545613Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:54:57.5546212Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:54:57.5546713Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:54:57.5914556Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:54:57.5915638Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:54:57.5916325Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:54:57.5917011Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:54:57.5917534Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:54:57.5918040Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:54:57.5918547Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:54:57.5919027Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:54:57.5919489Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:54:57.5920397Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:54:57.5920876Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:54:57.5921362Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:54:57.5921854Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:54:57.5922398Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:54:57.5922969Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:54:57.5923719Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:54:57.5924435Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:54:57.5925114Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:54:57.5925594Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:54:57.5926169Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:54:57.5926876Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:54:57.5927536Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:54:57.5928043Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:54:57.5928538Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:54:57.5929038Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:54:57.5929607Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:54:57.5930234Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:54:57.5930947Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:54:57.5931680Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:54:57.5932163Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:54:57.5932604Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:54:57.5933058Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:54:57.5933519Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:54:57.5934060Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:54:57.5934709Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:54:57.5935516Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:54:57.5936090Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:54:57.5936689Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:54:57.5937266Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:54:57.5937894Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:54:57.5938521Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:54:57.5939390Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:54:57.5940151Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:54:57.5940821Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:54:57.5941371Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:54:57.5941939Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:54:57.5942519Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:54:57.5943279Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:54:57.5943800Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:54:57.5944389Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:54:57.5945010Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:54:57.5945626Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:54:57.5946309Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:54:57.5947045Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:54:57.5947765Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:54:57.5948260Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:54:57.5948733Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:54:57.5949224Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:54:57.5949740Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:54:57.5950209Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:54:57.5950803Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:54:57.5951505Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:54:57.5952016Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:54:57.5952520Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:54:57.5953067Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:54:57.5953580Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:54:57.5954075Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:54:57.5954603Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:54:57.5955284Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:54:57.5955850Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:54:57.5956397Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:54:57.5956949Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:54:57.5957441Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:54:57.5958085Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:54:57.5958737Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:54:57.5959343Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:54:57.5960023Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:54:57.5960684Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:54:57.5961203Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:54:57.5961675Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:54:57.5962156Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:54:57.5962838Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:54:57.5963330Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:54:57.5963803Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:54:57.5964286Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:54:57.5964869Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:54:57.5965478Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:54:57.5965997Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:54:57.5966490Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:54:57.5967002Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:54:57.5967666Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:54:57.5968321Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:54:57.5968842Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:54:57.5969347Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:54:57.5969869Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:54:57.5970676Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:54:57.5971259Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:54:57.5971736Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:54:57.5972389Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:54:57.5973076Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:54:57.5973610Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:54:57.5974083Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:54:57.5974621Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:54:57.5975332Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:54:57.5975840Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:54:57.5976353Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:54:57.5976854Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:54:57.5977579Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:54:57.5978162Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:54:57.5978633Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:54:57.5979107Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:54:57.5979569Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:54:57.5980318Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:54:57.5980801Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:54:57.5981313Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:54:57.5981816Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:54:57.5982433Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:54:57.5983069Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:54:57.5983557Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:54:57.5984096Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:54:57.5984746Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:54:57.5985383Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:54:57.5985873Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:54:57.5986384Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:54:57.5986914Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:54:57.5987903Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:54:57.5988452Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:54:57.5988918Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:54:57.5989402Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:54:57.5989933Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:54:57.5990630Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:54:57.5991135Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:54:57.5991632Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:54:57.5992136Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:54:57.6204475Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:54:57.6205336Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:54:57.6206264Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:54:57.6207023Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:54:57.6207541Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:54:57.6208271Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:54:57.6209055Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:54:57.6209601Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:54:57.6210106Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:54:57.6210602Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:54:57.6211252Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:54:57.6212083Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:54:57.6212901Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:54:57.6213748Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:54:57.6214614Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:54:57.6215725Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:54:57.6216830Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:54:57.6218091Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:54:57.6219666Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:54:57.6220940Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:54:57.6222377Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:54:57.6223775Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:54:57.6225074Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:54:57.6226314Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:54:57.6227481Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:54:57.6228628Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:54:57.6229887Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:54:57.6231262Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:54:57.6232680Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:54:57.6233945Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:54:57.6235153Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:54:57.6236362Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:54:57.6237584Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:54:57.6238941Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:54:57.6240023Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:54:57.6241071Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:54:57.6242092Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:54:57.6243079Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:54:57.6244029Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:54:57.6245054Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:54:57.6246478Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:54:57.6248188Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:54:57.6250084Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:54:57.6251854Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:54:57.6253445Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:54:57.6255055Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:54:57.6256729Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:54:57.6258370Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:54:57.6260197Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:54:57.6261754Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:54:57.6263244Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:54:57.6264981Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:54:57.6266745Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:54:57.6268350Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:54:57.6269962Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:54:57.6271353Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:54:57.6272845Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:54:57.6274446Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:54:57.6276114Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:54:57.6277763Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:54:57.6279444Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:54:57.6281100Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:54:57.6282688Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:54:57.6284319Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:54:57.6285951Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:54:57.6287743Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:54:57.6289400Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:54:57.6290937Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:54:57.6292487Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:54:57.6294075Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:54:57.6295108Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:54:57.6296041Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:54:57.6296991Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:54:57.6297887Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:54:57.6298755Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:54:57.6299612Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:54:57.6300380Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:54:57.6301173Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:54:57.6302040Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:54:57.6302931Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:54:57.6303905Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:54:57.6305168Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:54:57.6306476Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:54:57.6308443Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:54:57.6309824Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:54:57.6310958Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:54:57.6312709Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:54:57.6314833Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:54:57.6317008Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:54:57.6319181Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:54:57.6321198Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:54:57.6323224Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:54:57.6325261Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:54:57.6372843Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:54:57.6374884Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:54:57.6376937Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:54:57.6378996Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:54:57.6380993Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:54:57.6382969Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:54:57.6385009Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:54:57.6387065Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:54:57.6389303Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:54:57.6391314Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:54:57.6393322Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:54:57.6395308Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:54:57.6396778Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:54:57.6398313Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:54:57.6400274Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:54:57.6402266Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:54:57.6404280Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:54:57.6406496Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:54:57.6408515Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:54:57.6410508Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:54:57.6412673Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:54:57.6414986Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:54:57.6416858Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:54:57.6418251Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:54:57.6419635Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:54:57.6421415Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:54:57.6423514Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:54:57.6425259Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:54:57.6427488Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:54:57.6429462Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:54:57.6430697Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:54:57.6431955Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:54:57.6433235Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:54:57.6434569Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:54:57.6436106Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:54:57.6437512Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:54:57.6438855Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:54:57.6440158Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:54:57.6441439Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:54:57.6443661Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:54:57.6445348Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:54:57.6447646Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:54:57.6450242Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:54:57.6452128Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:54:57.6454642Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:54:57.6457260Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:54:57.6459912Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:54:57.6462298Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:54:57.6464693Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:54:57.6467227Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:54:57.6469238Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:54:57.6471106Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:54:57.6472491Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:54:57.6473943Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:54:57.6475428Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:54:57.6477012Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:54:57.6478574Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:54:57.6480109Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:54:57.6481659Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:54:57.6483178Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:54:57.6484567Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:54:57.6485886Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:54:57.6487329Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:54:57.6624950Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:54:57.6626328Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:54:57.6627659Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:54:57.6629190Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:54:57.6630706Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:54:57.6632234Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:54:57.6633723Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:54:57.6635185Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:54:57.6636680Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:54:57.6637949Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:54:57.6639275Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:54:57.6640650Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:54:57.6642005Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:54:57.6643339Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:54:57.6644512Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:54:57.6645518Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:54:57.6646496Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:54:57.6647563Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:54:57.6648702Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:54:57.6649823Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:54:57.6651033Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:54:57.6652275Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:54:57.6653435Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:54:57.6654639Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:54:57.6655790Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:54:57.6656965Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:54:57.6658164Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:54:57.6659420Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:54:57.6660968Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:54:57.6662200Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:54:57.6663722Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:54:57.6664966Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:54:57.6666398Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:54:57.6667663Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:54:57.6669098Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:54:57.6670434Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:54:57.6671900Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:54:57.6673180Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:54:57.6674612Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:54:57.6675929Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:54:57.6677122Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:54:57.6678379Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:54:57.6679425Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:54:57.6680587Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:54:57.6681945Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:54:57.6683049Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:54:57.6684353Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:54:57.6685413Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:54:57.6686421Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:54:57.6687818Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:54:57.6688984Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:54:57.6690042Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:54:57.6691106Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:54:57.6692191Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:54:57.6693447Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:54:57.6694484Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:54:57.6695621Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:54:57.6696924Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:54:57.6698033Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:54:57.6699144Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:54:57.6700416Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:54:57.6701534Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:54:57.6702840Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:54:57.6704041Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:54:57.6705140Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:54:57.6706453Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:54:57.6889651Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:54:57.6890870Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:54:57.6892095Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:54:57.6893272Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:54:57.6894486Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:54:57.6895554Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:54:57.6896731Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:54:57.6898080Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:54:57.6899192Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:54:57.6900362Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:54:57.6901542Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:54:57.6902659Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:54:57.6903986Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:54:57.6905142Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:54:57.6906480Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:54:57.6907598Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:54:57.6908971Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:54:57.6910179Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:54:57.6911773Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:54:57.6912471Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:54:57.6913018Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:54:57.6913510Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:54:57.6914157Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:54:57.6914815Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:54:57.6915453Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:54:57.6916083Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:54:57.6916631Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:54:57.6917254Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:54:57.6917943Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:54:57.6918588Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:54:57.6919075Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:54:57.6919595Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:54:57.6920225Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:54:57.6920782Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:54:57.6921500Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:54:57.6922032Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:54:57.6922619Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:54:57.6923174Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:54:57.6923757Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:54:57.6924642Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:54:57.6925311Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:54:57.6926458Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:54:57.6927023Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:54:57.6927610Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:54:57.6928141Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:54:57.6928965Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:54:57.6929565Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:54:57.6930174Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:54:57.6930767Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:54:57.6931441Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:54:57.6932169Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:54:57.6932702Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:54:57.6933207Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:54:57.6933729Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:54:57.6934240Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:54:57.6934953Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:54:57.6935466Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:54:57.6935907Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:54:57.6936385Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:54:57.6936844Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:54:57.6937297Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:54:57.6937936Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:54:57.6938585Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:54:57.6939064Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:54:57.6939592Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:54:57.6940133Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:54:57.7171915Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:54:57.7172765Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:54:57.7173316Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:54:57.7173845Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:54:57.7174350Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:54:57.7174901Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:54:57.7175600Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:54:57.7176142Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:54:57.7176675Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:54:57.7177231Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:54:57.7177795Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:54:57.7178520Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:54:57.7179096Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:54:57.7179725Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:54:57.7180300Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:54:57.7181049Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:54:57.7181744Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:54:57.7182418Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:54:57.7183101Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:54:57.7183754Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:54:57.7184333Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:54:57.7184899Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:54:57.7185544Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:54:57.7186181Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:54:57.7186812Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:54:57.7187279Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:54:57.7188026Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:54:57.7188572Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:54:57.7189104Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:54:57.7189613Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:54:57.7190141Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:54:57.7190800Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:54:57.7191374Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:54:57.7191916Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:54:57.7192490Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:54:57.7193028Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:54:57.7193652Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:54:57.7194318Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:54:57.7195005Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:54:57.7195653Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:54:57.7196272Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:54:57.7196918Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:54:57.7197588Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:54:57.7198246Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:54:57.7198829Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:54:57.7199347Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:54:57.7199980Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:54:57.7200542Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:54:57.7201154Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:54:57.7201736Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:54:57.7202297Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:54:57.7202918Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:54:57.7203460Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:54:57.7203661Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:54:57.7203854Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:54:57.7204077Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:54:57.7204245Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:54:57.7204419Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:54:57.7204625Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:54:57.7204817Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:54:57.7205085Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:54:57.7205282Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:54:57.7205518Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:54:57.7205721Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:54:57.7205886Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:54:57.7206086Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:54:57.7206300Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:54:57.7206497Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:54:57.7206781Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:54:57.7206960Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:54:57.7207122Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:54:57.7664663Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:54:57.7665030Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:54:57.7665396Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:54:57.7665643Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:54:57.7665833Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:54:57.7665988Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:54:57.7666227Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:54:57.7666460Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:54:57.7666681Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:54:57.7666886Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:54:57.7667183Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:54:57.7667457Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:54:57.7667702Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:54:57.7667996Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:54:57.7668311Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:54:57.7668584Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:54:57.7668868Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:54:57.7669136Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:54:57.7669410Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:54:57.7669602Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:54:57.7669846Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:54:57.7670026Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:54:57.7670214Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:54:57.7670395Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:54:57.7670575Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:54:57.7670903Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:54:57.7671177Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:54:57.7671522Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:54:57.7671777Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:54:57.7672038Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:54:57.7672334Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:54:57.7672605Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:54:57.7673022Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:54:57.7673309Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:54:57.7673645Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:54:57.7673985Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:54:57.7674292Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:54:57.7674683Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:54:57.7675100Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:54:57.7675498Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:54:57.7675893Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:54:57.7676241Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:54:57.7676587Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:54:57.7676913Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:54:57.7677234Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:54:57.7677563Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:54:57.7677888Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:54:57.7678380Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:54:57.7678763Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:54:57.7679097Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:54:57.7679443Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:54:57.7679762Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:54:57.7680123Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:54:57.7680576Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:54:57.7680906Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:54:57.7681221Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:54:57.7681467Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:54:57.7681745Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:54:57.7682021Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:54:57.7682298Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:54:57.7682645Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:54:57.7683025Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:54:57.7683391Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:54:57.7683755Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:54:57.7684103Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:54:57.7684479Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:54:57.7684990Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:54:57.7685333Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:54:57.7685784Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:54:57.7686077Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:54:57.7686452Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:54:57.7686820Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:54:57.7687191Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:54:57.7687845Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:54:57.7688202Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:54:57.7688494Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:54:57.7688689Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:54:57.7688979Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:54:57.7689236Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:54:57.7689422Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:54:57.7689640Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:54:57.7689834Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:54:57.7690046Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:54:57.7690509Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:54:57.7691023Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:54:57.7691352Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:54:57.7691567Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:54:57.7691814Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:54:57.7692061Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:54:57.7692295Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:54:57.7692542Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:54:57.7692769Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:54:57.7692997Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:54:57.7693222Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:54:57.7693557Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:54:57.7693721Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:54:57.7693918Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:54:57.7694085Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:54:57.7694276Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:54:57.7694616Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:54:57.7694827Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:54:57.7695037Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:54:57.7695232Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:54:57.7695450Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:54:57.7695649Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:54:57.7695831Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:54:57.7696032Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:54:57.7696192Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:54:57.7696481Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:54:57.7696777Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:54:57.7697156Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:54:57.7970017Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:54:57.7970503Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:54:57.7970993Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:54:57.7971459Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:54:57.7971754Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:54:57.7971985Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:54:57.7972160Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:54:57.7972566Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:54:57.7972795Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:54:57.7973067Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:54:57.7973354Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:54:57.7973615Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:54:57.7973990Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:54:57.7974435Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:54:57.7974865Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:54:57.7975324Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:54:57.7975624Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:54:57.7975964Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:54:57.7976244Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:54:57.7976553Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:54:57.7977036Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:54:57.7977443Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:54:57.7977879Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:54:57.7978357Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:54:57.7978849Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:54:57.7979320Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:54:57.7979860Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:54:57.7980345Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:54:57.7980875Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:54:57.7981395Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:54:57.7982035Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:54:57.7982506Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:54:57.7982981Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:54:57.7983514Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:54:57.7984042Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:54:57.7984510Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:54:57.7984899Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:54:57.7985326Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:54:57.7985525Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:54:57.7985922Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:54:57.7986175Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:54:57.7986632Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:54:57.7986903Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:54:57.7987154Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:54:57.7987420Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:54:57.7987958Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:54:57.7988381Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:54:57.7988785Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:54:57.7989169Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:54:57.7989581Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:54:57.7989974Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:54:57.7990302Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:54:57.7990616Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:54:57.7990982Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:54:57.7991338Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:54:57.7991582Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:54:57.7991867Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:54:57.7992141Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:54:57.7992435Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:54:57.7992711Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:54:57.7992969Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:54:57.7993271Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:54:57.7993610Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:54:57.7994041Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:54:57.7994350Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:54:57.7994628Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:54:57.7994892Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:54:57.7995135Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:54:57.7995436Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:54:57.7995831Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:54:57.7996200Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:54:57.7996556Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:54:57.7997066Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:54:57.7997398Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:54:57.7997688Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:54:57.7998021Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:54:57.7998400Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:54:57.7998781Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:54:57.7999044Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:54:57.7999564Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:54:57.7999936Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:54:57.8000266Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:54:57.8000519Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:54:57.8000908Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:54:57.8001218Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:54:57.8001469Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:54:57.8001817Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:54:57.8002112Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:54:57.8002429Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:54:57.8002898Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:54:57.8003287Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:54:57.8003579Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:54:57.8003830Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:54:57.8004201Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:54:57.8004488Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:54:57.8004770Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:54:57.8005126Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:54:57.8005499Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:54:57.8005873Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:54:57.8006186Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:54:57.8245418Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:54:57.8245886Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:54:57.8246423Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:54:57.8246800Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:54:57.8247178Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:54:57.8247527Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:54:57.8247794Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:54:57.8248134Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:54:57.8248424Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:54:57.8248674Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:54:57.8249251Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:54:57.8249545Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:54:57.8249881Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:54:57.8250261Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:54:57.8250546Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:54:57.8250897Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:54:57.8251231Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:54:57.8251547Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:54:57.8251897Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:54:57.8252357Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:54:57.8252677Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:54:57.8252903Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:54:57.8253270Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:54:57.8253521Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:54:57.8253875Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:54:57.8254245Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:54:57.8254529Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:54:57.8254835Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:54:57.8255162Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:54:57.8255422Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:54:57.8255684Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:54:57.8256018Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:54:57.8256278Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:54:57.8256507Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:54:57.8256773Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:54:57.8257032Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:54:57.8257334Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:54:57.8257706Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:54:57.8258160Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:54:57.8258412Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:54:57.8258682Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:54:57.8259022Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:54:57.8259276Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:54:57.8259579Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:54:57.8259900Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:54:57.8260258Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:54:57.8260615Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:54:57.8260897Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:54:57.8261298Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:54:57.8261762Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:54:57.8262091Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:54:57.8262388Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:54:57.8262804Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:54:57.8263163Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:54:57.8263439Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:54:57.8263757Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:54:57.8264045Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:54:57.8264421Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:54:57.8264689Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:54:57.8264988Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:54:57.8265388Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:54:57.8265667Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:54:57.8265936Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:54:57.8266242Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:54:57.8266542Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:54:57.8266799Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:54:57.8267070Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:54:57.8267547Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:54:57.8267921Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:54:57.8268220Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:54:57.8268615Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:54:57.8268919Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:54:57.8269179Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:54:57.8269446Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:54:57.8269823Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:54:57.8270284Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:54:57.8270625Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:54:57.8271021Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:54:57.8271356Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:54:57.8271719Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:54:57.8272061Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:54:57.8272539Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:54:57.8272954Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:54:57.8273322Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:54:57.8273671Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:54:57.8274038Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:54:57.8274373Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:54:57.8274903Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:54:57.8275269Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:54:57.8275692Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:54:57.8276039Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:54:57.8276400Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:54:57.8276787Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:54:57.8277127Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:54:57.8277582Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:54:57.8277946Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:54:57.8278314Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:54:57.8278761Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:54:57.8279067Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:54:57.8279314Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:54:57.8279698Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:54:57.8280034Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:54:57.8280417Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:54:57.8280742Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:54:57.8281003Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:54:57.8447551Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:54:57.8448146Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:54:57.8448698Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:54:57.8449049Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:54:57.8449416Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:54:57.8449840Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:54:57.8450151Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:54:57.8450455Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:54:57.8450852Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:54:57.8451217Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:54:57.8451651Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:54:57.8452176Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:54:57.8452507Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:54:57.8452824Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:54:57.8453164Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:54:57.8453476Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:54:57.8453886Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:54:57.8454258Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:54:57.8454540Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:54:57.8454842Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:54:57.8455438Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:54:57.8455976Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:54:57.8456437Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:54:57.8456802Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:54:57.8457209Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:54:57.8457670Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:54:57.8458274Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:54:57.8458798Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:54:57.8459352Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:54:57.8459959Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:54:57.8460472Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:54:57.8460894Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:54:57.8461261Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:54:57.8461754Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:54:57.8462356Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:54:57.8462803Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:54:57.8463188Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:54:57.8463614Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:54:57.8464177Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:54:57.8464712Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:54:57.8465078Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:54:57.8465462Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:54:57.8465833Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:54:57.8466394Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:54:57.8467012Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:54:57.8467408Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:54:57.8467784Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:54:57.8468213Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:54:57.8468739Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:54:57.8469223Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:54:57.8469642Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:54:57.8470036Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:54:57.8470722Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:54:57.8471236Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:54:57.8471642Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:54:57.8472042Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:54:57.8472467Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:54:57.8472914Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:54:57.8473567Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:54:57.8473943Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:54:57.8474364Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:54:57.8474739Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:54:57.8475165Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:54:57.8475834Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:54:57.8476239Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:54:57.8476597Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:54:57.8477019Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:54:57.8477422Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:54:57.8477916Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:54:57.8478416Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:54:57.8478783Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:54:57.8479160Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:54:57.8479531Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:54:57.8480029Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:54:57.8480619Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:54:57.8481042Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:54:57.8481443Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:54:57.8481916Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:54:57.8482367Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:54:57.8482899Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:54:57.8483511Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:54:57.8484201Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:54:57.8484750Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:54:57.8485268Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:54:57.8485828Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:54:57.8486199Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:54:57.8754074Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:54:57.8754873Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:54:57.8755301Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:54:57.8755726Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:54:57.8756302Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:54:57.8756676Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:54:57.8757128Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:54:57.8757520Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:54:57.8757928Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:54:57.8758290Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:54:57.8758664Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:54:57.8759031Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:54:57.8759455Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:54:57.8759862Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:54:57.8760372Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:54:57.8760867Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:54:57.8761363Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:54:57.8761657Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:54:57.8762001Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:54:57.8762290Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:54:57.8762561Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:54:57.8762910Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:54:57.8763211Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:54:57.8763565Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:54:57.8763870Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:54:57.8764175Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:54:57.8764568Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:54:57.8764981Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:54:57.8765538Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:54:57.8766032Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:54:57.8766461Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:54:57.8767116Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:54:57.8767675Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:54:57.8768124Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:54:57.8768549Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:54:57.8769178Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:54:57.8769699Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:54:57.8770126Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:54:57.8770629Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:54:57.8771058Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:54:57.8771599Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:54:57.8772269Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:54:57.8772499Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:54:57.8772710Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:54:57.8772930Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:54:57.8773144Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:54:57.8773307Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:54:57.8773627Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:54:57.8773799Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:54:57.8774026Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:54:57.8774268Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:54:57.8774580Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:54:57.8774825Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:54:57.8775104Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:54:57.8775357Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:54:57.8775548Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:54:57.8776009Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:54:57.8776434Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:54:57.8776866Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:54:57.8777237Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:54:57.8777628Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:54:57.8778161Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:54:57.8778557Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:54:57.8778930Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:54:57.8779331Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:54:57.8779489Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:54:57.8779735Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:54:57.8779922Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:54:57.8780124Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:54:57.8780371Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:54:57.8780605Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:54:57.8780889Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:54:57.8781159Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:54:57.8781358Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:54:57.8781643Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:54:57.8781857Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:54:57.8782090Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:54:57.8782350Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:54:57.8782552Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:54:57.8782772Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:54:57.8783004Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:54:57.8783233Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:54:57.8783437Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:54:57.8783619Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:54:57.8783823Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:54:57.8784153Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:54:57.8784416Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:54:57.8784650Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:54:57.8784878Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:54:57.8785094Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:54:57.8785361Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:54:57.8785628Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:54:57.8785879Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:54:57.8786105Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:54:57.8786329Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:54:57.8786553Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:54:57.8786780Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:54:57.8787077Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:54:57.9108681Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:54:57.9109115Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:54:57.9109679Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:54:57.9110119Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:54:57.9110314Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:54:57.9110583Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:54:57.9110864Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:54:57.9111067Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:54:57.9111302Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:54:57.9111535Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:54:57.9111934Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:54:57.9112247Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:54:57.9112473Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:54:57.9112746Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:54:57.9112996Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:54:57.9113242Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:54:57.9113466Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:54:57.9113698Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:54:57.9114027Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:54:57.9114292Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:54:57.9114528Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:54:57.9114755Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:54:57.9114932Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:54:57.9115107Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:54:57.9115315Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:54:57.9115529Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:54:57.9115776Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:54:57.9116046Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:54:57.9116241Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:54:57.9116435Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:54:57.9116619Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:54:57.9116829Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:54:57.9117029Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:54:57.9117248Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:54:57.9117480Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:54:57.9117664Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:54:57.9117893Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:54:57.9118155Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:54:57.9118361Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:54:57.9118556Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:54:57.9118744Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:54:57.9118959Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:54:57.9119198Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:54:57.9119423Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:54:57.9119619Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:54:57.9119799Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:54:57.9120013Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:54:57.9120207Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:54:57.9120386Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:54:57.9120583Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:54:57.9120769Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:54:57.9120991Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:54:57.9121191Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:54:57.9121370Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:54:57.9121655Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:54:57.9121879Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:54:57.9122058Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:54:57.9122301Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:54:57.9122513Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:54:57.9122724Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:54:57.9122917Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:54:57.9123142Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:54:57.9123376Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:54:57.9123684Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:54:57.9123870Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:54:57.9124069Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:54:57.9124254Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:54:57.9124490Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:54:57.9124713Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:54:57.9124892Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:54:57.9125101Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:54:57.9125282Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:54:57.9125501Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:54:57.9125718Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:54:57.9125907Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:54:57.9126091Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:54:57.9126267Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:54:57.9126464Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:54:57.9126642Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:54:57.9126823Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:54:57.9127019Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:54:57.9127212Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:54:57.9127418Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:54:57.9127618Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:54:57.9127814Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:54:57.9128022Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:54:57.9128218Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:54:57.9128432Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:54:57.9128629Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:54:57.9128861Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:54:57.9129095Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:54:57.9129299Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:54:57.9129480Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:54:57.9129698Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:54:57.9129914Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:54:57.9130115Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:54:57.9130359Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:54:57.9130621Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:54:57.9130808Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:54:57.9131063Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:54:57.9131268Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:54:57.9131452Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:54:57.9131679Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:54:57.9131878Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:54:57.9132055Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:54:57.9132242Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:54:57.9132455Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:54:57.9132663Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:54:57.9132934Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:54:57.9133204Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:54:57.9133483Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:54:57.9133678Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:54:57.9133897Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:54:57.9134090Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:54:57.9134269Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:54:57.9134483Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:54:57.9134736Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:54:57.9134922Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:54:57.9135135Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:54:57.9135433Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:54:57.9135661Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:54:57.9135870Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:54:57.9136216Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:54:57.9136584Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:54:57.9136860Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:54:57.9137091Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:54:57.9463891Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:54:57.9464141Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:54:57.9464566Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:54:57.9464936Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:54:57.9465165Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:54:57.9465330Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:54:57.9465514Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:54:57.9465725Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:54:57.9465937Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:54:57.9466131Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:54:57.9466663Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:54:57.9467035Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:54:57.9467290Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:54:57.9467516Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:54:57.9467755Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:54:57.9468017Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:54:57.9468287Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:54:57.9468701Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:54:57.9469039Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:54:57.9469275Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:54:57.9469585Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:54:57.9470006Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:54:57.9470398Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:54:57.9470697Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:54:57.9471011Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:54:57.9471218Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:54:57.9471427Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:54:57.9471604Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:54:57.9471895Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:54:57.9472127Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:54:57.9472390Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:54:57.9472740Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:54:57.9473055Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:54:57.9473320Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:54:57.9473663Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:54:57.9473954Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:54:57.9474300Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:54:57.9474579Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:54:57.9475006Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:54:57.9475276Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:54:57.9475715Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:54:57.9476099Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:54:57.9476545Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:54:57.9476977Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:54:57.9477267Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:54:57.9477589Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:54:57.9477961Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:54:57.9478285Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:54:57.9478740Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:54:57.9479172Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:54:57.9479582Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:54:57.9479923Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:54:57.9480274Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:54:57.9480639Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:54:57.9480945Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:54:57.9481380Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:54:57.9481780Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:54:57.9482257Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:54:57.9482616Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:54:57.9483167Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:54:57.9483503Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:54:57.9483915Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:54:57.9484455Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:54:57.9484858Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:54:57.9485321Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:54:57.9485902Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:54:57.9486221Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:54:57.9486564Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:54:57.9486951Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:54:57.9487271Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:54:57.9487860Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:54:57.9488485Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:54:57.9488906Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:54:57.9489333Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:54:57.9489795Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:54:57.9490357Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:54:57.9490708Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:54:57.9491165Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:54:57.9491596Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:54:57.9491980Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:54:57.9492330Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:54:57.9492903Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:54:57.9493219Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:54:57.9493647Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:54:57.9494001Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:54:57.9494592Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:54:57.9494968Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:54:57.9495375Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:54:57.9495714Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:54:57.9496077Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:54:57.9496485Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:54:57.9496820Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:54:57.9497228Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:54:57.9497638Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:54:57.9498245Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:54:57.9498592Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:54:57.9499004Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:54:57.9499346Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:54:57.9499837Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:54:57.9500141Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:54:57.9500601Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:54:57.9501062Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:54:57.9501464Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:54:57.9501811Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:54:57.9502097Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:54:57.9502342Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:54:57.9502700Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:54:57.9503078Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:54:57.9503432Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:54:57.9925338Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:54:57.9925812Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:54:57.9926503Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:54:57.9927105Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:54:57.9927595Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:54:57.9927926Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:54:57.9928294Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:54:57.9928504Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:54:57.9928877Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:54:57.9929400Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:54:57.9929742Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:54:57.9930064Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:54:57.9930387Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:54:57.9930746Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:54:57.9931113Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:54:57.9931452Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:54:57.9931913Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:54:57.9932287Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:54:57.9932661Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:54:57.9933048Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:54:57.9933433Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:54:57.9933785Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:54:57.9934345Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:54:57.9934929Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:54:57.9935450Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:54:57.9935780Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:54:57.9936146Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:54:57.9936556Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:54:57.9936956Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:54:57.9937267Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:54:57.9937712Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:54:57.9938022Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:54:57.9938283Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:54:57.9938602Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:54:57.9938824Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:54:57.9939212Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:54:57.9939527Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:54:57.9939872Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:54:57.9940214Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:54:57.9940555Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:54:57.9940798Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:54:57.9941167Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:54:57.9941467Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:54:57.9941845Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:54:57.9942300Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:54:57.9942560Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:54:57.9942790Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:54:57.9943088Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:54:57.9943337Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:54:57.9943565Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:54:57.9943852Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:54:57.9944221Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:54:57.9944516Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:54:57.9944782Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:54:57.9945026Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:54:57.9945264Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:54:57.9945563Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:54:57.9945799Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:54:57.9946119Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:54:57.9946427Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:54:57.9946701Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:54:57.9946918Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:54:57.9947136Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:54:57.9947571Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:54:57.9947881Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:54:57.9948219Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:54:57.9948535Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:54:57.9948769Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:54:57.9948968Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:54:57.9949388Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:54:57.9949626Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:54:57.9949892Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:54:57.9950159Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:54:57.9950559Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:54:57.9950845Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:54:57.9951132Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:54:57.9951443Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:54:57.9951681Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:54:57.9951908Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:54:57.9952224Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:54:57.9952426Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:54:57.9963254Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:54:57.9963548Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:54:57.9963770Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:54:57.9964001Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:54:57.9964242Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:54:57.9964470Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:54:57.9964802Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:54:57.9965033Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:54:57.9965309Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:54:57.9965581Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:54:57.9965893Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:54:57.9966082Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:54:57.9966285Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:54:57.9966514Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:54:57.9966713Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:54:57.9966975Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:54:57.9967223Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:54:57.9967592Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:54:57.9967896Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:54:57.9968146Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:54:57.9968454Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:54:57.9968724Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:54:57.9968978Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:54:57.9969206Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:54:57.9969453Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:54:57.9969731Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:54:57.9970020Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:54:57.9970424Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:54:57.9970768Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:54:57.9971075Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:54:57.9971295Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:54:57.9971554Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:54:57.9971772Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:54:57.9971971Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:54:57.9972200Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:54:57.9972508Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:54:58.0249988Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:54:58.0251257Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:54:58.0252053Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:54:58.0252649Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:54:58.0253232Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:54:58.0254141Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:54:58.0255177Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:54:58.0256209Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:54:58.0256923Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:54:58.0257420Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:54:58.0257943Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:54:58.0258478Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:54:58.0259084Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:54:58.0259772Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:54:58.0260303Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:54:58.0260819Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:54:58.0261571Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:54:58.0262184Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:54:58.0262714Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:54:58.0263408Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:54:58.0263925Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:54:58.0264444Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:54:58.0264950Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:54:58.0265455Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:54:58.0266037Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:54:58.0266743Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:54:58.0267312Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:54:58.0267912Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:54:58.0268537Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:54:58.0269063Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:54:58.0269564Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:54:58.0270134Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:54:58.0270826Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:54:58.0271390Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:54:58.0271945Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:54:58.0272759Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:54:58.0273308Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:54:58.0273866Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:54:58.0274437Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:54:58.0275060Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:54:58.0275715Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:54:58.0276313Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:54:58.0276931Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:54:58.0277605Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:54:58.0278241Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:54:58.0278792Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:54:58.0279355Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:54:58.0280179Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:54:58.0280790Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:54:58.0281327Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:54:58.0281927Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:54:58.0282569Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:54:58.0283342Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:54:58.0284030Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:54:58.0284783Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:54:58.0285681Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:54:58.0286387Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:54:58.0287089Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:54:58.0288223Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:54:58.0288971Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:54:58.0289679Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:54:58.0290711Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:54:58.0291448Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:54:58.0292188Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:54:58.0293100Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:54:58.0293635Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:54:58.0294287Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:54:58.0294960Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:54:58.0295593Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:54:58.0296491Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:54:58.0297196Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:54:58.0297881Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:54:58.0298563Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:54:58.0299398Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:54:58.0300136Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:54:58.0300815Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:54:58.0301745Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:54:58.0302938Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:54:58.0303796Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:54:58.0304572Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:54:58.0305404Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:54:58.0306433Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:54:58.0307373Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:54:58.0308236Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:54:58.0309055Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:54:58.0309835Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:54:58.0310593Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:54:58.0311467Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:54:58.0312325Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:54:58.0313096Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:54:58.0313930Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:54:58.0314715Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:54:58.0315414Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:54:58.0316192Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:54:58.0316900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:54:58.0317726Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:54:58.0318628Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:54:58.0319427Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:54:58.0320170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:54:58.0320932Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:54:58.0321704Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:54:58.0322625Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:54:58.0323481Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:54:58.0324231Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:54:58.0324958Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:54:58.0325688Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:54:58.0326671Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:54:58.0327447Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:54:58.0328247Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:54:58.0329079Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:54:58.0329807Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:54:58.0626472Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:54:58.0627887Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:54:58.0628933Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:54:58.0629751Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:54:58.0630564Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:54:58.0631516Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:54:58.0632314Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:54:58.0633249Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:54:58.0634342Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:54:58.0635046Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:54:58.0635824Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:54:58.0636568Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:54:58.0637457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:54:58.0638196Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:54:58.0638988Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:54:58.0640111Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:54:58.0640930Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:54:58.0641978Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:54:58.0642900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:54:58.0643754Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:54:58.0644739Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:54:58.0645706Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:54:58.0646555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:54:58.0647420Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:54:58.0648286Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:54:58.0649171Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:54:58.0650043Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:54:58.0650904Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:54:58.0651791Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:54:58.0652651Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:54:58.0653443Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:54:58.0654195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:54:58.0655035Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:54:58.0655868Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:54:58.0656726Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:54:58.0657640Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:54:58.0658341Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:54:58.0659070Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:54:58.0659801Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:54:58.0660544Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:54:58.0661245Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:54:58.0661931Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:54:58.0662807Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:54:58.0663660Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:54:58.0664545Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:54:58.0665460Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:54:58.0666403Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:54:58.0667322Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:54:58.0668157Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:54:58.0669015Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:54:58.0669889Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:54:58.0670750Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:54:58.0671570Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:54:58.0672433Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:54:58.0673340Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:54:58.0674275Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:54:58.0675229Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:54:58.0676129Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:54:58.0676946Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:54:58.0677767Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:54:58.0678575Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:54:58.0679435Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:54:58.0680343Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:54:58.0681282Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:54:58.0682147Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:54:58.0682891Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:54:58.0683636Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:54:58.0684368Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:54:58.0685055Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:54:58.0685713Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:54:58.0686417Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:54:58.0687097Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:54:58.0688009Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:54:58.0688790Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:54:58.0689647Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:54:58.0690531Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:54:58.0691308Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:54:58.0692082Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:54:58.0692667Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:54:58.0693153Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:54:58.0693650Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:54:58.0694157Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:54:58.0694649Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:54:58.0695024Z adding 'executorch/codegen/gen.py' 2025-06-05T23:54:58.0695366Z adding 'executorch/codegen/model.py' 2025-06-05T23:54:58.0695729Z adding 'executorch/codegen/parse.py' 2025-06-05T23:54:58.0696093Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:54:58.0696508Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:54:58.0696901Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:54:58.0697296Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:54:58.0697704Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:54:58.0698151Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:54:58.0698588Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:54:58.0699066Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:54:58.0699596Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:54:58.0700110Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:54:58.0700655Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:54:58.0701171Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:54:58.0701694Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:54:58.0702140Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:54:58.0702572Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:54:58.0703013Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:54:58.0703433Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:54:58.4424847Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:54:58.4425782Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:54:58.4426549Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:54:58.4427419Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:54:58.4428440Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:54:58.4429431Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:54:58.4430574Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:54:58.4431529Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:54:58.4432179Z adding 'executorch/data/bin/flatc' 2025-06-05T23:54:58.4432782Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:54:58.4433531Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:54:58.4434457Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:54:58.4435554Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:54:58.4436697Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:54:58.4437883Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:54:58.4438760Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:54:58.4439712Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:54:58.4440881Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:54:58.4442168Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:54:58.4443359Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:54:58.4444531Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:54:58.4445611Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:54:58.4447054Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:54:58.4448286Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:54:58.4449526Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:54:58.4450730Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:54:58.4451834Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:54:58.4452888Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:54:58.4453932Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:54:58.4454881Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:54:58.4455779Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:54:58.4456720Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:54:58.4457630Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:54:58.4458453Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:54:58.4459249Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:54:58.4460102Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:54:58.4460958Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:54:58.4461720Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:54:58.4462595Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:54:58.4463475Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:54:58.4464263Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:54:58.4465146Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:54:58.4466202Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:54:58.4467294Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:54:58.4468288Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:54:58.4469319Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:54:58.4470389Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:54:58.4471547Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:54:58.4472840Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:54:58.4474105Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:54:58.4475291Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:54:58.4476448Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:54:58.4477443Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:54:58.4478543Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:54:58.4479632Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:54:58.4480659Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:54:58.4481685Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:54:58.4482733Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:54:58.4483611Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:54:58.4484611Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:54:58.4485588Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:54:58.4486712Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:54:58.4488144Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:54:58.4489243Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:54:58.4490321Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:54:58.4491557Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:54:58.4492538Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:54:58.4493521Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:54:58.4494593Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:54:58.4495701Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:54:58.4496889Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:54:58.4498064Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:54:58.4499108Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:54:58.4500168Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:54:58.4501139Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:54:58.4502050Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:54:58.4502816Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:54:58.4503606Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:54:58.4504395Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:54:58.4505269Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:54:58.4506199Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:54:58.4507041Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:54:58.4507847Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:54:58.4508704Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:54:58.4509660Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:54:58.4510866Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:54:58.4512397Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:54:58.4513933Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:54:58.4515550Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:54:58.4517095Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:54:58.4518472Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:54:58.4519759Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:54:58.4520754Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:54:58.4521712Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:54:58.4522669Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:54:58.4523558Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:54:58.4524507Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:54:58.4525370Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:54:58.4526222Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:54:58.4527062Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:54:58.4528186Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:54:58.4529120Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:54:58.4530060Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:54:58.4530981Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:54:58.4531831Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:54:58.4532876Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:54:58.4533982Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:54:58.4534903Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:54:58.4535858Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:54:58.4536666Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:54:58.4537443Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:54:58.4538353Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:54:58.4539390Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:54:58.4540431Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:54:58.4541497Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:54:58.4542650Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:54:58.4543814Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:54:58.4544980Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:54:58.4546010Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:54:58.4546997Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:54:58.4547968Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:54:58.4549078Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:54:58.4550520Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:54:58.4551987Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:54:58.4553367Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:54:58.4921484Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:54:58.4922835Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:54:58.4924139Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:54:58.4925573Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:54:58.4926911Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:54:58.4928157Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:54:58.4929410Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:54:58.4930626Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:54:58.4931870Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:54:58.4933297Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:54:58.4934815Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:54:58.4936320Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:54:58.4938008Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:54:58.4939594Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:54:58.4940884Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:54:58.4942409Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:54:58.4943744Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:54:58.4944917Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:54:58.4946052Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:54:58.4947294Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:54:58.4948466Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:54:58.4949581Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:54:58.4950612Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:54:58.4951907Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:54:58.4953172Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:54:58.4954530Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:54:58.4955940Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:54:58.4957183Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:54:58.4958305Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:54:58.4959471Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:54:58.4960613Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:54:58.4961744Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:54:58.4963025Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:54:58.4964492Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:54:58.4965880Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:54:58.4967174Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:54:58.4968452Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:54:58.4969978Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:54:58.4971239Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:54:58.4972072Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:54:58.4972923Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:54:58.4973786Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:54:58.4974749Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:54:58.4975631Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:54:58.4976417Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:54:58.4977269Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:54:58.4978189Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:54:58.4979147Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:54:58.4980115Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:54:58.4981064Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:54:58.4981979Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:54:58.4982923Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:54:58.4983883Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:54:58.4984760Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:54:58.4985755Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:54:58.4986777Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:54:58.4987951Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:54:58.4989187Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:54:58.4990193Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:54:58.4991158Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:54:58.4992112Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:54:58.4993049Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:54:58.4993981Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:54:58.4994884Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:54:58.4995846Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:54:58.4996909Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:54:58.4997717Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:54:58.4998673Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:54:58.4999619Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:54:58.5000444Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:54:58.5001403Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:54:58.5002389Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:54:58.5003324Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:54:58.5004194Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:54:58.5005048Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:54:58.5005963Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:54:58.5006696Z adding 'executorch/exir/__init__.py' 2025-06-05T23:54:58.5007330Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:54:58.5007933Z adding 'executorch/exir/common.py' 2025-06-05T23:54:58.5008564Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:54:58.5009188Z adding 'executorch/exir/delegate.py' 2025-06-05T23:54:58.5009817Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:54:58.5010478Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:54:58.5011145Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:54:58.5011811Z adding 'executorch/exir/error.py' 2025-06-05T23:54:58.5012411Z adding 'executorch/exir/graph.py' 2025-06-05T23:54:58.5013034Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:54:58.5013743Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:54:58.5014459Z adding 'executorch/exir/memory.py' 2025-06-05T23:54:58.5015103Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:54:58.5015788Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:54:58.5016430Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:54:58.5017078Z adding 'executorch/exir/print_program.py' 2025-06-05T23:54:58.5017745Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:54:58.5018361Z adding 'executorch/exir/schema.py' 2025-06-05T23:54:58.5018963Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:54:58.5019549Z adding 'executorch/exir/tensor.py' 2025-06-05T23:54:58.5020159Z adding 'executorch/exir/tracer.py' 2025-06-05T23:54:58.5020760Z adding 'executorch/exir/types.py' 2025-06-05T23:54:58.5021380Z adding 'executorch/exir/version.py' 2025-06-05T23:54:58.5021994Z adding 'executorch/exir/wrap.py' 2025-06-05T23:54:58.5022606Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:54:58.5023326Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:54:58.5024062Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:54:58.5024830Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:54:58.5025678Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:54:58.5026507Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:54:58.5027255Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:54:58.5028067Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:54:58.5029114Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:54:58.5029874Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:54:58.5030625Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:54:58.5031393Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:54:58.5032238Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:54:58.5033089Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:54:58.5034141Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:54:58.5035098Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:54:58.5035995Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:54:58.5036896Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:54:58.5037710Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:54:58.5038547Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:54:58.5039351Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:54:58.5040052Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:54:58.5041048Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:54:58.5042414Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:54:58.5043852Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:54:58.5045285Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:54:58.5046732Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:54:58.5047985Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:54:58.5049171Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:54:58.5050376Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:54:58.5634743Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:54:58.5635977Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:54:58.5636966Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:54:58.5637871Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:54:58.5638968Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:54:58.5640023Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:54:58.5640937Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:54:58.5641926Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:54:58.5642933Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:54:58.5643872Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:54:58.5644913Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:54:58.5645972Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:54:58.5647042Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:54:58.5648066Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:54:58.5648909Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:54:58.5649898Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:54:58.5650857Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:54:58.5651825Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:54:58.5652997Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:54:58.5654238Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:54:58.5655616Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:54:58.5657066Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:54:58.5657900Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:54:58.5658602Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:54:58.5659320Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:54:58.5660000Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:54:58.5660703Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:54:58.5661365Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:54:58.5662102Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:54:58.5663017Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:54:58.5663955Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:54:58.5664954Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:54:58.5665739Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:54:58.5666510Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:54:58.5667319Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:54:58.5668195Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:54:58.5669119Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:54:58.5669872Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:54:58.5670715Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:54:58.5671581Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:54:58.5672383Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:54:58.5673126Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:54:58.5673966Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:54:58.5674854Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:54:58.5675885Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:54:58.5676727Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:54:58.5677394Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:54:58.5678076Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:54:58.5678726Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:54:58.5679416Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:54:58.5680078Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:54:58.5680682Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:54:58.5681419Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:54:58.5682181Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:54:58.5683023Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:54:58.5683918Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:54:58.5684708Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:54:58.5685559Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:54:58.5686467Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:54:58.5687344Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:54:58.5688507Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:54:58.5689431Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:54:58.5690247Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:54:58.5691170Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:54:58.5692129Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:54:58.5692980Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:54:58.5693824Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:54:58.5694772Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:54:58.5695637Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:54:58.5696461Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:54:58.5697612Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:54:58.5698460Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:54:58.5699379Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:54:58.5700389Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:54:58.5701342Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:54:58.5702273Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:54:58.5703351Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:54:58.5704544Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:54:58.5706439Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:54:58.5707472Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:54:58.5708489Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:54:58.5709512Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:54:58.5710349Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:54:58.5711172Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:54:58.5712030Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:54:58.5712898Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:54:58.5713737Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:54:58.5714469Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:54:58.5715219Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:54:58.5716010Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:54:58.5716854Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:54:58.5717725Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:54:58.5718463Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:54:58.5719188Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:54:58.5719940Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:54:58.5720660Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:54:58.5721358Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:54:58.5722019Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:54:58.5722671Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:54:58.5723349Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:54:58.5724096Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:54:58.5724981Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:54:58.5725774Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:54:58.5726545Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:54:58.5727364Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:54:58.5728116Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:54:58.5728888Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:54:58.5729719Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:54:58.5730723Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:54:58.5731663Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:54:58.5732425Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:54:58.5733343Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:54:58.5734412Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:54:58.5735572Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:54:58.5736595Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:54:58.5737447Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:54:58.5738222Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:54:58.5738982Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:54:58.5739925Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:54:58.5740879Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:54:58.5741908Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:54:58.5742790Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:54:58.5743649Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:54:58.5744661Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:54:58.5745685Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:54:58.5746499Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:54:58.5747222Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:54:58.5748051Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:54:58.5748820Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:54:58.5749616Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:54:58.5750369Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:54:58.5751177Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:54:58.5752015Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:54:58.5752828Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:54:58.5753653Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:54:58.5754525Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:54:58.5755436Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:54:58.5756316Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:54:58.5757121Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:54:58.5758004Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:54:58.5759109Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:54:58.5760254Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:54:59.3038370Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:54:59.3039537Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:54:59.3040611Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:54:59.3041530Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:54:59.3042382Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:54:59.3043180Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:54:59.3044165Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:54:59.3045163Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:54:59.3046131Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:54:59.3047136Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:54:59.3048235Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:54:59.3049303Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:54:59.3050339Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:54:59.3051528Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:54:59.3052673Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:54:59.3053840Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:54:59.3054964Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:54:59.3056214Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:54:59.3057619Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:54:59.3058953Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:54:59.3060073Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:54:59.3061170Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:54:59.3062027Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:54:59.3062973Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:54:59.3063883Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:54:59.3064835Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:54:59.3065757Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:54:59.3066715Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:54:59.3067656Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:54:59.3068590Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:54:59.3069838Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:54:59.3070678Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:54:59.3071578Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:54:59.3072562Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:54:59.3073631Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:54:59.3074768Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:54:59.3075873Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:54:59.3077041Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:54:59.3078546Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:54:59.3080161Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:54:59.3081709Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:54:59.3083183Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:54:59.3084819Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:54:59.3086488Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:54:59.3088508Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:54:59.3090057Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:54:59.3091386Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:54:59.3092773Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:54:59.3094110Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:54:59.3095416Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:54:59.3096784Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:54:59.3098329Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:54:59.3099917Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:54:59.3101260Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:54:59.3102497Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:54:59.3103885Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:54:59.3105433Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:54:59.3107093Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:54:59.3108752Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:54:59.3110503Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:54:59.3112494Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:54:59.3114178Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:54:59.3115940Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:54:59.3117847Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:54:59.3119611Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:54:59.3121195Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:54:59.3122963Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:54:59.3124410Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:54:59.3125965Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:54:59.3127572Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:54:59.3129089Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:54:59.3130571Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:54:59.3132065Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:54:59.3133532Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:54:59.3134900Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:54:59.3136219Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:54:59.3137553Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:54:59.3139034Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:54:59.3140668Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:54:59.3142202Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:54:59.3143648Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:54:59.3145037Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:54:59.3146792Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:54:59.3148869Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:54:59.3151028Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:54:59.3153374Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:54:59.3155367Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:54:59.3157234Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:54:59.3158850Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:54:59.3160237Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:54:59.3161468Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:54:59.3162399Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:54:59.3163300Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:54:59.3164364Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:54:59.3165679Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:54:59.3166620Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:54:59.3167387Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:54:59.3168155Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:54:59.3169099Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:54:59.3170114Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:54:59.3171235Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:54:59.3172452Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:54:59.3173756Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:54:59.3174861Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:55:00.0228423Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:55:00.0229721Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:55:00.0230451Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:55:00.0231094Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:55:00.0231723Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:55:00.0232391Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:55:00.0233042Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:55:00.0233749Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:55:00.0234446Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:55:00.0235157Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:55:00.0235888Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:55:00.0236472Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:55:00.0237050Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:55:00.0237583Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:55:00.0238121Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:55:00.0238684Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:55:00.0239327Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:55:00.0240044Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:55:00.0240736Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:55:00.0241363Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:55:00.0242012Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:55:00.0242705Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:55:00.0243330Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:55:00.0243913Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:55:00.0244441Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:55:00.0244942Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:55:00.0245502Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:55:00.0246149Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:55:00.0246892Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:55:00.0247662Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:55:00.0248519Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:55:00.0249637Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:55:00.0250425Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:55:00.0251262Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:55:00.0252131Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:55:00.0252952Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:55:00.0253690Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:55:00.0254419Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:55:00.0255284Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:55:00.0255997Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:55:00.0256712Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:55:00.0257387Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:55:00.0258089Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:55:00.0258819Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:55:00.0259524Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:55:00.0260249Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:55:00.0260986Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:55:00.0261716Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:55:00.0262433Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:55:00.0263193Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:55:00.0264011Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:55:00.0264852Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:55:00.0265728Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:55:00.0266616Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:55:00.0267495Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:55:00.0268346Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:55:00.0269170Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:55:00.0270051Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:55:00.0270943Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:55:00.0271788Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:55:00.0272654Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:55:00.0273539Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:55:00.0274486Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:55:00.0275383Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:55:00.0276218Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:55:00.0276933Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:55:00.0277712Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:55:00.0278535Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:55:00.0286230Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:55:00.0286889Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:55:00.0287473Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:55:00.0288254Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:55:00.0288874Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:55:00.0289526Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:55:00.0290333Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:55:00.0290922Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:55:00.0291538Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:55:00.0292144Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:55:00.0292743Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:55:00.0293316Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:55:00.0293933Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:55:00.0294610Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:55:00.0295198Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:55:00.0295719Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:55:00.0296244Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:55:00.0296808Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:55:00.0297410Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:55:00.0298045Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:55:00.0298572Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:55:00.0299002Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:55:00.0299464Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:55:00.0299863Z adding 'executorch/schema/program.fbs' 2025-06-05T23:55:00.0300245Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:55:00.0300676Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:55:00.0301177Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:55:00.0301595Z adding 'executorch/util/collect_env.py' 2025-06-05T23:55:00.0301987Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:55:00.0302462Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:55:00.0302990Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:55:00.0303465Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:55:00.0303979Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:55:00.0304527Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:55:00.0305022Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:55:00.0305458Z removing pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:55:00.0306188Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:55:00.0307331Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl size=9987128 sha256=ccd5ba3c296c67676d32a2d237dc2841a9cc2dc72cd0a3131d1d372563cb4b72 2025-06-05T23:55:00.0308765Z Stored in directory: /tmp/pip-ephem-wheel-cache-v_u2okrv/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:55:00.0309533Z Successfully built executorch 2025-06-05T23:55:04.7248559Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:55:04.7249725Z [?25l 2025-06-05T23:55:04.7250170Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:55:04.7250506Z 2025-06-05T23:55:04.7250779Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:55:04.7251114Z 2025-06-05T23:55:04.7251503Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:04.7252033Z  Attempting uninstall: pytest 2025-06-05T23:55:04.7252592Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:04.7253148Z  Found existing installation: pytest 7.2.0 2025-06-05T23:55:04.7253895Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:04.7254414Z  Uninstalling pytest-7.2.0: 2025-06-05T23:55:04.7254961Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:04.7255780Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7256430Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:55:04.7257092Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7257720Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:55:04.7258378Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7259287Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:55:04.7260212Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7260968Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:55:04.7261777Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7262519Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:55:04.7263292Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7264142Z  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:04.7264988Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7265667Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7266721Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:55:04.7267514Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7268185Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:55:04.7268773Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7269453Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7270071Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:55:04.7270727Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7271326Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:55:04.7271983Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:04.7272763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:04.7273446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:04.7274163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:04.7274842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:04.7275531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:04.7276310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:04.7276982Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:04.7277669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:04.7278370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:04.7279057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:04.7279766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:04.7280434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:04.7281112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:04.7281779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:04.7282476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:04.7283259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:04.7283958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:04.7284740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:04.7285411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:04.7286094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:04.7286780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:20.5393016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:20.5394215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:20.5394924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:20.5395906Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:55:20.5396566Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:20.5397247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:55:20.5397676Z [?25h 2025-06-05T23:55:20.5398947Z 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:20.5400103Z + pip list 2025-06-05T23:55:20.5400436Z Package Version Build Editable project location 2025-06-05T23:55:20.5400995Z ----------------------------- ------------------ ----- ----------------------------------- 2025-06-05T23:55:20.5401465Z aiohappyeyeballs 2.6.1 2025-06-05T23:55:20.5401802Z aiohttp 3.12.9 2025-06-05T23:55:20.5402123Z aiosignal 1.3.2 2025-06-05T23:55:20.5402426Z alabaster 0.7.16 2025-06-05T23:55:20.5402763Z antlr4-python3-runtime 4.9.3 2025-06-05T23:55:20.5403099Z async-timeout 5.0.1 2025-06-05T23:55:20.5403419Z attrs 25.3.0 2025-06-05T23:55:20.5403715Z babel 2.17.0 2025-06-05T23:55:20.5404034Z beautifulsoup4 4.13.4 2025-06-05T23:55:20.5404354Z blobfile 3.0.0 2025-06-05T23:55:20.5404657Z breathe 4.34.0 2025-06-05T23:55:20.5404968Z bs4 0.0.2 2025-06-05T23:55:20.5405262Z cattrs 25.1.1 2025-06-05T23:55:20.5405576Z certifi 2025.4.26 2025-06-05T23:55:20.5405899Z charset-normalizer 3.4.2 2025-06-05T23:55:20.5406218Z cmake 3.31.6 2025-06-05T23:55:20.5406523Z contourpy 1.3.2 2025-06-05T23:55:20.5406837Z coremltools 8.3.0 2025-06-05T23:55:20.5407138Z coverage 7.8.2 2025-06-05T23:55:20.5407443Z cycler 0.12.1 2025-06-05T23:55:20.5407960Z datasets 3.6.0 2025-06-05T23:55:20.5408262Z dill 0.3.8 2025-06-05T23:55:20.5408577Z docutils 0.16 2025-06-05T23:55:20.5408888Z exceptiongroup 1.3.0 2025-06-05T23:55:20.5409211Z execnet 2.1.1 2025-06-05T23:55:20.5409536Z executorch 0.7.0a0+bd57234 2025-06-05T23:55:20.5409898Z exhale 0.2.3 2025-06-05T23:55:20.5410198Z expecttest 0.1.6 2025-06-05T23:55:20.5410514Z filelock 3.18.0 2025-06-05T23:55:20.5410822Z flatbuffers 25.2.10 2025-06-05T23:55:20.5411145Z fonttools 4.58.1 2025-06-05T23:55:20.5411459Z frozenlist 1.6.2 2025-06-05T23:55:20.5411833Z fsspec 2025.3.0 2025-06-05T23:55:20.5412159Z hf_transfer 0.1.9 2025-06-05T23:55:20.5412458Z hf-xet 1.1.3 2025-06-05T23:55:20.5412773Z huggingface-hub 0.32.4 2025-06-05T23:55:20.5413092Z hypothesis 6.84.2 2025-06-05T23:55:20.5413412Z idna 3.10 2025-06-05T23:55:20.5413709Z imagesize 1.4.1 2025-06-05T23:55:20.5414019Z iniconfig 2.1.0 2025-06-05T23:55:20.5414327Z Jinja2 3.1.6 2025-06-05T23:55:20.5414621Z kagglehub 0.3.12 2025-06-05T23:55:20.5414935Z kiwisolver 1.4.8 2025-06-05T23:55:20.5415229Z lxml 5.4.0 2025-06-05T23:55:20.5415544Z markdown-it-py 2.2.0 2025-06-05T23:55:20.5415851Z MarkupSafe 3.0.2 2025-06-05T23:55:20.5416163Z matplotlib 3.10.3 2025-06-05T23:55:20.5416480Z mdit-py-plugins 0.3.5 2025-06-05T23:55:20.5416795Z mdurl 0.1.2 2025-06-05T23:55:20.5417088Z mpmath 1.3.0 2025-06-05T23:55:20.5417395Z multidict 6.4.4 2025-06-05T23:55:20.5417713Z multiprocess 0.70.16 2025-06-05T23:55:20.5418033Z myst-parser 0.18.1 2025-06-05T23:55:20.5418351Z networkx 3.4.2 2025-06-05T23:55:20.5418645Z numpy 2.2.6 2025-06-05T23:55:20.5418970Z nvidia-cublas-cu12 12.1.3.1 2025-06-05T23:55:20.5419310Z nvidia-cuda-cupti-cu12 12.1.105 2025-06-05T23:55:20.5419665Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-06-05T23:55:20.5420010Z nvidia-cuda-runtime-cu12 12.1.105 2025-06-05T23:55:20.5420359Z nvidia-cudnn-cu12 9.1.0.70 2025-06-05T23:55:20.5420691Z nvidia-cufft-cu12 11.0.2.54 2025-06-05T23:55:20.5421047Z nvidia-curand-cu12 10.3.2.106 2025-06-05T23:55:20.5421406Z nvidia-cusolver-cu12 11.4.5.107 2025-06-05T23:55:20.5421758Z nvidia-cusparse-cu12 12.1.0.106 2025-06-05T23:55:20.5422107Z nvidia-nccl-cu12 2.20.5 2025-06-05T23:55:20.5422484Z nvidia-nvjitlink-cu12 12.9.41 2025-06-05T23:55:20.5422812Z nvidia-nvtx-cu12 12.1.105 2025-06-05T23:55:20.5423152Z omegaconf 2.3.0 2025-06-05T23:55:20.5423458Z packaging 25.0 2025-06-05T23:55:20.5423775Z pandas 2.2.3 2025-06-05T23:55:20.5424081Z parameterized 0.9.0 2025-06-05T23:55:20.5424402Z pillow 11.2.1 2025-06-05T23:55:20.5424698Z pip 25.1 2025-06-05T23:55:20.5425015Z pluggy 1.6.0 2025-06-05T23:55:20.5425331Z propcache 0.3.1 2025-06-05T23:55:20.5425650Z protobuf 6.31.1 2025-06-05T23:55:20.5425951Z psutil 7.0.0 2025-06-05T23:55:20.5426263Z pyaml 25.5.0 2025-06-05T23:55:20.5426568Z pyarrow 20.0.0 2025-06-05T23:55:20.5426891Z pycryptodomex 3.23.0 2025-06-05T23:55:20.5427200Z Pygments 2.19.1 2025-06-05T23:55:20.5427523Z pyparsing 3.2.3 2025-06-05T23:55:20.5427904Z pytest 8.4.0 2025-06-05T23:55:20.5428225Z pytest-cov 4.1.0 2025-06-05T23:55:20.5428545Z pytest-rerunfailures 15.1 2025-06-05T23:55:20.5428882Z pytest-xdist 3.7.0 2025-06-05T23:55:20.5429222Z python-dateutil 2.9.0.post0 2025-06-05T23:55:20.5429719Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:55:20.5430233Z pytorch_tokenizers 0.1.0 2025-06-05T23:55:20.5430544Z pytz 2025.2 2025-06-05T23:55:20.5430860Z PyYAML 6.0.1 2025-06-05T23:55:20.5431161Z regex 2024.11.6 2025-06-05T23:55:20.5431488Z requests 2.32.3 2025-06-05T23:55:20.5431864Z ruamel.yaml 0.17.32 2025-06-05T23:55:20.5432196Z ruamel.yaml.clib 0.2.12 2025-06-05T23:55:20.5432523Z safetensors 0.5.3 2025-06-05T23:55:20.5432831Z sentencepiece 0.2.0 2025-06-05T23:55:20.5433158Z setuptools 78.1.1 2025-06-05T23:55:20.5433459Z six 1.17.0 2025-06-05T23:55:20.5433776Z snowballstemmer 3.0.1 2025-06-05T23:55:20.5434090Z sortedcontainers 2.4.0 2025-06-05T23:55:20.5434408Z soupsieve 2.7 2025-06-05T23:55:20.5434702Z Sphinx 5.3.0 2025-06-05T23:55:20.5435023Z sphinx-copybutton 0.5.0 2025-06-05T23:55:20.5435337Z sphinx_design 0.4.1 2025-06-05T23:55:20.5435733Z sphinx-gallery 0.14.0 2025-06-05T23:55:20.5436065Z sphinx_reredirects 0.1.4 2025-06-05T23:55:20.5436395Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:55:20.5436745Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:55:20.5437085Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:55:20.5437432Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:55:20.5437760Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:55:20.5438118Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:55:20.5438450Z sympy 1.14.0 2025-06-05T23:55:20.5438760Z tabulate 0.9.0 2025-06-05T23:55:20.5439070Z tiktoken 0.9.0 2025-06-05T23:55:20.5439364Z timm 1.0.7 2025-06-05T23:55:20.5439673Z tokenizers 0.21.1 2025-06-05T23:55:20.5439971Z tomli 2.0.1 2025-06-05T23:55:20.5440305Z torch 2.8.0a0+git5616fa4 2025-06-05T23:55:20.5440679Z torchao 0.12.0+gitbc68b11 2025-06-05T23:55:20.5441059Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:55:20.5441398Z torchdata 0.11.0 2025-06-05T23:55:20.5441713Z torchsr 1.0.4 2025-06-05T23:55:20.5442018Z torchtune 0.6.1 2025-06-05T23:55:20.5442362Z torchvision 0.22.0a0+966da7e 2025-06-05T23:55:20.5442714Z tqdm 4.67.1 2025-06-05T23:55:20.5443017Z transformers 4.47.1 2025-06-05T23:55:20.5443364Z triton 3.0.0 1 2025-06-05T23:55:20.5443716Z typing_extensions 4.14.0 2025-06-05T23:55:20.5444031Z tzdata 2025.2 2025-06-05T23:55:20.5444327Z urllib3 2.4.0 2025-06-05T23:55:20.5444631Z wheel 0.45.1 2025-06-05T23:55:20.5444923Z xxhash 3.5.0 2025-06-05T23:55:20.5445225Z yarl 1.20.0 2025-06-05T23:55:20.5445532Z zstd 1.5.5.1 2025-06-05T23:55:20.5445873Z + .ci/scripts/setup-arm-baremetal-tools.sh 2025-06-05T23:55:20.5446374Z [main] Using root dir /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:55:20.5446875Z [setup_fvp] Downloading FVP corstone300... 2025-06-05T23:55:20.5447364Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:55:20.5447968Z Dload Upload Total Spent Left Speed 2025-06-05T23:55:20.5448271Z 2025-06-05T23:55:20.5448503Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:55:20.5448955Z 14 80.1M 14 11.5M 0 0 12.0M 0 0:00:06 --:--:-- 0:00:06 12.0M 2025-06-05T23:55:20.5449395Z 37 80.1M 37 30.0M 0 0 17.3M 0 0:00:04 0:00:01 0:00:03 17.3M 2025-06-05T23:55:20.5449844Z 81 80.1M 81 65.0M 0 0 23.5M 0 0:00:03 0:00:02 0:00:01 23.5M 2025-06-05T23:55:20.5450291Z 100 80.1M 100 80.1M 0 0 22.6M 0 0:00:03 0:00:03 --:--:-- 22.6M 2025-06-05T23:55:20.5450732Z [setup_fvp] Installing FVP corstone300... 2025-06-05T23:55:20.5451110Z [setup_fvp] Downloading FVP corstone320... 2025-06-05T23:55:20.5451600Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:55:20.5452185Z Dload Upload Total Spent Left Speed 2025-06-05T23:55:20.5452470Z 2025-06-05T23:55:20.5452610Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:55:20.5453056Z 0 113M 0 512k 0 0 867k 0 0:02:13 --:--:-- 0:02:13 866k 2025-06-05T23:55:20.5453502Z 12 113M 12 14.5M 0 0 9544k 0 0:00:12 0:00:01 0:00:11 9541k 2025-06-05T23:55:20.5453956Z 31 113M 31 35.4M 0 0 13.8M 0 0:00:08 0:00:02 0:00:06 13.8M 2025-06-05T23:55:20.5454410Z 57 113M 57 65.0M 0 0 18.2M 0 0:00:06 0:00:03 0:00:03 18.2M 2025-06-05T23:55:20.5454849Z 82 113M 82 93.6M 0 0 20.5M 0 0:00:05 0:00:04 0:00:01 20.5M 2025-06-05T23:55:20.5455322Z 100 113M 100 113M 0 0 22.1M 0 0:00:05 0:00:05 --:--:-- 24.8M 2025-06-05T23:55:20.5455758Z [setup_fvp] Installing FVP corstone320... 2025-06-05T23:55:20.5456151Z [setup_toolchain] Downloading toolchain ... 2025-06-05T23:55:20.5456631Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:55:36.8925480Z Dload Upload Total Spent Left Speed 2025-06-05T23:55:36.8926156Z 2025-06-05T23:55:36.8926386Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:55:36.8926995Z 0 140M 0 335k 0 0 439k 0 0:05:27 --:--:-- 0:05:27 439k 2025-06-05T23:55:36.8927639Z 11 140M 11 16.0M 0 0 9272k 0 0:00:15 0:00:01 0:00:14 9270k 2025-06-05T23:55:36.8928386Z 30 140M 30 42.3M 0 0 15.2M 0 0:00:09 0:00:02 0:00:07 15.2M 2025-06-05T23:55:36.8928859Z 47 140M 47 66.8M 0 0 17.7M 0 0:00:07 0:00:03 0:00:04 17.7M 2025-06-05T23:55:36.8929303Z 65 140M 65 92.0M 0 0 19.4M 0 0:00:07 0:00:04 0:00:03 19.4M 2025-06-05T23:55:36.8929770Z 85 140M 85 120M 0 0 20.7M 0 0:00:06 0:00:05 0:00:01 23.8M 2025-06-05T23:55:36.8930327Z 100 140M 100 140M 0 0 21.6M 0 0:00:06 0:00:06 --:--:-- 26.3M 2025-06-05T23:55:36.8930976Z [setup_toolchain] Installing toolchain ... 2025-06-05T23:55:36.8931721Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:55:36.8932400Z Cloning into 'reference_model'... 2025-06-05T23:55:36.8933017Z remote: Enumerating objects: 11605, done. 2025-06-05T23:55:36.8933447Z remote: Counting objects: 1% (1/84) 2025-06-05T23:55:36.8934071Z remote: Counting objects: 2% (2/84) 2025-06-05T23:55:36.8934574Z remote: Counting objects: 3% (3/84) 2025-06-05T23:55:36.8934996Z remote: Counting objects: 4% (4/84) 2025-06-05T23:55:36.8935397Z remote: Counting objects: 5% (5/84) 2025-06-05T23:55:36.8935812Z remote: Counting objects: 7% (6/84) 2025-06-05T23:55:36.8936213Z remote: Counting objects: 8% (7/84) 2025-06-05T23:55:36.8936629Z remote: Counting objects: 9% (8/84) 2025-06-05T23:55:36.8937048Z remote: Counting objects: 10% (9/84) 2025-06-05T23:55:36.8937647Z remote: Counting objects: 11% (10/84) 2025-06-05T23:55:36.8938281Z remote: Counting objects: 13% (11/84) 2025-06-05T23:55:36.8938956Z remote: Counting objects: 14% (12/84) 2025-06-05T23:55:36.8939672Z remote: Counting objects: 15% (13/84) 2025-06-05T23:55:36.8940223Z remote: Counting objects: 16% (14/84) 2025-06-05T23:55:36.8940713Z remote: Counting objects: 17% (15/84) 2025-06-05T23:55:36.8941118Z remote: Counting objects: 19% (16/84) 2025-06-05T23:55:36.8941694Z remote: Counting objects: 20% (17/84) 2025-06-05T23:55:36.8942126Z remote: Counting objects: 21% (18/84) 2025-06-05T23:55:36.8942628Z remote: Counting objects: 22% (19/84) 2025-06-05T23:55:36.8943040Z remote: Counting objects: 23% (20/84) 2025-06-05T23:55:36.8943600Z remote: Counting objects: 25% (21/84) 2025-06-05T23:55:36.8944023Z remote: Counting objects: 26% (22/84) 2025-06-05T23:55:36.8944593Z remote: Counting objects: 27% (23/84) 2025-06-05T23:55:36.8945006Z remote: Counting objects: 28% (24/84) 2025-06-05T23:55:36.8945406Z remote: Counting objects: 29% (25/84) 2025-06-05T23:55:36.8945820Z remote: Counting objects: 30% (26/84) 2025-06-05T23:55:36.8946394Z remote: Counting objects: 32% (27/84) 2025-06-05T23:55:36.8946917Z remote: Counting objects: 33% (28/84) 2025-06-05T23:55:36.8947336Z remote: Counting objects: 34% (29/84) 2025-06-05T23:55:36.8947743Z remote: Counting objects: 35% (30/84) 2025-06-05T23:55:36.8948159Z remote: Counting objects: 36% (31/84) 2025-06-05T23:55:36.8948602Z remote: Counting objects: 38% (32/84) 2025-06-05T23:55:36.8949220Z remote: Counting objects: 39% (33/84) 2025-06-05T23:55:36.8949644Z remote: Counting objects: 40% (34/84) 2025-06-05T23:55:36.8950045Z remote: Counting objects: 41% (35/84) 2025-06-05T23:55:36.8950641Z remote: Counting objects: 42% (36/84) 2025-06-05T23:55:36.8951078Z remote: Counting objects: 44% (37/84) 2025-06-05T23:55:36.8951488Z remote: Counting objects: 45% (38/84) 2025-06-05T23:55:36.8951983Z remote: Counting objects: 46% (39/84) 2025-06-05T23:55:36.8952514Z remote: Counting objects: 47% (40/84) 2025-06-05T23:55:36.8952938Z remote: Counting objects: 48% (41/84) 2025-06-05T23:55:36.8953341Z remote: Counting objects: 50% (42/84) 2025-06-05T23:55:36.8953758Z remote: Counting objects: 51% (43/84) 2025-06-05T23:55:36.8954161Z remote: Counting objects: 52% (44/84) 2025-06-05T23:55:36.8954770Z remote: Counting objects: 53% (45/84) 2025-06-05T23:55:36.8955188Z remote: Counting objects: 54% (46/84) 2025-06-05T23:55:36.8955594Z remote: Counting objects: 55% (47/84) 2025-06-05T23:55:36.8956128Z remote: Counting objects: 57% (48/84) 2025-06-05T23:55:36.8956538Z remote: Counting objects: 58% (49/84) 2025-06-05T23:55:36.8956963Z remote: Counting objects: 59% (50/84) 2025-06-05T23:55:36.8957370Z remote: Counting objects: 60% (51/84) 2025-06-05T23:55:36.8957959Z remote: Counting objects: 61% (52/84) 2025-06-05T23:55:36.8958401Z remote: Counting objects: 63% (53/84) 2025-06-05T23:55:36.8958815Z remote: Counting objects: 64% (54/84) 2025-06-05T23:55:36.8959230Z remote: Counting objects: 65% (55/84) 2025-06-05T23:55:36.8959692Z remote: Counting objects: 66% (56/84) 2025-06-05T23:55:36.8960240Z remote: Counting objects: 67% (57/84) 2025-06-05T23:55:36.8960644Z remote: Counting objects: 69% (58/84) 2025-06-05T23:55:36.8961060Z remote: Counting objects: 70% (59/84) 2025-06-05T23:55:36.8961460Z remote: Counting objects: 71% (60/84) 2025-06-05T23:55:36.8961875Z remote: Counting objects: 72% (61/84) 2025-06-05T23:55:36.8962452Z remote: Counting objects: 73% (62/84) 2025-06-05T23:55:36.8962877Z remote: Counting objects: 75% (63/84) 2025-06-05T23:55:36.8963291Z remote: Counting objects: 76% (64/84) 2025-06-05T23:55:36.8963695Z remote: Counting objects: 77% (65/84) 2025-06-05T23:55:36.8964326Z remote: Counting objects: 78% (66/84) 2025-06-05T23:55:36.8964747Z remote: Counting objects: 79% (67/84) 2025-06-05T23:55:36.8965165Z remote: Counting objects: 80% (68/84) 2025-06-05T23:55:36.8965572Z remote: Counting objects: 82% (69/84) 2025-06-05T23:55:36.8966281Z remote: Counting objects: 83% (70/84) 2025-06-05T23:55:36.8966685Z remote: Counting objects: 84% (71/84) 2025-06-05T23:55:36.8967103Z remote: Counting objects: 85% (72/84) 2025-06-05T23:55:36.8967655Z remote: Counting objects: 86% (73/84) 2025-06-05T23:55:36.8968165Z remote: Counting objects: 88% (74/84) 2025-06-05T23:55:36.8968582Z remote: Counting objects: 89% (75/84) 2025-06-05T23:55:36.8968984Z remote: Counting objects: 90% (76/84) 2025-06-05T23:55:36.8969398Z remote: Counting objects: 91% (77/84) 2025-06-05T23:55:36.8969915Z remote: Counting objects: 92% (78/84) 2025-06-05T23:55:36.8970367Z remote: Counting objects: 94% (79/84) 2025-06-05T23:55:36.8970772Z remote: Counting objects: 95% (80/84) 2025-06-05T23:55:36.8971286Z remote: Counting objects: 96% (81/84) 2025-06-05T23:55:36.8971690Z remote: Counting objects: 97% (82/84) 2025-06-05T23:55:36.8972109Z remote: Counting objects: 98% (83/84) 2025-06-05T23:55:36.8972532Z remote: Counting objects: 100% (84/84) 2025-06-05T23:55:36.8972979Z remote: Counting objects: 100% (84/84), done. 2025-06-05T23:55:36.8973597Z remote: Compressing objects: 2% (1/37) 2025-06-05T23:55:36.8974026Z remote: Compressing objects: 5% (2/37) 2025-06-05T23:55:36.8974464Z remote: Compressing objects: 8% (3/37) 2025-06-05T23:55:36.8975006Z remote: Compressing objects: 10% (4/37) 2025-06-05T23:55:36.8975469Z remote: Compressing objects: 13% (5/37) 2025-06-05T23:55:36.8975907Z remote: Compressing objects: 16% (6/37) 2025-06-05T23:55:36.8976340Z remote: Compressing objects: 18% (7/37) 2025-06-05T23:55:36.8976775Z remote: Compressing objects: 21% (8/37) 2025-06-05T23:55:36.8977203Z remote: Compressing objects: 24% (9/37) 2025-06-05T23:55:36.8977798Z remote: Compressing objects: 27% (10/37) 2025-06-05T23:55:36.8978235Z remote: Compressing objects: 29% (11/37) 2025-06-05T23:55:36.8978682Z remote: Compressing objects: 32% (12/37) 2025-06-05T23:55:36.8979118Z remote: Compressing objects: 35% (13/37) 2025-06-05T23:55:36.8979567Z remote: Compressing objects: 37% (14/37) 2025-06-05T23:55:36.8980156Z remote: Compressing objects: 40% (15/37) 2025-06-05T23:55:36.8980605Z remote: Compressing objects: 43% (16/37) 2025-06-05T23:55:36.8981052Z remote: Compressing objects: 45% (17/37) 2025-06-05T23:55:36.8981482Z remote: Compressing objects: 48% (18/37) 2025-06-05T23:55:36.8981928Z remote: Compressing objects: 51% (19/37) 2025-06-05T23:55:36.8982507Z remote: Compressing objects: 54% (20/37) 2025-06-05T23:55:36.8982952Z remote: Compressing objects: 56% (21/37) 2025-06-05T23:55:36.8983378Z remote: Compressing objects: 59% (22/37) 2025-06-05T23:55:36.8983823Z remote: Compressing objects: 62% (23/37) 2025-06-05T23:55:36.8984257Z remote: Compressing objects: 64% (24/37) 2025-06-05T23:55:36.8984851Z remote: Compressing objects: 67% (25/37) 2025-06-05T23:55:36.8985290Z remote: Compressing objects: 70% (26/37) 2025-06-05T23:55:36.8985722Z remote: Compressing objects: 72% (27/37) 2025-06-05T23:55:36.8986271Z remote: Compressing objects: 75% (28/37) 2025-06-05T23:55:36.8986734Z remote: Compressing objects: 78% (29/37) 2025-06-05T23:55:36.8987172Z remote: Compressing objects: 81% (30/37) 2025-06-05T23:55:36.8987843Z remote: Compressing objects: 83% (31/37) 2025-06-05T23:55:36.8988312Z remote: Compressing objects: 86% (32/37) 2025-06-05T23:55:36.8988892Z remote: Compressing objects: 89% (33/37) 2025-06-05T23:55:36.8989343Z remote: Compressing objects: 91% (34/37) 2025-06-05T23:55:36.8989786Z remote: Compressing objects: 94% (35/37) 2025-06-05T23:55:36.8990214Z remote: Compressing objects: 97% (36/37) 2025-06-05T23:55:36.8990678Z remote: Compressing objects: 100% (37/37) 2025-06-05T23:55:36.8991295Z remote: Compressing objects: 100% (37/37), done. 2025-06-05T23:55:36.8991693Z Receiving objects: 0% (1/11605) 2025-06-05T23:55:36.8992009Z Receiving objects: 1% (117/11605) 2025-06-05T23:55:36.8992517Z Receiving objects: 2% (233/11605) 2025-06-05T23:55:36.8992834Z Receiving objects: 3% (349/11605) 2025-06-05T23:55:36.8993225Z Receiving objects: 4% (465/11605) 2025-06-05T23:55:36.8993675Z Receiving objects: 5% (581/11605) 2025-06-05T23:55:36.8993999Z Receiving objects: 6% (697/11605) 2025-06-05T23:55:36.8994404Z Receiving objects: 7% (813/11605) 2025-06-05T23:55:36.8994827Z Receiving objects: 8% (929/11605) 2025-06-05T23:55:36.8995151Z Receiving objects: 9% (1045/11605) 2025-06-05T23:55:36.8995471Z Receiving objects: 10% (1161/11605) 2025-06-05T23:55:36.8995907Z Receiving objects: 11% (1277/11605) 2025-06-05T23:55:36.8996222Z Receiving objects: 12% (1393/11605) 2025-06-05T23:55:36.8996548Z Receiving objects: 13% (1509/11605) 2025-06-05T23:55:36.8997058Z Receiving objects: 14% (1625/11605) 2025-06-05T23:55:36.8997523Z Receiving objects: 15% (1741/11605) 2025-06-05T23:55:36.8997844Z Receiving objects: 16% (1857/11605) 2025-06-05T23:55:36.8998167Z Receiving objects: 17% (1973/11605) 2025-06-05T23:55:36.8998500Z Receiving objects: 18% (2089/11605) 2025-06-05T23:55:36.8998811Z Receiving objects: 19% (2205/11605) 2025-06-05T23:55:36.8999211Z Receiving objects: 20% (2321/11605) 2025-06-05T23:55:36.8999645Z Receiving objects: 21% (2438/11605) 2025-06-05T23:55:36.8999966Z Receiving objects: 22% (2554/11605) 2025-06-05T23:55:36.9000274Z Receiving objects: 23% (2670/11605) 2025-06-05T23:55:36.9000597Z Receiving objects: 24% (2786/11605) 2025-06-05T23:55:36.9000907Z Receiving objects: 25% (2902/11605) 2025-06-05T23:55:36.9001231Z Receiving objects: 26% (3018/11605) 2025-06-05T23:55:36.9001553Z Receiving objects: 27% (3134/11605) 2025-06-05T23:55:36.9001862Z Receiving objects: 28% (3250/11605) 2025-06-05T23:55:36.9002200Z Receiving objects: 29% (3366/11605) 2025-06-05T23:55:36.9002511Z Receiving objects: 30% (3482/11605) 2025-06-05T23:55:36.9002837Z Receiving objects: 31% (3598/11605) 2025-06-05T23:55:36.9003151Z Receiving objects: 32% (3714/11605) 2025-06-05T23:55:36.9003476Z Receiving objects: 33% (3830/11605) 2025-06-05T23:55:36.9003793Z Receiving objects: 34% (3946/11605) 2025-06-05T23:55:36.9004117Z Receiving objects: 35% (4062/11605) 2025-06-05T23:55:36.9004428Z Receiving objects: 36% (4178/11605) 2025-06-05T23:55:36.9004760Z Receiving objects: 37% (4294/11605) 2025-06-05T23:55:36.9005240Z Receiving objects: 38% (4410/11605) 2025-06-05T23:55:36.9005668Z Receiving objects: 39% (4526/11605) 2025-06-05T23:55:36.9005996Z Receiving objects: 40% (4642/11605) 2025-06-05T23:55:36.9006309Z Receiving objects: 41% (4759/11605) 2025-06-05T23:55:36.9006631Z Receiving objects: 42% (4875/11605) 2025-06-05T23:55:36.9006942Z Receiving objects: 43% (4991/11605) 2025-06-05T23:55:36.9007265Z Receiving objects: 44% (5107/11605) 2025-06-05T23:55:36.9007582Z Receiving objects: 45% (5223/11605) 2025-06-05T23:55:36.9007905Z Receiving objects: 46% (5339/11605) 2025-06-05T23:55:36.9008215Z Receiving objects: 47% (5455/11605) 2025-06-05T23:55:36.9008540Z Receiving objects: 48% (5571/11605) 2025-06-05T23:55:36.9008869Z Receiving objects: 49% (5687/11605) 2025-06-05T23:55:36.9009178Z Receiving objects: 50% (5803/11605) 2025-06-05T23:55:36.9009504Z Receiving objects: 51% (5919/11605) 2025-06-05T23:55:36.9009817Z Receiving objects: 52% (6035/11605) 2025-06-05T23:55:37.4573586Z Receiving objects: 53% (6151/11605) 2025-06-05T23:55:37.4574276Z Receiving objects: 54% (6267/11605) 2025-06-05T23:55:37.4574865Z Receiving objects: 55% (6383/11605) 2025-06-05T23:55:37.4575421Z Receiving objects: 56% (6499/11605) 2025-06-05T23:55:37.4576070Z Receiving objects: 57% (6615/11605) 2025-06-05T23:55:37.4576609Z Receiving objects: 58% (6731/11605) 2025-06-05T23:55:37.4577134Z Receiving objects: 59% (6847/11605) 2025-06-05T23:55:37.4577680Z Receiving objects: 60% (6963/11605) 2025-06-05T23:55:37.4578246Z Receiving objects: 61% (7080/11605) 2025-06-05T23:55:37.4578831Z Receiving objects: 62% (7196/11605) 2025-06-05T23:55:37.4579238Z Receiving objects: 63% (7312/11605) 2025-06-05T23:55:37.4579651Z Receiving objects: 64% (7428/11605) 2025-06-05T23:55:37.4580403Z Receiving objects: 65% (7544/11605) 2025-06-05T23:55:37.4580840Z Receiving objects: 66% (7660/11605) 2025-06-05T23:55:37.4581164Z Receiving objects: 67% (7776/11605) 2025-06-05T23:55:37.4581486Z Receiving objects: 68% (7892/11605) 2025-06-05T23:55:37.4581859Z Receiving objects: 69% (8008/11605) 2025-06-05T23:55:37.4582185Z Receiving objects: 70% (8124/11605) 2025-06-05T23:55:37.4582498Z Receiving objects: 71% (8240/11605) 2025-06-05T23:55:37.4582896Z Receiving objects: 72% (8356/11605) 2025-06-05T23:55:37.4583207Z Receiving objects: 73% (8472/11605) 2025-06-05T23:55:37.4583532Z Receiving objects: 74% (8588/11605) 2025-06-05T23:55:37.4583843Z Receiving objects: 75% (8704/11605) 2025-06-05T23:55:37.4584339Z Receiving objects: 76% (8820/11605) 2025-06-05T23:55:37.4584652Z Receiving objects: 77% (8936/11605) 2025-06-05T23:55:37.4585058Z Receiving objects: 78% (9052/11605) 2025-06-05T23:55:37.4585383Z Receiving objects: 79% (9168/11605) 2025-06-05T23:55:37.4585704Z Receiving objects: 80% (9284/11605) 2025-06-05T23:55:37.4586027Z Receiving objects: 81% (9401/11605) 2025-06-05T23:55:37.4586339Z Receiving objects: 82% (9517/11605) 2025-06-05T23:55:37.4586662Z Receiving objects: 83% (9633/11605) 2025-06-05T23:55:37.4586975Z Receiving objects: 84% (9749/11605) 2025-06-05T23:55:37.4587297Z Receiving objects: 85% (9865/11605) 2025-06-05T23:55:37.4587844Z Receiving objects: 86% (9981/11605) 2025-06-05T23:55:37.4588189Z Receiving objects: 87% (10097/11605) 2025-06-05T23:55:37.4588530Z Receiving objects: 88% (10213/11605) 2025-06-05T23:55:37.4588852Z Receiving objects: 89% (10329/11605) 2025-06-05T23:55:37.4589192Z Receiving objects: 90% (10445/11605) 2025-06-05T23:55:37.4589521Z Receiving objects: 91% (10561/11605) 2025-06-05T23:55:37.4589850Z Receiving objects: 92% (10677/11605) 2025-06-05T23:55:37.4590198Z Receiving objects: 93% (10793/11605) 2025-06-05T23:55:37.4590525Z Receiving objects: 94% (10909/11605) 2025-06-05T23:55:37.4590848Z Receiving objects: 95% (11025/11605) 2025-06-05T23:55:37.4591174Z Receiving objects: 96% (11141/11605) 2025-06-05T23:55:37.4591488Z Receiving objects: 97% (11257/11605) 2025-06-05T23:55:37.4591814Z Receiving objects: 98% (11373/11605) 2025-06-05T23:55:37.4592141Z Receiving objects: 99% (11489/11605) 2025-06-05T23:55:37.4592891Z remote: Total 11605 (delta 48), reused 76 (delta 45), pack-reused 11521 (from 1) 2025-06-05T23:55:37.4593473Z Receiving objects: 100% (11605/11605) 2025-06-05T23:55:37.4593997Z Receiving objects: 100% (11605/11605), 4.02 MiB | 10.99 MiB/s, done. 2025-06-05T23:55:37.4594448Z Resolving deltas: 0% (0/9212) 2025-06-05T23:55:37.4594748Z Resolving deltas: 1% (93/9212) 2025-06-05T23:55:37.4595066Z Resolving deltas: 2% (185/9212) 2025-06-05T23:55:37.4595379Z Resolving deltas: 3% (277/9212) 2025-06-05T23:55:37.4595758Z Resolving deltas: 4% (369/9212) 2025-06-05T23:55:37.4596077Z Resolving deltas: 5% (461/9212) 2025-06-05T23:55:37.4596376Z Resolving deltas: 6% (553/9212) 2025-06-05T23:55:37.4596698Z Resolving deltas: 7% (646/9212) 2025-06-05T23:55:37.4596997Z Resolving deltas: 8% (737/9212) 2025-06-05T23:55:37.4597309Z Resolving deltas: 9% (830/9212) 2025-06-05T23:55:37.4597607Z Resolving deltas: 10% (922/9212) 2025-06-05T23:55:37.4597927Z Resolving deltas: 11% (1014/9212) 2025-06-05T23:55:37.4598234Z Resolving deltas: 12% (1106/9212) 2025-06-05T23:55:37.4598559Z Resolving deltas: 13% (1198/9212) 2025-06-05T23:55:37.4598864Z Resolving deltas: 14% (1290/9212) 2025-06-05T23:55:37.4599182Z Resolving deltas: 15% (1382/9212) 2025-06-05T23:55:37.4599498Z Resolving deltas: 16% (1474/9212) 2025-06-05T23:55:37.4599802Z Resolving deltas: 17% (1567/9212) 2025-06-05T23:55:37.4600118Z Resolving deltas: 18% (1659/9212) 2025-06-05T23:55:37.4600427Z Resolving deltas: 19% (1751/9212) 2025-06-05T23:55:37.4600745Z Resolving deltas: 20% (1843/9212) 2025-06-05T23:55:37.4601050Z Resolving deltas: 21% (1935/9212) 2025-06-05T23:55:37.4601368Z Resolving deltas: 22% (2027/9212) 2025-06-05T23:55:37.4601840Z Resolving deltas: 23% (2119/9212) 2025-06-05T23:55:37.4602159Z Resolving deltas: 24% (2211/9212) 2025-06-05T23:55:37.4602480Z Resolving deltas: 25% (2303/9212) 2025-06-05T23:55:37.4602783Z Resolving deltas: 26% (2396/9212) 2025-06-05T23:55:37.4603105Z Resolving deltas: 27% (2488/9212) 2025-06-05T23:55:37.4603411Z Resolving deltas: 28% (2581/9212) 2025-06-05T23:55:37.4603727Z Resolving deltas: 29% (2673/9212) 2025-06-05T23:55:37.4604030Z Resolving deltas: 30% (2764/9212) 2025-06-05T23:55:37.4604346Z Resolving deltas: 31% (2856/9212) 2025-06-05T23:55:37.4604648Z Resolving deltas: 32% (2948/9212) 2025-06-05T23:55:37.4604966Z Resolving deltas: 33% (3040/9212) 2025-06-05T23:55:37.4605273Z Resolving deltas: 34% (3133/9212) 2025-06-05T23:55:37.4605721Z Resolving deltas: 35% (3225/9212) 2025-06-05T23:55:37.4606040Z Resolving deltas: 36% (3317/9212) 2025-06-05T23:55:37.4606349Z Resolving deltas: 37% (3409/9212) 2025-06-05T23:55:37.4606670Z Resolving deltas: 38% (3502/9212) 2025-06-05T23:55:37.4606980Z Resolving deltas: 39% (3593/9212) 2025-06-05T23:55:37.4607302Z Resolving deltas: 40% (3685/9212) 2025-06-05T23:55:37.4607603Z Resolving deltas: 41% (3777/9212) 2025-06-05T23:55:37.4607918Z Resolving deltas: 42% (3870/9212) 2025-06-05T23:55:37.4608220Z Resolving deltas: 43% (3962/9212) 2025-06-05T23:55:37.4608535Z Resolving deltas: 44% (4054/9212) 2025-06-05T23:55:37.4608840Z Resolving deltas: 45% (4146/9212) 2025-06-05T23:55:37.4609153Z Resolving deltas: 46% (4238/9212) 2025-06-05T23:55:37.4609467Z Resolving deltas: 47% (4330/9212) 2025-06-05T23:55:37.4609769Z Resolving deltas: 48% (4422/9212) 2025-06-05T23:55:37.4610083Z Resolving deltas: 49% (4514/9212) 2025-06-05T23:55:37.4610383Z Resolving deltas: 50% (4606/9212) 2025-06-05T23:55:37.4610701Z Resolving deltas: 51% (4699/9212) 2025-06-05T23:55:37.4611005Z Resolving deltas: 52% (4791/9212) 2025-06-05T23:55:37.4611319Z Resolving deltas: 53% (4883/9212) 2025-06-05T23:55:37.4611620Z Resolving deltas: 54% (4975/9212) 2025-06-05T23:55:37.4611935Z Resolving deltas: 55% (5067/9212) 2025-06-05T23:55:37.4612246Z Resolving deltas: 56% (5159/9212) 2025-06-05T23:55:37.4612564Z Resolving deltas: 57% (5251/9212) 2025-06-05T23:55:37.4612884Z Resolving deltas: 58% (5343/9212) 2025-06-05T23:55:37.4613191Z Resolving deltas: 59% (5436/9212) 2025-06-05T23:55:37.4613511Z Resolving deltas: 60% (5528/9212) 2025-06-05T23:55:37.4613835Z Resolving deltas: 61% (5620/9212) 2025-06-05T23:55:37.4614143Z Resolving deltas: 62% (5712/9212) 2025-06-05T23:55:37.4614463Z Resolving deltas: 63% (5804/9212) 2025-06-05T23:55:37.4614771Z Resolving deltas: 64% (5896/9212) 2025-06-05T23:55:37.4615188Z Resolving deltas: 65% (5988/9212) 2025-06-05T23:55:37.4615496Z Resolving deltas: 66% (6080/9212) 2025-06-05T23:55:37.4615823Z Resolving deltas: 67% (6173/9212) 2025-06-05T23:55:37.4616254Z Resolving deltas: 68% (6265/9212) 2025-06-05T23:55:37.4616575Z Resolving deltas: 69% (6357/9212) 2025-06-05T23:55:37.4616884Z Resolving deltas: 70% (6449/9212) 2025-06-05T23:55:37.4617210Z Resolving deltas: 71% (6541/9212) 2025-06-05T23:55:37.4617531Z Resolving deltas: 72% (6633/9212) 2025-06-05T23:55:37.4617838Z Resolving deltas: 73% (6725/9212) 2025-06-05T23:55:37.4618155Z Resolving deltas: 74% (6817/9212) 2025-06-05T23:55:37.4618460Z Resolving deltas: 75% (6909/9212) 2025-06-05T23:55:37.4618776Z Resolving deltas: 76% (7002/9212) 2025-06-05T23:55:37.4619082Z Resolving deltas: 77% (7094/9212) 2025-06-05T23:55:37.4619407Z Resolving deltas: 78% (7186/9212) 2025-06-05T23:55:37.4619711Z Resolving deltas: 79% (7278/9212) 2025-06-05T23:55:37.4620022Z Resolving deltas: 80% (7370/9212) 2025-06-05T23:55:37.4620349Z Resolving deltas: 81% (7462/9212) 2025-06-05T23:55:37.4620714Z Resolving deltas: 82% (7554/9212) 2025-06-05T23:55:37.4621035Z Resolving deltas: 83% (7646/9212) 2025-06-05T23:55:37.4621338Z Resolving deltas: 84% (7739/9212) 2025-06-05T23:55:37.4621651Z Resolving deltas: 85% (7831/9212) 2025-06-05T23:55:37.4621954Z Resolving deltas: 86% (7923/9212) 2025-06-05T23:55:37.4622371Z Resolving deltas: 87% (8015/9212) 2025-06-05T23:55:37.4622676Z Resolving deltas: 88% (8107/9212) 2025-06-05T23:55:37.4622993Z Resolving deltas: 89% (8199/9212) 2025-06-05T23:55:37.4623299Z Resolving deltas: 90% (8291/9212) 2025-06-05T23:55:37.4623615Z Resolving deltas: 91% (8383/9212) 2025-06-05T23:55:37.4623932Z Resolving deltas: 92% (8476/9212) 2025-06-05T23:55:37.4624234Z Resolving deltas: 93% (8568/9212) 2025-06-05T23:55:37.4624550Z Resolving deltas: 94% (8660/9212) 2025-06-05T23:55:37.4624857Z Resolving deltas: 95% (8752/9212) 2025-06-05T23:55:37.4625173Z Resolving deltas: 96% (8844/9212) 2025-06-05T23:55:37.4625476Z Resolving deltas: 97% (8936/9212) 2025-06-05T23:55:37.4625791Z Resolving deltas: 98% (9028/9212) 2025-06-05T23:55:37.4626166Z Resolving deltas: 99% (9120/9212) 2025-06-05T23:55:37.4626563Z Resolving deltas: 100% (9212/9212) 2025-06-05T23:55:37.4626883Z Resolving deltas: 100% (9212/9212), done. 2025-06-05T23:55:37.4627718Z Submodule 'thirdparty/doctest' (https://github.com/doctest/doctest.git) registered for path 'thirdparty/doctest' 2025-06-05T23:55:37.4628749Z Submodule 'thirdparty/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'thirdparty/eigen' 2025-06-05T23:55:37.4629706Z Submodule 'thirdparty/json' (https://github.com/nlohmann/json.git) registered for path 'thirdparty/json' 2025-06-05T23:55:37.4630730Z Submodule 'thirdparty/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'thirdparty/pybind11' 2025-06-05T23:55:37.4632104Z Submodule 'thirdparty/serialization_lib' (https://review.mlplatform.org/tosa/serialization_lib) registered for path 'thirdparty/serialization_lib' 2025-06-05T23:55:37.4633544Z Submodule 'thirdparty/specification' (https://review.mlplatform.org/tosa/specification) registered for path 'thirdparty/specification' 2025-06-05T23:55:37.4634782Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/doctest'... 2025-06-05T23:55:37.4635467Z remote: Enumerating objects: 13364, done. 2025-06-05T23:55:37.4635961Z remote: Counting objects: 0% (1/3714) 2025-06-05T23:55:37.4636352Z remote: Counting objects: 1% (38/3714) 2025-06-05T23:55:37.4636755Z remote: Counting objects: 2% (75/3714) 2025-06-05T23:55:37.4637209Z remote: Counting objects: 3% (112/3714) 2025-06-05T23:55:37.4637622Z remote: Counting objects: 4% (149/3714) 2025-06-05T23:55:37.4638017Z remote: Counting objects: 5% (186/3714) 2025-06-05T23:55:37.4638398Z remote: Counting objects: 6% (223/3714) 2025-06-05T23:55:37.4638791Z remote: Counting objects: 7% (260/3714) 2025-06-05T23:55:37.4639171Z remote: Counting objects: 8% (298/3714) 2025-06-05T23:55:37.4639576Z remote: Counting objects: 9% (335/3714) 2025-06-05T23:55:37.4640013Z remote: Counting objects: 10% (372/3714) 2025-06-05T23:55:37.4640406Z remote: Counting objects: 11% (409/3714) 2025-06-05T23:55:37.4640804Z remote: Counting objects: 12% (446/3714) 2025-06-05T23:55:37.4641276Z remote: Counting objects: 13% (483/3714) 2025-06-05T23:55:37.4641670Z remote: Counting objects: 14% (520/3714) 2025-06-05T23:55:37.4642055Z remote: Counting objects: 15% (558/3714) 2025-06-05T23:55:37.4642449Z remote: Counting objects: 16% (595/3714) 2025-06-05T23:55:37.4642832Z remote: Counting objects: 17% (632/3714) 2025-06-05T23:55:37.4643228Z remote: Counting objects: 18% (669/3714) 2025-06-05T23:55:37.4643610Z remote: Counting objects: 19% (706/3714) 2025-06-05T23:55:37.4644005Z remote: Counting objects: 20% (743/3714) 2025-06-05T23:55:37.4644400Z remote: Counting objects: 21% (780/3714) 2025-06-05T23:55:37.4644785Z remote: Counting objects: 22% (818/3714) 2025-06-05T23:55:37.4645180Z remote: Counting objects: 23% (855/3714) 2025-06-05T23:55:37.4645558Z remote: Counting objects: 24% (892/3714) 2025-06-05T23:55:37.4645952Z remote: Counting objects: 25% (929/3714) 2025-06-05T23:55:37.4646441Z remote: Counting objects: 26% (966/3714) 2025-06-05T23:55:37.4646848Z remote: Counting objects: 27% (1003/3714) 2025-06-05T23:55:37.4647241Z remote: Counting objects: 28% (1040/3714) 2025-06-05T23:55:37.4647650Z remote: Counting objects: 29% (1078/3714) 2025-06-05T23:55:37.4648054Z remote: Counting objects: 30% (1115/3714) 2025-06-05T23:55:37.4648447Z remote: Counting objects: 31% (1152/3714) 2025-06-05T23:55:37.4648851Z remote: Counting objects: 32% (1189/3714) 2025-06-05T23:55:37.4649241Z remote: Counting objects: 33% (1226/3714) 2025-06-05T23:55:37.4649644Z remote: Counting objects: 34% (1263/3714) 2025-06-05T23:55:37.4650102Z remote: Counting objects: 35% (1300/3714) 2025-06-05T23:55:37.5398943Z remote: Counting objects: 36% (1338/3714) 2025-06-05T23:55:37.5399616Z remote: Counting objects: 37% (1375/3714) 2025-06-05T23:55:37.5400061Z remote: Counting objects: 38% (1412/3714) 2025-06-05T23:55:37.5400516Z remote: Counting objects: 39% (1449/3714) 2025-06-05T23:55:37.5401055Z remote: Counting objects: 40% (1486/3714) 2025-06-05T23:55:37.5401459Z remote: Counting objects: 41% (1523/3714) 2025-06-05T23:55:37.5401953Z remote: Counting objects: 42% (1560/3714) 2025-06-05T23:55:37.5402430Z remote: Counting objects: 43% (1598/3714) 2025-06-05T23:55:37.5402935Z remote: Counting objects: 44% (1635/3714) 2025-06-05T23:55:37.5403341Z remote: Counting objects: 45% (1672/3714) 2025-06-05T23:55:37.5403872Z remote: Counting objects: 46% (1709/3714) 2025-06-05T23:55:37.5404361Z remote: Counting objects: 47% (1746/3714) 2025-06-05T23:55:37.5404782Z remote: Counting objects: 48% (1783/3714) 2025-06-05T23:55:37.5405173Z remote: Counting objects: 49% (1820/3714) 2025-06-05T23:55:37.5405577Z remote: Counting objects: 50% (1857/3714) 2025-06-05T23:55:37.5406017Z remote: Counting objects: 51% (1895/3714) 2025-06-05T23:55:37.5406418Z remote: Counting objects: 52% (1932/3714) 2025-06-05T23:55:37.5406806Z remote: Counting objects: 53% (1969/3714) 2025-06-05T23:55:37.5407243Z remote: Counting objects: 54% (2006/3714) 2025-06-05T23:55:37.5407730Z remote: Counting objects: 55% (2043/3714) 2025-06-05T23:55:37.5408375Z remote: Counting objects: 56% (2080/3714) 2025-06-05T23:55:37.5409143Z remote: Counting objects: 57% (2117/3714) 2025-06-05T23:55:37.5409857Z remote: Counting objects: 58% (2155/3714) 2025-06-05T23:55:37.5410516Z remote: Counting objects: 59% (2192/3714) 2025-06-05T23:55:37.5411218Z remote: Counting objects: 60% (2229/3714) 2025-06-05T23:55:37.5411940Z remote: Counting objects: 61% (2266/3714) 2025-06-05T23:55:37.5412650Z remote: Counting objects: 62% (2303/3714) 2025-06-05T23:55:37.5413377Z remote: Counting objects: 63% (2340/3714) 2025-06-05T23:55:37.5414145Z remote: Counting objects: 64% (2377/3714) 2025-06-05T23:55:37.5414865Z remote: Counting objects: 65% (2415/3714) 2025-06-05T23:55:37.5415597Z remote: Counting objects: 66% (2452/3714) 2025-06-05T23:55:37.5416326Z remote: Counting objects: 67% (2489/3714) 2025-06-05T23:55:37.5417122Z remote: Counting objects: 68% (2526/3714) 2025-06-05T23:55:37.5417926Z remote: Counting objects: 69% (2563/3714) 2025-06-05T23:55:37.5418700Z remote: Counting objects: 70% (2600/3714) 2025-06-05T23:55:37.5419434Z remote: Counting objects: 71% (2637/3714) 2025-06-05T23:55:37.5420221Z remote: Counting objects: 72% (2675/3714) 2025-06-05T23:55:37.5421001Z remote: Counting objects: 73% (2712/3714) 2025-06-05T23:55:37.5421744Z remote: Counting objects: 74% (2749/3714) 2025-06-05T23:55:37.5422488Z remote: Counting objects: 75% (2786/3714) 2025-06-05T23:55:37.5423232Z remote: Counting objects: 76% (2823/3714) 2025-06-05T23:55:37.5424160Z remote: Counting objects: 77% (2860/3714) 2025-06-05T23:55:37.5424905Z remote: Counting objects: 78% (2897/3714) 2025-06-05T23:55:37.5425631Z remote: Counting objects: 79% (2935/3714) 2025-06-05T23:55:37.5426372Z remote: Counting objects: 80% (2972/3714) 2025-06-05T23:55:37.5427102Z remote: Counting objects: 81% (3009/3714) 2025-06-05T23:55:37.5427910Z remote: Counting objects: 82% (3046/3714) 2025-06-05T23:55:37.5428637Z remote: Counting objects: 83% (3083/3714) 2025-06-05T23:55:37.5429441Z remote: Counting objects: 84% (3120/3714) 2025-06-05T23:55:37.5430245Z remote: Counting objects: 85% (3157/3714) 2025-06-05T23:55:37.5431150Z remote: Counting objects: 86% (3195/3714) 2025-06-05T23:55:37.5432006Z remote: Counting objects: 87% (3232/3714) 2025-06-05T23:55:37.5432735Z remote: Counting objects: 88% (3269/3714) 2025-06-05T23:55:37.5433483Z remote: Counting objects: 89% (3306/3714) 2025-06-05T23:55:37.5434229Z remote: Counting objects: 90% (3343/3714) 2025-06-05T23:55:37.5434974Z remote: Counting objects: 91% (3380/3714) 2025-06-05T23:55:37.5435777Z remote: Counting objects: 92% (3417/3714) 2025-06-05T23:55:37.5436503Z remote: Counting objects: 93% (3455/3714) 2025-06-05T23:55:37.5437247Z remote: Counting objects: 94% (3492/3714) 2025-06-05T23:55:37.5437973Z remote: Counting objects: 95% (3529/3714) 2025-06-05T23:55:37.5438714Z remote: Counting objects: 96% (3566/3714) 2025-06-05T23:55:37.5439514Z remote: Counting objects: 97% (3603/3714) 2025-06-05T23:55:37.5440313Z remote: Counting objects: 98% (3640/3714) 2025-06-05T23:55:37.5441042Z remote: Counting objects: 99% (3677/3714) 2025-06-05T23:55:37.5441860Z remote: Counting objects: 100% (3714/3714) 2025-06-05T23:55:37.5442726Z remote: Counting objects: 100% (3714/3714), done. 2025-06-05T23:55:37.5443537Z remote: Compressing objects: 0% (1/399) 2025-06-05T23:55:37.5444283Z remote: Compressing objects: 1% (4/399) 2025-06-05T23:55:37.5445023Z remote: Compressing objects: 2% (8/399) 2025-06-05T23:55:37.5445773Z remote: Compressing objects: 3% (12/399) 2025-06-05T23:55:37.5446518Z remote: Compressing objects: 4% (16/399) 2025-06-05T23:55:37.5447274Z remote: Compressing objects: 5% (20/399) 2025-06-05T23:55:37.5448017Z remote: Compressing objects: 6% (24/399) 2025-06-05T23:55:37.5448842Z remote: Compressing objects: 7% (28/399) 2025-06-05T23:55:37.5449599Z remote: Compressing objects: 8% (32/399) 2025-06-05T23:55:37.5450334Z remote: Compressing objects: 9% (36/399) 2025-06-05T23:55:37.5451099Z remote: Compressing objects: 10% (40/399) 2025-06-05T23:55:37.5451837Z remote: Compressing objects: 11% (44/399) 2025-06-05T23:55:37.5452655Z remote: Compressing objects: 12% (48/399) 2025-06-05T23:55:37.5453476Z remote: Compressing objects: 13% (52/399) 2025-06-05T23:55:37.5454281Z remote: Compressing objects: 14% (56/399) 2025-06-05T23:55:37.5455036Z remote: Compressing objects: 15% (60/399) 2025-06-05T23:55:37.5455778Z remote: Compressing objects: 16% (64/399) 2025-06-05T23:55:37.5456531Z remote: Compressing objects: 17% (68/399) 2025-06-05T23:55:37.5457285Z remote: Compressing objects: 18% (72/399) 2025-06-05T23:55:37.5458053Z remote: Compressing objects: 19% (76/399) 2025-06-05T23:55:37.5458790Z remote: Compressing objects: 20% (80/399) 2025-06-05T23:55:37.5459547Z remote: Compressing objects: 21% (84/399) 2025-06-05T23:55:37.5460292Z remote: Compressing objects: 22% (88/399) 2025-06-05T23:55:37.5461071Z remote: Compressing objects: 23% (92/399) 2025-06-05T23:55:37.5461832Z remote: Compressing objects: 24% (96/399) 2025-06-05T23:55:37.5462649Z remote: Compressing objects: 25% (100/399) 2025-06-05T23:55:37.5463620Z remote: Compressing objects: 26% (104/399) 2025-06-05T23:55:37.5464388Z remote: Compressing objects: 27% (108/399) 2025-06-05T23:55:37.5465225Z remote: Compressing objects: 28% (112/399) 2025-06-05T23:55:37.5465976Z remote: Compressing objects: 29% (116/399) 2025-06-05T23:55:37.5466741Z remote: Compressing objects: 30% (120/399) 2025-06-05T23:55:37.5467492Z remote: Compressing objects: 31% (124/399) 2025-06-05T23:55:37.5468253Z remote: Compressing objects: 32% (128/399) 2025-06-05T23:55:37.5469012Z remote: Compressing objects: 33% (132/399) 2025-06-05T23:55:37.5469750Z remote: Compressing objects: 34% (136/399) 2025-06-05T23:55:37.5470598Z remote: Compressing objects: 35% (140/399) 2025-06-05T23:55:37.5471353Z remote: Compressing objects: 36% (144/399) 2025-06-05T23:55:37.5472112Z remote: Compressing objects: 37% (148/399) 2025-06-05T23:55:37.5472885Z remote: Compressing objects: 38% (152/399) 2025-06-05T23:55:37.5473653Z remote: Compressing objects: 39% (156/399) 2025-06-05T23:55:37.5474420Z remote: Compressing objects: 40% (160/399) 2025-06-05T23:55:37.5475248Z remote: Compressing objects: 41% (164/399) 2025-06-05T23:55:37.5476071Z remote: Compressing objects: 42% (168/399) 2025-06-05T23:55:37.5476752Z remote: Compressing objects: 43% (172/399) 2025-06-05T23:55:37.5477472Z remote: Compressing objects: 44% (176/399) 2025-06-05T23:55:37.5478296Z remote: Compressing objects: 45% (180/399) 2025-06-05T23:55:37.5479069Z remote: Compressing objects: 46% (184/399) 2025-06-05T23:55:37.5479839Z remote: Compressing objects: 47% (188/399) 2025-06-05T23:55:37.5480595Z remote: Compressing objects: 48% (192/399) 2025-06-05T23:55:37.5481362Z remote: Compressing objects: 49% (196/399) 2025-06-05T23:55:37.5482121Z remote: Compressing objects: 50% (200/399) 2025-06-05T23:55:37.5482906Z remote: Compressing objects: 51% (204/399) 2025-06-05T23:55:37.5483662Z remote: Compressing objects: 52% (208/399) 2025-06-05T23:55:37.5484431Z remote: Compressing objects: 53% (212/399) 2025-06-05T23:55:37.5485271Z remote: Compressing objects: 54% (216/399) 2025-06-05T23:55:37.5486027Z remote: Compressing objects: 55% (220/399) 2025-06-05T23:55:37.5486802Z remote: Compressing objects: 56% (224/399) 2025-06-05T23:55:37.5487542Z remote: Compressing objects: 57% (228/399) 2025-06-05T23:55:37.5488536Z remote: Compressing objects: 58% (232/399) 2025-06-05T23:55:37.5489296Z remote: Compressing objects: 59% (236/399) 2025-06-05T23:55:37.5490055Z remote: Compressing objects: 60% (240/399) 2025-06-05T23:55:37.5490890Z remote: Compressing objects: 61% (244/399) 2025-06-05T23:55:37.5491666Z remote: Compressing objects: 62% (248/399) 2025-06-05T23:55:37.5492432Z remote: Compressing objects: 63% (252/399) 2025-06-05T23:55:37.5493181Z remote: Compressing objects: 64% (256/399) 2025-06-05T23:55:37.5493938Z remote: Compressing objects: 65% (260/399) 2025-06-05T23:55:37.5494690Z remote: Compressing objects: 66% (264/399) 2025-06-05T23:55:37.5495459Z remote: Compressing objects: 67% (268/399) 2025-06-05T23:55:37.5496219Z remote: Compressing objects: 68% (272/399) 2025-06-05T23:55:37.5496981Z remote: Compressing objects: 69% (276/399) 2025-06-05T23:55:37.5497732Z remote: Compressing objects: 70% (280/399) 2025-06-05T23:55:37.5498497Z remote: Compressing objects: 71% (284/399) 2025-06-05T23:55:37.5499259Z remote: Compressing objects: 72% (288/399) 2025-06-05T23:55:37.5500028Z remote: Compressing objects: 73% (292/399) 2025-06-05T23:55:37.5500868Z remote: Compressing objects: 74% (296/399) 2025-06-05T23:55:37.5501624Z remote: Compressing objects: 75% (300/399) 2025-06-05T23:55:37.5502393Z remote: Compressing objects: 76% (304/399) 2025-06-05T23:55:37.5503374Z remote: Compressing objects: 77% (308/399) 2025-06-05T23:55:37.5504141Z remote: Compressing objects: 78% (312/399) 2025-06-05T23:55:37.5504907Z remote: Compressing objects: 79% (316/399) 2025-06-05T23:55:37.5505662Z remote: Compressing objects: 80% (320/399) 2025-06-05T23:55:37.5506428Z remote: Compressing objects: 81% (324/399) 2025-06-05T23:55:37.5507180Z remote: Compressing objects: 82% (328/399) 2025-06-05T23:55:37.5507942Z remote: Compressing objects: 83% (332/399) 2025-06-05T23:55:37.5508703Z remote: Compressing objects: 84% (336/399) 2025-06-05T23:55:37.5509466Z remote: Compressing objects: 85% (340/399) 2025-06-05T23:55:37.5510363Z remote: Compressing objects: 86% (344/399) 2025-06-05T23:55:37.5511141Z remote: Compressing objects: 87% (348/399) 2025-06-05T23:55:37.5511907Z remote: Compressing objects: 88% (352/399) 2025-06-05T23:55:37.5512673Z remote: Compressing objects: 89% (356/399) 2025-06-05T23:55:37.5513522Z remote: Compressing objects: 90% (360/399) 2025-06-05T23:55:37.5514282Z remote: Compressing objects: 91% (364/399) 2025-06-05T23:55:37.5515039Z remote: Compressing objects: 92% (368/399) 2025-06-05T23:55:38.5369257Z remote: Compressing objects: 93% (372/399) 2025-06-05T23:55:38.5370239Z remote: Compressing objects: 94% (376/399) 2025-06-05T23:55:38.5371064Z remote: Compressing objects: 95% (380/399) 2025-06-05T23:55:38.5371837Z remote: Compressing objects: 96% (384/399) 2025-06-05T23:55:38.5372587Z remote: Compressing objects: 97% (388/399) 2025-06-05T23:55:38.5373373Z remote: Compressing objects: 98% (392/399) 2025-06-05T23:55:38.5374209Z remote: Compressing objects: 99% (396/399) 2025-06-05T23:55:38.5375018Z remote: Compressing objects: 100% (399/399) 2025-06-05T23:55:38.5375565Z remote: Compressing objects: 100% (399/399), done. 2025-06-05T23:55:38.5376010Z Receiving objects: 0% (1/13364) 2025-06-05T23:55:38.5376328Z Receiving objects: 1% (134/13364) 2025-06-05T23:55:38.5376659Z Receiving objects: 2% (268/13364) 2025-06-05T23:55:38.5376972Z Receiving objects: 3% (401/13364) 2025-06-05T23:55:38.5377298Z Receiving objects: 4% (535/13364) 2025-06-05T23:55:38.5377606Z Receiving objects: 5% (669/13364) 2025-06-05T23:55:38.5377926Z Receiving objects: 6% (802/13364) 2025-06-05T23:55:38.5378249Z Receiving objects: 7% (936/13364) 2025-06-05T23:55:38.5378559Z Receiving objects: 8% (1070/13364) 2025-06-05T23:55:38.5378894Z Receiving objects: 9% (1203/13364) 2025-06-05T23:55:38.5379207Z Receiving objects: 10% (1337/13364) 2025-06-05T23:55:38.5379541Z Receiving objects: 11% (1471/13364) 2025-06-05T23:55:38.5379854Z Receiving objects: 12% (1604/13364) 2025-06-05T23:55:38.5380178Z Receiving objects: 13% (1738/13364) 2025-06-05T23:55:38.5380489Z Receiving objects: 14% (1871/13364) 2025-06-05T23:55:38.5380817Z Receiving objects: 15% (2005/13364) 2025-06-05T23:55:38.5381127Z Receiving objects: 16% (2139/13364) 2025-06-05T23:55:38.5381451Z Receiving objects: 17% (2272/13364) 2025-06-05T23:55:38.5381773Z Receiving objects: 18% (2406/13364) 2025-06-05T23:55:38.5382082Z Receiving objects: 19% (2540/13364) 2025-06-05T23:55:38.5382405Z Receiving objects: 20% (2673/13364) 2025-06-05T23:55:38.5382714Z Receiving objects: 21% (2807/13364) 2025-06-05T23:55:38.5390221Z Receiving objects: 22% (2941/13364) 2025-06-05T23:55:38.5390714Z Receiving objects: 23% (3074/13364) 2025-06-05T23:55:38.5391044Z Receiving objects: 24% (3208/13364) 2025-06-05T23:55:38.5391386Z Receiving objects: 25% (3341/13364) 2025-06-05T23:55:38.5391725Z Receiving objects: 26% (3475/13364) 2025-06-05T23:55:38.5392063Z Receiving objects: 27% (3609/13364) 2025-06-05T23:55:38.5392392Z Receiving objects: 28% (3742/13364) 2025-06-05T23:55:38.5392704Z Receiving objects: 29% (3876/13364) 2025-06-05T23:55:38.5393030Z Receiving objects: 30% (4010/13364) 2025-06-05T23:55:38.5394033Z Receiving objects: 31% (4143/13364) 2025-06-05T23:55:38.5394372Z Receiving objects: 32% (4277/13364) 2025-06-05T23:55:38.5394688Z Receiving objects: 33% (4411/13364) 2025-06-05T23:55:38.5395016Z Receiving objects: 34% (4544/13364) 2025-06-05T23:55:38.5395330Z Receiving objects: 35% (4678/13364) 2025-06-05T23:55:38.5395744Z Receiving objects: 36% (4812/13364) 2025-06-05T23:55:38.5396077Z Receiving objects: 37% (4945/13364) 2025-06-05T23:55:38.5396392Z Receiving objects: 38% (5079/13364) 2025-06-05T23:55:38.5396719Z Receiving objects: 39% (5212/13364) 2025-06-05T23:55:38.5397034Z Receiving objects: 40% (5346/13364) 2025-06-05T23:55:38.5397362Z Receiving objects: 41% (5480/13364) 2025-06-05T23:55:38.5397792Z Receiving objects: 42% (5613/13364) 2025-06-05T23:55:38.5398118Z Receiving objects: 43% (5747/13364) 2025-06-05T23:55:38.5398435Z Receiving objects: 44% (5881/13364) 2025-06-05T23:55:38.5398765Z Receiving objects: 45% (6014/13364) 2025-06-05T23:55:38.5399089Z Receiving objects: 46% (6148/13364) 2025-06-05T23:55:38.5399404Z Receiving objects: 47% (6282/13364) 2025-06-05T23:55:38.5399729Z Receiving objects: 48% (6415/13364) 2025-06-05T23:55:38.5400039Z Receiving objects: 49% (6549/13364) 2025-06-05T23:55:38.5400363Z Receiving objects: 50% (6682/13364) 2025-06-05T23:55:38.5400674Z Receiving objects: 51% (6816/13364) 2025-06-05T23:55:38.5400999Z Receiving objects: 52% (6950/13364) 2025-06-05T23:55:38.5401310Z Receiving objects: 53% (7083/13364) 2025-06-05T23:55:38.5401624Z Receiving objects: 54% (7217/13364) 2025-06-05T23:55:38.5401958Z Receiving objects: 55% (7351/13364) 2025-06-05T23:55:38.5402272Z Receiving objects: 56% (7484/13364) 2025-06-05T23:55:38.5402603Z Receiving objects: 57% (7618/13364) 2025-06-05T23:55:38.5402924Z Receiving objects: 58% (7752/13364) 2025-06-05T23:55:38.5403248Z Receiving objects: 59% (7885/13364) 2025-06-05T23:55:38.5403561Z Receiving objects: 60% (8019/13364) 2025-06-05T23:55:38.5403889Z Receiving objects: 61% (8153/13364) 2025-06-05T23:55:38.5404209Z Receiving objects: 62% (8286/13364) 2025-06-05T23:55:38.5404536Z Receiving objects: 63% (8420/13364) 2025-06-05T23:55:38.5404849Z Receiving objects: 64% (8553/13364) 2025-06-05T23:55:38.5405174Z Receiving objects: 65% (8687/13364) 2025-06-05T23:55:38.5405500Z Receiving objects: 66% (8821/13364) 2025-06-05T23:55:38.5405813Z Receiving objects: 67% (8954/13364) 2025-06-05T23:55:38.5406135Z Receiving objects: 68% (9088/13364) 2025-06-05T23:55:38.5406447Z Receiving objects: 69% (9222/13364) 2025-06-05T23:55:38.5406770Z Receiving objects: 70% (9355/13364) 2025-06-05T23:55:38.5407083Z Receiving objects: 71% (9489/13364) 2025-06-05T23:55:38.5407407Z Receiving objects: 72% (9623/13364) 2025-06-05T23:55:38.5407722Z Receiving objects: 73% (9756/13364) 2025-06-05T23:55:38.5408046Z Receiving objects: 74% (9890/13364) 2025-06-05T23:55:38.5408361Z Receiving objects: 75% (10023/13364) 2025-06-05T23:55:38.5408698Z Receiving objects: 76% (10157/13364) 2025-06-05T23:55:38.5409031Z Receiving objects: 77% (10291/13364) 2025-06-05T23:55:38.5409354Z Receiving objects: 78% (10424/13364) 2025-06-05T23:55:38.5409685Z Receiving objects: 79% (10558/13364) 2025-06-05T23:55:38.5410001Z Receiving objects: 80% (10692/13364) 2025-06-05T23:55:38.5410328Z Receiving objects: 81% (10825/13364) 2025-06-05T23:55:38.5410644Z Receiving objects: 82% (10959/13364) 2025-06-05T23:55:38.5410972Z Receiving objects: 83% (11093/13364) 2025-06-05T23:55:38.5411288Z Receiving objects: 84% (11226/13364) 2025-06-05T23:55:38.5411616Z Receiving objects: 85% (11360/13364) 2025-06-05T23:55:38.5411943Z Receiving objects: 86% (11494/13364) 2025-06-05T23:55:38.5412258Z Receiving objects: 87% (11627/13364) 2025-06-05T23:55:38.5412585Z Receiving objects: 88% (11761/13364) 2025-06-05T23:55:38.5412907Z Receiving objects: 89% (11894/13364) 2025-06-05T23:55:38.5413235Z Receiving objects: 90% (12028/13364) 2025-06-05T23:55:38.5413550Z Receiving objects: 91% (12162/13364) 2025-06-05T23:55:38.5413878Z Receiving objects: 92% (12295/13364) 2025-06-05T23:55:38.5414287Z Receiving objects: 93% (12429/13364) 2025-06-05T23:55:38.5414628Z Receiving objects: 94% (12563/13364) 2025-06-05T23:55:38.5414944Z Receiving objects: 95% (12696/13364) 2025-06-05T23:55:38.5415278Z Receiving objects: 96% (12830/13364) 2025-06-05T23:55:38.5415608Z Receiving objects: 97% (12964/13364) 2025-06-05T23:55:38.5415925Z Receiving objects: 98% (13097/13364) 2025-06-05T23:55:38.5416255Z Receiving objects: 99% (13231/13364) 2025-06-05T23:55:38.5416772Z remote: Total 13364 (delta 3447), reused 3316 (delta 3315), pack-reused 9650 (from 3) 2025-06-05T23:55:38.5417324Z Receiving objects: 100% (13364/13364) 2025-06-05T23:55:38.5417739Z Receiving objects: 100% (13364/13364), 6.71 MiB | 39.74 MiB/s, done. 2025-06-05T23:55:38.5418267Z Resolving deltas: 0% (0/8802) 2025-06-05T23:55:38.5418582Z Resolving deltas: 1% (89/8802) 2025-06-05T23:55:38.5418980Z Resolving deltas: 2% (177/8802) 2025-06-05T23:55:38.5419296Z Resolving deltas: 3% (265/8802) 2025-06-05T23:55:38.5419604Z Resolving deltas: 4% (353/8802) 2025-06-05T23:55:38.5419919Z Resolving deltas: 5% (441/8802) 2025-06-05T23:55:38.5420221Z Resolving deltas: 6% (529/8802) 2025-06-05T23:55:38.5420534Z Resolving deltas: 7% (617/8802) 2025-06-05T23:55:38.5420836Z Resolving deltas: 8% (705/8802) 2025-06-05T23:55:38.5421155Z Resolving deltas: 9% (793/8802) 2025-06-05T23:55:38.5421460Z Resolving deltas: 10% (881/8802) 2025-06-05T23:55:38.5421774Z Resolving deltas: 11% (969/8802) 2025-06-05T23:55:38.5422091Z Resolving deltas: 12% (1057/8802) 2025-06-05T23:55:38.5422405Z Resolving deltas: 13% (1145/8802) 2025-06-05T23:55:38.5422729Z Resolving deltas: 14% (1233/8802) 2025-06-05T23:55:38.5423035Z Resolving deltas: 15% (1321/8802) 2025-06-05T23:55:38.5423356Z Resolving deltas: 16% (1409/8802) 2025-06-05T23:55:38.5423660Z Resolving deltas: 17% (1497/8802) 2025-06-05T23:55:38.5423976Z Resolving deltas: 18% (1585/8802) 2025-06-05T23:55:38.5424281Z Resolving deltas: 19% (1673/8802) 2025-06-05T23:55:38.5424604Z Resolving deltas: 20% (1761/8802) 2025-06-05T23:55:38.5424910Z Resolving deltas: 21% (1849/8802) 2025-06-05T23:55:38.5425228Z Resolving deltas: 22% (1937/8802) 2025-06-05T23:55:38.5425545Z Resolving deltas: 23% (2025/8802) 2025-06-05T23:55:38.5425848Z Resolving deltas: 24% (2113/8802) 2025-06-05T23:55:38.5426168Z Resolving deltas: 25% (2201/8802) 2025-06-05T23:55:38.5426474Z Resolving deltas: 26% (2289/8802) 2025-06-05T23:55:38.5426794Z Resolving deltas: 27% (2377/8802) 2025-06-05T23:55:38.5427099Z Resolving deltas: 28% (2465/8802) 2025-06-05T23:55:38.5427417Z Resolving deltas: 29% (2553/8802) 2025-06-05T23:55:38.5427722Z Resolving deltas: 30% (2641/8802) 2025-06-05T23:55:38.5428039Z Resolving deltas: 31% (2729/8802) 2025-06-05T23:55:38.5428350Z Resolving deltas: 32% (2817/8802) 2025-06-05T23:55:38.5428661Z Resolving deltas: 33% (2905/8802) 2025-06-05T23:55:38.5428979Z Resolving deltas: 34% (2993/8802) 2025-06-05T23:55:38.5429284Z Resolving deltas: 35% (3081/8802) 2025-06-05T23:55:38.5429606Z Resolving deltas: 36% (3169/8802) 2025-06-05T23:55:38.5429908Z Resolving deltas: 37% (3257/8802) 2025-06-05T23:55:38.5430223Z Resolving deltas: 38% (3345/8802) 2025-06-05T23:55:38.5430526Z Resolving deltas: 39% (3433/8802) 2025-06-05T23:55:38.5430841Z Resolving deltas: 40% (3521/8802) 2025-06-05T23:55:38.5431143Z Resolving deltas: 41% (3609/8802) 2025-06-05T23:55:38.5431457Z Resolving deltas: 42% (3697/8802) 2025-06-05T23:55:38.5431775Z Resolving deltas: 43% (3785/8802) 2025-06-05T23:55:38.5432080Z Resolving deltas: 44% (3873/8802) 2025-06-05T23:55:38.5432394Z Resolving deltas: 45% (3961/8802) 2025-06-05T23:55:38.5432696Z Resolving deltas: 46% (4049/8802) 2025-06-05T23:55:38.5433010Z Resolving deltas: 47% (4137/8802) 2025-06-05T23:55:38.5433317Z Resolving deltas: 48% (4225/8802) 2025-06-05T23:55:38.5433631Z Resolving deltas: 49% (4313/8802) 2025-06-05T23:55:38.5433936Z Resolving deltas: 50% (4401/8802) 2025-06-05T23:55:38.5434250Z Resolving deltas: 51% (4490/8802) 2025-06-05T23:55:38.5434647Z Resolving deltas: 52% (4578/8802) 2025-06-05T23:55:38.5434969Z Resolving deltas: 53% (4666/8802) 2025-06-05T23:55:38.5435287Z Resolving deltas: 54% (4754/8802) 2025-06-05T23:55:38.5435590Z Resolving deltas: 55% (4842/8802) 2025-06-05T23:55:38.5435994Z Resolving deltas: 56% (4930/8802) 2025-06-05T23:55:38.5436299Z Resolving deltas: 57% (5018/8802) 2025-06-05T23:55:38.5436619Z Resolving deltas: 58% (5106/8802) 2025-06-05T23:55:38.5436927Z Resolving deltas: 59% (5194/8802) 2025-06-05T23:55:38.5437247Z Resolving deltas: 60% (5282/8802) 2025-06-05T23:55:38.5437555Z Resolving deltas: 61% (5370/8802) 2025-06-05T23:55:38.5437875Z Resolving deltas: 62% (5458/8802) 2025-06-05T23:55:38.5438181Z Resolving deltas: 63% (5546/8802) 2025-06-05T23:55:38.5438613Z Resolving deltas: 64% (5634/8802) 2025-06-05T23:55:38.5438931Z Resolving deltas: 65% (5722/8802) 2025-06-05T23:55:38.5439236Z Resolving deltas: 66% (5810/8802) 2025-06-05T23:55:38.5439554Z Resolving deltas: 67% (5898/8802) 2025-06-05T23:55:38.5439865Z Resolving deltas: 68% (5986/8802) 2025-06-05T23:55:38.5440185Z Resolving deltas: 69% (6074/8802) 2025-06-05T23:55:38.5440490Z Resolving deltas: 70% (6162/8802) 2025-06-05T23:55:38.5440808Z Resolving deltas: 71% (6250/8802) 2025-06-05T23:55:38.5441111Z Resolving deltas: 72% (6338/8802) 2025-06-05T23:55:38.5441430Z Resolving deltas: 73% (6426/8802) 2025-06-05T23:55:38.5441751Z Resolving deltas: 74% (6514/8802) 2025-06-05T23:55:38.5442054Z Resolving deltas: 75% (6602/8802) 2025-06-05T23:55:38.5442373Z Resolving deltas: 76% (6690/8802) 2025-06-05T23:55:38.5442677Z Resolving deltas: 77% (6778/8802) 2025-06-05T23:55:38.5442995Z Resolving deltas: 78% (6866/8802) 2025-06-05T23:55:38.5443297Z Resolving deltas: 79% (6954/8802) 2025-06-05T23:55:38.5443617Z Resolving deltas: 80% (7042/8802) 2025-06-05T23:55:38.5443920Z Resolving deltas: 81% (7130/8802) 2025-06-05T23:55:38.5444234Z Resolving deltas: 82% (7218/8802) 2025-06-05T23:55:38.5444539Z Resolving deltas: 83% (7306/8802) 2025-06-05T23:55:38.5444859Z Resolving deltas: 84% (7394/8802) 2025-06-05T23:55:38.5445173Z Resolving deltas: 85% (7482/8802) 2025-06-05T23:55:38.5445476Z Resolving deltas: 86% (7570/8802) 2025-06-05T23:55:38.5445796Z Resolving deltas: 87% (7658/8802) 2025-06-05T23:55:38.5446097Z Resolving deltas: 88% (7746/8802) 2025-06-05T23:55:38.5446413Z Resolving deltas: 89% (7834/8802) 2025-06-05T23:55:38.5446717Z Resolving deltas: 90% (7922/8802) 2025-06-05T23:55:38.5447035Z Resolving deltas: 91% (8010/8802) 2025-06-05T23:55:38.5447338Z Resolving deltas: 92% (8098/8802) 2025-06-05T23:55:38.5447654Z Resolving deltas: 93% (8186/8802) 2025-06-05T23:55:38.5447959Z Resolving deltas: 94% (8274/8802) 2025-06-05T23:55:38.5448275Z Resolving deltas: 95% (8362/8802) 2025-06-05T23:55:38.5448596Z Resolving deltas: 96% (8450/8802) 2025-06-05T23:55:38.5448897Z Resolving deltas: 97% (8538/8802) 2025-06-05T23:55:38.5449212Z Resolving deltas: 98% (8626/8802) 2025-06-05T23:55:38.5449515Z Resolving deltas: 99% (8714/8802) 2025-06-05T23:55:38.5449832Z Resolving deltas: 100% (8802/8802) 2025-06-05T23:55:38.5450149Z Resolving deltas: 100% (8802/8802), done. 2025-06-05T23:55:38.5450820Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/eigen'... 2025-06-05T23:55:38.5451500Z remote: Enumerating objects: 128219, done. 2025-06-05T23:55:38.5451917Z remote: Counting objects: 0% (1/1534) 2025-06-05T23:55:38.5452377Z remote: Counting objects: 1% (16/1534) 2025-06-05T23:55:38.5452776Z remote: Counting objects: 2% (31/1534) 2025-06-05T23:55:38.5453158Z remote: Counting objects: 3% (47/1534) 2025-06-05T23:55:38.5453552Z remote: Counting objects: 4% (62/1534) 2025-06-05T23:55:38.5453938Z remote: Counting objects: 5% (77/1534) 2025-06-05T23:55:38.5454335Z remote: Counting objects: 6% (93/1534) 2025-06-05T23:55:38.5454723Z remote: Counting objects: 7% (108/1534) 2025-06-05T23:55:38.5455127Z remote: Counting objects: 8% (123/1534) 2025-06-05T23:55:38.5455608Z remote: Counting objects: 9% (139/1534) 2025-06-05T23:55:38.5456001Z remote: Counting objects: 10% (154/1534) 2025-06-05T23:55:38.5456400Z remote: Counting objects: 11% (169/1534) 2025-06-05T23:55:38.5456782Z remote: Counting objects: 12% (185/1534) 2025-06-05T23:55:38.5457179Z remote: Counting objects: 13% (200/1534) 2025-06-05T23:55:38.5457564Z remote: Counting objects: 14% (215/1534) 2025-06-05T23:55:38.5457973Z remote: Counting objects: 15% (231/1534) 2025-06-05T23:55:38.5458361Z remote: Counting objects: 16% (246/1534) 2025-06-05T23:55:38.5458765Z remote: Counting objects: 17% (261/1534) 2025-06-05T23:55:38.5459234Z remote: Counting objects: 18% (277/1534) 2025-06-05T23:55:38.5459618Z remote: Counting objects: 19% (292/1534) 2025-06-05T23:55:38.5460019Z remote: Counting objects: 20% (307/1534) 2025-06-05T23:55:38.5460406Z remote: Counting objects: 21% (323/1534) 2025-06-05T23:55:38.5460813Z remote: Counting objects: 22% (338/1534) 2025-06-05T23:55:38.5461201Z remote: Counting objects: 23% (353/1534) 2025-06-05T23:55:38.5461603Z remote: Counting objects: 24% (369/1534) 2025-06-05T23:55:38.5461989Z remote: Counting objects: 25% (384/1534) 2025-06-05T23:55:38.5462393Z remote: Counting objects: 26% (399/1534) 2025-06-05T23:55:38.5462795Z remote: Counting objects: 27% (415/1534) 2025-06-05T23:55:38.5463186Z remote: Counting objects: 28% (430/1534) 2025-06-05T23:55:38.5463589Z remote: Counting objects: 29% (445/1534) 2025-06-05T23:55:38.5463979Z remote: Counting objects: 30% (461/1534) 2025-06-05T23:55:38.5464385Z remote: Counting objects: 31% (476/1534) 2025-06-05T23:55:38.5464767Z remote: Counting objects: 32% (491/1534) 2025-06-05T23:55:38.5465162Z remote: Counting objects: 33% (507/1534) 2025-06-05T23:55:38.5465557Z remote: Counting objects: 34% (522/1534) 2025-06-05T23:55:38.5465946Z remote: Counting objects: 35% (537/1534) 2025-06-05T23:55:38.5466346Z remote: Counting objects: 36% (553/1534) 2025-06-05T23:55:38.5466729Z remote: Counting objects: 37% (568/1534) 2025-06-05T23:55:38.5467124Z remote: Counting objects: 38% (583/1534) 2025-06-05T23:55:38.5467508Z remote: Counting objects: 39% (599/1534) 2025-06-05T23:55:38.5467903Z remote: Counting objects: 40% (614/1534) 2025-06-05T23:55:38.5468289Z remote: Counting objects: 41% (629/1534) 2025-06-05T23:55:38.5468684Z remote: Counting objects: 42% (645/1534) 2025-06-05T23:55:38.5469080Z remote: Counting objects: 43% (660/1534) 2025-06-05T23:55:38.5469468Z remote: Counting objects: 44% (675/1534) 2025-06-05T23:55:38.5469865Z remote: Counting objects: 45% (691/1534) 2025-06-05T23:55:38.5470254Z remote: Counting objects: 46% (706/1534) 2025-06-05T23:55:38.5470651Z remote: Counting objects: 47% (721/1534) 2025-06-05T23:55:38.5471040Z remote: Counting objects: 48% (737/1534) 2025-06-05T23:55:38.5471438Z remote: Counting objects: 49% (752/1534) 2025-06-05T23:55:38.5471820Z remote: Counting objects: 50% (767/1534) 2025-06-05T23:55:38.5472217Z remote: Counting objects: 51% (783/1534) 2025-06-05T23:55:38.5472615Z remote: Counting objects: 52% (798/1534) 2025-06-05T23:55:38.5472999Z remote: Counting objects: 53% (814/1534) 2025-06-05T23:55:38.5473396Z remote: Counting objects: 54% (829/1534) 2025-06-05T23:55:38.5473785Z remote: Counting objects: 55% (844/1534) 2025-06-05T23:55:38.5474182Z remote: Counting objects: 56% (860/1534) 2025-06-05T23:55:38.5474567Z remote: Counting objects: 57% (875/1534) 2025-06-05T23:55:38.5474962Z remote: Counting objects: 58% (890/1534) 2025-06-05T23:55:38.5475344Z remote: Counting objects: 59% (906/1534) 2025-06-05T23:55:38.5475866Z remote: Counting objects: 60% (921/1534) 2025-06-05T23:55:38.5476355Z remote: Counting objects: 61% (936/1534) 2025-06-05T23:55:38.5476744Z remote: Counting objects: 62% (952/1534) 2025-06-05T23:55:38.5477146Z remote: Counting objects: 63% (967/1534) 2025-06-05T23:55:38.5477532Z remote: Counting objects: 64% (982/1534) 2025-06-05T23:55:38.5477934Z remote: Counting objects: 65% (998/1534) 2025-06-05T23:55:38.5478325Z remote: Counting objects: 66% (1013/1534) 2025-06-05T23:55:38.5478732Z remote: Counting objects: 67% (1028/1534) 2025-06-05T23:55:38.5479141Z remote: Counting objects: 68% (1044/1534) 2025-06-05T23:55:38.5479531Z remote: Counting objects: 69% (1059/1534) 2025-06-05T23:55:38.5480003Z remote: Counting objects: 70% (1074/1534) 2025-06-05T23:55:38.5480393Z remote: Counting objects: 71% (1090/1534) 2025-06-05T23:55:38.5480794Z remote: Counting objects: 72% (1105/1534) 2025-06-05T23:55:38.5481186Z remote: Counting objects: 73% (1120/1534) 2025-06-05T23:55:38.5481589Z remote: Counting objects: 74% (1136/1534) 2025-06-05T23:55:38.5481979Z remote: Counting objects: 75% (1151/1534) 2025-06-05T23:55:38.5482382Z remote: Counting objects: 76% (1166/1534) 2025-06-05T23:55:38.5482781Z remote: Counting objects: 77% (1182/1534) 2025-06-05T23:55:38.5483170Z remote: Counting objects: 78% (1197/1534) 2025-06-05T23:55:38.5483568Z remote: Counting objects: 79% (1212/1534) 2025-06-05T23:55:38.5483957Z remote: Counting objects: 80% (1228/1534) 2025-06-05T23:55:38.5484357Z remote: Counting objects: 81% (1243/1534) 2025-06-05T23:55:38.5484745Z remote: Counting objects: 82% (1258/1534) 2025-06-05T23:55:38.5485150Z remote: Counting objects: 83% (1274/1534) 2025-06-05T23:55:38.5485540Z remote: Counting objects: 84% (1289/1534) 2025-06-05T23:55:38.5485942Z remote: Counting objects: 85% (1304/1534) 2025-06-05T23:55:38.5486347Z remote: Counting objects: 86% (1320/1534) 2025-06-05T23:55:38.5486735Z remote: Counting objects: 87% (1335/1534) 2025-06-05T23:55:38.5487135Z remote: Counting objects: 88% (1350/1534) 2025-06-05T23:55:38.5487524Z remote: Counting objects: 89% (1366/1534) 2025-06-05T23:55:38.5488156Z remote: Counting objects: 90% (1381/1534) 2025-06-05T23:55:38.5488546Z remote: Counting objects: 91% (1396/1534) 2025-06-05T23:55:38.5488947Z remote: Counting objects: 92% (1412/1534) 2025-06-05T23:55:38.5489349Z remote: Counting objects: 93% (1427/1534) 2025-06-05T23:55:38.5489736Z remote: Counting objects: 94% (1442/1534) 2025-06-05T23:55:38.5490137Z remote: Counting objects: 95% (1458/1534) 2025-06-05T23:55:38.5490530Z remote: Counting objects: 96% (1473/1534) 2025-06-05T23:55:38.5490929Z remote: Counting objects: 97% (1488/1534) 2025-06-05T23:55:38.5491317Z remote: Counting objects: 98% (1504/1534) 2025-06-05T23:55:38.5491728Z remote: Counting objects: 99% (1519/1534) 2025-06-05T23:55:38.5492115Z remote: Counting objects: 100% (1534/1534) 2025-06-05T23:55:38.5492560Z remote: Counting objects: 100% (1534/1534), done. 2025-06-05T23:55:38.5493015Z remote: Compressing objects: 0% (1/561) 2025-06-05T23:55:38.5493412Z remote: Compressing objects: 1% (6/561) 2025-06-05T23:55:38.5493823Z remote: Compressing objects: 2% (12/561) 2025-06-05T23:55:38.5494221Z remote: Compressing objects: 3% (17/561) 2025-06-05T23:55:38.5494631Z remote: Compressing objects: 4% (23/561) 2025-06-05T23:55:38.5495026Z remote: Compressing objects: 5% (29/561) 2025-06-05T23:55:38.5495432Z remote: Compressing objects: 6% (34/561) 2025-06-05T23:55:38.5495832Z remote: Compressing objects: 7% (40/561) 2025-06-05T23:55:38.5496235Z remote: Compressing objects: 8% (45/561) 2025-06-05T23:55:38.5496642Z remote: Compressing objects: 9% (51/561) 2025-06-05T23:55:38.5497175Z remote: Compressing objects: 10% (57/561) 2025-06-05T23:55:38.5497594Z remote: Compressing objects: 11% (62/561) 2025-06-05T23:55:38.5497995Z remote: Compressing objects: 12% (68/561) 2025-06-05T23:55:38.5498406Z remote: Compressing objects: 13% (73/561) 2025-06-05T23:55:38.5498808Z remote: Compressing objects: 14% (79/561) 2025-06-05T23:55:38.5499222Z remote: Compressing objects: 15% (85/561) 2025-06-05T23:55:38.5499639Z remote: Compressing objects: 16% (90/561) 2025-06-05T23:55:38.5500037Z remote: Compressing objects: 17% (96/561) 2025-06-05T23:55:38.5500455Z remote: Compressing objects: 18% (101/561) 2025-06-05T23:55:38.5500951Z remote: Compressing objects: 19% (107/561) 2025-06-05T23:55:38.5501372Z remote: Compressing objects: 20% (113/561) 2025-06-05T23:55:38.5501776Z remote: Compressing objects: 21% (118/561) 2025-06-05T23:55:38.5502198Z remote: Compressing objects: 22% (124/561) 2025-06-05T23:55:38.5502607Z remote: Compressing objects: 23% (130/561) 2025-06-05T23:55:38.5503026Z remote: Compressing objects: 24% (135/561) 2025-06-05T23:55:38.5503444Z remote: Compressing objects: 25% (141/561) 2025-06-05T23:55:38.5503847Z remote: Compressing objects: 26% (146/561) 2025-06-05T23:55:38.5504265Z remote: Compressing objects: 27% (152/561) 2025-06-05T23:55:38.5504666Z remote: Compressing objects: 28% (158/561) 2025-06-05T23:55:38.5505082Z remote: Compressing objects: 29% (163/561) 2025-06-05T23:55:38.5505482Z remote: Compressing objects: 30% (169/561) 2025-06-05T23:55:38.5505895Z remote: Compressing objects: 31% (174/561) 2025-06-05T23:55:38.5506301Z remote: Compressing objects: 32% (180/561) 2025-06-05T23:55:38.5506716Z remote: Compressing objects: 33% (186/561) 2025-06-05T23:55:38.5507126Z remote: Compressing objects: 34% (191/561) 2025-06-05T23:55:38.5507530Z remote: Compressing objects: 35% (197/561) 2025-06-05T23:55:38.5507945Z remote: Compressing objects: 36% (202/561) 2025-06-05T23:55:38.5508349Z remote: Compressing objects: 37% (208/561) 2025-06-05T23:55:38.5508765Z remote: Compressing objects: 38% (214/561) 2025-06-05T23:55:38.5509163Z remote: Compressing objects: 39% (219/561) 2025-06-05T23:55:38.5509575Z remote: Compressing objects: 40% (225/561) 2025-06-05T23:55:38.5509986Z remote: Compressing objects: 41% (231/561) 2025-06-05T23:55:38.5510387Z remote: Compressing objects: 42% (236/561) 2025-06-05T23:55:38.5510809Z remote: Compressing objects: 43% (242/561) 2025-06-05T23:55:38.5511212Z remote: Compressing objects: 44% (247/561) 2025-06-05T23:55:38.5511627Z remote: Compressing objects: 45% (253/561) 2025-06-05T23:55:38.5512028Z remote: Compressing objects: 46% (259/561) 2025-06-05T23:55:38.5512442Z remote: Compressing objects: 47% (264/561) 2025-06-05T23:55:38.5512843Z remote: Compressing objects: 48% (270/561) 2025-06-05T23:55:38.5513256Z remote: Compressing objects: 49% (275/561) 2025-06-05T23:55:38.5513668Z remote: Compressing objects: 50% (281/561) 2025-06-05T23:55:38.5514069Z remote: Compressing objects: 51% (287/561) 2025-06-05T23:55:38.5514482Z remote: Compressing objects: 52% (292/561) 2025-06-05T23:55:38.5514882Z remote: Compressing objects: 53% (298/561) 2025-06-05T23:55:38.5515296Z remote: Compressing objects: 54% (303/561) 2025-06-05T23:55:38.5515766Z remote: Compressing objects: 55% (309/561) 2025-06-05T23:55:38.5516184Z remote: Compressing objects: 56% (315/561) 2025-06-05T23:55:38.5516587Z remote: Compressing objects: 57% (320/561) 2025-06-05T23:55:38.5517003Z remote: Compressing objects: 58% (326/561) 2025-06-05T23:55:38.5517417Z remote: Compressing objects: 59% (331/561) 2025-06-05T23:55:41.5386922Z remote: Compressing objects: 60% (337/561) 2025-06-05T23:55:41.5387490Z remote: Compressing objects: 61% (343/561) 2025-06-05T23:55:41.5388084Z remote: Compressing objects: 62% (348/561) 2025-06-05T23:55:41.5388510Z remote: Compressing objects: 63% (354/561) 2025-06-05T23:55:41.5388916Z remote: Compressing objects: 64% (360/561) 2025-06-05T23:55:41.5389334Z remote: Compressing objects: 65% (365/561) 2025-06-05T23:55:41.5389748Z remote: Compressing objects: 66% (371/561) 2025-06-05T23:55:41.5390147Z remote: Compressing objects: 67% (376/561) 2025-06-05T23:55:41.5390562Z remote: Compressing objects: 68% (382/561) 2025-06-05T23:55:41.5390963Z remote: Compressing objects: 69% (388/561) 2025-06-05T23:55:41.5391520Z remote: Compressing objects: 70% (393/561) 2025-06-05T23:55:41.5391919Z remote: Compressing objects: 71% (399/561) 2025-06-05T23:55:41.5392339Z remote: Compressing objects: 72% (404/561) 2025-06-05T23:55:41.5392751Z remote: Compressing objects: 73% (410/561) 2025-06-05T23:55:41.5393169Z remote: Compressing objects: 74% (416/561) 2025-06-05T23:55:41.5393590Z remote: Compressing objects: 75% (421/561) 2025-06-05T23:55:41.5393994Z remote: Compressing objects: 76% (427/561) 2025-06-05T23:55:41.5394407Z remote: Compressing objects: 77% (432/561) 2025-06-05T23:55:41.5394806Z remote: Compressing objects: 78% (438/561) 2025-06-05T23:55:41.5395217Z remote: Compressing objects: 79% (444/561) 2025-06-05T23:55:41.5395615Z remote: Compressing objects: 80% (449/561) 2025-06-05T23:55:41.5396087Z remote: Compressing objects: 81% (455/561) 2025-06-05T23:55:41.5396499Z remote: Compressing objects: 82% (461/561) 2025-06-05T23:55:41.5396904Z remote: Compressing objects: 83% (466/561) 2025-06-05T23:55:41.5397316Z remote: Compressing objects: 84% (472/561) 2025-06-05T23:55:41.5397715Z remote: Compressing objects: 85% (477/561) 2025-06-05T23:55:41.5398135Z remote: Compressing objects: 86% (483/561) 2025-06-05T23:55:41.5398533Z remote: Compressing objects: 87% (489/561) 2025-06-05T23:55:41.5398947Z remote: Compressing objects: 88% (494/561) 2025-06-05T23:55:41.5399347Z remote: Compressing objects: 89% (500/561) 2025-06-05T23:55:41.5399762Z remote: Compressing objects: 90% (505/561) 2025-06-05T23:55:41.5400181Z remote: Compressing objects: 91% (511/561) 2025-06-05T23:55:41.5400582Z remote: Compressing objects: 92% (517/561) 2025-06-05T23:55:41.5401003Z remote: Compressing objects: 93% (522/561) 2025-06-05T23:55:41.5401402Z remote: Compressing objects: 94% (528/561) 2025-06-05T23:55:41.5401818Z remote: Compressing objects: 95% (533/561) 2025-06-05T23:55:41.5402217Z remote: Compressing objects: 96% (539/561) 2025-06-05T23:55:41.5402630Z remote: Compressing objects: 97% (545/561) 2025-06-05T23:55:41.5403035Z remote: Compressing objects: 98% (550/561) 2025-06-05T23:55:41.5403469Z remote: Compressing objects: 99% (556/561) 2025-06-05T23:55:41.5403886Z remote: Compressing objects: 100% (561/561) 2025-06-05T23:55:41.5404329Z remote: Compressing objects: 100% (561/561), done. 2025-06-05T23:55:41.5404761Z Receiving objects: 0% (1/128219) 2025-06-05T23:55:41.5405085Z Receiving objects: 1% (1283/128219) 2025-06-05T23:55:41.5405426Z Receiving objects: 2% (2565/128219) 2025-06-05T23:55:41.5405749Z Receiving objects: 3% (3847/128219) 2025-06-05T23:55:41.5406088Z Receiving objects: 4% (5129/128219) 2025-06-05T23:55:41.5406408Z Receiving objects: 5% (6411/128219) 2025-06-05T23:55:41.5406746Z Receiving objects: 6% (7694/128219) 2025-06-05T23:55:41.5407087Z Receiving objects: 7% (8976/128219) 2025-06-05T23:55:41.5407410Z Receiving objects: 8% (10258/128219) 2025-06-05T23:55:41.5407752Z Receiving objects: 9% (11540/128219) 2025-06-05T23:55:41.5408078Z Receiving objects: 10% (12822/128219) 2025-06-05T23:55:41.5408550Z Receiving objects: 11% (14105/128219) 2025-06-05T23:55:41.5408880Z Receiving objects: 12% (15387/128219) 2025-06-05T23:55:41.5409226Z Receiving objects: 13% (16669/128219) 2025-06-05T23:55:41.5409548Z Receiving objects: 14% (17951/128219) 2025-06-05T23:55:41.5409886Z Receiving objects: 15% (19233/128219) 2025-06-05T23:55:41.5410219Z Receiving objects: 16% (20516/128219) 2025-06-05T23:55:41.5410538Z Receiving objects: 17% (21798/128219) 2025-06-05T23:55:41.5410873Z Receiving objects: 18% (23080/128219) 2025-06-05T23:55:41.5411275Z Receiving objects: 19% (24362/128219), 16.83 MiB | 33.64 MiB/s 2025-06-05T23:55:41.5411787Z Receiving objects: 20% (25644/128219), 16.83 MiB | 33.64 MiB/s 2025-06-05T23:55:41.5412347Z Receiving objects: 21% (26926/128219), 16.83 MiB | 33.64 MiB/s 2025-06-05T23:55:41.5412845Z Receiving objects: 22% (28209/128219), 16.83 MiB | 33.64 MiB/s 2025-06-05T23:55:41.5413328Z Receiving objects: 23% (29491/128219), 16.83 MiB | 33.64 MiB/s 2025-06-05T23:55:41.5413827Z Receiving objects: 24% (30773/128219), 16.83 MiB | 33.64 MiB/s 2025-06-05T23:55:41.5414326Z Receiving objects: 25% (32055/128219), 16.83 MiB | 33.64 MiB/s 2025-06-05T23:55:41.5414807Z Receiving objects: 25% (32146/128219), 16.83 MiB | 33.64 MiB/s 2025-06-05T23:55:41.5415302Z Receiving objects: 26% (33337/128219), 35.27 MiB | 35.27 MiB/s 2025-06-05T23:55:41.5415784Z Receiving objects: 27% (34620/128219), 35.27 MiB | 35.27 MiB/s 2025-06-05T23:55:41.5416277Z Receiving objects: 28% (35902/128219), 35.27 MiB | 35.27 MiB/s 2025-06-05T23:55:41.5416760Z Receiving objects: 29% (37184/128219), 35.27 MiB | 35.27 MiB/s 2025-06-05T23:55:41.5417255Z Receiving objects: 30% (38466/128219), 35.27 MiB | 35.27 MiB/s 2025-06-05T23:55:41.5417758Z Receiving objects: 31% (39748/128219), 35.27 MiB | 35.27 MiB/s 2025-06-05T23:55:41.5418242Z Receiving objects: 32% (41031/128219), 35.27 MiB | 35.27 MiB/s 2025-06-05T23:55:41.5418742Z Receiving objects: 33% (42313/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5419228Z Receiving objects: 34% (43595/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5419723Z Receiving objects: 35% (44877/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5420259Z Receiving objects: 36% (46159/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5420742Z Receiving objects: 37% (47442/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5421239Z Receiving objects: 38% (48724/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5421725Z Receiving objects: 39% (50006/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5422348Z Receiving objects: 40% (51288/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5422840Z Receiving objects: 41% (52570/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5423341Z Receiving objects: 42% (53852/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5423841Z Receiving objects: 43% (55135/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5424326Z Receiving objects: 44% (56417/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5424830Z Receiving objects: 45% (57699/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5425315Z Receiving objects: 46% (58981/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5425811Z Receiving objects: 47% (60263/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5426294Z Receiving objects: 48% (61546/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5426791Z Receiving objects: 49% (62828/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5427365Z Receiving objects: 50% (64110/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5428153Z Receiving objects: 50% (65027/128219), 53.09 MiB | 35.39 MiB/s 2025-06-05T23:55:41.5428714Z Receiving objects: 51% (65392/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5429209Z Receiving objects: 52% (66674/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5429776Z Receiving objects: 53% (67957/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5430259Z Receiving objects: 54% (69239/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5430870Z Receiving objects: 55% (70521/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5431374Z Receiving objects: 56% (71803/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5431924Z Receiving objects: 57% (73085/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5432422Z Receiving objects: 58% (74368/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5432966Z Receiving objects: 59% (75650/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5433493Z Receiving objects: 60% (76932/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5434106Z Receiving objects: 61% (78214/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5434602Z Receiving objects: 62% (79496/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5435245Z Receiving objects: 63% (80778/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5435797Z Receiving objects: 64% (82061/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5436297Z Receiving objects: 65% (83343/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5436854Z Receiving objects: 66% (84625/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5437350Z Receiving objects: 67% (85907/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5437863Z Receiving objects: 68% (87189/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5438381Z Receiving objects: 69% (88472/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5438862Z Receiving objects: 70% (89754/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5439357Z Receiving objects: 71% (91036/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5439901Z Receiving objects: 72% (92318/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5440605Z Receiving objects: 73% (93600/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5441205Z Receiving objects: 74% (94883/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5441770Z Receiving objects: 75% (96165/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5442267Z Receiving objects: 76% (97447/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5442809Z Receiving objects: 77% (98729/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5443315Z Receiving objects: 78% (100011/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5443821Z Receiving objects: 79% (101294/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5444424Z Receiving objects: 80% (102576/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5444960Z Receiving objects: 81% (103858/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5445453Z Receiving objects: 82% (105140/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5445956Z Receiving objects: 83% (106422/128219), 71.55 MiB | 35.77 MiB/s 2025-06-05T23:55:41.5446618Z Receiving objects: 84% (107704/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5447131Z Receiving objects: 85% (108987/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5447631Z Receiving objects: 86% (110269/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5448118Z Receiving objects: 87% (111551/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5448625Z Receiving objects: 88% (112833/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5449112Z Receiving objects: 89% (114115/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5449608Z Receiving objects: 90% (115398/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5450094Z Receiving objects: 91% (116680/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5450594Z Receiving objects: 92% (117962/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5451098Z Receiving objects: 93% (119244/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5451586Z Receiving objects: 94% (120526/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5452089Z Receiving objects: 95% (121809/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5452580Z Receiving objects: 96% (123091/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5453089Z Receiving objects: 97% (124373/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:41.5453578Z Receiving objects: 98% (125655/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:44.9114936Z Receiving objects: 99% (126937/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:44.9115976Z Receiving objects: 99% (127837/128219), 89.77 MiB | 35.90 MiB/s 2025-06-05T23:55:44.9117071Z remote: Total 128219 (delta 973), reused 1482 (delta 970), pack-reused 126685 (from 1) 2025-06-05T23:55:44.9117943Z Receiving objects: 100% (128219/128219), 106.88 MiB | 35.62 MiB/s 2025-06-05T23:55:44.9118683Z Receiving objects: 100% (128219/128219), 107.15 MiB | 35.59 MiB/s, done. 2025-06-05T23:55:44.9119139Z Resolving deltas: 0% (0/106077) 2025-06-05T23:55:44.9119462Z Resolving deltas: 1% (1061/106077) 2025-06-05T23:55:44.9119777Z Resolving deltas: 2% (2122/106077) 2025-06-05T23:55:44.9120102Z Resolving deltas: 3% (3183/106077) 2025-06-05T23:55:44.9120567Z Resolving deltas: 4% (4244/106077) 2025-06-05T23:55:44.9120891Z Resolving deltas: 5% (5304/106077) 2025-06-05T23:55:44.9121198Z Resolving deltas: 6% (6365/106077) 2025-06-05T23:55:44.9121517Z Resolving deltas: 7% (7426/106077) 2025-06-05T23:55:44.9121832Z Resolving deltas: 8% (8487/106077) 2025-06-05T23:55:44.9122155Z Resolving deltas: 9% (9547/106077) 2025-06-05T23:55:44.9122484Z Resolving deltas: 10% (10608/106077) 2025-06-05T23:55:44.9122804Z Resolving deltas: 11% (11669/106077) 2025-06-05T23:55:44.9123136Z Resolving deltas: 12% (12730/106077) 2025-06-05T23:55:44.9123449Z Resolving deltas: 13% (13791/106077) 2025-06-05T23:55:44.9123775Z Resolving deltas: 14% (14851/106077) 2025-06-05T23:55:44.9124089Z Resolving deltas: 15% (15912/106077) 2025-06-05T23:55:44.9124418Z Resolving deltas: 16% (16973/106077) 2025-06-05T23:55:44.9124735Z Resolving deltas: 17% (18034/106077) 2025-06-05T23:55:44.9125064Z Resolving deltas: 18% (19094/106077) 2025-06-05T23:55:44.9125399Z Resolving deltas: 19% (20155/106077) 2025-06-05T23:55:44.9125715Z Resolving deltas: 20% (21216/106077) 2025-06-05T23:55:44.9126040Z Resolving deltas: 21% (22277/106077) 2025-06-05T23:55:44.9126354Z Resolving deltas: 22% (23337/106077) 2025-06-05T23:55:44.9126740Z Resolving deltas: 23% (24398/106077) 2025-06-05T23:55:44.9127068Z Resolving deltas: 24% (25459/106077) 2025-06-05T23:55:44.9127381Z Resolving deltas: 25% (26520/106077) 2025-06-05T23:55:44.9127773Z Resolving deltas: 26% (27581/106077) 2025-06-05T23:55:44.9128168Z Resolving deltas: 27% (28641/106077) 2025-06-05T23:55:44.9128608Z Resolving deltas: 28% (29702/106077) 2025-06-05T23:55:44.9128938Z Resolving deltas: 29% (30763/106077) 2025-06-05T23:55:44.9129253Z Resolving deltas: 30% (31824/106077) 2025-06-05T23:55:44.9129581Z Resolving deltas: 31% (32884/106077) 2025-06-05T23:55:44.9129895Z Resolving deltas: 32% (33945/106077) 2025-06-05T23:55:44.9130223Z Resolving deltas: 33% (35006/106077) 2025-06-05T23:55:44.9130542Z Resolving deltas: 34% (36067/106077) 2025-06-05T23:55:44.9130869Z Resolving deltas: 35% (37127/106077) 2025-06-05T23:55:44.9131179Z Resolving deltas: 36% (38188/106077) 2025-06-05T23:55:44.9131501Z Resolving deltas: 37% (39249/106077) 2025-06-05T23:55:44.9131837Z Resolving deltas: 38% (40310/106077) 2025-06-05T23:55:44.9132147Z Resolving deltas: 39% (41371/106077) 2025-06-05T23:55:44.9132471Z Resolving deltas: 40% (42431/106077) 2025-06-05T23:55:44.9132783Z Resolving deltas: 41% (43492/106077) 2025-06-05T23:55:44.9133106Z Resolving deltas: 42% (44553/106077) 2025-06-05T23:55:44.9133422Z Resolving deltas: 43% (45614/106077) 2025-06-05T23:55:44.9133752Z Resolving deltas: 44% (46674/106077) 2025-06-05T23:55:44.9134066Z Resolving deltas: 45% (47735/106077) 2025-06-05T23:55:44.9134393Z Resolving deltas: 46% (48796/106077) 2025-06-05T23:55:44.9134712Z Resolving deltas: 47% (49857/106077) 2025-06-05T23:55:44.9135039Z Resolving deltas: 48% (50917/106077) 2025-06-05T23:55:44.9135363Z Resolving deltas: 49% (51978/106077) 2025-06-05T23:55:44.9135686Z Resolving deltas: 50% (53039/106077) 2025-06-05T23:55:44.9136009Z Resolving deltas: 51% (54100/106077) 2025-06-05T23:55:44.9136323Z Resolving deltas: 52% (55161/106077) 2025-06-05T23:55:44.9136645Z Resolving deltas: 53% (56221/106077) 2025-06-05T23:55:44.9137075Z Resolving deltas: 54% (57282/106077) 2025-06-05T23:55:44.9137409Z Resolving deltas: 55% (58343/106077) 2025-06-05T23:55:44.9137722Z Resolving deltas: 56% (59404/106077) 2025-06-05T23:55:44.9138051Z Resolving deltas: 57% (60464/106077) 2025-06-05T23:55:44.9138380Z Resolving deltas: 58% (61525/106077) 2025-06-05T23:55:44.9138692Z Resolving deltas: 59% (62586/106077) 2025-06-05T23:55:44.9139025Z Resolving deltas: 60% (63647/106077) 2025-06-05T23:55:44.9139339Z Resolving deltas: 61% (64707/106077) 2025-06-05T23:55:44.9139668Z Resolving deltas: 62% (65768/106077) 2025-06-05T23:55:44.9139983Z Resolving deltas: 63% (66829/106077) 2025-06-05T23:55:44.9140310Z Resolving deltas: 64% (67890/106077) 2025-06-05T23:55:44.9140696Z Resolving deltas: 65% (68951/106077) 2025-06-05T23:55:44.9141024Z Resolving deltas: 66% (70011/106077) 2025-06-05T23:55:44.9141337Z Resolving deltas: 67% (71072/106077) 2025-06-05T23:55:44.9141666Z Resolving deltas: 68% (72133/106077) 2025-06-05T23:55:44.9142000Z Resolving deltas: 69% (73194/106077) 2025-06-05T23:55:44.9142317Z Resolving deltas: 70% (74254/106077) 2025-06-05T23:55:44.9142646Z Resolving deltas: 71% (75315/106077) 2025-06-05T23:55:44.9142960Z Resolving deltas: 72% (76376/106077) 2025-06-05T23:55:44.9143287Z Resolving deltas: 73% (77437/106077) 2025-06-05T23:55:44.9143601Z Resolving deltas: 74% (78497/106077) 2025-06-05T23:55:44.9143929Z Resolving deltas: 75% (79558/106077) 2025-06-05T23:55:44.9144246Z Resolving deltas: 76% (80619/106077) 2025-06-05T23:55:44.9144572Z Resolving deltas: 77% (81680/106077) 2025-06-05T23:55:44.9144900Z Resolving deltas: 78% (82741/106077) 2025-06-05T23:55:44.9145215Z Resolving deltas: 79% (83801/106077) 2025-06-05T23:55:44.9145550Z Resolving deltas: 80% (84862/106077) 2025-06-05T23:55:44.9145865Z Resolving deltas: 81% (85923/106077) 2025-06-05T23:55:44.9146191Z Resolving deltas: 82% (86984/106077) 2025-06-05T23:55:44.9146503Z Resolving deltas: 83% (88044/106077) 2025-06-05T23:55:44.9146852Z Resolving deltas: 83% (88198/106077) 2025-06-05T23:55:44.9147170Z Resolving deltas: 84% (89105/106077) 2025-06-05T23:55:44.9147503Z Resolving deltas: 85% (90166/106077) 2025-06-05T23:55:44.9147835Z Resolving deltas: 86% (91227/106077) 2025-06-05T23:55:44.9148155Z Resolving deltas: 87% (92287/106077) 2025-06-05T23:55:44.9148485Z Resolving deltas: 88% (93348/106077) 2025-06-05T23:55:44.9148802Z Resolving deltas: 89% (94409/106077) 2025-06-05T23:55:44.9149135Z Resolving deltas: 90% (95470/106077) 2025-06-05T23:55:44.9149450Z Resolving deltas: 91% (96531/106077) 2025-06-05T23:55:44.9149782Z Resolving deltas: 92% (97591/106077) 2025-06-05T23:55:44.9150095Z Resolving deltas: 93% (98652/106077) 2025-06-05T23:55:44.9150435Z Resolving deltas: 94% (99713/106077) 2025-06-05T23:55:44.9150772Z Resolving deltas: 95% (100774/106077) 2025-06-05T23:55:44.9151105Z Resolving deltas: 96% (101834/106077) 2025-06-05T23:55:44.9151446Z Resolving deltas: 97% (102895/106077) 2025-06-05T23:55:44.9151774Z Resolving deltas: 98% (103956/106077) 2025-06-05T23:55:44.9152109Z Resolving deltas: 99% (105017/106077) 2025-06-05T23:55:44.9152429Z Resolving deltas: 100% (106077/106077) 2025-06-05T23:55:44.9152785Z Resolving deltas: 100% (106077/106077), done. 2025-06-05T23:55:44.9153448Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/json'... 2025-06-05T23:55:44.9154130Z remote: Enumerating objects: 60588, done. 2025-06-05T23:55:44.9154535Z remote: Counting objects: 0% (1/847) 2025-06-05T23:55:44.9154909Z remote: Counting objects: 1% (9/847) 2025-06-05T23:55:44.9155297Z remote: Counting objects: 2% (17/847) 2025-06-05T23:55:44.9155757Z remote: Counting objects: 3% (26/847) 2025-06-05T23:55:44.9156156Z remote: Counting objects: 4% (34/847) 2025-06-05T23:55:44.9156530Z remote: Counting objects: 5% (43/847) 2025-06-05T23:55:44.9156915Z remote: Counting objects: 6% (51/847) 2025-06-05T23:55:44.9157386Z remote: Counting objects: 7% (60/847) 2025-06-05T23:55:44.9157775Z remote: Counting objects: 8% (68/847) 2025-06-05T23:55:44.9158165Z remote: Counting objects: 9% (77/847) 2025-06-05T23:55:44.9158544Z remote: Counting objects: 10% (85/847) 2025-06-05T23:55:44.9158938Z remote: Counting objects: 11% (94/847) 2025-06-05T23:55:44.9159322Z remote: Counting objects: 12% (102/847) 2025-06-05T23:55:44.9159720Z remote: Counting objects: 13% (111/847) 2025-06-05T23:55:44.9160105Z remote: Counting objects: 14% (119/847) 2025-06-05T23:55:44.9160502Z remote: Counting objects: 15% (128/847) 2025-06-05T23:55:44.9160882Z remote: Counting objects: 16% (136/847) 2025-06-05T23:55:44.9161347Z remote: Counting objects: 17% (144/847) 2025-06-05T23:55:44.9161744Z remote: Counting objects: 18% (153/847) 2025-06-05T23:55:44.9162126Z remote: Counting objects: 19% (161/847) 2025-06-05T23:55:44.9162520Z remote: Counting objects: 20% (170/847) 2025-06-05T23:55:44.9162901Z remote: Counting objects: 21% (178/847) 2025-06-05T23:55:44.9163293Z remote: Counting objects: 22% (187/847) 2025-06-05T23:55:44.9163670Z remote: Counting objects: 23% (195/847) 2025-06-05T23:55:44.9164061Z remote: Counting objects: 24% (204/847) 2025-06-05T23:55:44.9164438Z remote: Counting objects: 25% (212/847) 2025-06-05T23:55:44.9164830Z remote: Counting objects: 26% (221/847) 2025-06-05T23:55:44.9165222Z remote: Counting objects: 27% (229/847) 2025-06-05T23:55:44.9165599Z remote: Counting objects: 28% (238/847) 2025-06-05T23:55:44.9165994Z remote: Counting objects: 29% (246/847) 2025-06-05T23:55:44.9166379Z remote: Counting objects: 30% (255/847) 2025-06-05T23:55:44.9166772Z remote: Counting objects: 31% (263/847) 2025-06-05T23:55:44.9167153Z remote: Counting objects: 32% (272/847) 2025-06-05T23:55:44.9167546Z remote: Counting objects: 33% (280/847) 2025-06-05T23:55:44.9167928Z remote: Counting objects: 34% (288/847) 2025-06-05T23:55:44.9168320Z remote: Counting objects: 35% (297/847) 2025-06-05T23:55:44.9168710Z remote: Counting objects: 36% (305/847) 2025-06-05T23:55:44.9169088Z remote: Counting objects: 37% (314/847) 2025-06-05T23:55:44.9169477Z remote: Counting objects: 38% (322/847) 2025-06-05T23:55:44.9169854Z remote: Counting objects: 39% (331/847) 2025-06-05T23:55:44.9170245Z remote: Counting objects: 40% (339/847) 2025-06-05T23:55:44.9170624Z remote: Counting objects: 41% (348/847) 2025-06-05T23:55:44.9171012Z remote: Counting objects: 42% (356/847) 2025-06-05T23:55:44.9171395Z remote: Counting objects: 43% (365/847) 2025-06-05T23:55:44.9171785Z remote: Counting objects: 44% (373/847) 2025-06-05T23:55:44.9172175Z remote: Counting objects: 45% (382/847) 2025-06-05T23:55:44.9172551Z remote: Counting objects: 46% (390/847) 2025-06-05T23:55:44.9172948Z remote: Counting objects: 47% (399/847) 2025-06-05T23:55:44.9173326Z remote: Counting objects: 48% (407/847) 2025-06-05T23:55:44.9173717Z remote: Counting objects: 49% (416/847) 2025-06-05T23:55:44.9174095Z remote: Counting objects: 50% (424/847) 2025-06-05T23:55:44.9174485Z remote: Counting objects: 51% (432/847) 2025-06-05T23:55:44.9174872Z remote: Counting objects: 52% (441/847) 2025-06-05T23:55:44.9175249Z remote: Counting objects: 53% (449/847) 2025-06-05T23:55:44.9175637Z remote: Counting objects: 54% (458/847) 2025-06-05T23:55:44.9176014Z remote: Counting objects: 55% (466/847) 2025-06-05T23:55:44.9176404Z remote: Counting objects: 56% (475/847) 2025-06-05T23:55:44.9176786Z remote: Counting objects: 57% (483/847) 2025-06-05T23:55:44.9177175Z remote: Counting objects: 58% (492/847) 2025-06-05T23:55:44.9177553Z remote: Counting objects: 59% (500/847) 2025-06-05T23:55:44.9178041Z remote: Counting objects: 60% (509/847) 2025-06-05T23:55:44.9178445Z remote: Counting objects: 61% (517/847) 2025-06-05T23:55:44.9178823Z remote: Counting objects: 62% (526/847) 2025-06-05T23:55:44.9179219Z remote: Counting objects: 63% (534/847) 2025-06-05T23:55:44.9179602Z remote: Counting objects: 64% (543/847) 2025-06-05T23:55:44.9179999Z remote: Counting objects: 65% (551/847) 2025-06-05T23:55:44.9180381Z remote: Counting objects: 66% (560/847) 2025-06-05T23:55:44.9180774Z remote: Counting objects: 67% (568/847) 2025-06-05T23:55:44.9181154Z remote: Counting objects: 68% (576/847) 2025-06-05T23:55:44.9181548Z remote: Counting objects: 69% (585/847) 2025-06-05T23:55:44.9182006Z remote: Counting objects: 70% (593/847) 2025-06-05T23:55:44.9182386Z remote: Counting objects: 71% (602/847) 2025-06-05T23:55:44.9182776Z remote: Counting objects: 72% (610/847) 2025-06-05T23:55:44.9183159Z remote: Counting objects: 73% (619/847) 2025-06-05T23:55:44.9183552Z remote: Counting objects: 74% (627/847) 2025-06-05T23:55:44.9183931Z remote: Counting objects: 75% (636/847) 2025-06-05T23:55:44.9184321Z remote: Counting objects: 76% (644/847) 2025-06-05T23:55:47.2956866Z remote: Counting objects: 77% (653/847) 2025-06-05T23:55:47.2957638Z remote: Counting objects: 78% (661/847) 2025-06-05T23:55:47.2958269Z remote: Counting objects: 79% (670/847) 2025-06-05T23:55:47.2958674Z remote: Counting objects: 80% (678/847) 2025-06-05T23:55:47.2959062Z remote: Counting objects: 81% (687/847) 2025-06-05T23:55:47.2959457Z remote: Counting objects: 82% (695/847) 2025-06-05T23:55:47.2959928Z remote: Counting objects: 83% (704/847) 2025-06-05T23:55:47.2960309Z remote: Counting objects: 84% (712/847) 2025-06-05T23:55:47.2960700Z remote: Counting objects: 85% (720/847) 2025-06-05T23:55:47.2961108Z remote: Counting objects: 86% (729/847) 2025-06-05T23:55:47.2961492Z remote: Counting objects: 87% (737/847) 2025-06-05T23:55:47.2961887Z remote: Counting objects: 88% (746/847) 2025-06-05T23:55:47.2962267Z remote: Counting objects: 89% (754/847) 2025-06-05T23:55:47.2962659Z remote: Counting objects: 90% (763/847) 2025-06-05T23:55:47.2963040Z remote: Counting objects: 91% (771/847) 2025-06-05T23:55:47.2963431Z remote: Counting objects: 92% (780/847) 2025-06-05T23:55:47.2963821Z remote: Counting objects: 93% (788/847) 2025-06-05T23:55:47.2964200Z remote: Counting objects: 94% (797/847) 2025-06-05T23:55:47.2964589Z remote: Counting objects: 95% (805/847) 2025-06-05T23:55:47.2964977Z remote: Counting objects: 96% (814/847) 2025-06-05T23:55:47.2965365Z remote: Counting objects: 97% (822/847) 2025-06-05T23:55:47.2965743Z remote: Counting objects: 98% (831/847) 2025-06-05T23:55:47.2966137Z remote: Counting objects: 99% (839/847) 2025-06-05T23:55:47.2966517Z remote: Counting objects: 100% (847/847) 2025-06-05T23:55:47.2966941Z remote: Counting objects: 100% (847/847), done. 2025-06-05T23:55:47.2967380Z remote: Compressing objects: 0% (1/538) 2025-06-05T23:55:47.2967784Z remote: Compressing objects: 1% (6/538) 2025-06-05T23:55:47.2968196Z remote: Compressing objects: 2% (11/538) 2025-06-05T23:55:47.2968602Z remote: Compressing objects: 3% (17/538) 2025-06-05T23:55:47.2969016Z remote: Compressing objects: 4% (22/538) 2025-06-05T23:55:47.2969413Z remote: Compressing objects: 5% (27/538) 2025-06-05T23:55:47.2969818Z remote: Compressing objects: 6% (33/538) 2025-06-05T23:55:47.2970220Z remote: Compressing objects: 7% (38/538) 2025-06-05T23:55:47.2970634Z remote: Compressing objects: 8% (44/538) 2025-06-05T23:55:47.2971042Z remote: Compressing objects: 9% (49/538) 2025-06-05T23:55:47.2971692Z remote: Compressing objects: 10% (54/538) 2025-06-05T23:55:47.2972114Z remote: Compressing objects: 11% (60/538) 2025-06-05T23:55:47.2972510Z remote: Compressing objects: 12% (65/538) 2025-06-05T23:55:47.2972922Z remote: Compressing objects: 13% (70/538) 2025-06-05T23:55:47.2973318Z remote: Compressing objects: 14% (76/538) 2025-06-05T23:55:47.2973761Z remote: Compressing objects: 15% (81/538) 2025-06-05T23:55:47.2974158Z remote: Compressing objects: 16% (87/538) 2025-06-05T23:55:47.2974569Z remote: Compressing objects: 17% (92/538) 2025-06-05T23:55:47.2974977Z remote: Compressing objects: 18% (97/538) 2025-06-05T23:55:47.2975378Z remote: Compressing objects: 19% (103/538) 2025-06-05T23:55:47.2975914Z remote: Compressing objects: 20% (108/538) 2025-06-05T23:55:47.2976320Z remote: Compressing objects: 21% (113/538) 2025-06-05T23:55:47.2976739Z remote: Compressing objects: 22% (119/538) 2025-06-05T23:55:47.2977185Z remote: Compressing objects: 23% (124/538) 2025-06-05T23:55:47.2977602Z remote: Compressing objects: 24% (130/538) 2025-06-05T23:55:47.2978021Z remote: Compressing objects: 25% (135/538) 2025-06-05T23:55:47.2978420Z remote: Compressing objects: 26% (140/538) 2025-06-05T23:55:47.2978831Z remote: Compressing objects: 27% (146/538) 2025-06-05T23:55:47.2979230Z remote: Compressing objects: 28% (151/538) 2025-06-05T23:55:47.2979644Z remote: Compressing objects: 29% (157/538) 2025-06-05T23:55:47.2980041Z remote: Compressing objects: 30% (162/538) 2025-06-05T23:55:47.2980452Z remote: Compressing objects: 31% (167/538) 2025-06-05T23:55:47.2980855Z remote: Compressing objects: 32% (173/538) 2025-06-05T23:55:47.2981267Z remote: Compressing objects: 33% (178/538) 2025-06-05T23:55:47.2981676Z remote: Compressing objects: 34% (183/538) 2025-06-05T23:55:47.2982074Z remote: Compressing objects: 35% (189/538) 2025-06-05T23:55:47.2982491Z remote: Compressing objects: 36% (194/538) 2025-06-05T23:55:47.2982890Z remote: Compressing objects: 37% (200/538) 2025-06-05T23:55:47.2983302Z remote: Compressing objects: 38% (205/538) 2025-06-05T23:55:47.2983701Z remote: Compressing objects: 39% (210/538) 2025-06-05T23:55:47.2984112Z remote: Compressing objects: 40% (216/538) 2025-06-05T23:55:47.2984509Z remote: Compressing objects: 41% (221/538) 2025-06-05T23:55:47.2984921Z remote: Compressing objects: 42% (226/538) 2025-06-05T23:55:47.2985330Z remote: Compressing objects: 43% (232/538) 2025-06-05T23:55:47.2985728Z remote: Compressing objects: 44% (237/538) 2025-06-05T23:55:47.2986145Z remote: Compressing objects: 45% (243/538) 2025-06-05T23:55:47.2986543Z remote: Compressing objects: 46% (248/538) 2025-06-05T23:55:47.2986956Z remote: Compressing objects: 47% (253/538) 2025-06-05T23:55:47.2987358Z remote: Compressing objects: 48% (259/538) 2025-06-05T23:55:47.2987992Z remote: Compressing objects: 49% (264/538) 2025-06-05T23:55:47.2988406Z remote: Compressing objects: 50% (269/538) 2025-06-05T23:55:47.2988807Z remote: Compressing objects: 51% (275/538) 2025-06-05T23:55:47.2989220Z remote: Compressing objects: 52% (280/538) 2025-06-05T23:55:47.2989620Z remote: Compressing objects: 53% (286/538) 2025-06-05T23:55:47.2990035Z remote: Compressing objects: 54% (291/538) 2025-06-05T23:55:47.2990436Z remote: Compressing objects: 55% (296/538) 2025-06-05T23:55:47.2990854Z remote: Compressing objects: 56% (302/538) 2025-06-05T23:55:47.2991255Z remote: Compressing objects: 57% (307/538) 2025-06-05T23:55:47.2991683Z remote: Compressing objects: 58% (313/538) 2025-06-05T23:55:47.2992096Z remote: Compressing objects: 59% (318/538) 2025-06-05T23:55:47.2992496Z remote: Compressing objects: 60% (323/538) 2025-06-05T23:55:47.2993076Z remote: Compressing objects: 61% (329/538) 2025-06-05T23:55:47.2993480Z remote: Compressing objects: 62% (334/538) 2025-06-05T23:55:47.2993891Z remote: Compressing objects: 63% (339/538) 2025-06-05T23:55:47.2994296Z remote: Compressing objects: 64% (345/538) 2025-06-05T23:55:47.2994711Z remote: Compressing objects: 65% (350/538) 2025-06-05T23:55:47.2995109Z remote: Compressing objects: 66% (356/538) 2025-06-05T23:55:47.2995523Z remote: Compressing objects: 67% (361/538) 2025-06-05T23:55:47.2996005Z remote: Compressing objects: 68% (366/538) 2025-06-05T23:55:47.2996426Z remote: Compressing objects: 69% (372/538) 2025-06-05T23:55:47.2996954Z remote: Compressing objects: 70% (377/538) 2025-06-05T23:55:47.2997360Z remote: Compressing objects: 71% (382/538) 2025-06-05T23:55:47.2997782Z remote: Compressing objects: 72% (388/538) 2025-06-05T23:55:47.2998192Z remote: Compressing objects: 73% (393/538) 2025-06-05T23:55:47.2998609Z remote: Compressing objects: 74% (399/538) 2025-06-05T23:55:47.2999028Z remote: Compressing objects: 75% (404/538) 2025-06-05T23:55:47.2999431Z remote: Compressing objects: 76% (409/538) 2025-06-05T23:55:47.2999849Z remote: Compressing objects: 77% (415/538) 2025-06-05T23:55:47.3000252Z remote: Compressing objects: 78% (420/538) 2025-06-05T23:55:47.3000670Z remote: Compressing objects: 79% (426/538) 2025-06-05T23:55:47.3001074Z remote: Compressing objects: 80% (431/538) 2025-06-05T23:55:47.3001491Z remote: Compressing objects: 81% (436/538) 2025-06-05T23:55:47.3001898Z remote: Compressing objects: 82% (442/538) 2025-06-05T23:55:47.3002321Z remote: Compressing objects: 83% (447/538) 2025-06-05T23:55:47.3002744Z remote: Compressing objects: 84% (452/538) 2025-06-05T23:55:47.3003145Z remote: Compressing objects: 85% (458/538) 2025-06-05T23:55:47.3003568Z remote: Compressing objects: 86% (463/538) 2025-06-05T23:55:47.3003971Z remote: Compressing objects: 87% (469/538) 2025-06-05T23:55:47.3004389Z remote: Compressing objects: 88% (474/538) 2025-06-05T23:55:47.3004793Z remote: Compressing objects: 89% (479/538) 2025-06-05T23:55:47.3005204Z remote: Compressing objects: 90% (485/538) 2025-06-05T23:55:47.3005603Z remote: Compressing objects: 91% (490/538) 2025-06-05T23:55:47.3006014Z remote: Compressing objects: 92% (495/538) 2025-06-05T23:55:47.3006428Z remote: Compressing objects: 93% (501/538) 2025-06-05T23:55:47.3006825Z remote: Compressing objects: 94% (506/538) 2025-06-05T23:55:47.3007240Z remote: Compressing objects: 95% (512/538) 2025-06-05T23:55:47.3007639Z remote: Compressing objects: 96% (517/538) 2025-06-05T23:55:47.3008049Z remote: Compressing objects: 97% (522/538) 2025-06-05T23:55:47.3008448Z remote: Compressing objects: 98% (528/538) 2025-06-05T23:55:47.3008862Z remote: Compressing objects: 99% (533/538) 2025-06-05T23:55:47.3009280Z remote: Compressing objects: 100% (538/538) 2025-06-05T23:55:47.3009724Z remote: Compressing objects: 100% (538/538), done. 2025-06-05T23:55:47.3010148Z Receiving objects: 0% (1/60588) 2025-06-05T23:55:47.3010465Z Receiving objects: 1% (606/60588) 2025-06-05T23:55:47.3010802Z Receiving objects: 2% (1212/60588) 2025-06-05T23:55:47.3011120Z Receiving objects: 3% (1818/60588) 2025-06-05T23:55:47.3011448Z Receiving objects: 4% (2424/60588) 2025-06-05T23:55:47.3011760Z Receiving objects: 5% (3030/60588) 2025-06-05T23:55:47.3012082Z Receiving objects: 6% (3636/60588) 2025-06-05T23:55:47.3012399Z Receiving objects: 7% (4242/60588) 2025-06-05T23:55:47.3012722Z Receiving objects: 8% (4848/60588) 2025-06-05T23:55:47.3013045Z Receiving objects: 9% (5453/60588) 2025-06-05T23:55:47.3013357Z Receiving objects: 10% (6059/60588) 2025-06-05T23:55:47.3013679Z Receiving objects: 11% (6665/60588) 2025-06-05T23:55:47.3014073Z Receiving objects: 12% (7271/60588) 2025-06-05T23:55:47.3014404Z Receiving objects: 13% (7877/60588) 2025-06-05T23:55:47.3014714Z Receiving objects: 14% (8483/60588) 2025-06-05T23:55:47.3015041Z Receiving objects: 15% (9089/60588) 2025-06-05T23:55:47.3015356Z Receiving objects: 16% (9695/60588) 2025-06-05T23:55:47.3015689Z Receiving objects: 17% (10300/60588) 2025-06-05T23:55:47.3016109Z Receiving objects: 18% (10906/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3016600Z Receiving objects: 19% (11512/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3017098Z Receiving objects: 20% (12118/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3017579Z Receiving objects: 21% (12724/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3018168Z Receiving objects: 22% (13330/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3018647Z Receiving objects: 23% (13936/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3019146Z Receiving objects: 24% (14542/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3019640Z Receiving objects: 25% (15147/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3020118Z Receiving objects: 26% (15753/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3020617Z Receiving objects: 27% (16359/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3021095Z Receiving objects: 28% (16965/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3021583Z Receiving objects: 29% (17571/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3022057Z Receiving objects: 30% (18177/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3022550Z Receiving objects: 31% (18783/60588), 26.23 MiB | 52.45 MiB/s 2025-06-05T23:55:47.3023027Z Receiving objects: 31% (19114/60588), 48.81 MiB | 48.80 MiB/s 2025-06-05T23:55:52.8776307Z Receiving objects: 32% (19389/60588), 48.81 MiB | 48.80 MiB/s 2025-06-05T23:55:52.8777310Z Receiving objects: 33% (19995/60588), 62.91 MiB | 41.94 MiB/s 2025-06-05T23:55:52.8778367Z Receiving objects: 33% (20381/60588), 78.67 MiB | 39.33 MiB/s 2025-06-05T23:55:52.8779306Z Receiving objects: 33% (20386/60588), 124.22 MiB | 41.40 MiB/s 2025-06-05T23:55:52.8780250Z Receiving objects: 34% (20600/60588), 142.86 MiB | 40.81 MiB/s 2025-06-05T23:55:52.8781202Z Receiving objects: 35% (21206/60588), 142.86 MiB | 40.81 MiB/s 2025-06-05T23:55:52.8782133Z Receiving objects: 36% (21812/60588), 142.86 MiB | 40.81 MiB/s 2025-06-05T23:55:52.8783077Z Receiving objects: 37% (22418/60588), 142.86 MiB | 40.81 MiB/s 2025-06-05T23:55:52.8784006Z Receiving objects: 38% (23024/60588), 142.86 MiB | 40.81 MiB/s 2025-06-05T23:55:52.8784950Z Receiving objects: 39% (23630/60588), 142.86 MiB | 40.81 MiB/s 2025-06-05T23:55:52.8785896Z Receiving objects: 40% (24236/60588), 142.86 MiB | 40.81 MiB/s 2025-06-05T23:55:52.8786840Z Receiving objects: 41% (24842/60588), 142.86 MiB | 40.81 MiB/s 2025-06-05T23:55:52.8787963Z Receiving objects: 41% (25022/60588), 142.86 MiB | 40.81 MiB/s 2025-06-05T23:55:52.8788896Z Receiving objects: 42% (25447/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8789862Z Receiving objects: 43% (26053/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8790797Z Receiving objects: 44% (26659/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8791749Z Receiving objects: 45% (27265/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8792681Z Receiving objects: 46% (27871/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8793609Z Receiving objects: 47% (28477/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8794504Z Receiving objects: 48% (29083/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8804249Z Receiving objects: 49% (29689/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8805203Z Receiving objects: 50% (30294/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8806163Z Receiving objects: 51% (30900/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8807126Z Receiving objects: 52% (31506/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8808068Z Receiving objects: 53% (32112/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8809360Z Receiving objects: 54% (32718/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8810285Z Receiving objects: 55% (33324/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8811237Z Receiving objects: 56% (33930/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8812170Z Receiving objects: 57% (34536/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8813126Z Receiving objects: 58% (35142/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8814066Z Receiving objects: 59% (35747/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8815026Z Receiving objects: 60% (36353/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8815980Z Receiving objects: 61% (36959/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8817072Z Receiving objects: 62% (37565/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8818017Z Receiving objects: 63% (38171/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8818957Z Receiving objects: 64% (38777/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8819916Z Receiving objects: 65% (39383/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8820850Z Receiving objects: 66% (39989/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8821801Z Receiving objects: 67% (40594/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8822750Z Receiving objects: 68% (41200/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8823686Z Receiving objects: 69% (41806/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8824606Z Receiving objects: 70% (42412/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8825507Z Receiving objects: 71% (43018/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8826407Z Receiving objects: 72% (43624/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8827347Z Receiving objects: 73% (44230/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8828294Z Receiving objects: 74% (44836/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8829212Z Receiving objects: 75% (45441/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8830155Z Receiving objects: 76% (46047/60588), 171.66 MiB | 42.91 MiB/s 2025-06-05T23:55:52.8831101Z Receiving objects: 77% (46653/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8832032Z Receiving objects: 78% (47259/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8832970Z Receiving objects: 79% (47865/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8833884Z Receiving objects: 80% (48471/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8834823Z Receiving objects: 81% (49077/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8835823Z Receiving objects: 82% (49683/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8836761Z Receiving objects: 83% (50289/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8837721Z Receiving objects: 84% (50894/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8838635Z Receiving objects: 85% (51500/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8839580Z Receiving objects: 86% (52106/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8840523Z Receiving objects: 87% (52712/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8841472Z Receiving objects: 88% (53318/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8842405Z Receiving objects: 89% (53924/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8843340Z Receiving objects: 90% (54530/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8844295Z Receiving objects: 91% (55136/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8845224Z Receiving objects: 92% (55741/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8846171Z Receiving objects: 93% (56347/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8847074Z Receiving objects: 94% (56953/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8848034Z Receiving objects: 95% (57559/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8848979Z Receiving objects: 96% (58165/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8849911Z Receiving objects: 97% (58771/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8851018Z Receiving objects: 98% (59377/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8851929Z Receiving objects: 99% (59983/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8853046Z remote: Total 60588 (delta 678), reused 310 (delta 309), pack-reused 59741 (from 3) 2025-06-05T23:55:52.8854221Z Receiving objects: 100% (60588/60588), 200.17 MiB | 44.48 MiB/s 2025-06-05T23:55:52.8855241Z Receiving objects: 100% (60588/60588), 217.55 MiB | 44.04 MiB/s, done. 2025-06-05T23:55:52.8856106Z Resolving deltas: 0% (0/34961) 2025-06-05T23:55:52.8856674Z Resolving deltas: 1% (350/34961) 2025-06-05T23:55:52.8857273Z Resolving deltas: 2% (700/34961) 2025-06-05T23:55:52.8857958Z Resolving deltas: 3% (1049/34961) 2025-06-05T23:55:52.8858552Z Resolving deltas: 4% (1399/34961) 2025-06-05T23:55:52.8859129Z Resolving deltas: 5% (1749/34961) 2025-06-05T23:55:52.8859722Z Resolving deltas: 6% (2098/34961) 2025-06-05T23:55:52.8860297Z Resolving deltas: 7% (2448/34961) 2025-06-05T23:55:52.8860902Z Resolving deltas: 8% (2797/34961) 2025-06-05T23:55:52.8861489Z Resolving deltas: 9% (3147/34961) 2025-06-05T23:55:52.8862050Z Resolving deltas: 10% (3497/34961) 2025-06-05T23:55:52.8862633Z Resolving deltas: 11% (3846/34961) 2025-06-05T23:55:52.8863211Z Resolving deltas: 12% (4196/34961) 2025-06-05T23:55:52.8863812Z Resolving deltas: 13% (4545/34961) 2025-06-05T23:55:52.8864391Z Resolving deltas: 14% (4895/34961) 2025-06-05T23:55:52.8864981Z Resolving deltas: 15% (5245/34961) 2025-06-05T23:55:52.8865540Z Resolving deltas: 16% (5594/34961) 2025-06-05T23:55:52.8866121Z Resolving deltas: 17% (5944/34961) 2025-06-05T23:55:52.8866702Z Resolving deltas: 18% (6293/34961) 2025-06-05T23:55:52.8867298Z Resolving deltas: 19% (6643/34961) 2025-06-05T23:55:52.8867888Z Resolving deltas: 20% (6993/34961) 2025-06-05T23:55:52.8868467Z Resolving deltas: 21% (7342/34961) 2025-06-05T23:55:52.8869057Z Resolving deltas: 22% (7692/34961) 2025-06-05T23:55:52.8869644Z Resolving deltas: 23% (8042/34961) 2025-06-05T23:55:52.8870237Z Resolving deltas: 24% (8391/34961) 2025-06-05T23:55:52.8870818Z Resolving deltas: 24% (8593/34961) 2025-06-05T23:55:52.8871394Z Resolving deltas: 25% (8741/34961) 2025-06-05T23:55:52.8871948Z Resolving deltas: 26% (9090/34961) 2025-06-05T23:55:52.8872540Z Resolving deltas: 27% (9440/34961) 2025-06-05T23:55:52.8873123Z Resolving deltas: 28% (9790/34961) 2025-06-05T23:55:52.8873721Z Resolving deltas: 29% (10139/34961) 2025-06-05T23:55:52.8874321Z Resolving deltas: 30% (10489/34961) 2025-06-05T23:55:52.8874910Z Resolving deltas: 31% (10838/34961) 2025-06-05T23:55:52.8875688Z Resolving deltas: 32% (11188/34961) 2025-06-05T23:55:52.8876288Z Resolving deltas: 33% (11538/34961) 2025-06-05T23:55:52.8876894Z Resolving deltas: 34% (11887/34961) 2025-06-05T23:55:52.8877459Z Resolving deltas: 35% (12237/34961) 2025-06-05T23:55:52.8878056Z Resolving deltas: 36% (12586/34961) 2025-06-05T23:55:52.8878650Z Resolving deltas: 37% (12936/34961) 2025-06-05T23:55:52.8879262Z Resolving deltas: 38% (13286/34961) 2025-06-05T23:55:52.8879863Z Resolving deltas: 39% (13635/34961) 2025-06-05T23:55:52.8880451Z Resolving deltas: 40% (13985/34961) 2025-06-05T23:55:52.8881048Z Resolving deltas: 41% (14335/34961) 2025-06-05T23:55:52.8881635Z Resolving deltas: 42% (14684/34961) 2025-06-05T23:55:52.8882229Z Resolving deltas: 43% (15034/34961) 2025-06-05T23:55:52.8882810Z Resolving deltas: 44% (15383/34961) 2025-06-05T23:55:52.8883407Z Resolving deltas: 45% (15733/34961) 2025-06-05T23:55:52.8883992Z Resolving deltas: 46% (16083/34961) 2025-06-05T23:55:52.8884594Z Resolving deltas: 47% (16432/34961) 2025-06-05T23:55:52.8885183Z Resolving deltas: 48% (16782/34961) 2025-06-05T23:55:52.8885800Z Resolving deltas: 49% (17131/34961) 2025-06-05T23:55:52.8886397Z Resolving deltas: 50% (17481/34961) 2025-06-05T23:55:52.8886974Z Resolving deltas: 51% (17831/34961) 2025-06-05T23:55:52.8887752Z Resolving deltas: 52% (18180/34961) 2025-06-05T23:55:52.8888353Z Resolving deltas: 53% (18530/34961) 2025-06-05T23:55:52.8889173Z Resolving deltas: 54% (18879/34961) 2025-06-05T23:55:52.8889760Z Resolving deltas: 55% (19229/34961) 2025-06-05T23:55:52.8890353Z Resolving deltas: 56% (19579/34961) 2025-06-05T23:55:52.8890940Z Resolving deltas: 57% (19928/34961) 2025-06-05T23:55:52.8891548Z Resolving deltas: 58% (20278/34961) 2025-06-05T23:55:52.8892138Z Resolving deltas: 59% (20627/34961) 2025-06-05T23:55:52.8892731Z Resolving deltas: 60% (20977/34961) 2025-06-05T23:55:52.8893307Z Resolving deltas: 61% (21327/34961) 2025-06-05T23:55:52.8893895Z Resolving deltas: 62% (21676/34961) 2025-06-05T23:55:52.8894493Z Resolving deltas: 63% (22026/34961) 2025-06-05T23:55:52.8895080Z Resolving deltas: 64% (22376/34961) 2025-06-05T23:55:52.8895844Z Resolving deltas: 65% (22725/34961) 2025-06-05T23:55:52.8896430Z Resolving deltas: 66% (23075/34961) 2025-06-05T23:55:52.8897031Z Resolving deltas: 67% (23424/34961) 2025-06-05T23:55:52.8897608Z Resolving deltas: 68% (23774/34961) 2025-06-05T23:55:52.8898206Z Resolving deltas: 69% (24124/34961) 2025-06-05T23:55:52.8898806Z Resolving deltas: 70% (24473/34961) 2025-06-05T23:55:52.8899393Z Resolving deltas: 71% (24823/34961) 2025-06-05T23:55:52.8899992Z Resolving deltas: 72% (25172/34961) 2025-06-05T23:55:52.8900576Z Resolving deltas: 73% (25522/34961) 2025-06-05T23:55:52.8901173Z Resolving deltas: 74% (25872/34961) 2025-06-05T23:55:52.8901757Z Resolving deltas: 75% (26221/34961) 2025-06-05T23:55:52.8902350Z Resolving deltas: 75% (26417/34961) 2025-06-05T23:55:52.8902932Z Resolving deltas: 76% (26571/34961) 2025-06-05T23:55:52.8903530Z Resolving deltas: 77% (26920/34961) 2025-06-05T23:55:52.8904120Z Resolving deltas: 78% (27270/34961) 2025-06-05T23:55:52.8904722Z Resolving deltas: 79% (27620/34961) 2025-06-05T23:55:52.8905318Z Resolving deltas: 80% (27969/34961) 2025-06-05T23:55:52.8905903Z Resolving deltas: 81% (28319/34961) 2025-06-05T23:55:52.8906504Z Resolving deltas: 82% (28669/34961) 2025-06-05T23:55:52.8907088Z Resolving deltas: 83% (29018/34961) 2025-06-05T23:55:52.8907673Z Resolving deltas: 84% (29368/34961) 2025-06-05T23:55:52.8908241Z Resolving deltas: 85% (29717/34961) 2025-06-05T23:55:52.8908843Z Resolving deltas: 86% (30067/34961) 2025-06-05T23:55:52.8909429Z Resolving deltas: 87% (30417/34961) 2025-06-05T23:55:52.8910032Z Resolving deltas: 88% (30766/34961) 2025-06-05T23:55:52.8910616Z Resolving deltas: 89% (31116/34961) 2025-06-05T23:55:52.8911219Z Resolving deltas: 90% (31465/34961) 2025-06-05T23:55:56.2884774Z Resolving deltas: 91% (31815/34961) 2025-06-05T23:55:56.2885365Z Resolving deltas: 92% (32165/34961) 2025-06-05T23:55:56.2885806Z Resolving deltas: 93% (32514/34961) 2025-06-05T23:55:56.2886142Z Resolving deltas: 94% (32864/34961) 2025-06-05T23:55:56.2886773Z Resolving deltas: 95% (33213/34961) 2025-06-05T23:55:56.2887456Z Resolving deltas: 96% (33563/34961) 2025-06-05T23:55:56.2887979Z Resolving deltas: 97% (33913/34961) 2025-06-05T23:55:56.2888441Z Resolving deltas: 98% (34262/34961) 2025-06-05T23:55:56.2888989Z Resolving deltas: 99% (34612/34961) 2025-06-05T23:55:56.2889584Z Resolving deltas: 100% (34961/34961) 2025-06-05T23:55:56.2890175Z Resolving deltas: 100% (34961/34961), done. 2025-06-05T23:55:56.2891443Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/pybind11'... 2025-06-05T23:55:56.2892175Z remote: Enumerating objects: 31544, done. 2025-06-05T23:55:56.2892655Z remote: Counting objects: 2% (1/44) 2025-06-05T23:55:56.2893072Z remote: Counting objects: 4% (2/44) 2025-06-05T23:55:56.2893515Z remote: Counting objects: 6% (3/44) 2025-06-05T23:55:56.2893954Z remote: Counting objects: 9% (4/44) 2025-06-05T23:55:56.2894338Z remote: Counting objects: 11% (5/44) 2025-06-05T23:55:56.2894728Z remote: Counting objects: 13% (6/44) 2025-06-05T23:55:56.2895093Z remote: Counting objects: 15% (7/44) 2025-06-05T23:55:56.2895520Z remote: Counting objects: 18% (8/44) 2025-06-05T23:55:56.2896214Z remote: Counting objects: 20% (9/44) 2025-06-05T23:55:56.2896668Z remote: Counting objects: 22% (10/44) 2025-06-05T23:55:56.2897092Z remote: Counting objects: 25% (11/44) 2025-06-05T23:55:56.2897478Z remote: Counting objects: 27% (12/44) 2025-06-05T23:55:56.2897848Z remote: Counting objects: 29% (13/44) 2025-06-05T23:55:56.2898231Z remote: Counting objects: 31% (14/44) 2025-06-05T23:55:56.2898616Z remote: Counting objects: 34% (15/44) 2025-06-05T23:55:56.2898987Z remote: Counting objects: 36% (16/44) 2025-06-05T23:55:56.2899369Z remote: Counting objects: 38% (17/44) 2025-06-05T23:55:56.2899809Z remote: Counting objects: 40% (18/44) 2025-06-05T23:55:56.2900426Z remote: Counting objects: 43% (19/44) 2025-06-05T23:55:56.2900799Z remote: Counting objects: 45% (20/44) 2025-06-05T23:55:56.2901262Z remote: Counting objects: 47% (21/44) 2025-06-05T23:55:56.2901645Z remote: Counting objects: 50% (22/44) 2025-06-05T23:55:56.2902023Z remote: Counting objects: 52% (23/44) 2025-06-05T23:55:56.2902405Z remote: Counting objects: 54% (24/44) 2025-06-05T23:55:56.2902778Z remote: Counting objects: 56% (25/44) 2025-06-05T23:55:56.2903159Z remote: Counting objects: 59% (26/44) 2025-06-05T23:55:56.2903529Z remote: Counting objects: 61% (27/44) 2025-06-05T23:55:56.2903992Z remote: Counting objects: 63% (28/44) 2025-06-05T23:55:56.2904510Z remote: Counting objects: 65% (29/44) 2025-06-05T23:55:56.2904894Z remote: Counting objects: 68% (30/44) 2025-06-05T23:55:56.2905339Z remote: Counting objects: 70% (31/44) 2025-06-05T23:55:56.2905707Z remote: Counting objects: 72% (32/44) 2025-06-05T23:55:56.2906104Z remote: Counting objects: 75% (33/44) 2025-06-05T23:55:56.2906477Z remote: Counting objects: 77% (34/44) 2025-06-05T23:55:56.2906869Z remote: Counting objects: 79% (35/44) 2025-06-05T23:55:56.2907260Z remote: Counting objects: 81% (36/44) 2025-06-05T23:55:56.2907689Z remote: Counting objects: 84% (37/44) 2025-06-05T23:55:56.2908091Z remote: Counting objects: 86% (38/44) 2025-06-05T23:55:56.2908571Z remote: Counting objects: 88% (39/44) 2025-06-05T23:55:56.2908961Z remote: Counting objects: 90% (40/44) 2025-06-05T23:55:56.2909400Z remote: Counting objects: 93% (41/44) 2025-06-05T23:55:56.2909787Z remote: Counting objects: 95% (42/44) 2025-06-05T23:55:56.2910159Z remote: Counting objects: 97% (43/44) 2025-06-05T23:55:56.2910549Z remote: Counting objects: 100% (44/44) 2025-06-05T23:55:56.2910968Z remote: Counting objects: 100% (44/44), done. 2025-06-05T23:55:56.2911396Z remote: Compressing objects: 2% (1/40) 2025-06-05T23:55:56.2911806Z remote: Compressing objects: 5% (2/40) 2025-06-05T23:55:56.2912201Z remote: Compressing objects: 7% (3/40) 2025-06-05T23:55:56.2912612Z remote: Compressing objects: 10% (4/40) 2025-06-05T23:55:56.2913003Z remote: Compressing objects: 12% (5/40) 2025-06-05T23:55:56.2913404Z remote: Compressing objects: 15% (6/40) 2025-06-05T23:55:56.2913795Z remote: Compressing objects: 17% (7/40) 2025-06-05T23:55:56.2914195Z remote: Compressing objects: 20% (8/40) 2025-06-05T23:55:56.2914593Z remote: Compressing objects: 22% (9/40) 2025-06-05T23:55:56.2914982Z remote: Compressing objects: 25% (10/40) 2025-06-05T23:55:56.2915396Z remote: Compressing objects: 27% (11/40) 2025-06-05T23:55:56.2915857Z remote: Compressing objects: 30% (12/40) 2025-06-05T23:55:56.2916263Z remote: Compressing objects: 32% (13/40) 2025-06-05T23:55:56.2916661Z remote: Compressing objects: 35% (14/40) 2025-06-05T23:55:56.2917063Z remote: Compressing objects: 37% (15/40) 2025-06-05T23:55:56.2917467Z remote: Compressing objects: 40% (16/40) 2025-06-05T23:55:56.2917982Z remote: Compressing objects: 42% (17/40) 2025-06-05T23:55:56.2918388Z remote: Compressing objects: 45% (18/40) 2025-06-05T23:55:56.2918780Z remote: Compressing objects: 47% (19/40) 2025-06-05T23:55:56.2919190Z remote: Compressing objects: 50% (20/40) 2025-06-05T23:55:56.2919582Z remote: Compressing objects: 52% (21/40) 2025-06-05T23:55:56.2919989Z remote: Compressing objects: 55% (22/40) 2025-06-05T23:55:56.2920380Z remote: Compressing objects: 57% (23/40) 2025-06-05T23:55:56.2920788Z remote: Compressing objects: 60% (24/40) 2025-06-05T23:55:56.2921195Z remote: Compressing objects: 62% (25/40) 2025-06-05T23:55:56.2921588Z remote: Compressing objects: 65% (26/40) 2025-06-05T23:55:56.2922060Z remote: Compressing objects: 67% (27/40) 2025-06-05T23:55:56.2922451Z remote: Compressing objects: 70% (28/40) 2025-06-05T23:55:56.2922854Z remote: Compressing objects: 72% (29/40) 2025-06-05T23:55:56.2923252Z remote: Compressing objects: 75% (30/40) 2025-06-05T23:55:56.2923654Z remote: Compressing objects: 77% (31/40) 2025-06-05T23:55:56.2924044Z remote: Compressing objects: 80% (32/40) 2025-06-05T23:55:56.2924454Z remote: Compressing objects: 82% (33/40) 2025-06-05T23:55:56.2924857Z remote: Compressing objects: 85% (34/40) 2025-06-05T23:55:56.2925245Z remote: Compressing objects: 87% (35/40) 2025-06-05T23:55:56.2925650Z remote: Compressing objects: 90% (36/40) 2025-06-05T23:55:56.2926044Z remote: Compressing objects: 92% (37/40) 2025-06-05T23:55:56.2926450Z remote: Compressing objects: 95% (38/40) 2025-06-05T23:55:56.2926841Z remote: Compressing objects: 97% (39/40) 2025-06-05T23:55:56.2927248Z remote: Compressing objects: 100% (40/40) 2025-06-05T23:55:56.2927679Z remote: Compressing objects: 100% (40/40), done. 2025-06-05T23:55:56.2928098Z Receiving objects: 0% (1/31544) 2025-06-05T23:55:56.2928423Z Receiving objects: 1% (316/31544) 2025-06-05T23:55:56.2928744Z Receiving objects: 2% (631/31544) 2025-06-05T23:55:56.2929069Z Receiving objects: 3% (947/31544) 2025-06-05T23:55:56.2929383Z Receiving objects: 4% (1262/31544) 2025-06-05T23:55:56.2929712Z Receiving objects: 5% (1578/31544) 2025-06-05T23:55:56.2930026Z Receiving objects: 6% (1893/31544) 2025-06-05T23:55:56.2930349Z Receiving objects: 7% (2209/31544) 2025-06-05T23:55:56.2930657Z Receiving objects: 8% (2524/31544) 2025-06-05T23:55:56.2930983Z Receiving objects: 9% (2839/31544) 2025-06-05T23:55:56.2931304Z Receiving objects: 10% (3155/31544) 2025-06-05T23:55:56.2931614Z Receiving objects: 11% (3470/31544) 2025-06-05T23:55:56.2931938Z Receiving objects: 12% (3786/31544) 2025-06-05T23:55:56.2932253Z Receiving objects: 13% (4101/31544) 2025-06-05T23:55:56.2932577Z Receiving objects: 14% (4417/31544) 2025-06-05T23:55:56.2932889Z Receiving objects: 15% (4732/31544) 2025-06-05T23:55:56.2933214Z Receiving objects: 16% (5048/31544) 2025-06-05T23:55:56.2933530Z Receiving objects: 17% (5363/31544) 2025-06-05T23:55:56.2933851Z Receiving objects: 18% (5678/31544) 2025-06-05T23:55:56.2934162Z Receiving objects: 19% (5994/31544) 2025-06-05T23:55:56.2934501Z Receiving objects: 20% (6309/31544) 2025-06-05T23:55:56.2934880Z Receiving objects: 21% (6625/31544) 2025-06-05T23:55:56.2935191Z Receiving objects: 22% (6940/31544) 2025-06-05T23:55:56.2935514Z Receiving objects: 23% (7256/31544) 2025-06-05T23:55:56.2935825Z Receiving objects: 24% (7571/31544) 2025-06-05T23:55:56.2936150Z Receiving objects: 25% (7886/31544) 2025-06-05T23:55:56.2936460Z Receiving objects: 26% (8202/31544) 2025-06-05T23:55:56.2936786Z Receiving objects: 27% (8517/31544) 2025-06-05T23:55:56.2937101Z Receiving objects: 28% (8833/31544) 2025-06-05T23:55:56.2937430Z Receiving objects: 29% (9148/31544) 2025-06-05T23:55:56.2937757Z Receiving objects: 30% (9464/31544) 2025-06-05T23:55:56.2938071Z Receiving objects: 31% (9779/31544) 2025-06-05T23:55:56.2938408Z Receiving objects: 32% (10095/31544) 2025-06-05T23:55:56.2938819Z Receiving objects: 33% (10410/31544) 2025-06-05T23:55:56.2939156Z Receiving objects: 34% (10725/31544) 2025-06-05T23:55:56.2939479Z Receiving objects: 35% (11041/31544) 2025-06-05T23:55:56.2939807Z Receiving objects: 36% (11356/31544) 2025-06-05T23:55:56.2940121Z Receiving objects: 37% (11672/31544) 2025-06-05T23:55:56.2940449Z Receiving objects: 38% (11987/31544) 2025-06-05T23:55:56.2940769Z Receiving objects: 39% (12303/31544) 2025-06-05T23:55:56.2941103Z Receiving objects: 40% (12618/31544) 2025-06-05T23:55:56.2941430Z Receiving objects: 41% (12934/31544) 2025-06-05T23:55:56.2941745Z Receiving objects: 42% (13249/31544) 2025-06-05T23:55:56.2942073Z Receiving objects: 43% (13564/31544) 2025-06-05T23:55:56.2942457Z Receiving objects: 44% (13880/31544) 2025-06-05T23:55:56.2942789Z Receiving objects: 45% (14195/31544) 2025-06-05T23:55:56.2943108Z Receiving objects: 46% (14511/31544) 2025-06-05T23:55:56.2943441Z Receiving objects: 47% (14826/31544) 2025-06-05T23:55:56.2943768Z Receiving objects: 48% (15142/31544) 2025-06-05T23:55:56.2944104Z Receiving objects: 49% (15457/31544) 2025-06-05T23:55:56.2944441Z Receiving objects: 50% (15772/31544) 2025-06-05T23:55:56.2944795Z Receiving objects: 51% (16088/31544) 2025-06-05T23:55:56.2945131Z Receiving objects: 52% (16403/31544) 2025-06-05T23:55:56.2945450Z Receiving objects: 53% (16719/31544) 2025-06-05T23:55:56.2945785Z Receiving objects: 54% (17034/31544) 2025-06-05T23:55:56.2946105Z Receiving objects: 55% (17350/31544) 2025-06-05T23:55:56.2946442Z Receiving objects: 56% (17665/31544) 2025-06-05T23:55:56.2946775Z Receiving objects: 57% (17981/31544) 2025-06-05T23:55:56.2947096Z Receiving objects: 58% (18296/31544) 2025-06-05T23:55:56.2947437Z Receiving objects: 59% (18611/31544) 2025-06-05T23:55:56.2947757Z Receiving objects: 60% (18927/31544) 2025-06-05T23:55:56.2948089Z Receiving objects: 61% (19242/31544) 2025-06-05T23:55:56.2948407Z Receiving objects: 62% (19558/31544) 2025-06-05T23:55:56.2948747Z Receiving objects: 63% (19873/31544) 2025-06-05T23:55:56.2949063Z Receiving objects: 64% (20189/31544) 2025-06-05T23:55:56.2949392Z Receiving objects: 65% (20504/31544) 2025-06-05T23:55:56.2949712Z Receiving objects: 66% (20820/31544) 2025-06-05T23:55:56.2950044Z Receiving objects: 67% (21135/31544) 2025-06-05T23:55:56.2950373Z Receiving objects: 68% (21450/31544) 2025-06-05T23:55:56.2950688Z Receiving objects: 69% (21766/31544) 2025-06-05T23:55:56.2951016Z Receiving objects: 70% (22081/31544) 2025-06-05T23:55:56.2951330Z Receiving objects: 71% (22397/31544) 2025-06-05T23:55:56.2951658Z Receiving objects: 72% (22712/31544) 2025-06-05T23:55:56.2951976Z Receiving objects: 73% (23028/31544) 2025-06-05T23:55:56.2952308Z Receiving objects: 74% (23343/31544) 2025-06-05T23:55:56.2952624Z Receiving objects: 75% (23658/31544) 2025-06-05T23:55:56.2952957Z Receiving objects: 76% (23974/31544) 2025-06-05T23:55:56.2953284Z Receiving objects: 77% (24289/31544) 2025-06-05T23:55:56.2953603Z Receiving objects: 78% (24605/31544) 2025-06-05T23:55:56.2953942Z Receiving objects: 79% (24920/31544) 2025-06-05T23:55:56.2954256Z Receiving objects: 80% (25236/31544) 2025-06-05T23:55:56.2954586Z Receiving objects: 81% (25551/31544) 2025-06-05T23:55:56.2954906Z Receiving objects: 82% (25867/31544) 2025-06-05T23:55:56.2955234Z Receiving objects: 83% (26182/31544) 2025-06-05T23:55:56.2955549Z Receiving objects: 84% (26497/31544) 2025-06-05T23:55:56.2955961Z Receiving objects: 85% (26813/31544) 2025-06-05T23:55:56.2956277Z Receiving objects: 86% (27128/31544) 2025-06-05T23:55:56.2956610Z Receiving objects: 87% (27444/31544) 2025-06-05T23:55:56.2956945Z Receiving objects: 88% (27759/31544) 2025-06-05T23:55:56.2957263Z Receiving objects: 89% (28075/31544) 2025-06-05T23:55:56.2957597Z Receiving objects: 90% (28390/31544) 2025-06-05T23:55:56.2957914Z Receiving objects: 91% (28706/31544) 2025-06-05T23:55:56.8629864Z Receiving objects: 92% (29021/31544) 2025-06-05T23:55:56.8630346Z Receiving objects: 93% (29336/31544) 2025-06-05T23:55:56.8631159Z Receiving objects: 94% (29652/31544) 2025-06-05T23:55:56.8631697Z Receiving objects: 95% (29967/31544) 2025-06-05T23:55:56.8632142Z Receiving objects: 96% (30283/31544) 2025-06-05T23:55:56.8632602Z Receiving objects: 97% (30598/31544) 2025-06-05T23:55:56.8632986Z Receiving objects: 98% (30914/31544) 2025-06-05T23:55:56.8633386Z Receiving objects: 99% (31229/31544) 2025-06-05T23:55:56.8634006Z remote: Total 31544 (delta 18), reused 4 (delta 4), pack-reused 31500 (from 2) 2025-06-05T23:55:56.8634687Z Receiving objects: 100% (31544/31544) 2025-06-05T23:55:56.8635368Z Receiving objects: 100% (31544/31544), 12.71 MiB | 37.73 MiB/s, done. 2025-06-05T23:55:56.8636000Z Resolving deltas: 0% (0/22402) 2025-06-05T23:55:56.8636677Z Resolving deltas: 1% (225/22402) 2025-06-05T23:55:56.8637133Z Resolving deltas: 2% (449/22402) 2025-06-05T23:55:56.8637492Z Resolving deltas: 3% (673/22402) 2025-06-05T23:55:56.8637930Z Resolving deltas: 4% (897/22402) 2025-06-05T23:55:56.8638396Z Resolving deltas: 5% (1121/22402) 2025-06-05T23:55:56.8638841Z Resolving deltas: 6% (1345/22402) 2025-06-05T23:55:56.8639299Z Resolving deltas: 7% (1569/22402) 2025-06-05T23:55:56.8639609Z Resolving deltas: 8% (1793/22402) 2025-06-05T23:55:56.8640043Z Resolving deltas: 9% (2017/22402) 2025-06-05T23:55:56.8640354Z Resolving deltas: 10% (2241/22402) 2025-06-05T23:55:56.8640674Z Resolving deltas: 11% (2465/22402) 2025-06-05T23:55:56.8640996Z Resolving deltas: 12% (2689/22402) 2025-06-05T23:55:56.8641304Z Resolving deltas: 13% (2913/22402) 2025-06-05T23:55:56.8641628Z Resolving deltas: 14% (3137/22402) 2025-06-05T23:55:56.8641936Z Resolving deltas: 15% (3361/22402) 2025-06-05T23:55:56.8642259Z Resolving deltas: 16% (3585/22402) 2025-06-05T23:55:56.8642580Z Resolving deltas: 17% (3809/22402) 2025-06-05T23:55:56.8642899Z Resolving deltas: 18% (4033/22402) 2025-06-05T23:55:56.8643208Z Resolving deltas: 19% (4257/22402) 2025-06-05T23:55:56.8643531Z Resolving deltas: 20% (4481/22402) 2025-06-05T23:55:56.8643920Z Resolving deltas: 21% (4705/22402) 2025-06-05T23:55:56.8644244Z Resolving deltas: 22% (4929/22402) 2025-06-05T23:55:56.8644551Z Resolving deltas: 23% (5153/22402) 2025-06-05T23:55:56.8644874Z Resolving deltas: 24% (5377/22402) 2025-06-05T23:55:56.8645181Z Resolving deltas: 25% (5601/22402) 2025-06-05T23:55:56.8645503Z Resolving deltas: 26% (5825/22402) 2025-06-05T23:55:56.8645812Z Resolving deltas: 27% (6049/22402) 2025-06-05T23:55:56.8646134Z Resolving deltas: 28% (6273/22402) 2025-06-05T23:55:56.8646443Z Resolving deltas: 29% (6497/22402) 2025-06-05T23:55:56.8646764Z Resolving deltas: 30% (6721/22402) 2025-06-05T23:55:56.8647087Z Resolving deltas: 31% (6945/22402) 2025-06-05T23:55:56.8647402Z Resolving deltas: 32% (7169/22402) 2025-06-05T23:55:56.8647724Z Resolving deltas: 33% (7393/22402) 2025-06-05T23:55:56.8648032Z Resolving deltas: 34% (7617/22402) 2025-06-05T23:55:56.8648368Z Resolving deltas: 35% (7841/22402) 2025-06-05T23:55:56.8648677Z Resolving deltas: 36% (8065/22402) 2025-06-05T23:55:56.8649007Z Resolving deltas: 37% (8289/22402) 2025-06-05T23:55:56.8649316Z Resolving deltas: 38% (8513/22402) 2025-06-05T23:55:56.8649641Z Resolving deltas: 39% (8737/22402) 2025-06-05T23:55:56.8649969Z Resolving deltas: 40% (8961/22402) 2025-06-05T23:55:56.8650279Z Resolving deltas: 41% (9185/22402) 2025-06-05T23:55:56.8650605Z Resolving deltas: 42% (9409/22402) 2025-06-05T23:55:56.8650915Z Resolving deltas: 43% (9633/22402) 2025-06-05T23:55:56.8651244Z Resolving deltas: 44% (9857/22402) 2025-06-05T23:55:56.8651558Z Resolving deltas: 45% (10081/22402) 2025-06-05T23:55:56.8651897Z Resolving deltas: 46% (10305/22402) 2025-06-05T23:55:56.8652325Z Resolving deltas: 47% (10529/22402) 2025-06-05T23:55:56.8652764Z Resolving deltas: 48% (10753/22402) 2025-06-05T23:55:56.8653085Z Resolving deltas: 49% (10977/22402) 2025-06-05T23:55:56.8653411Z Resolving deltas: 50% (11201/22402) 2025-06-05T23:55:56.8653732Z Resolving deltas: 51% (11426/22402) 2025-06-05T23:55:56.8654182Z Resolving deltas: 52% (11650/22402) 2025-06-05T23:55:56.8654509Z Resolving deltas: 53% (11874/22402) 2025-06-05T23:55:56.8654818Z Resolving deltas: 54% (12098/22402) 2025-06-05T23:55:56.8655145Z Resolving deltas: 55% (12322/22402) 2025-06-05T23:55:56.8655456Z Resolving deltas: 56% (12546/22402) 2025-06-05T23:55:56.8655783Z Resolving deltas: 57% (12770/22402) 2025-06-05T23:55:56.8656094Z Resolving deltas: 58% (12994/22402) 2025-06-05T23:55:56.8656418Z Resolving deltas: 59% (13218/22402) 2025-06-05T23:55:56.8656730Z Resolving deltas: 60% (13442/22402) 2025-06-05T23:55:56.8657054Z Resolving deltas: 61% (13666/22402) 2025-06-05T23:55:56.8657372Z Resolving deltas: 62% (13890/22402) 2025-06-05T23:55:56.8657681Z Resolving deltas: 63% (14114/22402) 2025-06-05T23:55:56.8658069Z Resolving deltas: 64% (14338/22402) 2025-06-05T23:55:56.8658378Z Resolving deltas: 65% (14562/22402) 2025-06-05T23:55:56.8658699Z Resolving deltas: 66% (14786/22402) 2025-06-05T23:55:56.8659006Z Resolving deltas: 67% (15010/22402) 2025-06-05T23:55:56.8659336Z Resolving deltas: 68% (15234/22402) 2025-06-05T23:55:56.8659649Z Resolving deltas: 69% (15458/22402) 2025-06-05T23:55:56.8659973Z Resolving deltas: 70% (15682/22402) 2025-06-05T23:55:56.8660299Z Resolving deltas: 71% (15906/22402) 2025-06-05T23:55:56.8660610Z Resolving deltas: 72% (16130/22402) 2025-06-05T23:55:56.8660938Z Resolving deltas: 73% (16354/22402) 2025-06-05T23:55:56.8661249Z Resolving deltas: 74% (16578/22402) 2025-06-05T23:55:56.8661570Z Resolving deltas: 75% (16802/22402) 2025-06-05T23:55:56.8661880Z Resolving deltas: 76% (17026/22402) 2025-06-05T23:55:56.8662202Z Resolving deltas: 77% (17250/22402) 2025-06-05T23:55:56.8662510Z Resolving deltas: 78% (17474/22402) 2025-06-05T23:55:56.8662834Z Resolving deltas: 79% (17698/22402) 2025-06-05T23:55:56.8663143Z Resolving deltas: 80% (17922/22402) 2025-06-05T23:55:56.8663465Z Resolving deltas: 81% (18146/22402) 2025-06-05T23:55:56.8663785Z Resolving deltas: 82% (18370/22402) 2025-06-05T23:55:56.8664097Z Resolving deltas: 83% (18594/22402) 2025-06-05T23:55:56.8664419Z Resolving deltas: 84% (18818/22402) 2025-06-05T23:55:56.8664730Z Resolving deltas: 85% (19042/22402) 2025-06-05T23:55:56.8665053Z Resolving deltas: 86% (19266/22402) 2025-06-05T23:55:56.8665365Z Resolving deltas: 87% (19490/22402) 2025-06-05T23:55:56.8665687Z Resolving deltas: 88% (19714/22402) 2025-06-05T23:55:56.8665997Z Resolving deltas: 89% (19938/22402) 2025-06-05T23:55:56.8666321Z Resolving deltas: 90% (20162/22402) 2025-06-05T23:55:56.8666632Z Resolving deltas: 91% (20386/22402) 2025-06-05T23:55:56.8666954Z Resolving deltas: 92% (20610/22402) 2025-06-05T23:55:56.8667273Z Resolving deltas: 93% (20834/22402) 2025-06-05T23:55:56.8667581Z Resolving deltas: 94% (21058/22402) 2025-06-05T23:55:56.8667905Z Resolving deltas: 95% (21282/22402) 2025-06-05T23:55:56.8668211Z Resolving deltas: 96% (21506/22402) 2025-06-05T23:55:56.8668531Z Resolving deltas: 97% (21731/22402) 2025-06-05T23:55:56.8668839Z Resolving deltas: 98% (21954/22402) 2025-06-05T23:55:56.8669165Z Resolving deltas: 99% (22178/22402) 2025-06-05T23:55:56.8669475Z Resolving deltas: 100% (22402/22402) 2025-06-05T23:55:56.8669813Z Resolving deltas: 100% (22402/22402), done. 2025-06-05T23:55:56.8670556Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib'... 2025-06-05T23:55:56.8671279Z remote: Counting objects: 1 2025-06-05T23:55:56.8671641Z remote: Counting objects: 434, done 2025-06-05T23:55:56.8672016Z remote: Finding sources: 1% (3/422) 2025-06-05T23:55:56.8672412Z remote: Finding sources: 2% (7/422) 2025-06-05T23:55:56.8672797Z remote: Finding sources: 3% (11/422) 2025-06-05T23:55:56.8673205Z remote: Finding sources: 4% (15/422) 2025-06-05T23:55:56.8673586Z remote: Finding sources: 5% (19/422) 2025-06-05T23:55:56.8673982Z remote: Finding sources: 6% (24/422) 2025-06-05T23:55:56.8674374Z remote: Finding sources: 7% (28/422) 2025-06-05T23:55:56.8674838Z remote: Finding sources: 8% (32/422) 2025-06-05T23:55:56.8675243Z remote: Finding sources: 9% (36/422) 2025-06-05T23:55:56.8675761Z remote: Finding sources: 10% (41/422) 2025-06-05T23:55:56.8676289Z remote: Finding sources: 11% (45/422) 2025-06-05T23:55:56.8676760Z remote: Finding sources: 12% (49/422) 2025-06-05T23:55:56.8677163Z remote: Finding sources: 13% (53/422) 2025-06-05T23:55:56.8677613Z remote: Finding sources: 14% (57/422) 2025-06-05T23:55:56.8678061Z remote: Finding sources: 15% (62/422) 2025-06-05T23:55:56.8678476Z remote: Finding sources: 16% (66/422) 2025-06-05T23:55:56.8679028Z remote: Finding sources: 17% (70/422) 2025-06-05T23:55:56.8679436Z remote: Finding sources: 18% (74/422) 2025-06-05T23:55:56.8679907Z remote: Finding sources: 19% (79/422) 2025-06-05T23:55:56.8680309Z remote: Finding sources: 20% (83/422) 2025-06-05T23:55:56.8680850Z remote: Finding sources: 21% (87/422) 2025-06-05T23:55:56.8681370Z remote: Finding sources: 22% (91/422) 2025-06-05T23:55:56.8681858Z remote: Finding sources: 23% (95/422) 2025-06-05T23:55:56.8682244Z remote: Finding sources: 24% (100/422) 2025-06-05T23:55:56.8682648Z remote: Finding sources: 25% (104/422) 2025-06-05T23:55:56.8683037Z remote: Finding sources: 26% (108/422) 2025-06-05T23:55:56.8683439Z remote: Finding sources: 27% (112/422) 2025-06-05T23:55:56.8683904Z remote: Finding sources: 28% (117/422) 2025-06-05T23:55:56.8684306Z remote: Finding sources: 29% (121/422) 2025-06-05T23:55:56.8684832Z remote: Finding sources: 30% (125/422) 2025-06-05T23:55:56.8685312Z remote: Finding sources: 31% (129/422) 2025-06-05T23:55:56.8685829Z remote: Finding sources: 32% (133/422) 2025-06-05T23:55:56.8686233Z remote: Finding sources: 33% (138/422) 2025-06-05T23:55:56.8686638Z remote: Finding sources: 34% (142/422) 2025-06-05T23:55:56.8687160Z remote: Finding sources: 35% (146/422) 2025-06-05T23:55:56.8687872Z remote: Finding sources: 36% (150/422) 2025-06-05T23:55:56.8688275Z remote: Finding sources: 37% (155/422) 2025-06-05T23:55:56.8688768Z remote: Finding sources: 38% (159/422) 2025-06-05T23:55:56.8689341Z remote: Finding sources: 39% (163/422) 2025-06-05T23:55:56.8689833Z remote: Finding sources: 40% (167/422) 2025-06-05T23:55:56.8690328Z remote: Finding sources: 41% (171/422) 2025-06-05T23:55:56.8690719Z remote: Finding sources: 42% (176/422) 2025-06-05T23:55:56.8691200Z remote: Finding sources: 43% (180/422) 2025-06-05T23:55:56.8691698Z remote: Finding sources: 44% (184/422) 2025-06-05T23:55:56.8692102Z remote: Finding sources: 45% (188/422) 2025-06-05T23:55:56.8692502Z remote: Finding sources: 46% (193/422) 2025-06-05T23:55:56.8693064Z remote: Finding sources: 47% (197/422) 2025-06-05T23:55:56.8693468Z remote: Finding sources: 48% (201/422) 2025-06-05T23:55:56.8693854Z remote: Finding sources: 49% (205/422) 2025-06-05T23:55:56.8694259Z remote: Finding sources: 50% (209/422) 2025-06-05T23:55:56.8694729Z remote: Finding sources: 51% (214/422) 2025-06-05T23:55:56.8695135Z remote: Finding sources: 52% (218/422) 2025-06-05T23:55:56.8695523Z remote: Finding sources: 53% (222/422) 2025-06-05T23:55:56.8695961Z remote: Finding sources: 54% (226/422) 2025-06-05T23:55:56.8696388Z remote: Finding sources: 55% (230/422) 2025-06-05T23:55:56.8696790Z remote: Finding sources: 56% (235/422) 2025-06-05T23:55:56.8697186Z remote: Finding sources: 57% (239/422) 2025-06-05T23:55:56.8697592Z remote: Finding sources: 58% (243/422) 2025-06-05T23:55:56.8698267Z remote: Finding sources: 59% (247/422) 2025-06-05T23:55:56.8698658Z remote: Finding sources: 60% (252/422) 2025-06-05T23:55:56.8699103Z remote: Finding sources: 61% (256/422) 2025-06-05T23:55:56.8699526Z remote: Finding sources: 62% (260/422) 2025-06-05T23:55:56.8699925Z remote: Finding sources: 63% (264/422) 2025-06-05T23:55:56.8700318Z remote: Finding sources: 64% (268/422) 2025-06-05T23:55:56.8700789Z remote: Finding sources: 65% (273/422) 2025-06-05T23:55:56.8701198Z remote: Finding sources: 66% (277/422) 2025-06-05T23:55:56.8701588Z remote: Finding sources: 67% (281/422) 2025-06-05T23:55:56.8701989Z remote: Finding sources: 68% (285/422) 2025-06-05T23:55:56.8702573Z remote: Finding sources: 69% (290/422) 2025-06-05T23:55:56.8702978Z remote: Finding sources: 70% (294/422) 2025-06-05T23:55:56.8703369Z remote: Finding sources: 71% (298/422) 2025-06-05T23:55:56.8703783Z remote: Finding sources: 72% (302/422) 2025-06-05T23:55:56.8704186Z remote: Finding sources: 73% (306/422) 2025-06-05T23:55:56.8704573Z remote: Finding sources: 74% (311/422) 2025-06-05T23:55:56.9449911Z remote: Finding sources: 75% (315/422) 2025-06-05T23:55:56.9450819Z remote: Finding sources: 76% (319/422) 2025-06-05T23:55:56.9451550Z remote: Finding sources: 77% (323/422) 2025-06-05T23:55:56.9452317Z remote: Finding sources: 78% (328/422) 2025-06-05T23:55:56.9453064Z remote: Finding sources: 79% (332/422) 2025-06-05T23:55:56.9453825Z remote: Finding sources: 80% (336/422) 2025-06-05T23:55:56.9454597Z remote: Finding sources: 81% (340/422) 2025-06-05T23:55:56.9455342Z remote: Finding sources: 82% (344/422) 2025-06-05T23:55:56.9456108Z remote: Finding sources: 83% (349/422) 2025-06-05T23:55:56.9456852Z remote: Finding sources: 84% (353/422) 2025-06-05T23:55:56.9457621Z remote: Finding sources: 85% (357/422) 2025-06-05T23:55:56.9458363Z remote: Finding sources: 86% (361/422) 2025-06-05T23:55:56.9459117Z remote: Finding sources: 87% (366/422) 2025-06-05T23:55:56.9459876Z remote: Finding sources: 88% (370/422) 2025-06-05T23:55:56.9460612Z remote: Finding sources: 89% (374/422) 2025-06-05T23:55:56.9461373Z remote: Finding sources: 90% (378/422) 2025-06-05T23:55:56.9462117Z remote: Finding sources: 91% (382/422) 2025-06-05T23:55:56.9462879Z remote: Finding sources: 92% (387/422) 2025-06-05T23:55:56.9463624Z remote: Finding sources: 93% (391/422) 2025-06-05T23:55:56.9464389Z remote: Finding sources: 94% (395/422) 2025-06-05T23:55:56.9465124Z remote: Finding sources: 95% (399/422) 2025-06-05T23:55:56.9465881Z remote: Finding sources: 96% (404/422) 2025-06-05T23:55:56.9466639Z remote: Finding sources: 97% (408/422) 2025-06-05T23:55:56.9467383Z remote: Finding sources: 98% (412/422) 2025-06-05T23:55:56.9468135Z remote: Finding sources: 99% (416/422) 2025-06-05T23:55:56.9468876Z remote: Finding sources: 100% (420/422) 2025-06-05T23:55:56.9469627Z remote: Finding sources: 100% (422/422) 2025-06-05T23:55:56.9470311Z Receiving objects: 0% (1/2844) 2025-06-05T23:55:56.9470897Z Receiving objects: 1% (29/2844) 2025-06-05T23:55:56.9471477Z Receiving objects: 2% (57/2844) 2025-06-05T23:55:56.9472067Z Receiving objects: 3% (86/2844) 2025-06-05T23:55:56.9472657Z Receiving objects: 4% (114/2844) 2025-06-05T23:55:56.9473242Z Receiving objects: 5% (143/2844) 2025-06-05T23:55:56.9473846Z Receiving objects: 6% (171/2844) 2025-06-05T23:55:56.9474427Z Receiving objects: 7% (200/2844) 2025-06-05T23:55:56.9475013Z Receiving objects: 8% (228/2844) 2025-06-05T23:55:56.9475571Z Receiving objects: 9% (256/2844) 2025-06-05T23:55:56.9476245Z Receiving objects: 10% (285/2844) 2025-06-05T23:55:56.9477088Z Receiving objects: 11% (313/2844) 2025-06-05T23:55:56.9477705Z Receiving objects: 12% (342/2844) 2025-06-05T23:55:56.9478282Z Receiving objects: 13% (370/2844) 2025-06-05T23:55:56.9478867Z Receiving objects: 14% (399/2844) 2025-06-05T23:55:56.9479464Z Receiving objects: 15% (427/2844) 2025-06-05T23:55:56.9480047Z Receiving objects: 16% (456/2844) 2025-06-05T23:55:56.9480642Z Receiving objects: 17% (484/2844) 2025-06-05T23:55:56.9481224Z Receiving objects: 18% (512/2844) 2025-06-05T23:55:56.9481816Z Receiving objects: 19% (541/2844) 2025-06-05T23:55:56.9482396Z Receiving objects: 20% (569/2844) 2025-06-05T23:55:56.9482991Z Receiving objects: 21% (598/2844) 2025-06-05T23:55:56.9483723Z Receiving objects: 22% (626/2844) 2025-06-05T23:55:56.9484319Z Receiving objects: 23% (655/2844) 2025-06-05T23:55:56.9484898Z Receiving objects: 24% (683/2844) 2025-06-05T23:55:56.9485495Z Receiving objects: 25% (711/2844) 2025-06-05T23:55:56.9486106Z Receiving objects: 26% (740/2844) 2025-06-05T23:55:56.9486692Z Receiving objects: 27% (768/2844) 2025-06-05T23:55:56.9487290Z Receiving objects: 28% (797/2844) 2025-06-05T23:55:56.9488187Z Receiving objects: 29% (825/2844) 2025-06-05T23:55:56.9488789Z Receiving objects: 30% (854/2844) 2025-06-05T23:55:56.9489353Z Receiving objects: 31% (882/2844) 2025-06-05T23:55:56.9489950Z Receiving objects: 32% (911/2844) 2025-06-05T23:55:56.9490532Z Receiving objects: 33% (939/2844) 2025-06-05T23:55:56.9491178Z Receiving objects: 34% (967/2844) 2025-06-05T23:55:56.9491757Z Receiving objects: 35% (996/2844) 2025-06-05T23:55:56.9492327Z Receiving objects: 36% (1024/2844) 2025-06-05T23:55:56.9492932Z Receiving objects: 37% (1053/2844) 2025-06-05T23:55:56.9493521Z Receiving objects: 38% (1081/2844) 2025-06-05T23:55:56.9494122Z Receiving objects: 39% (1110/2844) 2025-06-05T23:55:56.9494693Z Receiving objects: 40% (1138/2844) 2025-06-05T23:55:56.9495272Z Receiving objects: 41% (1167/2844) 2025-06-05T23:55:56.9495866Z Receiving objects: 42% (1195/2844) 2025-06-05T23:55:56.9496464Z Receiving objects: 43% (1223/2844) 2025-06-05T23:55:56.9497000Z Receiving objects: 44% (1252/2844) 2025-06-05T23:55:56.9497379Z Receiving objects: 45% (1280/2844) 2025-06-05T23:55:56.9497701Z Receiving objects: 46% (1309/2844) 2025-06-05T23:55:56.9498010Z Receiving objects: 47% (1337/2844) 2025-06-05T23:55:56.9498331Z Receiving objects: 48% (1366/2844) 2025-06-05T23:55:56.9498639Z Receiving objects: 49% (1394/2844) 2025-06-05T23:55:56.9498960Z Receiving objects: 50% (1422/2844) 2025-06-05T23:55:56.9499267Z Receiving objects: 51% (1451/2844) 2025-06-05T23:55:56.9499588Z Receiving objects: 52% (1479/2844) 2025-06-05T23:55:56.9499897Z Receiving objects: 53% (1508/2844) 2025-06-05T23:55:56.9500226Z Receiving objects: 54% (1536/2844) 2025-06-05T23:55:56.9500535Z Receiving objects: 55% (1565/2844) 2025-06-05T23:55:56.9500858Z Receiving objects: 56% (1593/2844) 2025-06-05T23:55:56.9501181Z Receiving objects: 57% (1622/2844) 2025-06-05T23:55:56.9501499Z Receiving objects: 58% (1650/2844) 2025-06-05T23:55:56.9501827Z Receiving objects: 59% (1678/2844) 2025-06-05T23:55:56.9502135Z Receiving objects: 60% (1707/2844) 2025-06-05T23:55:56.9502456Z Receiving objects: 61% (1735/2844) 2025-06-05T23:55:56.9502766Z Receiving objects: 62% (1764/2844) 2025-06-05T23:55:56.9503088Z Receiving objects: 63% (1792/2844) 2025-06-05T23:55:56.9503400Z Receiving objects: 64% (1821/2844) 2025-06-05T23:55:56.9503719Z Receiving objects: 65% (1849/2844) 2025-06-05T23:55:56.9504040Z Receiving objects: 66% (1878/2844) 2025-06-05T23:55:56.9504350Z Receiving objects: 67% (1906/2844) 2025-06-05T23:55:56.9504672Z Receiving objects: 68% (1934/2844) 2025-06-05T23:55:56.9504978Z Receiving objects: 69% (1963/2844) 2025-06-05T23:55:56.9505303Z Receiving objects: 70% (1991/2844) 2025-06-05T23:55:56.9505614Z Receiving objects: 71% (2020/2844) 2025-06-05T23:55:56.9505936Z Receiving objects: 72% (2048/2844) 2025-06-05T23:55:56.9506243Z Receiving objects: 73% (2077/2844) 2025-06-05T23:55:56.9506729Z Receiving objects: 74% (2105/2844) 2025-06-05T23:55:56.9507048Z Receiving objects: 75% (2133/2844) 2025-06-05T23:55:56.9507376Z Receiving objects: 76% (2162/2844) 2025-06-05T23:55:56.9507707Z Receiving objects: 77% (2190/2844) 2025-06-05T23:55:56.9508020Z Receiving objects: 78% (2219/2844) 2025-06-05T23:55:56.9508348Z Receiving objects: 79% (2247/2844) 2025-06-05T23:55:56.9508660Z Receiving objects: 80% (2276/2844) 2025-06-05T23:55:56.9508985Z Receiving objects: 81% (2304/2844) 2025-06-05T23:55:56.9509340Z Receiving objects: 82% (2333/2844) 2025-06-05T23:55:56.9509776Z Receiving objects: 83% (2361/2844) 2025-06-05T23:55:56.9510086Z Receiving objects: 84% (2389/2844) 2025-06-05T23:55:56.9510642Z Receiving objects: 85% (2418/2844) 2025-06-05T23:55:56.9510957Z Receiving objects: 86% (2446/2844) 2025-06-05T23:55:56.9511338Z Receiving objects: 87% (2475/2844) 2025-06-05T23:55:56.9511680Z Receiving objects: 88% (2503/2844) 2025-06-05T23:55:56.9512078Z remote: Total 2844 (delta 196), reused 2772 (delta 196) 2025-06-05T23:55:56.9512514Z Receiving objects: 89% (2532/2844) 2025-06-05T23:55:56.9512826Z Receiving objects: 90% (2560/2844) 2025-06-05T23:55:56.9513147Z Receiving objects: 91% (2589/2844) 2025-06-05T23:55:56.9513452Z Receiving objects: 92% (2617/2844) 2025-06-05T23:55:56.9513773Z Receiving objects: 93% (2645/2844) 2025-06-05T23:55:56.9514086Z Receiving objects: 94% (2674/2844) 2025-06-05T23:55:56.9514406Z Receiving objects: 95% (2702/2844) 2025-06-05T23:55:56.9514725Z Receiving objects: 96% (2731/2844) 2025-06-05T23:55:56.9515032Z Receiving objects: 97% (2759/2844) 2025-06-05T23:55:56.9515352Z Receiving objects: 98% (2788/2844) 2025-06-05T23:55:56.9515758Z Receiving objects: 99% (2816/2844) 2025-06-05T23:55:56.9516095Z Receiving objects: 100% (2844/2844) 2025-06-05T23:55:56.9516505Z Receiving objects: 100% (2844/2844), 891.22 KiB | 18.96 MiB/s, done. 2025-06-05T23:55:56.9517063Z Resolving deltas: 0% (0/1845) 2025-06-05T23:55:56.9517363Z Resolving deltas: 1% (19/1845) 2025-06-05T23:55:56.9517684Z Resolving deltas: 2% (37/1845) 2025-06-05T23:55:56.9517983Z Resolving deltas: 3% (56/1845) 2025-06-05T23:55:56.9518294Z Resolving deltas: 4% (74/1845) 2025-06-05T23:55:56.9518609Z Resolving deltas: 5% (93/1845) 2025-06-05T23:55:56.9518965Z Resolving deltas: 6% (111/1845) 2025-06-05T23:55:56.9519284Z Resolving deltas: 7% (130/1845) 2025-06-05T23:55:56.9519593Z Resolving deltas: 8% (148/1845) 2025-06-05T23:55:56.9519912Z Resolving deltas: 9% (167/1845) 2025-06-05T23:55:56.9520214Z Resolving deltas: 10% (185/1845) 2025-06-05T23:55:56.9520532Z Resolving deltas: 11% (203/1845) 2025-06-05T23:55:56.9520837Z Resolving deltas: 12% (222/1845) 2025-06-05T23:55:56.9521160Z Resolving deltas: 13% (240/1845) 2025-06-05T23:55:56.9521476Z Resolving deltas: 14% (259/1845) 2025-06-05T23:55:56.9521776Z Resolving deltas: 15% (277/1845) 2025-06-05T23:55:56.9522091Z Resolving deltas: 16% (296/1845) 2025-06-05T23:55:56.9522394Z Resolving deltas: 17% (314/1845) 2025-06-05T23:55:56.9522801Z Resolving deltas: 18% (333/1845) 2025-06-05T23:55:56.9523101Z Resolving deltas: 19% (351/1845) 2025-06-05T23:55:56.9523413Z Resolving deltas: 20% (369/1845) 2025-06-05T23:55:56.9523715Z Resolving deltas: 21% (388/1845) 2025-06-05T23:55:56.9524028Z Resolving deltas: 22% (406/1845) 2025-06-05T23:55:56.9524328Z Resolving deltas: 23% (425/1845) 2025-06-05T23:55:56.9524645Z Resolving deltas: 24% (443/1845) 2025-06-05T23:55:56.9524964Z Resolving deltas: 25% (462/1845) 2025-06-05T23:55:56.9525269Z Resolving deltas: 26% (480/1845) 2025-06-05T23:55:56.9525587Z Resolving deltas: 27% (499/1845) 2025-06-05T23:55:56.9525896Z Resolving deltas: 28% (517/1845) 2025-06-05T23:55:56.9526214Z Resolving deltas: 29% (536/1845) 2025-06-05T23:55:56.9526522Z Resolving deltas: 30% (554/1845) 2025-06-05T23:55:56.9526843Z Resolving deltas: 31% (572/1845) 2025-06-05T23:55:56.9527155Z Resolving deltas: 32% (591/1845) 2025-06-05T23:55:56.9527567Z Resolving deltas: 33% (609/1845) 2025-06-05T23:55:56.9528063Z Resolving deltas: 34% (628/1845) 2025-06-05T23:55:56.9528386Z Resolving deltas: 35% (646/1845) 2025-06-05T23:55:56.9528707Z Resolving deltas: 36% (665/1845) 2025-06-05T23:55:56.9529014Z Resolving deltas: 37% (683/1845) 2025-06-05T23:55:56.9529337Z Resolving deltas: 38% (702/1845) 2025-06-05T23:55:56.9529641Z Resolving deltas: 39% (720/1845) 2025-06-05T23:55:56.9529955Z Resolving deltas: 40% (738/1845) 2025-06-05T23:55:56.9530257Z Resolving deltas: 41% (757/1845) 2025-06-05T23:55:56.9530573Z Resolving deltas: 42% (775/1845) 2025-06-05T23:55:56.9530877Z Resolving deltas: 43% (794/1845) 2025-06-05T23:55:56.9531191Z Resolving deltas: 44% (812/1845) 2025-06-05T23:55:56.9531492Z Resolving deltas: 45% (831/1845) 2025-06-05T23:55:56.9531869Z Resolving deltas: 46% (849/1845) 2025-06-05T23:55:56.9532192Z Resolving deltas: 47% (868/1845) 2025-06-05T23:55:56.9532491Z Resolving deltas: 48% (886/1845) 2025-06-05T23:55:56.9532804Z Resolving deltas: 49% (905/1845) 2025-06-05T23:55:56.9533109Z Resolving deltas: 50% (923/1845) 2025-06-05T23:55:56.9533422Z Resolving deltas: 51% (941/1845) 2025-06-05T23:55:56.9533723Z Resolving deltas: 52% (960/1845) 2025-06-05T23:55:56.9534035Z Resolving deltas: 53% (978/1845) 2025-06-05T23:55:56.9534336Z Resolving deltas: 54% (997/1845) 2025-06-05T23:55:56.9534652Z Resolving deltas: 55% (1015/1845) 2025-06-05T23:55:56.9534961Z Resolving deltas: 56% (1034/1845) 2025-06-05T23:55:56.9535279Z Resolving deltas: 57% (1052/1845) 2025-06-05T23:55:56.9535596Z Resolving deltas: 58% (1071/1845) 2025-06-05T23:55:56.9535901Z Resolving deltas: 59% (1089/1845) 2025-06-05T23:55:56.9536228Z Resolving deltas: 60% (1107/1845) 2025-06-05T23:55:56.9536532Z Resolving deltas: 61% (1126/1845) 2025-06-05T23:55:56.9536857Z Resolving deltas: 62% (1144/1845) 2025-06-05T23:55:56.9537160Z Resolving deltas: 63% (1163/1845) 2025-06-05T23:55:56.9537477Z Resolving deltas: 64% (1181/1845) 2025-06-05T23:55:56.9537780Z Resolving deltas: 65% (1200/1845) 2025-06-05T23:55:56.9538098Z Resolving deltas: 66% (1218/1845) 2025-06-05T23:55:56.9538421Z Resolving deltas: 67% (1237/1845) 2025-06-05T23:55:56.9538724Z Resolving deltas: 68% (1256/1845) 2025-06-05T23:55:56.9539039Z Resolving deltas: 69% (1274/1845) 2025-06-05T23:55:56.9539429Z Resolving deltas: 70% (1292/1845) 2025-06-05T23:55:56.9539744Z Resolving deltas: 71% (1310/1845) 2025-06-05T23:55:56.9540047Z Resolving deltas: 72% (1329/1845) 2025-06-05T23:55:56.9540365Z Resolving deltas: 73% (1347/1845) 2025-06-05T23:55:56.9540671Z Resolving deltas: 74% (1366/1845) 2025-06-05T23:55:56.9540988Z Resolving deltas: 75% (1384/1845) 2025-06-05T23:55:56.9541294Z Resolving deltas: 76% (1404/1845) 2025-06-05T23:55:56.9541612Z Resolving deltas: 77% (1421/1845) 2025-06-05T23:55:56.9541933Z Resolving deltas: 78% (1440/1845) 2025-06-05T23:55:56.9542236Z Resolving deltas: 79% (1458/1845) 2025-06-05T23:55:56.9542555Z Resolving deltas: 80% (1476/1845) 2025-06-05T23:55:56.9542857Z Resolving deltas: 81% (1495/1845) 2025-06-05T23:55:56.9543171Z Resolving deltas: 82% (1513/1845) 2025-06-05T23:55:56.9543476Z Resolving deltas: 83% (1532/1845) 2025-06-05T23:55:56.9543791Z Resolving deltas: 84% (1550/1845) 2025-06-05T23:55:56.9544093Z Resolving deltas: 85% (1569/1845) 2025-06-05T23:55:56.9544410Z Resolving deltas: 86% (1587/1845) 2025-06-05T23:55:56.9544714Z Resolving deltas: 87% (1606/1845) 2025-06-05T23:55:56.9545029Z Resolving deltas: 88% (1624/1845) 2025-06-05T23:55:56.9545344Z Resolving deltas: 89% (1644/1845) 2025-06-05T23:55:57.0730489Z Resolving deltas: 90% (1661/1845) 2025-06-05T23:55:57.0731096Z Resolving deltas: 91% (1679/1845) 2025-06-05T23:55:57.0731637Z Resolving deltas: 92% (1698/1845) 2025-06-05T23:55:57.0732226Z Resolving deltas: 93% (1716/1845) 2025-06-05T23:55:57.0732796Z Resolving deltas: 94% (1735/1845) 2025-06-05T23:55:57.0733148Z Resolving deltas: 95% (1753/1845) 2025-06-05T23:55:57.0733554Z Resolving deltas: 96% (1772/1845) 2025-06-05T23:55:57.0733864Z Resolving deltas: 97% (1790/1845) 2025-06-05T23:55:57.0734186Z Resolving deltas: 98% (1809/1845) 2025-06-05T23:55:57.0734885Z Resolving deltas: 99% (1827/1845) 2025-06-05T23:55:57.0735230Z Resolving deltas: 100% (1845/1845) 2025-06-05T23:55:57.0735606Z Resolving deltas: 100% (1845/1845), done. 2025-06-05T23:55:57.0736353Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/specification'... 2025-06-05T23:55:57.0737136Z remote: Counting objects: 1 2025-06-05T23:55:57.0737492Z remote: Counting objects: 272, done 2025-06-05T23:55:57.0737888Z remote: Finding sources: 1% (15/2881) 2025-06-05T23:55:57.0738303Z remote: Finding sources: 2% (44/2881) 2025-06-05T23:55:57.0738771Z remote: Finding sources: 3% (73/2881) 2025-06-05T23:55:57.0739313Z remote: Finding sources: 4% (101/2881) 2025-06-05T23:55:57.0739783Z remote: Finding sources: 5% (130/2881) 2025-06-05T23:55:57.0740199Z remote: Finding sources: 6% (159/2881) 2025-06-05T23:55:57.0740600Z remote: Finding sources: 7% (188/2881) 2025-06-05T23:55:57.0741054Z remote: Finding sources: 8% (217/2881) 2025-06-05T23:55:57.0741487Z remote: Finding sources: 9% (245/2881) 2025-06-05T23:55:57.0741896Z remote: Finding sources: 10% (274/2881) 2025-06-05T23:55:57.0742302Z remote: Finding sources: 11% (303/2881) 2025-06-05T23:55:57.0742776Z remote: Finding sources: 12% (332/2881) 2025-06-05T23:55:57.0743186Z remote: Finding sources: 13% (361/2881) 2025-06-05T23:55:57.0743672Z remote: Finding sources: 14% (389/2881) 2025-06-05T23:55:57.0744161Z remote: Finding sources: 15% (418/2881) 2025-06-05T23:55:57.0744559Z remote: Finding sources: 16% (447/2881) 2025-06-05T23:55:57.0744981Z remote: Finding sources: 17% (476/2881) 2025-06-05T23:55:57.0745377Z remote: Finding sources: 18% (505/2881) 2025-06-05T23:55:57.0745789Z remote: Finding sources: 19% (533/2881) 2025-06-05T23:55:57.0746202Z remote: Finding sources: 20% (562/2881) 2025-06-05T23:55:57.0746598Z remote: Finding sources: 21% (591/2881) 2025-06-05T23:55:57.0747009Z remote: Finding sources: 22% (620/2881) 2025-06-05T23:55:57.0747406Z remote: Finding sources: 23% (649/2881) 2025-06-05T23:55:57.0747884Z remote: Finding sources: 24% (678/2881) 2025-06-05T23:55:57.0748376Z remote: Finding sources: 25% (706/2881) 2025-06-05T23:55:57.0748788Z remote: Finding sources: 26% (735/2881) 2025-06-05T23:55:57.0749267Z remote: Finding sources: 27% (764/2881) 2025-06-05T23:55:57.0749680Z remote: Finding sources: 28% (793/2881) 2025-06-05T23:55:57.0750117Z remote: Finding sources: 29% (822/2881) 2025-06-05T23:55:57.0750566Z remote: Finding sources: 30% (850/2881) 2025-06-05T23:55:57.0750969Z remote: Finding sources: 31% (879/2881) 2025-06-05T23:55:57.0751364Z remote: Finding sources: 32% (908/2881) 2025-06-05T23:55:57.0751852Z remote: Finding sources: 33% (937/2881) 2025-06-05T23:55:57.0752241Z remote: Finding sources: 34% (966/2881) 2025-06-05T23:55:57.0752762Z remote: Finding sources: 35% (994/2881) 2025-06-05T23:55:57.0753244Z remote: Finding sources: 36% (1023/2881) 2025-06-05T23:55:57.0753672Z remote: Finding sources: 37% (1052/2881) 2025-06-05T23:55:57.0754178Z remote: Finding sources: 38% (1081/2881) 2025-06-05T23:55:57.0754711Z remote: Finding sources: 39% (1110/2881) 2025-06-05T23:55:57.0755137Z remote: Finding sources: 40% (1138/2881) 2025-06-05T23:55:57.0755556Z remote: Finding sources: 41% (1167/2881) 2025-06-05T23:55:57.0756060Z remote: Finding sources: 42% (1196/2881) 2025-06-05T23:55:57.0756483Z remote: Finding sources: 43% (1225/2881) 2025-06-05T23:55:57.0756892Z remote: Finding sources: 44% (1254/2881) 2025-06-05T23:55:57.0757450Z remote: Finding sources: 45% (1283/2881) 2025-06-05T23:55:57.0757865Z remote: Finding sources: 46% (1311/2881) 2025-06-05T23:55:57.0758290Z remote: Finding sources: 47% (1340/2881) 2025-06-05T23:55:57.0758701Z remote: Finding sources: 48% (1369/2881) 2025-06-05T23:55:57.0759121Z remote: Finding sources: 49% (1398/2881) 2025-06-05T23:55:57.0759539Z remote: Finding sources: 50% (1427/2881) 2025-06-05T23:55:57.0759944Z remote: Finding sources: 51% (1455/2881) 2025-06-05T23:55:57.0760364Z remote: Finding sources: 52% (1484/2881) 2025-06-05T23:55:57.0760769Z remote: Finding sources: 53% (1513/2881) 2025-06-05T23:55:57.0761263Z remote: Finding sources: 54% (1542/2881) 2025-06-05T23:55:57.0761701Z remote: Finding sources: 55% (1571/2881) 2025-06-05T23:55:57.0762235Z remote: Finding sources: 56% (1599/2881) 2025-06-05T23:55:57.0762663Z remote: Finding sources: 57% (1628/2881) 2025-06-05T23:55:57.0763158Z remote: Finding sources: 58% (1657/2881) 2025-06-05T23:55:57.0763644Z remote: Finding sources: 59% (1686/2881) 2025-06-05T23:55:57.0764063Z remote: Finding sources: 60% (1715/2881) 2025-06-05T23:55:57.0764483Z remote: Finding sources: 61% (1744/2881) 2025-06-05T23:55:57.0764889Z remote: Finding sources: 62% (1772/2881) 2025-06-05T23:55:57.0765378Z remote: Finding sources: 63% (1801/2881) 2025-06-05T23:55:57.0765788Z remote: Finding sources: 64% (1830/2881) 2025-06-05T23:55:57.0766210Z remote: Finding sources: 65% (1859/2881) 2025-06-05T23:55:57.0766705Z remote: Finding sources: 66% (1888/2881) 2025-06-05T23:55:57.0767116Z remote: Finding sources: 67% (1916/2881) 2025-06-05T23:55:57.0767532Z remote: Finding sources: 68% (1945/2881) 2025-06-05T23:55:57.0768016Z remote: Finding sources: 69% (1974/2881) 2025-06-05T23:55:57.0768441Z remote: Finding sources: 70% (2003/2881) 2025-06-05T23:55:57.0768845Z remote: Finding sources: 71% (2032/2881) 2025-06-05T23:55:57.0769262Z remote: Finding sources: 72% (2060/2881) 2025-06-05T23:55:57.0769736Z remote: Finding sources: 73% (2089/2881) 2025-06-05T23:55:57.0770153Z remote: Finding sources: 74% (2118/2881) 2025-06-05T23:55:57.0770568Z remote: Finding sources: 75% (2147/2881) 2025-06-05T23:55:57.0770974Z remote: Finding sources: 76% (2176/2881) 2025-06-05T23:55:57.0771475Z remote: Finding sources: 77% (2204/2881) 2025-06-05T23:55:57.0771880Z remote: Finding sources: 78% (2233/2881) 2025-06-05T23:55:57.0772305Z remote: Finding sources: 79% (2262/2881) 2025-06-05T23:55:57.0772861Z remote: Finding sources: 80% (2291/2881) 2025-06-05T23:55:57.0773387Z remote: Finding sources: 81% (2320/2881) 2025-06-05T23:55:57.0773854Z remote: Finding sources: 82% (2349/2881) 2025-06-05T23:55:57.0774432Z remote: Finding sources: 83% (2377/2881) 2025-06-05T23:55:57.0775046Z remote: Finding sources: 84% (2406/2881) 2025-06-05T23:55:57.0775627Z remote: Finding sources: 85% (2435/2881) 2025-06-05T23:55:57.0776178Z remote: Finding sources: 86% (2464/2881) 2025-06-05T23:55:57.0776761Z remote: Finding sources: 87% (2493/2881) 2025-06-05T23:55:57.0777351Z remote: Finding sources: 88% (2521/2881) 2025-06-05T23:55:57.0777763Z remote: Finding sources: 89% (2550/2881) 2025-06-05T23:55:57.0778376Z remote: Finding sources: 90% (2579/2881) 2025-06-05T23:55:57.0778930Z remote: Finding sources: 91% (2608/2881) 2025-06-05T23:55:57.0779393Z remote: Finding sources: 92% (2637/2881) 2025-06-05T23:55:57.0780048Z remote: Finding sources: 93% (2665/2881) 2025-06-05T23:55:57.0780548Z remote: Finding sources: 94% (2694/2881) 2025-06-05T23:55:57.0781237Z remote: Finding sources: 95% (2723/2881) 2025-06-05T23:55:57.0781711Z remote: Finding sources: 96% (2752/2881) 2025-06-05T23:55:57.0782145Z remote: Finding sources: 97% (2781/2881) 2025-06-05T23:55:57.0782765Z remote: Finding sources: 98% (2809/2881) 2025-06-05T23:55:57.0783254Z remote: Finding sources: 99% (2838/2881) 2025-06-05T23:55:57.0783764Z remote: Finding sources: 100% (2867/2881) 2025-06-05T23:55:57.0784162Z remote: Finding sources: 100% (2881/2881) 2025-06-05T23:55:57.0793172Z Receiving objects: 0% (1/2881) 2025-06-05T23:55:57.0793700Z Receiving objects: 1% (29/2881) 2025-06-05T23:55:57.0794040Z Receiving objects: 2% (58/2881) 2025-06-05T23:55:57.0794595Z Receiving objects: 3% (87/2881) 2025-06-05T23:55:57.0794923Z Receiving objects: 4% (116/2881) 2025-06-05T23:55:57.0795240Z Receiving objects: 5% (145/2881) 2025-06-05T23:55:57.0795571Z Receiving objects: 6% (173/2881) 2025-06-05T23:55:57.0795975Z Receiving objects: 7% (202/2881) 2025-06-05T23:55:57.0796298Z Receiving objects: 8% (231/2881) 2025-06-05T23:55:57.0796605Z Receiving objects: 9% (260/2881) 2025-06-05T23:55:57.0796934Z Receiving objects: 10% (289/2881) 2025-06-05T23:55:57.0797255Z Receiving objects: 11% (317/2881) 2025-06-05T23:55:57.0797560Z Receiving objects: 12% (346/2881) 2025-06-05T23:55:57.0797881Z Receiving objects: 13% (375/2881) 2025-06-05T23:55:57.0798190Z Receiving objects: 14% (404/2881) 2025-06-05T23:55:57.0798510Z Receiving objects: 15% (433/2881) 2025-06-05T23:55:57.0798818Z Receiving objects: 16% (461/2881) 2025-06-05T23:55:57.0799139Z Receiving objects: 17% (490/2881) 2025-06-05T23:55:57.0799447Z Receiving objects: 18% (519/2881) 2025-06-05T23:55:57.0799770Z Receiving objects: 19% (548/2881) 2025-06-05T23:55:57.0800096Z Receiving objects: 20% (577/2881) 2025-06-05T23:55:57.0800403Z Receiving objects: 21% (606/2881) 2025-06-05T23:55:57.0800726Z Receiving objects: 22% (634/2881) 2025-06-05T23:55:57.0801038Z Receiving objects: 23% (663/2881) 2025-06-05T23:55:57.0801359Z Receiving objects: 24% (692/2881) 2025-06-05T23:55:57.0801662Z Receiving objects: 25% (721/2881) 2025-06-05T23:55:57.0801978Z Receiving objects: 26% (750/2881) 2025-06-05T23:55:57.0802283Z Receiving objects: 27% (778/2881) 2025-06-05T23:55:57.0802598Z Receiving objects: 28% (807/2881) 2025-06-05T23:55:57.0802902Z Receiving objects: 29% (836/2881) 2025-06-05T23:55:57.0803220Z Receiving objects: 30% (865/2881) 2025-06-05T23:55:57.0803537Z Receiving objects: 31% (894/2881) 2025-06-05T23:55:57.0803835Z Receiving objects: 32% (922/2881) 2025-06-05T23:55:57.0804157Z Receiving objects: 33% (951/2881) 2025-06-05T23:55:57.0804462Z Receiving objects: 34% (980/2881) 2025-06-05T23:55:57.0804791Z Receiving objects: 35% (1009/2881) 2025-06-05T23:55:57.0805106Z Receiving objects: 36% (1038/2881) 2025-06-05T23:55:57.0805430Z Receiving objects: 37% (1066/2881) 2025-06-05T23:55:57.0805744Z Receiving objects: 38% (1095/2881) 2025-06-05T23:55:57.0806073Z Receiving objects: 39% (1124/2881) 2025-06-05T23:55:57.0806399Z Receiving objects: 40% (1153/2881) 2025-06-05T23:55:57.0806709Z Receiving objects: 41% (1182/2881) 2025-06-05T23:55:57.0807032Z Receiving objects: 42% (1211/2881) 2025-06-05T23:55:57.0807343Z Receiving objects: 43% (1239/2881) 2025-06-05T23:55:57.0807666Z Receiving objects: 44% (1268/2881) 2025-06-05T23:55:57.0807973Z Receiving objects: 45% (1297/2881) 2025-06-05T23:55:57.0808292Z Receiving objects: 46% (1326/2881) 2025-06-05T23:55:57.0808599Z Receiving objects: 47% (1355/2881) 2025-06-05T23:55:57.0808917Z Receiving objects: 48% (1383/2881) 2025-06-05T23:55:57.0809224Z Receiving objects: 49% (1412/2881) 2025-06-05T23:55:57.0809548Z Receiving objects: 50% (1441/2881) 2025-06-05T23:55:57.0809874Z Receiving objects: 51% (1470/2881) 2025-06-05T23:55:57.0810184Z Receiving objects: 52% (1499/2881) 2025-06-05T23:55:57.0810507Z Receiving objects: 53% (1527/2881) 2025-06-05T23:55:57.0810816Z Receiving objects: 54% (1556/2881) 2025-06-05T23:55:57.0811278Z Receiving objects: 55% (1585/2881) 2025-06-05T23:55:57.0811597Z Receiving objects: 56% (1614/2881) 2025-06-05T23:55:57.0811927Z Receiving objects: 57% (1643/2881) 2025-06-05T23:55:57.0812239Z Receiving objects: 58% (1671/2881) 2025-06-05T23:55:57.0812567Z Receiving objects: 59% (1700/2881) 2025-06-05T23:55:57.0812878Z Receiving objects: 60% (1729/2881) 2025-06-05T23:55:57.0813204Z Receiving objects: 61% (1758/2881) 2025-06-05T23:55:57.0813523Z Receiving objects: 62% (1787/2881) 2025-06-05T23:55:57.8989329Z Receiving objects: 63% (1816/2881) 2025-06-05T23:55:57.8989978Z Receiving objects: 64% (1844/2881) 2025-06-05T23:55:57.8990585Z Receiving objects: 65% (1873/2881) 2025-06-05T23:55:57.8991023Z Receiving objects: 66% (1902/2881) 2025-06-05T23:55:57.8992353Z Receiving objects: 67% (1931/2881) 2025-06-05T23:55:57.8992756Z Receiving objects: 68% (1960/2881) 2025-06-05T23:55:57.8993069Z Receiving objects: 69% (1988/2881) 2025-06-05T23:55:57.8993496Z Receiving objects: 70% (2017/2881) 2025-06-05T23:55:57.8994005Z Receiving objects: 71% (2046/2881) 2025-06-05T23:55:57.8994426Z Receiving objects: 72% (2075/2881) 2025-06-05T23:55:57.8994790Z Receiving objects: 73% (2104/2881) 2025-06-05T23:55:57.8995249Z Receiving objects: 74% (2132/2881) 2025-06-05T23:55:57.8995712Z Receiving objects: 75% (2161/2881) 2025-06-05T23:55:57.8996100Z Receiving objects: 76% (2190/2881) 2025-06-05T23:55:57.8996438Z Receiving objects: 77% (2219/2881) 2025-06-05T23:55:57.8996747Z Receiving objects: 78% (2248/2881) 2025-06-05T23:55:57.8997100Z Receiving objects: 79% (2276/2881) 2025-06-05T23:55:57.8997445Z Receiving objects: 80% (2305/2881) 2025-06-05T23:55:57.8997823Z Receiving objects: 81% (2334/2881) 2025-06-05T23:55:57.8998242Z Receiving objects: 82% (2363/2881) 2025-06-05T23:55:57.8998660Z Receiving objects: 83% (2392/2881) 2025-06-05T23:55:57.8999004Z Receiving objects: 84% (2421/2881) 2025-06-05T23:55:57.8999328Z Receiving objects: 85% (2449/2881) 2025-06-05T23:55:57.8999690Z Receiving objects: 86% (2478/2881) 2025-06-05T23:55:57.9000091Z Receiving objects: 87% (2507/2881) 2025-06-05T23:55:57.9000416Z Receiving objects: 88% (2536/2881) 2025-06-05T23:55:57.9000730Z Receiving objects: 89% (2565/2881) 2025-06-05T23:55:57.9001056Z Receiving objects: 90% (2593/2881) 2025-06-05T23:55:57.9001376Z Receiving objects: 91% (2622/2881) 2025-06-05T23:55:57.9001705Z Receiving objects: 92% (2651/2881) 2025-06-05T23:55:57.9002111Z remote: Total 2881 (delta 2045), reused 2671 (delta 2045) 2025-06-05T23:55:57.9002590Z Receiving objects: 93% (2680/2881) 2025-06-05T23:55:57.9002991Z Receiving objects: 94% (2709/2881) 2025-06-05T23:55:57.9003409Z Receiving objects: 95% (2737/2881) 2025-06-05T23:55:57.9003796Z Receiving objects: 96% (2766/2881) 2025-06-05T23:55:57.9004121Z Receiving objects: 97% (2795/2881) 2025-06-05T23:55:57.9004557Z Receiving objects: 98% (2824/2881) 2025-06-05T23:55:57.9004949Z Receiving objects: 99% (2853/2881) 2025-06-05T23:55:57.9005273Z Receiving objects: 100% (2881/2881) 2025-06-05T23:55:57.9005745Z Receiving objects: 100% (2881/2881), 735.63 KiB | 18.39 MiB/s, done. 2025-06-05T23:55:57.9006284Z Resolving deltas: 0% (0/2045) 2025-06-05T23:55:57.9006708Z Resolving deltas: 1% (21/2045) 2025-06-05T23:55:57.9007133Z Resolving deltas: 2% (41/2045) 2025-06-05T23:55:57.9007456Z Resolving deltas: 3% (62/2045) 2025-06-05T23:55:57.9007794Z Resolving deltas: 4% (82/2045) 2025-06-05T23:55:57.9008275Z Resolving deltas: 5% (103/2045) 2025-06-05T23:55:57.9008737Z Resolving deltas: 6% (123/2045) 2025-06-05T23:55:57.9009186Z Resolving deltas: 7% (144/2045) 2025-06-05T23:55:57.9009592Z Resolving deltas: 8% (164/2045) 2025-06-05T23:55:57.9009956Z Resolving deltas: 9% (185/2045) 2025-06-05T23:55:57.9010345Z Resolving deltas: 10% (205/2045) 2025-06-05T23:55:57.9010706Z Resolving deltas: 11% (225/2045) 2025-06-05T23:55:57.9011050Z Resolving deltas: 12% (246/2045) 2025-06-05T23:55:57.9011368Z Resolving deltas: 13% (266/2045) 2025-06-05T23:55:57.9011736Z Resolving deltas: 14% (287/2045) 2025-06-05T23:55:57.9012435Z Resolving deltas: 15% (307/2045) 2025-06-05T23:55:57.9012751Z Resolving deltas: 16% (328/2045) 2025-06-05T23:55:57.9013089Z Resolving deltas: 17% (348/2045) 2025-06-05T23:55:57.9013491Z Resolving deltas: 18% (369/2045) 2025-06-05T23:55:57.9013981Z Resolving deltas: 19% (389/2045) 2025-06-05T23:55:57.9014284Z Resolving deltas: 20% (409/2045) 2025-06-05T23:55:57.9014752Z Resolving deltas: 21% (430/2045) 2025-06-05T23:55:57.9015098Z Resolving deltas: 22% (450/2045) 2025-06-05T23:55:57.9015572Z Resolving deltas: 23% (471/2045) 2025-06-05T23:55:57.9015892Z Resolving deltas: 24% (491/2045) 2025-06-05T23:55:57.9016364Z Resolving deltas: 25% (513/2045) 2025-06-05T23:55:57.9016961Z Resolving deltas: 26% (533/2045) 2025-06-05T23:55:57.9017379Z Resolving deltas: 27% (553/2045) 2025-06-05T23:55:57.9017697Z Resolving deltas: 28% (573/2045) 2025-06-05T23:55:57.9018044Z Resolving deltas: 29% (594/2045) 2025-06-05T23:55:57.9018361Z Resolving deltas: 30% (614/2045) 2025-06-05T23:55:57.9018810Z Resolving deltas: 31% (634/2045) 2025-06-05T23:55:57.9019211Z Resolving deltas: 32% (655/2045) 2025-06-05T23:55:57.9019531Z Resolving deltas: 33% (675/2045) 2025-06-05T23:55:57.9019894Z Resolving deltas: 34% (696/2045) 2025-06-05T23:55:57.9020213Z Resolving deltas: 35% (716/2045) 2025-06-05T23:55:57.9020589Z Resolving deltas: 36% (737/2045) 2025-06-05T23:55:57.9021044Z Resolving deltas: 37% (757/2045) 2025-06-05T23:55:57.9021540Z Resolving deltas: 38% (778/2045) 2025-06-05T23:55:57.9021969Z Resolving deltas: 39% (798/2045) 2025-06-05T23:55:57.9022393Z Resolving deltas: 40% (818/2045) 2025-06-05T23:55:57.9022840Z Resolving deltas: 41% (839/2045) 2025-06-05T23:55:57.9023265Z Resolving deltas: 42% (859/2045) 2025-06-05T23:55:57.9023717Z Resolving deltas: 43% (880/2045) 2025-06-05T23:55:57.9024120Z Resolving deltas: 44% (900/2045) 2025-06-05T23:55:57.9024539Z Resolving deltas: 45% (921/2045) 2025-06-05T23:55:57.9024939Z Resolving deltas: 46% (941/2045) 2025-06-05T23:55:57.9025331Z Resolving deltas: 47% (962/2045) 2025-06-05T23:55:57.9025771Z Resolving deltas: 48% (982/2045) 2025-06-05T23:55:57.9026248Z Resolving deltas: 49% (1003/2045) 2025-06-05T23:55:57.9026640Z Resolving deltas: 50% (1023/2045) 2025-06-05T23:55:57.9027082Z Resolving deltas: 51% (1043/2045) 2025-06-05T23:55:57.9027428Z Resolving deltas: 52% (1064/2045) 2025-06-05T23:55:57.9027792Z Resolving deltas: 53% (1084/2045) 2025-06-05T23:55:57.9028116Z Resolving deltas: 54% (1105/2045) 2025-06-05T23:55:57.9028446Z Resolving deltas: 55% (1125/2045) 2025-06-05T23:55:57.9028845Z Resolving deltas: 56% (1146/2045) 2025-06-05T23:55:57.9029195Z Resolving deltas: 57% (1166/2045) 2025-06-05T23:55:57.9029519Z Resolving deltas: 58% (1187/2045) 2025-06-05T23:55:57.9029844Z Resolving deltas: 59% (1207/2045) 2025-06-05T23:55:57.9030217Z Resolving deltas: 60% (1227/2045) 2025-06-05T23:55:57.9030535Z Resolving deltas: 61% (1248/2045) 2025-06-05T23:55:57.9030841Z Resolving deltas: 62% (1268/2045) 2025-06-05T23:55:57.9031163Z Resolving deltas: 63% (1289/2045) 2025-06-05T23:55:57.9031468Z Resolving deltas: 64% (1309/2045) 2025-06-05T23:55:57.9031784Z Resolving deltas: 65% (1330/2045) 2025-06-05T23:55:57.9032100Z Resolving deltas: 66% (1350/2045) 2025-06-05T23:55:57.9032407Z Resolving deltas: 67% (1371/2045) 2025-06-05T23:55:57.9032725Z Resolving deltas: 68% (1391/2045) 2025-06-05T23:55:57.9033031Z Resolving deltas: 69% (1412/2045) 2025-06-05T23:55:57.9033351Z Resolving deltas: 70% (1432/2045) 2025-06-05T23:55:57.9033655Z Resolving deltas: 71% (1452/2045) 2025-06-05T23:55:57.9033970Z Resolving deltas: 72% (1473/2045) 2025-06-05T23:55:57.9034343Z Resolving deltas: 73% (1493/2045) 2025-06-05T23:55:57.9034704Z Resolving deltas: 74% (1514/2045) 2025-06-05T23:55:57.9035074Z Resolving deltas: 75% (1534/2045) 2025-06-05T23:55:57.9035378Z Resolving deltas: 76% (1555/2045) 2025-06-05T23:55:57.9035829Z Resolving deltas: 77% (1575/2045) 2025-06-05T23:55:57.9036142Z Resolving deltas: 78% (1596/2045) 2025-06-05T23:55:57.9036587Z Resolving deltas: 79% (1616/2045) 2025-06-05T23:55:57.9036898Z Resolving deltas: 80% (1636/2045) 2025-06-05T23:55:57.9037215Z Resolving deltas: 81% (1657/2045) 2025-06-05T23:55:57.9037521Z Resolving deltas: 82% (1677/2045) 2025-06-05T23:55:57.9037842Z Resolving deltas: 83% (1698/2045) 2025-06-05T23:55:57.9038149Z Resolving deltas: 84% (1718/2045) 2025-06-05T23:55:57.9038465Z Resolving deltas: 85% (1739/2045) 2025-06-05T23:55:57.9038785Z Resolving deltas: 86% (1759/2045) 2025-06-05T23:55:57.9039093Z Resolving deltas: 87% (1780/2045) 2025-06-05T23:55:57.9039417Z Resolving deltas: 88% (1800/2045) 2025-06-05T23:55:57.9039724Z Resolving deltas: 89% (1821/2045) 2025-06-05T23:55:57.9040040Z Resolving deltas: 90% (1841/2045) 2025-06-05T23:55:57.9040453Z Resolving deltas: 91% (1861/2045) 2025-06-05T23:55:57.9040764Z Resolving deltas: 92% (1882/2045) 2025-06-05T23:55:57.9041088Z Resolving deltas: 93% (1902/2045) 2025-06-05T23:55:57.9041400Z Resolving deltas: 94% (1923/2045) 2025-06-05T23:55:57.9041727Z Resolving deltas: 95% (1943/2045) 2025-06-05T23:55:57.9042034Z Resolving deltas: 96% (1964/2045) 2025-06-05T23:55:57.9042357Z Resolving deltas: 97% (1984/2045) 2025-06-05T23:55:57.9042679Z Resolving deltas: 98% (2005/2045) 2025-06-05T23:55:57.9042987Z Resolving deltas: 99% (2025/2045) 2025-06-05T23:55:57.9043311Z Resolving deltas: 100% (2045/2045) 2025-06-05T23:55:57.9043632Z Resolving deltas: 100% (2045/2045), done. 2025-06-05T23:55:57.9044228Z Submodule path 'thirdparty/doctest': checked out '86892fc480f80fb57d9a3926cb506c0e974489d8' 2025-06-05T23:55:57.9045149Z Submodule path 'thirdparty/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-06-05T23:55:57.9045981Z Submodule path 'thirdparty/json': checked out 'e7452d87783fbf6e9d320d515675e26dfd1271c5' 2025-06-05T23:55:57.9046851Z Submodule path 'thirdparty/pybind11': checked out 'a406a62e5b3ca74a76b6db9a1cd7cf3578c50772' 2025-06-05T23:55:57.9047711Z Submodule path 'thirdparty/serialization_lib': checked out '021bbad29b7328fbac3769a7ac27c9bf10225c15' 2025-06-05T23:55:57.9048925Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'thirdparty/serialization_lib/third_party/flatbuffers' 2025-06-05T23:55:57.9050335Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:55:57.9051231Z remote: Enumerating objects: 38908, done. 2025-06-05T23:55:57.9051647Z remote: Counting objects: 0% (1/13317) 2025-06-05T23:55:57.9052041Z remote: Counting objects: 1% (134/13317) 2025-06-05T23:55:57.9052452Z remote: Counting objects: 2% (267/13317) 2025-06-05T23:55:57.9052846Z remote: Counting objects: 3% (400/13317) 2025-06-05T23:55:57.9053256Z remote: Counting objects: 4% (533/13317) 2025-06-05T23:55:57.9053648Z remote: Counting objects: 5% (666/13317) 2025-06-05T23:55:57.9054051Z remote: Counting objects: 6% (800/13317) 2025-06-05T23:55:57.9054448Z remote: Counting objects: 7% (933/13317) 2025-06-05T23:55:57.9054856Z remote: Counting objects: 8% (1066/13317) 2025-06-05T23:55:57.9055270Z remote: Counting objects: 9% (1199/13317) 2025-06-05T23:55:57.9055669Z remote: Counting objects: 10% (1332/13317) 2025-06-05T23:55:57.9056078Z remote: Counting objects: 11% (1465/13317) 2025-06-05T23:55:57.9056475Z remote: Counting objects: 12% (1599/13317) 2025-06-05T23:55:57.9056887Z remote: Counting objects: 13% (1732/13317) 2025-06-05T23:55:57.9057284Z remote: Counting objects: 14% (1865/13317) 2025-06-05T23:55:57.9057698Z remote: Counting objects: 15% (1998/13317) 2025-06-05T23:55:57.9058102Z remote: Counting objects: 16% (2131/13317) 2025-06-05T23:55:57.9058514Z remote: Counting objects: 17% (2264/13317) 2025-06-05T23:55:57.9058918Z remote: Counting objects: 18% (2398/13317) 2025-06-05T23:55:57.9059314Z remote: Counting objects: 19% (2531/13317) 2025-06-05T23:55:57.9059818Z remote: Counting objects: 20% (2664/13317) 2025-06-05T23:55:57.9060217Z remote: Counting objects: 21% (2797/13317) 2025-06-05T23:55:57.9060627Z remote: Counting objects: 22% (2930/13317) 2025-06-05T23:55:57.9061020Z remote: Counting objects: 23% (3063/13317) 2025-06-05T23:55:57.9061428Z remote: Counting objects: 24% (3197/13317) 2025-06-05T23:55:57.9061833Z remote: Counting objects: 25% (3330/13317) 2025-06-05T23:55:57.9062228Z remote: Counting objects: 26% (3463/13317) 2025-06-05T23:55:57.9062634Z remote: Counting objects: 27% (3596/13317) 2025-06-05T23:55:57.9063027Z remote: Counting objects: 28% (3729/13317) 2025-06-05T23:55:57.9063500Z remote: Counting objects: 29% (3862/13317) 2025-06-05T23:55:57.9063895Z remote: Counting objects: 30% (3996/13317) 2025-06-05T23:55:57.9064304Z remote: Counting objects: 31% (4129/13317) 2025-06-05T23:55:57.9064705Z remote: Counting objects: 32% (4262/13317) 2025-06-05T23:55:57.9065120Z remote: Counting objects: 33% (4395/13317) 2025-06-05T23:55:57.9065528Z remote: Counting objects: 34% (4528/13317) 2025-06-05T23:55:57.9065928Z remote: Counting objects: 35% (4661/13317) 2025-06-05T23:55:57.9066332Z remote: Counting objects: 36% (4795/13317) 2025-06-05T23:55:57.9066729Z remote: Counting objects: 37% (4928/13317) 2025-06-05T23:55:57.9067135Z remote: Counting objects: 38% (5061/13317) 2025-06-05T23:55:57.9067528Z remote: Counting objects: 39% (5194/13317) 2025-06-05T23:55:57.9067934Z remote: Counting objects: 40% (5327/13317) 2025-06-05T23:55:57.9068327Z remote: Counting objects: 41% (5460/13317) 2025-06-05T23:55:57.9068739Z remote: Counting objects: 42% (5594/13317) 2025-06-05T23:55:57.9069229Z remote: Counting objects: 43% (5727/13317) 2025-06-05T23:55:57.9069676Z remote: Counting objects: 44% (5860/13317) 2025-06-05T23:55:58.2384285Z remote: Counting objects: 45% (5993/13317) 2025-06-05T23:55:58.2385131Z remote: Counting objects: 46% (6126/13317) 2025-06-05T23:55:58.2385692Z remote: Counting objects: 47% (6259/13317) 2025-06-05T23:55:58.2386149Z remote: Counting objects: 48% (6393/13317) 2025-06-05T23:55:58.2386559Z remote: Counting objects: 49% (6526/13317) 2025-06-05T23:55:58.2386967Z remote: Counting objects: 50% (6659/13317) 2025-06-05T23:55:58.2387363Z remote: Counting objects: 51% (6792/13317) 2025-06-05T23:55:58.2387957Z remote: Counting objects: 52% (6925/13317) 2025-06-05T23:55:58.2388358Z remote: Counting objects: 53% (7059/13317) 2025-06-05T23:55:58.2388787Z remote: Counting objects: 54% (7192/13317) 2025-06-05T23:55:58.2389197Z remote: Counting objects: 55% (7325/13317) 2025-06-05T23:55:58.2389593Z remote: Counting objects: 56% (7458/13317) 2025-06-05T23:55:58.2390002Z remote: Counting objects: 57% (7591/13317) 2025-06-05T23:55:58.2390402Z remote: Counting objects: 58% (7724/13317) 2025-06-05T23:55:58.2390808Z remote: Counting objects: 59% (7858/13317) 2025-06-05T23:55:58.2391202Z remote: Counting objects: 60% (7991/13317) 2025-06-05T23:55:58.2391607Z remote: Counting objects: 61% (8124/13317) 2025-06-05T23:55:58.2392002Z remote: Counting objects: 62% (8257/13317) 2025-06-05T23:55:58.2392407Z remote: Counting objects: 63% (8390/13317) 2025-06-05T23:55:58.2392814Z remote: Counting objects: 64% (8523/13317) 2025-06-05T23:55:58.2393206Z remote: Counting objects: 65% (8657/13317) 2025-06-05T23:55:58.2393614Z remote: Counting objects: 66% (8790/13317) 2025-06-05T23:55:58.2394010Z remote: Counting objects: 67% (8923/13317) 2025-06-05T23:55:58.2394417Z remote: Counting objects: 68% (9056/13317) 2025-06-05T23:55:58.2394903Z remote: Counting objects: 69% (9189/13317) 2025-06-05T23:55:58.2395581Z remote: Counting objects: 70% (9322/13317) 2025-06-05T23:55:58.2396234Z remote: Counting objects: 71% (9456/13317) 2025-06-05T23:55:58.2396644Z remote: Counting objects: 72% (9589/13317) 2025-06-05T23:55:58.2397038Z remote: Counting objects: 73% (9722/13317) 2025-06-05T23:55:58.2397448Z remote: Counting objects: 74% (9855/13317) 2025-06-05T23:55:58.2397842Z remote: Counting objects: 75% (9988/13317) 2025-06-05T23:55:58.2398258Z remote: Counting objects: 76% (10121/13317) 2025-06-05T23:55:58.2398676Z remote: Counting objects: 77% (10255/13317) 2025-06-05T23:55:58.2399104Z remote: Counting objects: 78% (10388/13317) 2025-06-05T23:55:58.2399527Z remote: Counting objects: 79% (10521/13317) 2025-06-05T23:55:58.2400067Z remote: Counting objects: 80% (10654/13317) 2025-06-05T23:55:58.2400493Z remote: Counting objects: 81% (10787/13317) 2025-06-05T23:55:58.2400899Z remote: Counting objects: 82% (10920/13317) 2025-06-05T23:55:58.2401329Z remote: Counting objects: 83% (11054/13317) 2025-06-05T23:55:58.2401740Z remote: Counting objects: 84% (11187/13317) 2025-06-05T23:55:58.2402163Z remote: Counting objects: 85% (11320/13317) 2025-06-05T23:55:58.2402569Z remote: Counting objects: 86% (11453/13317) 2025-06-05T23:55:58.2402990Z remote: Counting objects: 87% (11586/13317) 2025-06-05T23:55:58.2403409Z remote: Counting objects: 88% (11719/13317) 2025-06-05T23:55:58.2403820Z remote: Counting objects: 89% (11853/13317) 2025-06-05T23:55:58.2404241Z remote: Counting objects: 90% (11986/13317) 2025-06-05T23:55:58.2404648Z remote: Counting objects: 91% (12119/13317) 2025-06-05T23:55:58.2405078Z remote: Counting objects: 92% (12252/13317) 2025-06-05T23:55:58.2405488Z remote: Counting objects: 93% (12385/13317) 2025-06-05T23:55:58.2405908Z remote: Counting objects: 94% (12518/13317) 2025-06-05T23:55:58.2406322Z remote: Counting objects: 95% (12652/13317) 2025-06-05T23:55:58.2406744Z remote: Counting objects: 96% (12785/13317) 2025-06-05T23:55:58.2407163Z remote: Counting objects: 97% (12918/13317) 2025-06-05T23:55:58.2407568Z remote: Counting objects: 98% (13051/13317) 2025-06-05T23:55:58.2407989Z remote: Counting objects: 99% (13184/13317) 2025-06-05T23:55:58.2408403Z remote: Counting objects: 100% (13317/13317) 2025-06-05T23:55:58.2408855Z remote: Counting objects: 100% (13317/13317), done. 2025-06-05T23:55:58.2409302Z remote: Compressing objects: 0% (1/1029) 2025-06-05T23:55:58.2409726Z remote: Compressing objects: 1% (11/1029) 2025-06-05T23:55:58.2410144Z remote: Compressing objects: 2% (21/1029) 2025-06-05T23:55:58.2410549Z remote: Compressing objects: 3% (31/1029) 2025-06-05T23:55:58.2410961Z remote: Compressing objects: 4% (42/1029) 2025-06-05T23:55:58.2411358Z remote: Compressing objects: 5% (52/1029) 2025-06-05T23:55:58.2411773Z remote: Compressing objects: 6% (62/1029) 2025-06-05T23:55:58.2412173Z remote: Compressing objects: 7% (73/1029) 2025-06-05T23:55:58.2412591Z remote: Compressing objects: 8% (83/1029) 2025-06-05T23:55:58.2412993Z remote: Compressing objects: 9% (93/1029) 2025-06-05T23:55:58.2413420Z remote: Compressing objects: 10% (103/1029) 2025-06-05T23:55:58.2413852Z remote: Compressing objects: 11% (114/1029) 2025-06-05T23:55:58.2414270Z remote: Compressing objects: 12% (124/1029) 2025-06-05T23:55:58.2414701Z remote: Compressing objects: 13% (134/1029) 2025-06-05T23:55:58.2415115Z remote: Compressing objects: 14% (145/1029) 2025-06-05T23:55:58.2415545Z remote: Compressing objects: 15% (155/1029) 2025-06-05T23:55:58.2415962Z remote: Compressing objects: 16% (165/1029) 2025-06-05T23:55:58.2416390Z remote: Compressing objects: 17% (175/1029) 2025-06-05T23:55:58.2416889Z remote: Compressing objects: 18% (186/1029) 2025-06-05T23:55:58.2417323Z remote: Compressing objects: 19% (196/1029) 2025-06-05T23:55:58.2417750Z remote: Compressing objects: 20% (206/1029) 2025-06-05T23:55:58.2418167Z remote: Compressing objects: 21% (217/1029) 2025-06-05T23:55:58.2418605Z remote: Compressing objects: 22% (227/1029) 2025-06-05T23:55:58.2419022Z remote: Compressing objects: 23% (237/1029) 2025-06-05T23:55:58.2419478Z remote: Compressing objects: 24% (247/1029) 2025-06-05T23:55:58.2419900Z remote: Compressing objects: 25% (258/1029) 2025-06-05T23:55:58.2420337Z remote: Compressing objects: 26% (268/1029) 2025-06-05T23:55:58.2420774Z remote: Compressing objects: 27% (278/1029) 2025-06-05T23:55:58.2421259Z remote: Compressing objects: 28% (289/1029) 2025-06-05T23:55:58.2421691Z remote: Compressing objects: 29% (299/1029) 2025-06-05T23:55:58.2422106Z remote: Compressing objects: 30% (309/1029) 2025-06-05T23:55:58.2422537Z remote: Compressing objects: 31% (319/1029) 2025-06-05T23:55:58.2422953Z remote: Compressing objects: 32% (330/1029) 2025-06-05T23:55:58.2423378Z remote: Compressing objects: 33% (340/1029) 2025-06-05T23:55:58.2423790Z remote: Compressing objects: 34% (350/1029) 2025-06-05T23:55:58.2424219Z remote: Compressing objects: 35% (361/1029) 2025-06-05T23:55:58.2424647Z remote: Compressing objects: 36% (371/1029) 2025-06-05T23:55:58.2425060Z remote: Compressing objects: 37% (381/1029) 2025-06-05T23:55:58.2425491Z remote: Compressing objects: 38% (392/1029) 2025-06-05T23:55:58.2425913Z remote: Compressing objects: 39% (402/1029) 2025-06-05T23:55:58.2426349Z remote: Compressing objects: 40% (412/1029) 2025-06-05T23:55:58.2426768Z remote: Compressing objects: 41% (422/1029) 2025-06-05T23:55:58.2427200Z remote: Compressing objects: 42% (433/1029) 2025-06-05T23:55:58.2427621Z remote: Compressing objects: 43% (443/1029) 2025-06-05T23:55:58.2428051Z remote: Compressing objects: 44% (453/1029) 2025-06-05T23:55:58.2428482Z remote: Compressing objects: 45% (464/1029) 2025-06-05T23:55:58.2428900Z remote: Compressing objects: 46% (474/1029) 2025-06-05T23:55:58.2429330Z remote: Compressing objects: 47% (484/1029) 2025-06-05T23:55:58.2429742Z remote: Compressing objects: 48% (494/1029) 2025-06-05T23:55:58.2430171Z remote: Compressing objects: 49% (505/1029) 2025-06-05T23:55:58.2430585Z remote: Compressing objects: 50% (515/1029) 2025-06-05T23:55:58.2431013Z remote: Compressing objects: 51% (525/1029) 2025-06-05T23:55:58.2431440Z remote: Compressing objects: 52% (536/1029) 2025-06-05T23:55:58.2431860Z remote: Compressing objects: 53% (546/1029) 2025-06-05T23:55:58.2432290Z remote: Compressing objects: 54% (556/1029) 2025-06-05T23:55:58.2432705Z remote: Compressing objects: 55% (566/1029) 2025-06-05T23:55:58.2433138Z remote: Compressing objects: 56% (577/1029) 2025-06-05T23:55:58.2433552Z remote: Compressing objects: 57% (587/1029) 2025-06-05T23:55:58.2433979Z remote: Compressing objects: 58% (597/1029) 2025-06-05T23:55:58.2434393Z remote: Compressing objects: 59% (608/1029) 2025-06-05T23:55:58.2434821Z remote: Compressing objects: 60% (618/1029) 2025-06-05T23:55:58.2435247Z remote: Compressing objects: 61% (628/1029) 2025-06-05T23:55:58.2435730Z remote: Compressing objects: 62% (638/1029) 2025-06-05T23:55:58.2436168Z remote: Compressing objects: 63% (649/1029) 2025-06-05T23:55:58.2436585Z remote: Compressing objects: 64% (659/1029) 2025-06-05T23:55:58.2437022Z remote: Compressing objects: 65% (669/1029) 2025-06-05T23:55:58.2437441Z remote: Compressing objects: 66% (680/1029) 2025-06-05T23:55:58.2437871Z remote: Compressing objects: 67% (690/1029) 2025-06-05T23:55:58.2438374Z remote: Compressing objects: 68% (700/1029) 2025-06-05T23:55:58.2438807Z remote: Compressing objects: 69% (711/1029) 2025-06-05T23:55:58.2439232Z remote: Compressing objects: 70% (721/1029) 2025-06-05T23:55:58.2439668Z remote: Compressing objects: 71% (731/1029) 2025-06-05T23:55:58.2440107Z remote: Compressing objects: 72% (741/1029) 2025-06-05T23:55:58.2440537Z remote: Compressing objects: 73% (752/1029) 2025-06-05T23:55:58.2440957Z remote: Compressing objects: 74% (762/1029) 2025-06-05T23:55:58.2441391Z remote: Compressing objects: 75% (772/1029) 2025-06-05T23:55:58.2441811Z remote: Compressing objects: 76% (783/1029) 2025-06-05T23:55:58.2442244Z remote: Compressing objects: 77% (793/1029) 2025-06-05T23:55:58.2442732Z remote: Compressing objects: 78% (803/1029) 2025-06-05T23:55:58.2443164Z remote: Compressing objects: 79% (813/1029) 2025-06-05T23:55:58.2443598Z remote: Compressing objects: 80% (824/1029) 2025-06-05T23:55:58.2444019Z remote: Compressing objects: 81% (834/1029) 2025-06-05T23:55:58.2444455Z remote: Compressing objects: 82% (844/1029) 2025-06-05T23:55:58.2444874Z remote: Compressing objects: 83% (855/1029) 2025-06-05T23:55:58.2445307Z remote: Compressing objects: 84% (865/1029) 2025-06-05T23:55:58.2445728Z remote: Compressing objects: 85% (875/1029) 2025-06-05T23:55:58.2446160Z remote: Compressing objects: 86% (885/1029) 2025-06-05T23:55:58.2446578Z remote: Compressing objects: 87% (896/1029) 2025-06-05T23:55:58.2447009Z remote: Compressing objects: 88% (906/1029) 2025-06-05T23:55:58.2447440Z remote: Compressing objects: 89% (916/1029) 2025-06-05T23:55:58.2447857Z remote: Compressing objects: 90% (927/1029) 2025-06-05T23:55:58.2448285Z remote: Compressing objects: 91% (937/1029) 2025-06-05T23:55:58.2448698Z remote: Compressing objects: 92% (947/1029) 2025-06-05T23:55:58.2449135Z remote: Compressing objects: 93% (957/1029) 2025-06-05T23:55:58.2449552Z remote: Compressing objects: 94% (968/1029) 2025-06-05T23:55:58.2449978Z remote: Compressing objects: 95% (978/1029) 2025-06-05T23:55:58.2450392Z remote: Compressing objects: 96% (988/1029) 2025-06-05T23:55:58.2450818Z remote: Compressing objects: 97% (999/1029) 2025-06-05T23:55:59.6637806Z remote: Compressing objects: 98% (1009/1029) 2025-06-05T23:55:59.6638565Z remote: Compressing objects: 99% (1019/1029) 2025-06-05T23:55:59.6639101Z remote: Compressing objects: 100% (1029/1029) 2025-06-05T23:55:59.6639581Z remote: Compressing objects: 100% (1029/1029), done. 2025-06-05T23:55:59.6640038Z Receiving objects: 0% (1/38908) 2025-06-05T23:55:59.6640365Z Receiving objects: 1% (390/38908) 2025-06-05T23:55:59.6640682Z Receiving objects: 2% (779/38908) 2025-06-05T23:55:59.6641011Z Receiving objects: 3% (1168/38908) 2025-06-05T23:55:59.6641327Z Receiving objects: 4% (1557/38908) 2025-06-05T23:55:59.6641667Z Receiving objects: 5% (1946/38908) 2025-06-05T23:55:59.6641989Z Receiving objects: 6% (2335/38908) 2025-06-05T23:55:59.6642299Z Receiving objects: 7% (2724/38908) 2025-06-05T23:55:59.6642622Z Receiving objects: 8% (3113/38908) 2025-06-05T23:55:59.6642933Z Receiving objects: 9% (3502/38908) 2025-06-05T23:55:59.6643254Z Receiving objects: 10% (3891/38908) 2025-06-05T23:55:59.6643565Z Receiving objects: 11% (4280/38908) 2025-06-05T23:55:59.6643887Z Receiving objects: 12% (4669/38908) 2025-06-05T23:55:59.6644194Z Receiving objects: 13% (5059/38908) 2025-06-05T23:55:59.6644517Z Receiving objects: 14% (5448/38908) 2025-06-05T23:55:59.6644828Z Receiving objects: 15% (5837/38908) 2025-06-05T23:55:59.6645156Z Receiving objects: 16% (6226/38908) 2025-06-05T23:55:59.6645479Z Receiving objects: 17% (6615/38908) 2025-06-05T23:55:59.6645788Z Receiving objects: 18% (7004/38908) 2025-06-05T23:55:59.6646112Z Receiving objects: 19% (7393/38908) 2025-06-05T23:55:59.6646934Z Receiving objects: 20% (7782/38908) 2025-06-05T23:55:59.6647280Z Receiving objects: 21% (8171/38908) 2025-06-05T23:55:59.6647593Z Receiving objects: 22% (8560/38908) 2025-06-05T23:55:59.6647918Z Receiving objects: 23% (8949/38908) 2025-06-05T23:55:59.6648230Z Receiving objects: 24% (9338/38908) 2025-06-05T23:55:59.6648552Z Receiving objects: 25% (9727/38908) 2025-06-05T23:55:59.6648866Z Receiving objects: 26% (10117/38908) 2025-06-05T23:55:59.6649199Z Receiving objects: 27% (10506/38908) 2025-06-05T23:55:59.6649528Z Receiving objects: 28% (10895/38908) 2025-06-05T23:55:59.6649846Z Receiving objects: 29% (11284/38908) 2025-06-05T23:55:59.6650174Z Receiving objects: 30% (11673/38908) 2025-06-05T23:55:59.6650593Z Receiving objects: 31% (12062/38908) 2025-06-05T23:55:59.6650929Z Receiving objects: 32% (12451/38908) 2025-06-05T23:55:59.6651278Z Receiving objects: 33% (12840/38908) 2025-06-05T23:55:59.6651607Z Receiving objects: 34% (13229/38908) 2025-06-05T23:55:59.6651927Z Receiving objects: 35% (13618/38908) 2025-06-05T23:55:59.6652258Z Receiving objects: 36% (14007/38908) 2025-06-05T23:55:59.6652587Z Receiving objects: 37% (14396/38908) 2025-06-05T23:55:59.6652903Z Receiving objects: 38% (14786/38908) 2025-06-05T23:55:59.6653234Z Receiving objects: 39% (15175/38908) 2025-06-05T23:55:59.6653553Z Receiving objects: 40% (15564/38908) 2025-06-05T23:55:59.6653882Z Receiving objects: 41% (15953/38908) 2025-06-05T23:55:59.6654196Z Receiving objects: 42% (16342/38908) 2025-06-05T23:55:59.6654524Z Receiving objects: 43% (16731/38908) 2025-06-05T23:55:59.6654842Z Receiving objects: 44% (17120/38908) 2025-06-05T23:55:59.6655169Z Receiving objects: 45% (17509/38908) 2025-06-05T23:55:59.6655486Z Receiving objects: 46% (17898/38908) 2025-06-05T23:55:59.6655820Z Receiving objects: 47% (18287/38908) 2025-06-05T23:55:59.6656150Z Receiving objects: 48% (18676/38908) 2025-06-05T23:55:59.6656466Z Receiving objects: 49% (19065/38908) 2025-06-05T23:55:59.6656798Z Receiving objects: 50% (19454/38908) 2025-06-05T23:55:59.6657120Z Receiving objects: 51% (19844/38908) 2025-06-05T23:55:59.6657450Z Receiving objects: 52% (20233/38908) 2025-06-05T23:55:59.6657766Z Receiving objects: 53% (20622/38908) 2025-06-05T23:55:59.6658095Z Receiving objects: 54% (21011/38908) 2025-06-05T23:55:59.6658412Z Receiving objects: 55% (21400/38908) 2025-06-05T23:55:59.6658741Z Receiving objects: 56% (21789/38908) 2025-06-05T23:55:59.6659067Z Receiving objects: 57% (22178/38908) 2025-06-05T23:55:59.6659384Z Receiving objects: 58% (22567/38908) 2025-06-05T23:55:59.6659716Z Receiving objects: 59% (22956/38908) 2025-06-05T23:55:59.6660030Z Receiving objects: 60% (23345/38908) 2025-06-05T23:55:59.6660358Z Receiving objects: 61% (23734/38908) 2025-06-05T23:55:59.6660678Z Receiving objects: 62% (24123/38908) 2025-06-05T23:55:59.6661009Z Receiving objects: 63% (24513/38908) 2025-06-05T23:55:59.6661325Z Receiving objects: 64% (24902/38908) 2025-06-05T23:55:59.6661656Z Receiving objects: 65% (25291/38908) 2025-06-05T23:55:59.6661979Z Receiving objects: 66% (25680/38908) 2025-06-05T23:55:59.6662313Z Receiving objects: 67% (26069/38908) 2025-06-05T23:55:59.6662644Z Receiving objects: 68% (26458/38908) 2025-06-05T23:55:59.6662962Z Receiving objects: 69% (26847/38908) 2025-06-05T23:55:59.6663296Z Receiving objects: 70% (27236/38908) 2025-06-05T23:55:59.6663611Z Receiving objects: 71% (27625/38908) 2025-06-05T23:55:59.6664016Z Receiving objects: 72% (28014/38908) 2025-06-05T23:55:59.6664338Z Receiving objects: 73% (28403/38908) 2025-06-05T23:55:59.6664669Z Receiving objects: 74% (28792/38908) 2025-06-05T23:55:59.6664985Z Receiving objects: 75% (29181/38908) 2025-06-05T23:55:59.6665374Z Receiving objects: 76% (29571/38908) 2025-06-05T23:55:59.6665696Z Receiving objects: 77% (29960/38908) 2025-06-05T23:55:59.6666026Z Receiving objects: 78% (30349/38908) 2025-06-05T23:55:59.6666341Z Receiving objects: 79% (30738/38908) 2025-06-05T23:55:59.6666670Z Receiving objects: 80% (31127/38908) 2025-06-05T23:55:59.6667077Z Receiving objects: 81% (31516/38908) 2025-06-05T23:55:59.6667415Z Receiving objects: 82% (31905/38908) 2025-06-05T23:55:59.6667735Z Receiving objects: 83% (32294/38908) 2025-06-05T23:55:59.6668069Z Receiving objects: 84% (32683/38908) 2025-06-05T23:55:59.6668387Z Receiving objects: 85% (33072/38908) 2025-06-05T23:55:59.6668722Z Receiving objects: 86% (33461/38908) 2025-06-05T23:55:59.6669055Z Receiving objects: 87% (33850/38908) 2025-06-05T23:55:59.6669373Z Receiving objects: 88% (34240/38908) 2025-06-05T23:55:59.6669706Z Receiving objects: 89% (34629/38908) 2025-06-05T23:55:59.6670024Z Receiving objects: 90% (35018/38908) 2025-06-05T23:55:59.6670355Z Receiving objects: 91% (35407/38908) 2025-06-05T23:55:59.6670755Z Receiving objects: 92% (35796/38908), 18.30 MiB | 36.58 MiB/s 2025-06-05T23:55:59.6671338Z Receiving objects: 93% (36185/38908), 18.30 MiB | 36.58 MiB/s 2025-06-05T23:55:59.6671822Z Receiving objects: 94% (36574/38908), 18.30 MiB | 36.58 MiB/s 2025-06-05T23:55:59.6672323Z Receiving objects: 95% (36963/38908), 18.30 MiB | 36.58 MiB/s 2025-06-05T23:55:59.6672815Z Receiving objects: 96% (37352/38908), 18.30 MiB | 36.58 MiB/s 2025-06-05T23:55:59.6673293Z Receiving objects: 97% (37741/38908), 18.30 MiB | 36.58 MiB/s 2025-06-05T23:55:59.6673784Z Receiving objects: 98% (38130/38908), 18.30 MiB | 36.58 MiB/s 2025-06-05T23:55:59.6674263Z Receiving objects: 99% (38519/38908), 18.30 MiB | 36.58 MiB/s 2025-06-05T23:55:59.6674896Z remote: Total 38908 (delta 12582), reused 12288 (delta 12288), pack-reused 25591 (from 3) 2025-06-05T23:55:59.6675524Z Receiving objects: 100% (38908/38908), 18.30 MiB | 36.58 MiB/s 2025-06-05T23:55:59.6676154Z Receiving objects: 100% (38908/38908), 20.80 MiB | 36.47 MiB/s, done. 2025-06-05T23:55:59.6676624Z Resolving deltas: 0% (0/28530) 2025-06-05T23:55:59.6676936Z Resolving deltas: 1% (286/28530) 2025-06-05T23:55:59.6677330Z Resolving deltas: 2% (571/28530) 2025-06-05T23:55:59.6677641Z Resolving deltas: 3% (856/28530) 2025-06-05T23:55:59.6677970Z Resolving deltas: 4% (1142/28530) 2025-06-05T23:55:59.6678283Z Resolving deltas: 5% (1427/28530) 2025-06-05T23:55:59.6678613Z Resolving deltas: 6% (1712/28530) 2025-06-05T23:55:59.6678923Z Resolving deltas: 7% (1998/28530) 2025-06-05T23:55:59.6679244Z Resolving deltas: 8% (2283/28530) 2025-06-05T23:55:59.6679562Z Resolving deltas: 9% (2568/28530) 2025-06-05T23:55:59.6679867Z Resolving deltas: 10% (2853/28530) 2025-06-05T23:55:59.6680185Z Resolving deltas: 11% (3139/28530) 2025-06-05T23:55:59.6680495Z Resolving deltas: 12% (3424/28530) 2025-06-05T23:55:59.6680814Z Resolving deltas: 13% (3709/28530) 2025-06-05T23:55:59.6681121Z Resolving deltas: 14% (3995/28530) 2025-06-05T23:55:59.6681444Z Resolving deltas: 15% (4280/28530) 2025-06-05T23:55:59.6681754Z Resolving deltas: 16% (4565/28530) 2025-06-05T23:55:59.6682073Z Resolving deltas: 17% (4851/28530) 2025-06-05T23:55:59.6682383Z Resolving deltas: 18% (5136/28530) 2025-06-05T23:55:59.6682703Z Resolving deltas: 19% (5422/28530) 2025-06-05T23:55:59.6683024Z Resolving deltas: 20% (5706/28530) 2025-06-05T23:55:59.6683332Z Resolving deltas: 21% (5992/28530) 2025-06-05T23:55:59.6683650Z Resolving deltas: 22% (6277/28530) 2025-06-05T23:55:59.6683956Z Resolving deltas: 23% (6562/28530) 2025-06-05T23:55:59.6684277Z Resolving deltas: 24% (6848/28530) 2025-06-05T23:55:59.6684582Z Resolving deltas: 25% (7133/28530) 2025-06-05T23:55:59.6684900Z Resolving deltas: 26% (7418/28530) 2025-06-05T23:55:59.6685205Z Resolving deltas: 27% (7704/28530) 2025-06-05T23:55:59.6685531Z Resolving deltas: 28% (7989/28530) 2025-06-05T23:55:59.6685854Z Resolving deltas: 29% (8274/28530) 2025-06-05T23:55:59.6686165Z Resolving deltas: 30% (8560/28530) 2025-06-05T23:55:59.6686485Z Resolving deltas: 31% (8845/28530) 2025-06-05T23:55:59.6686797Z Resolving deltas: 32% (9130/28530) 2025-06-05T23:55:59.6687114Z Resolving deltas: 33% (9415/28530) 2025-06-05T23:55:59.6687419Z Resolving deltas: 34% (9701/28530) 2025-06-05T23:55:59.6687998Z Resolving deltas: 35% (9986/28530) 2025-06-05T23:55:59.6688477Z Resolving deltas: 36% (10271/28530) 2025-06-05T23:55:59.6688815Z Resolving deltas: 37% (10557/28530) 2025-06-05T23:55:59.6689129Z Resolving deltas: 38% (10842/28530) 2025-06-05T23:55:59.6689457Z Resolving deltas: 39% (11127/28530) 2025-06-05T23:55:59.6689781Z Resolving deltas: 40% (11412/28530) 2025-06-05T23:55:59.6690091Z Resolving deltas: 41% (11698/28530) 2025-06-05T23:55:59.6690416Z Resolving deltas: 42% (11983/28530) 2025-06-05T23:55:59.6690726Z Resolving deltas: 43% (12268/28530) 2025-06-05T23:55:59.6691048Z Resolving deltas: 44% (12554/28530) 2025-06-05T23:55:59.6691358Z Resolving deltas: 45% (12839/28530) 2025-06-05T23:55:59.6691680Z Resolving deltas: 46% (13124/28530) 2025-06-05T23:55:59.6692076Z Resolving deltas: 47% (13410/28530) 2025-06-05T23:55:59.6692399Z Resolving deltas: 48% (13695/28530) 2025-06-05T23:55:59.6692709Z Resolving deltas: 49% (13980/28530) 2025-06-05T23:55:59.6693038Z Resolving deltas: 50% (14265/28530) 2025-06-05T23:55:59.6693369Z Resolving deltas: 51% (14551/28530) 2025-06-05T23:55:59.6693676Z Resolving deltas: 52% (14836/28530) 2025-06-05T23:55:59.6693998Z Resolving deltas: 53% (15121/28530) 2025-06-05T23:55:59.6694306Z Resolving deltas: 54% (15407/28530) 2025-06-05T23:55:59.6694625Z Resolving deltas: 55% (15692/28530) 2025-06-05T23:55:59.6694932Z Resolving deltas: 56% (15977/28530) 2025-06-05T23:55:59.6695253Z Resolving deltas: 57% (16263/28530) 2025-06-05T23:55:59.6695593Z Resolving deltas: 58% (16548/28530) 2025-06-05T23:55:59.6695935Z Resolving deltas: 59% (16833/28530) 2025-06-05T23:55:59.6696245Z Resolving deltas: 60% (17118/28530) 2025-06-05T23:55:59.6696571Z Resolving deltas: 61% (17404/28530) 2025-06-05T23:55:59.6696883Z Resolving deltas: 62% (17689/28530) 2025-06-05T23:55:59.6697213Z Resolving deltas: 63% (17974/28530) 2025-06-05T23:55:59.6697527Z Resolving deltas: 64% (18260/28530) 2025-06-05T23:55:59.6697857Z Resolving deltas: 65% (18545/28530) 2025-06-05T23:55:59.6698171Z Resolving deltas: 66% (18830/28530) 2025-06-05T23:55:59.6698506Z Resolving deltas: 67% (19116/28530) 2025-06-05T23:55:59.6698834Z Resolving deltas: 68% (19401/28530) 2025-06-05T23:55:59.6699150Z Resolving deltas: 69% (19686/28530) 2025-06-05T23:55:59.6699477Z Resolving deltas: 70% (19971/28530) 2025-06-05T23:55:59.6699796Z Resolving deltas: 71% (20257/28530) 2025-06-05T23:55:59.6700124Z Resolving deltas: 72% (20542/28530) 2025-06-05T23:55:59.6700438Z Resolving deltas: 73% (20827/28530) 2025-06-05T23:55:59.6700767Z Resolving deltas: 74% (21113/28530) 2025-06-05T23:55:59.6701077Z Resolving deltas: 75% (21398/28530) 2025-06-05T23:55:59.6701402Z Resolving deltas: 76% (21683/28530) 2025-06-05T23:55:59.6701716Z Resolving deltas: 77% (21969/28530) 2025-06-05T23:55:59.6702050Z Resolving deltas: 78% (22254/28530) 2025-06-05T23:55:59.6702371Z Resolving deltas: 79% (22539/28530) 2025-06-05T23:55:59.6702681Z Resolving deltas: 80% (22824/28530) 2025-06-05T23:55:59.6703004Z Resolving deltas: 81% (23110/28530) 2025-06-05T23:55:59.6703318Z Resolving deltas: 82% (23395/28530) 2025-06-05T23:55:59.6703644Z Resolving deltas: 83% (23680/28530) 2025-06-05T23:55:59.6703952Z Resolving deltas: 84% (23966/28530) 2025-06-05T23:55:59.6704272Z Resolving deltas: 85% (24251/28530) 2025-06-05T23:55:59.6704580Z Resolving deltas: 86% (24536/28530) 2025-06-05T23:55:59.6704899Z Resolving deltas: 87% (24822/28530) 2025-06-05T23:55:59.6705220Z Resolving deltas: 88% (25107/28530) 2025-06-05T23:55:59.6705528Z Resolving deltas: 89% (25392/28530) 2025-06-05T23:55:59.6705850Z Resolving deltas: 90% (25677/28530) 2025-06-05T23:55:59.6706158Z Resolving deltas: 91% (25963/28530) 2025-06-05T23:55:59.6706487Z Resolving deltas: 92% (26248/28530) 2025-06-05T23:55:59.6706797Z Resolving deltas: 93% (26533/28530) 2025-06-05T23:55:59.6707128Z Resolving deltas: 94% (26819/28530) 2025-06-05T23:55:59.6707439Z Resolving deltas: 95% (27104/28530) 2025-06-05T23:55:59.6707759Z Resolving deltas: 96% (27389/28530) 2025-06-05T23:55:59.6708068Z Resolving deltas: 97% (27675/28530) 2025-06-05T23:55:59.6708468Z Resolving deltas: 98% (27960/28530) 2025-06-05T23:55:59.6708800Z Resolving deltas: 99% (28245/28530) 2025-06-05T23:55:59.6709113Z Resolving deltas: 100% (28530/28530) 2025-06-05T23:55:59.6709453Z Resolving deltas: 100% (28530/28530), done. 2025-06-06T00:02:01.9698630Z Submodule path 'thirdparty/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-06T00:02:01.9700476Z Submodule path 'thirdparty/specification': checked out 'b5b067819e5de11153b41cf3d26da4f3f9dd23e8' 2025-06-06T00:02:01.9703448Z [patch_repo] Patching reference_model repo_dir:reference_model base_rev:70ed0b40fa831387e36abdb4f7fb9670a3464f5a patch_dir:/pytorch/executorch/backends/arm/scripts/../third-party/reference_model/patches/v0.80/reference_model 2025-06-06T00:02:01.9707163Z /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:02:01.9709202Z HEAD is now at 70ed0b4 Add boolean input argument support 2025-06-06T00:02:01.9710177Z Applying: Move tosa-tools to be namespaced into tosa-tools.v0_80 2025-06-06T00:02:01.9711389Z [patch_repo] Patched reference_model @ heads/v0.80-0-g7eb0179 in reference_model dir. 2025-06-06T00:02:01.9712137Z 2025-06-06T00:02:01.9712909Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:02:01.9715925Z [patch_repo] Patching serialization_lib repo_dir:reference_model/thirdparty/serialization_lib base_rev:v0.80.1 patch_dir:/pytorch/executorch/backends/arm/scripts/../third-party/reference_model/patches/v0.80/serialization_lib 2025-06-06T00:02:01.9719949Z /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:02:01.9722299Z HEAD is now at 021bbad Use binary mode when loading and saving flatbuffer files 2025-06-06T00:02:01.9723252Z Applying: Make TOSA serializer lib to be self contained 2025-06-06T00:02:01.9724624Z [patch_repo] Patched serialization_lib @ tags/v0.80.1-1-g184a77f in reference_model/thirdparty/serialization_lib dir. 2025-06-06T00:02:01.9725730Z 2025-06-06T00:02:01.9726417Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:02:01.9728602Z /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:02:01.9730682Z Processing /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model 2025-06-06T00:02:01.9732217Z Installing build dependencies ... [?25l- \ | / - \ | / done 2025-06-06T00:02:01.9733441Z [?25h Getting requirements to build wheel ... [?25l- \ | done 2025-06-06T00:02:01.9734635Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-06T00:02:01.9736419Z [?25hRequirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-06-06T00:02:01.9737879Z Building wheels for collected packages: tosa-tools-v0.80 2025-06-06T00:02:01.9739642Z Building wheel for tosa-tools-v0.80 (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ done 2025-06-06T00:02:01.9742610Z [?25h Created wheel for tosa-tools-v0.80: filename=tosa_tools_v0_80-0.80.2.dev2+g7eb0179.d20250605-py3-none-any.whl size=4971390 sha256=8d85cc869d07b110a61385bfe631fa2010e92f5a3d52f69877f7b926f9b9c7a3 2025-06-06T00:02:01.9745381Z Stored in directory: /tmp/pip-ephem-wheel-cache-rxlrg29l/wheels/02/93/e8/92072c9c8f53773ec1a5f14f540f0db117da02e5cf64dd838c 2025-06-06T00:02:01.9746817Z Successfully built tosa-tools-v0.80 2025-06-06T00:02:01.9747462Z Installing collected packages: tosa-tools-v0.80 2025-06-06T00:02:01.9748709Z Successfully installed tosa-tools-v0.80-0.80.2.dev2+g7eb0179.d20250605 2025-06-06T00:02:01.9750040Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:02:01.9751817Z Collecting tosa-tools@ git+https://git.gitlab.arm.com/tosa/tosa-reference-model.git@d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-06T00:02:01.9754379Z Cloning https://git.gitlab.arm.com/tosa/tosa-reference-model.git (to revision d102f426dd2e3c1f25bbf23292ec8ee51aa9c677) to /tmp/pip-install-bwttmb73/tosa-tools_61094ce29a0d4269a72b5f69528968e4 2025-06-06T00:02:01.9757486Z Running command git clone --filter=blob:none --quiet https://git.gitlab.arm.com/tosa/tosa-reference-model.git /tmp/pip-install-bwttmb73/tosa-tools_61094ce29a0d4269a72b5f69528968e4 2025-06-06T00:02:01.9759702Z Running command git rev-parse -q --verify 'sha^d102f426dd2e3c1f25bbf23292ec8ee51aa9c677' 2025-06-06T00:02:01.9761350Z Running command git fetch -q https://git.gitlab.arm.com/tosa/tosa-reference-model.git d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-06T00:02:01.9762991Z Running command git checkout -q d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-06T00:02:01.9764397Z Resolved https://git.gitlab.arm.com/tosa/tosa-reference-model.git to commit d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-06T00:02:01.9765794Z Running command git submodule update --init --recursive -q 2025-06-06T00:02:01.9767006Z Installing build dependencies ... [?25l- \ | / done 2025-06-06T00:02:01.9768141Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-06-06T00:02:01.9769227Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2025-06-06T00:02:01.9770093Z [?25hCollecting ml_dtypes==0.5.1 2025-06-06T00:02:01.9771162Z Downloading ml_dtypes-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-06-06T00:02:01.9772744Z Requirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-06-06T00:02:01.9774345Z Downloading ml_dtypes-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2025-06-06T00:02:01.9775899Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.7 MB ? eta -:--:-- 2025-06-06T00:02:01.9777160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 118.6 MB/s eta 0:00:00 2025-06-06T00:02:01.9778203Z [?25hBuilding wheels for collected packages: tosa-tools 2025-06-06T00:02:01.9780173Z Building wheel for tosa-tools (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ done 2025-06-06T00:02:01.9782459Z [?25h Created wheel for tosa-tools: filename=tosa_tools-1.0.0rc0.post1.dev304+gd102f42-py3-none-any.whl size=6270135 sha256=5133114b8906bdb0a80d42f25b132d4c7398ef52daaba2817276e64fbd228e7d 2025-06-06T00:02:01.9784310Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/41/ea/48/97040d2df3bafb675660708c9b6fa45791226fd800e7dd3878 2025-06-06T00:02:01.9785038Z Successfully built tosa-tools 2025-06-06T00:02:01.9785434Z Installing collected packages: tosa-tools, ml_dtypes 2025-06-06T00:02:01.9785890Z [?25l 2025-06-06T00:02:01.9786345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [tosa-tools] 2025-06-06T00:02:01.9786949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [tosa-tools] 2025-06-06T00:02:01.9787994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [ml_dtypes] 2025-06-06T00:02:01.9788451Z [?25h 2025-06-06T00:02:01.9789000Z Successfully installed ml_dtypes-0.5.1 tosa-tools-1.0.0rc0.post1.dev304+gd102f42 2025-06-06T00:02:01.9790066Z Collecting ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c 2025-06-06T00:02:01.9791718Z Cloning https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela (to revision 8cac2b9a7204b57125a8718049519b091a98846c) to /tmp/pip-install-2b07poqe/ethos-u-vela_7fcc9bfbed98401a818b73dd70752e3a 2025-06-06T00:02:01.9793639Z Running command git clone --filter=blob:none --quiet https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela /tmp/pip-install-2b07poqe/ethos-u-vela_7fcc9bfbed98401a818b73dd70752e3a 2025-06-06T00:02:01.9796333Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-06-06T00:02:01.9797629Z Running command git rev-parse -q --verify 'sha^8cac2b9a7204b57125a8718049519b091a98846c' 2025-06-06T00:02:01.9799380Z Running command git fetch -q https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-06T00:02:01.9801150Z Running command git checkout -q 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-06T00:02:01.9802564Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-06-06T00:02:01.9804649Z Resolved https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela to commit 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-06T00:02:01.9806539Z Installing build dependencies ... [?25l- \ | / - done 2025-06-06T00:02:01.9807765Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-06-06T00:03:15.1365573Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-06T00:03:15.1367512Z [?25hCollecting flatbuffers==24.12.23 (from ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c) 2025-06-06T00:03:15.1368847Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl.metadata (876 bytes) 2025-06-06T00:03:15.1370689Z Requirement already satisfied: numpy>=1.23.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c) (2.2.6) 2025-06-06T00:03:15.1373553Z Requirement already satisfied: lxml>=4.5.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c) (5.4.0) 2025-06-06T00:03:15.1374983Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl (30 kB) 2025-06-06T00:03:15.1375524Z Building wheels for collected packages: ethos-u-vela 2025-06-06T00:03:15.1377114Z Building wheel for ethos-u-vela (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2025-06-06T00:03:15.1379050Z [?25h Created wheel for ethos-u-vela: filename=ethos_u_vela-4.2.1.dev111+g8cac2b9-cp310-cp310-linux_x86_64.whl size=1860162 sha256=0b516262eb3134c22cf97e2365fde0595a9bf7efa9b24db29ee78a5691780709 2025-06-06T00:03:15.1380699Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/77/c7/c5/e99ea73fc70c96cf6e7db473508e3891adee2dd36019b7c365 2025-06-06T00:03:15.1381676Z Successfully built ethos-u-vela 2025-06-06T00:03:15.1382084Z Installing collected packages: flatbuffers, ethos-u-vela 2025-06-06T00:03:15.1382540Z [?25l 2025-06-06T00:03:15.1382835Z  Attempting uninstall: flatbuffers 2025-06-06T00:03:15.1383089Z 2025-06-06T00:03:15.1383625Z  Found existing installation: flatbuffers 25.2.10 2025-06-06T00:03:15.1383926Z 2025-06-06T00:03:15.1384123Z  Uninstalling flatbuffers-25.2.10: 2025-06-06T00:03:15.1384392Z 2025-06-06T00:03:15.1384624Z  Successfully uninstalled flatbuffers-25.2.10 2025-06-06T00:03:15.1384908Z 2025-06-06T00:03:15.1385333Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ethos-u-vela] 2025-06-06T00:03:15.1386038Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ethos-u-vela] 2025-06-06T00:03:15.1386696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [ethos-u-vela] 2025-06-06T00:03:15.1387119Z [?25h 2025-06-06T00:03:15.1388576Z ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 2025-06-06T00:03:15.1389750Z tosa-tools 1.0.0rc0.post1.dev304+gd102f42 requires jsonschema, which is not installed. 2025-06-06T00:03:15.1390528Z tosa-tools-v0-80 0.80.2.dev2+g7eb0179.d20250605 requires jsonschema, which is not installed. 2025-06-06T00:03:15.1391468Z tosa-tools 1.0.0rc0.post1.dev304+gd102f42 requires flatbuffers==23.5.26, but you have flatbuffers 24.12.23 which is incompatible. 2025-06-06T00:03:15.1392465Z tosa-tools 1.0.0rc0.post1.dev304+gd102f42 requires numpy<2, but you have numpy 2.2.6 which is incompatible. 2025-06-06T00:03:15.1393481Z tosa-tools-v0-80 0.80.2.dev2+g7eb0179.d20250605 requires flatbuffers==23.5.26, but you have flatbuffers 24.12.23 which is incompatible. 2025-06-06T00:03:15.1394702Z tosa-tools-v0-80 0.80.2.dev2+g7eb0179.d20250605 requires numpy<2, but you have numpy 2.2.6 which is incompatible. 2025-06-06T00:03:15.1395750Z Successfully installed ethos-u-vela-4.2.1.dev111+g8cac2b9 flatbuffers-24.12.23 2025-06-06T00:03:15.1396588Z [main] update path by doing 'source /pytorch/executorch/examples/arm/ethos-u-scratch/setup_path.sh' 2025-06-06T00:03:15.1397176Z [main] success! 2025-06-06T00:03:15.1397483Z + sudo sysctl fs.inotify.max_user_watches=1048576 2025-06-06T00:03:15.1398026Z sysctl: setting key "fs.inotify.max_user_watches", ignoring: Read-only file system 2025-06-06T00:03:15.1398560Z + ARM_TEST=test_run_ethosu_fvp 2025-06-06T00:03:15.1398972Z + backends/arm/test/test_arm_baremetal.sh test_run_ethosu_fvp 2025-06-06T00:03:15.1399400Z /pytorch/executorch 2025-06-06T00:03:15.1399713Z Run Arm baremetal test suite test_run_ethosu_fvp 2025-06-06T00:03:15.1400264Z test_arm_baremetal.sh test_run_ethosu_fvp: Test ethos-u delegate examples with run.sh 2025-06-06T00:03:15.1400911Z test_arm_baremetal.sh test_run_ethosu_fvp: Test ethos-u target TOSA 2025-06-06T00:03:15.1401359Z + cd /pytorch/executorch 2025-06-06T00:03:15.1401635Z + set +x 2025-06-06T00:03:15.1401940Z -------------------------------------------------------------------------------- 2025-06-06T00:03:15.1402521Z Build ExecuTorch target libs Release into 'arm_test/test_run/cmake-out' 2025-06-06T00:03:15.1403213Z -------------------------------------------------------------------------------- 2025-06-06T00:03:15.1403714Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-06T00:03:15.1404135Z + '[' false = true ']' 2025-06-06T00:03:15.1404512Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:03:15.1404963Z + '[' false = true ']' 2025-06-06T00:03:15.1412098Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:03:15.1413008Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-06T00:03:15.1415865Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_CORTEX_M=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF -Barm_test/test_run/cmake-out /pytorch/executorch 2025-06-06T00:03:15.1418649Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:03:15.1419075Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:03:15.1419459Z -- Detecting C compiler ABI info 2025-06-06T00:03:15.1419808Z -- Detecting C compiler ABI info - done 2025-06-06T00:03:15.1420769Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:03:15.1421716Z -- Detecting C compile features 2025-06-06T00:03:15.1422056Z -- Detecting C compile features - done 2025-06-06T00:03:15.1422409Z -- Detecting CXX compiler ABI info 2025-06-06T00:03:15.1422766Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:03:15.1423728Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:03:15.1424685Z -- Detecting CXX compile features 2025-06-06T00:03:15.1425035Z -- Detecting CXX compile features - done 2025-06-06T00:03:15.1425388Z -- --- Configured Options --- 2025-06-06T00:03:15.1425592Z 2025-06-06T00:03:15.1425738Z -- CMAKE_CXX_STANDARD : 17 2025-06-06T00:03:15.1426144Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:03:15.1426575Z -- CMAKE_BUILD_TYPE : Release 2025-06-06T00:03:15.1426977Z -- PYTHON_EXECUTABLE : python 2025-06-06T00:03:15.1427388Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-06T00:03:15.1428040Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-06T00:03:15.1428689Z -- BUCK2 x (unset) 2025-06-06T00:03:15.1429088Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-06T00:03:15.1429478Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-06T00:03:15.1429890Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-06T00:03:15.1430299Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-06T00:03:15.1430915Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-06T00:03:15.1431536Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-06T00:03:15.1431938Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-06T00:03:15.1432350Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-06T00:03:15.1432731Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-06T00:03:15.1433138Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-06T00:03:15.1433533Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-06T00:03:15.1433936Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-06T00:03:15.1434333Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-06T00:03:15.1434747Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-06T00:03:15.1435240Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-06T00:03:15.1435735Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-06T00:03:15.1436149Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-06T00:03:15.1436545Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-06T00:03:15.1436955Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-06T00:03:15.1437352Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-06T00:03:15.1437761Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-06T00:03:15.1438147Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-06T00:03:15.1438536Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-06T00:03:15.1439026Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-06T00:03:15.1439409Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-06T00:03:15.1439800Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-06T00:03:15.1440188Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-06T00:03:15.1440604Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-06T00:03:15.1440993Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-06T00:03:15.1441392Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-06T00:03:15.1441772Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-06T00:03:15.1442168Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-06T00:03:15.1442626Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-06T00:03:15.1443094Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-06T00:03:15.1443656Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-06T00:03:15.1444055Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-06T00:03:18.5973141Z -- EXECUTORCH_USE_DL : ON 2025-06-06T00:03:18.5973970Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-06T00:03:18.5974726Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-06T00:03:18.5975494Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-06T00:03:18.5976229Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:03:18.5976962Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-06T00:03:18.5977670Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-06T00:03:18.5978356Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:03:18.5979084Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-06T00:03:18.5979755Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-06T00:03:18.5980462Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-06T00:03:18.5981078Z -- -------------------------- 2025-06-06T00:03:18.5981916Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-06T00:03:18.5983782Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:03:18.5985190Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:03:18.5986045Z CMake. 2025-06-06T00:03:18.5986258Z 2025-06-06T00:03:18.5986734Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:03:18.5988050Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:03:18.5989039Z to work with policies introduced by or earlier. 2025-06-06T00:03:18.5989577Z 2025-06-06T00:03:18.5989841Z  2025-06-06T00:03:18.5990370Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:03:18.5991288Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:03:18.5992134Z -- Setting GNU C compiler options with c11 and Posix 2025-06-06T00:03:18.5992828Z -- Disabling -pedantic for GCC >= 8.0 2025-06-06T00:03:18.5993781Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-06T00:03:18.5994760Z -- GCC_VERSION: 13.3.1 2025-06-06T00:03:18.5995075Z 2025-06-06T00:03:18.5997242Z -- 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-06T00:03:18.6000324Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-06T00:03:18.6001762Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:03:18.6002591Z CMake. 2025-06-06T00:03:18.6002805Z 2025-06-06T00:03:18.6003240Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:03:18.6004361Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:03:18.6005328Z to work with policies introduced by or earlier. 2025-06-06T00:03:18.6005872Z 2025-06-06T00:03:18.6006352Z  2025-06-06T00:03:18.6006758Z -- Resolved buck2 as buck2. 2025-06-06T00:03:18.6007269Z -- Killing buck2 daemon 2025-06-06T00:03:18.6007723Z 'buck2 killall' 2025-06-06T00:03:18.6008180Z -- executorch: Generating source lists 2025-06-06T00:03:18.6009468Z -- executorch: Generating source file list /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:03:18.6011278Z -- executorch: Using sources file /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:03:18.6012428Z -- Generating operator lib: 2025-06-06T00:03:18.6012962Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:03:18.6013774Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:03:18.6014613Z -- ROOT_OPS: 2025-06-06T00:03:18.6015034Z -- INCLUDE_ALL_OPS: 2025-06-06T00:03:18.6017872Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-06T00:03:18.6020547Z -- Generating kernel bindings: 2025-06-06T00:03:18.6021150Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:03:18.6022000Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:03:18.6022846Z -- CUSTOM_OPS_YAML: 2025-06-06T00:03:18.6023352Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:03:18.6027491Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-06T00:03:18.6031407Z -- Generating operator lib: 2025-06-06T00:03:18.6031998Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:03:18.6032579Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:03:18.6033179Z -- DEPS: executorch_core 2025-06-06T00:03:18.6034424Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-06T00:03:18.6035848Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:03:18.6036674Z CMake. 2025-06-06T00:03:18.6036914Z 2025-06-06T00:03:18.6037360Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:03:18.6038481Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:03:18.6039465Z to work with policies introduced by or earlier. 2025-06-06T00:03:18.6040012Z 2025-06-06T00:03:18.6040233Z  2025-06-06T00:03:18.6040628Z -- Looking for C++ include unistd.h 2025-06-06T00:03:18.6041231Z -- Looking for C++ include unistd.h - found 2025-06-06T00:03:18.6041854Z -- Looking for C++ include stdint.h 2025-06-06T00:03:18.6042444Z -- Looking for C++ include stdint.h - found 2025-06-06T00:03:18.6043077Z -- Looking for C++ include inttypes.h 2025-06-06T00:03:18.6043716Z -- Looking for C++ include inttypes.h - found 2025-06-06T00:03:18.6044379Z -- Looking for C++ include sys/types.h 2025-06-06T00:03:18.6044997Z -- Looking for C++ include sys/types.h - found 2025-06-06T00:03:18.6045672Z -- Looking for C++ include sys/stat.h 2025-06-06T00:03:18.6046497Z -- Looking for C++ include sys/stat.h - found 2025-06-06T00:03:18.6047170Z -- Looking for C++ include fnmatch.h 2025-06-06T00:03:18.6047783Z -- Looking for C++ include fnmatch.h - found 2025-06-06T00:03:18.6048431Z -- Looking for C++ include stddef.h 2025-06-06T00:03:18.6049050Z -- Looking for C++ include stddef.h - found 2025-06-06T00:03:18.6049676Z -- Check size of uint32_t 2025-06-06T00:03:18.6050180Z -- Check size of uint32_t - done 2025-06-06T00:03:18.6050681Z -- Looking for strtoll 2025-06-06T00:03:18.6051158Z -- Looking for strtoll - found 2025-06-06T00:03:18.6051683Z -- Generating operator lib: 2025-06-06T00:03:18.6052175Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:03:18.6053031Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:03:18.6054112Z -- ROOT_OPS: 2025-06-06T00:03:18.6054538Z -- INCLUDE_ALL_OPS: 2025-06-06T00:03:18.6057397Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/backends/cortex_m/ops/operators.yaml" 2025-06-06T00:03:18.6059948Z -- Generating kernel bindings: 2025-06-06T00:03:18.6060470Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:03:18.6060993Z -- FUNCTIONS_YAML: 2025-06-06T00:03:18.6061712Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:03:18.6062606Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:03:18.6070961Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:03:18.6077734Z -- Generating operator lib: 2025-06-06T00:03:18.6078244Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:03:18.6078813Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-06T00:03:18.6079370Z -- DEPS: executorch 2025-06-06T00:03:18.6079865Z -- Generating operator lib: 2025-06-06T00:03:18.6080398Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:03:18.6081229Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:03:18.6082104Z -- ROOT_OPS: 2025-06-06T00:03:18.6082540Z -- INCLUDE_ALL_OPS: 2025-06-06T00:03:18.6085470Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-06T00:03:18.6090352Z -- Generating kernel bindings: 2025-06-06T00:03:18.6090952Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:03:18.6091495Z -- FUNCTIONS_YAML: 2025-06-06T00:03:18.6092252Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:03:18.6093141Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:03:18.6101288Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:03:18.6115429Z -- Generating operator lib: 2025-06-06T00:03:18.6116079Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:03:18.6116654Z -- KERNEL_LIBS: quantized_kernels 2025-06-06T00:03:18.6117224Z -- DEPS: executorch_core 2025-06-06T00:03:18.6117764Z -- Configuring done (3.6s) 2025-06-06T00:03:18.6118286Z -- Generating done (0.1s) 2025-06-06T00:03:18.6119120Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out 2025-06-06T00:03:18.6120156Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-06T00:03:18.6121130Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-06T00:03:18.6122034Z [build_executorch.sh] Configured CMAKE 2025-06-06T00:03:18.6122608Z ++ nproc 2025-06-06T00:03:18.6123495Z + cmake --build arm_test/test_run/cmake-out -j8 --target install --config Release -- 2025-06-06T00:03:18.6124926Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-06T00:03:18.6126747Z [ 1%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/EthosUBackend.cpp.obj 2025-06-06T00:03:18.6128464Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-06T00:03:18.6130047Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.obj 2025-06-06T00:03:19.9825018Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.obj 2025-06-06T00:03:19.9827433Z [ 2%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/VelaBinStream.cpp.obj 2025-06-06T00:03:19.9829885Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.obj 2025-06-06T00:03:19.9831605Z [ 2%] No download step for 'flatcc_external_project' 2025-06-06T00:03:19.9832722Z [ 3%] No download step for 'flatbuffers_external_project' 2025-06-06T00:03:19.9833869Z [ 4%] No update step for 'flatcc_external_project' 2025-06-06T00:03:19.9834972Z [ 4%] No update step for 'flatbuffers_external_project' 2025-06-06T00:03:19.9836159Z [ 4%] No patch step for 'flatcc_external_project' 2025-06-06T00:03:19.9837189Z [ 5%] No patch step for 'flatbuffers_external_project' 2025-06-06T00:03:19.9838412Z [ 5%] Performing configure step for 'flatcc_external_project' 2025-06-06T00:03:19.9839625Z [ 5%] Performing configure step for 'flatbuffers_external_project' 2025-06-06T00:03:19.9840463Z CMake Warning: 2025-06-06T00:03:19.9841112Z Ignoring empty string ("") provided on the command line. 2025-06-06T00:03:19.9841658Z 2025-06-06T00:03:19.9841868Z  2025-06-06T00:03:19.9842327Z CMake Warning: 2025-06-06T00:03:19.9842938Z Ignoring empty string ("") provided on the command line. 2025-06-06T00:03:19.9843486Z 2025-06-06T00:03:19.9843660Z  2025-06-06T00:03:19.9844521Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:03:19.9845701Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:03:19.9846561Z CMake. 2025-06-06T00:03:19.9846785Z 2025-06-06T00:03:19.9847253Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:03:19.9848376Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:03:19.9849301Z to work with policies introduced by or earlier. 2025-06-06T00:03:19.9849830Z 2025-06-06T00:03:19.9850032Z  2025-06-06T00:03:19.9850487Z fatal: No names found, cannot describe anything. 2025-06-06T00:03:19.9851375Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-06T00:03:19.9852158Z git describe failed with exit code: 128 2025-06-06T00:03:19.9852626Z 2025-06-06T00:03:19.9852972Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-06T00:03:19.9853747Z Call Stack (most recent call first): 2025-06-06T00:03:19.9854327Z CMakeLists.txt:5 (include) 2025-06-06T00:03:19.9855107Z 2025-06-06T00:03:19.9855327Z  2025-06-06T00:03:19.9855749Z -- Proceeding with version: 24.3.25.0 2025-06-06T00:03:19.9856392Z -- The C compiler identification is Clang 12.0.1 2025-06-06T00:03:19.9857058Z -- Detecting C compiler ABI info 2025-06-06T00:03:19.9857676Z -- The CXX compiler identification is Clang 12.0.1 2025-06-06T00:03:19.9858371Z -- Detecting CXX compiler ABI info 2025-06-06T00:03:19.9858971Z -- Detecting C compiler ABI info - done 2025-06-06T00:03:19.9859794Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-06T00:03:19.9860604Z -- Detecting C compile features 2025-06-06T00:03:19.9861227Z -- Detecting C compile features - done 2025-06-06T00:03:19.9862133Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:03:19.9863088Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:03:19.9863931Z -- Setting Clang compiler options 2025-06-06T00:03:19.9865421Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-06T00:03:19.9866920Z -- Configuring done (0.4s) 2025-06-06T00:03:19.9867453Z -- Generating done (0.0s) 2025-06-06T00:03:19.9869039Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-06T00:03:19.9871169Z [ 6%] Performing build step for 'flatcc_external_project' 2025-06-06T00:03:19.9872057Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:03:19.9873218Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-06T00:03:19.9874655Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-06T00:03:19.9876401Z [ 9%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-06T00:03:19.9877685Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-06T00:03:19.9878500Z -- Detecting CXX compile features 2025-06-06T00:03:19.9879063Z -- Detecting CXX compile features - done 2025-06-06T00:03:19.9879655Z -- Looking for strtof_l 2025-06-06T00:03:19.9880868Z [ 12%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-06T00:03:19.9882709Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-06T00:03:19.9884892Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-06T00:03:19.9886458Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-06T00:03:19.9888710Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/interface.h:14, 2025-06-06T00:03:19.9890631Z from /pytorch/executorch/backends/arm/runtime/EthosUBackend.cpp:53: 2025-06-06T00:03:19.9895092Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:26:51: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-06T00:03:19.9898157Z 26 | const NamedDataMap* named_data_map = nullptr) 2025-06-06T00:03:19.9899237Z | ^ 2025-06-06T00:03:19.9900979Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:12: 2025-06-06T00:03:19.9903867Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-06T00:03:19.9905683Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-06T00:03:19.9906594Z | ^~~~~~~~~~~~ 2025-06-06T00:03:19.9909851Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:68:44: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-06T00:03:19.9912973Z 68 | const NamedDataMap* get_named_data_map() const { 2025-06-06T00:03:19.9914056Z | ^~~~~ 2025-06-06T00:03:19.9915967Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-06T00:03:19.9917790Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-06T00:03:19.9918836Z | ^~~~~~~~~~~~ 2025-06-06T00:03:19.9921908Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:76:41: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-06T00:03:19.9924857Z 76 | const NamedDataMap* named_data_map_ = nullptr; 2025-06-06T00:03:19.9925849Z | ^~~~~~~ 2025-06-06T00:03:19.9927525Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-06T00:03:19.9929028Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-06T00:03:19.9929784Z | ^~~~~~~~~~~~ 2025-06-06T00:03:19.9930895Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-06T00:03:19.9932251Z [ 27%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-06T00:03:19.9933130Z -- Looking for strtof_l - found 2025-06-06T00:03:19.9933661Z -- Looking for strtoull_l 2025-06-06T00:03:19.9934786Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-06T00:03:19.9936385Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-06T00:03:19.9937830Z [ 36%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-06T00:03:19.9939159Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-06T00:03:19.9940387Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-06T00:03:19.9941771Z [ 45%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-06T00:03:19.9943203Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-06T00:03:19.9944161Z -- Looking for strtoull_l - found 2025-06-06T00:03:19.9944725Z -- Looking for realpath 2025-06-06T00:03:19.9945695Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-06T00:03:19.9947252Z [ 54%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:03:19.9948281Z [ 54%] Built target flatccrt 2025-06-06T00:03:19.9949312Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-06T00:03:19.9950697Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-06T00:03:19.9952114Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-06T00:03:19.9953654Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-06T00:03:19.9955174Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-06T00:03:19.9956878Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-06T00:03:19.9958198Z [ 6%] Linking CXX static library libexecutorch_delegate_ethos_u.a 2025-06-06T00:03:19.9959148Z [ 6%] Built target executorch_delegate_ethos_u 2025-06-06T00:03:19.9960289Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-06T00:03:19.9961777Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-06T00:03:19.9962782Z -- Looking for realpath - found 2025-06-06T00:03:19.9963402Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-06T00:03:19.9964749Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-06T00:03:19.9971236Z -- Configuring done (1.3s) 2025-06-06T00:03:19.9971746Z -- Generating done (0.0s) 2025-06-06T00:03:20.5568012Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-06T00:03:20.5570999Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-06T00:03:20.5572537Z [ 6%] Performing build step for 'flatbuffers_external_project' 2025-06-06T00:03:20.5574069Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-06T00:03:20.5575699Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-06T00:03:20.5577112Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-06T00:03:20.5578639Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-06T00:03:20.5580173Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-06T00:03:20.5581473Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-06T00:03:20.5582852Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-06T00:03:20.5584479Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-06T00:03:20.5585590Z [ 93%] Built target flatcc 2025-06-06T00:03:20.5586632Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-06T00:03:20.5591677Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-06T00:03:20.5593184Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-06T00:03:20.5594511Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-06T00:03:20.5596007Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-06T00:03:20.5597534Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-06T00:03:20.5599085Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-06T00:03:20.5600536Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-06T00:03:20.5601458Z [100%] Built target flatcc_cli 2025-06-06T00:03:20.5602423Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-06T00:03:20.5603326Z [ 21%] Built target flatccrt 2025-06-06T00:03:20.5603873Z [ 93%] Built target flatcc 2025-06-06T00:03:20.5604419Z [100%] Built target flatcc_cli 2025-06-06T00:03:20.5605073Z Install the project... 2025-06-06T00:03:20.5605662Z -- Install configuration: "" 2025-06-06T00:03:20.5606934Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-06T00:03:20.5609097Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-06T00:03:20.5611464Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-06T00:03:20.5613886Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-06T00:03:20.5616500Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-06T00:03:20.5618983Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-06T00:03:20.5621375Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-06T00:03:20.5623785Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-06T00:03:20.5626164Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-06T00:03:20.5628670Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-06T00:03:20.5631149Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-06T00:03:20.5633537Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-06T00:03:20.5635949Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-06T00:03:20.5638405Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-06T00:03:20.5640876Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-06T00:03:20.5643302Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-06T00:03:20.5645694Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-06T00:03:20.5648117Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-06T00:03:20.5650517Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-06T00:03:20.5652778Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-06T00:03:20.5655206Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-06T00:03:20.5657615Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-06T00:03:20.5659929Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-06T00:03:20.5662197Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-06T00:03:20.5665278Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-06T00:03:20.5667977Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-06T00:03:20.5670455Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-06T00:03:20.5673010Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-06T00:03:20.5675481Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-06T00:03:20.5677848Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-06T00:03:20.5680570Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-06T00:03:20.5683166Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-06T00:03:20.5685576Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-06T00:03:20.5688192Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-06T00:03:20.5690839Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-06T00:03:20.5693556Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-06T00:03:20.5696249Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-06T00:03:20.5698888Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-06T00:03:20.5702008Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-06T00:03:20.5704578Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-06T00:03:20.5707001Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-06T00:03:20.5709458Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-06T00:03:20.5712109Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-06T00:03:20.5714741Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-06T00:03:20.5717345Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-06T00:03:20.5719833Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-06T00:03:22.8421739Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-06T00:03:22.8424145Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-06T00:03:22.8426391Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-06T00:03:22.8428473Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-06T00:03:22.8430815Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-06T00:03:22.8433132Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-06T00:03:22.8435836Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-06T00:03:22.8438180Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-06T00:03:22.8440369Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-06T00:03:22.8442454Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-06T00:03:22.8444775Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-06T00:03:22.8447327Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-06T00:03:22.8449658Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-06T00:03:22.8451758Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-06T00:03:22.8453696Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-06T00:03:22.8455785Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-06T00:03:22.8457824Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-06T00:03:22.8459950Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-06T00:03:22.8461925Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-06T00:03:22.8463938Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-06T00:03:22.8466322Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-06T00:03:22.8468751Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-06T00:03:22.8471374Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-06T00:03:22.8473764Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-06T00:03:22.8476332Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-06T00:03:22.8478405Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-06T00:03:22.8480661Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-06T00:03:22.8482548Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-06T00:03:22.8484852Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-06T00:03:22.8487021Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-06T00:03:22.8489444Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-06T00:03:22.8491417Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:03:22.8493202Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:03:22.8495142Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-06T00:03:22.8497096Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-06T00:03:22.8498147Z [ 7%] Completed 'flatcc_external_project' 2025-06-06T00:03:22.8499291Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-06T00:03:22.8500616Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-06T00:03:22.8501506Z [ 7%] Built target flatcc_external_project 2025-06-06T00:03:22.8502753Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.obj 2025-06-06T00:03:22.8504386Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-06T00:03:22.8505863Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-06T00:03:22.8507200Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-06T00:03:22.8508514Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-06T00:03:22.8510143Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.obj 2025-06-06T00:03:22.8511606Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-06T00:03:22.8512998Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-06T00:03:22.8514461Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-06T00:03:22.8516000Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-06T00:03:22.8517659Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.obj 2025-06-06T00:03:22.8519251Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-06T00:03:22.8520793Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.obj 2025-06-06T00:03:22.8522199Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-06T00:03:22.8523286Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-06T00:03:22.8524383Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-06T00:03:22.8525503Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-06T00:03:22.8526782Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-06T00:03:22.8528016Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-06T00:03:22.8529653Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.obj 2025-06-06T00:03:22.8531489Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.obj 2025-06-06T00:03:22.8533004Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-06T00:03:22.8534420Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-06T00:03:22.8535881Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-06T00:03:22.8537374Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-06T00:03:22.8539041Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-06T00:03:22.8540661Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-06T00:03:22.8542144Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-06T00:03:22.8543807Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-06T00:03:22.8545034Z [100%] Linking CXX executable flatc 2025-06-06T00:03:22.8545754Z [100%] Built target flatc 2025-06-06T00:03:22.8546585Z [ 9%] Performing install step for 'flatbuffers_external_project' 2025-06-06T00:03:22.8547378Z [100%] Built target flatc 2025-06-06T00:03:22.8547997Z Install the project... 2025-06-06T00:03:22.8548576Z -- Install configuration: "" 2025-06-06T00:03:22.8549599Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-06T00:03:22.8551551Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-06T00:03:22.8553330Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-06T00:03:25.3297519Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-06T00:03:25.3299878Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-06T00:03:25.3302198Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-06T00:03:25.3304541Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-06T00:03:25.3306915Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-06T00:03:25.3309450Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-06T00:03:25.3311885Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-06T00:03:25.3314300Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-06T00:03:25.3316841Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-06T00:03:25.3319287Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-06T00:03:25.3321597Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-06T00:03:25.3324005Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-06T00:03:25.3326404Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-06T00:03:25.3328697Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-06T00:03:25.3330874Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-06T00:03:25.3333038Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-06T00:03:25.3335285Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-06T00:03:25.3337912Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-06T00:03:25.3340478Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-06T00:03:25.3342802Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-06T00:03:25.3345502Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-06T00:03:25.3347912Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-06T00:03:25.3350335Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-06T00:03:25.3352669Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-06T00:03:25.3354993Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-06T00:03:25.3357561Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-06T00:03:25.3360008Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-06T00:03:25.3362085Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-06T00:03:25.3364323Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-06T00:03:25.3366646Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-06T00:03:25.3369064Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-06T00:03:25.3371543Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-06T00:03:25.3374218Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-06T00:03:25.3377016Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-06T00:03:25.3379343Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-06T00:03:25.3381594Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-06T00:03:25.3384142Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-06T00:03:25.3386256Z [ 10%] Completed 'flatbuffers_external_project' 2025-06-06T00:03:25.3387299Z [ 11%] Linking CXX static library libgflags_nothreads.a 2025-06-06T00:03:25.3388372Z [ 11%] Built target flatbuffers_external_project 2025-06-06T00:03:25.3389246Z [ 11%] Generating common_schema headers 2025-06-06T00:03:25.3389938Z [ 11%] Built target gflags_nothreads_static 2025-06-06T00:03:25.3390543Z [ 11%] Built target common_schema 2025-06-06T00:03:25.3391307Z [ 11%] Generating program_schema headers 2025-06-06T00:03:25.3391957Z [ 11%] Built target program_schema 2025-06-06T00:03:25.3393200Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.obj 2025-06-06T00:03:25.3394887Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.obj 2025-06-06T00:03:25.3396995Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.obj 2025-06-06T00:03:25.3399168Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.obj 2025-06-06T00:03:25.3401447Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.obj 2025-06-06T00:03:25.3403391Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.obj 2025-06-06T00:03:25.3405071Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.obj 2025-06-06T00:03:25.3406825Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.obj 2025-06-06T00:03:25.3408557Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.obj 2025-06-06T00:03:25.3410337Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.obj 2025-06-06T00:03:25.3412374Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.obj 2025-06-06T00:03:25.3414319Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.obj 2025-06-06T00:03:25.3416377Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.obj 2025-06-06T00:03:25.3418364Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.obj 2025-06-06T00:03:25.3420182Z [ 15%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:03:25.3421267Z [ 15%] Built target flatccrt 2025-06-06T00:03:25.3422409Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.obj 2025-06-06T00:03:25.3424076Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.obj 2025-06-06T00:03:25.3425834Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.obj 2025-06-06T00:03:25.3427601Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.obj 2025-06-06T00:03:25.3429372Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.obj 2025-06-06T00:03:25.3443908Z /pytorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp: In function 'executorch::runtime::Result executorch::runtime::deserialization::{anonymous}::getMemPlannedPtr(const executorch_flatbuffer::AllocationDetails*, size_t, executorch::runtime::HierarchicalAllocator*)': 2025-06-06T00:03:25.3448464Z /pytorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp:66:62: warning: left shift count >= width of type [-Wshift-count-overflow] 2025-06-06T00:03:41.4617882Z 66 | memory_offset |= static_cast(memory_offset_high) << 32; 2025-06-06T00:03:41.4619145Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ 2025-06-06T00:03:41.4620536Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.obj 2025-06-06T00:03:41.4622380Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.obj 2025-06-06T00:03:41.4623872Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-06-06T00:03:41.4624650Z [ 18%] Built target executorch_core 2025-06-06T00:03:41.4625944Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.obj 2025-06-06T00:03:41.4627653Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.obj 2025-06-06T00:03:41.4629521Z [ 20%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs.cpp.obj 2025-06-06T00:03:41.4631590Z [ 20%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs_portable.cpp.obj 2025-06-06T00:03:41.4633639Z [ 20%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.obj 2025-06-06T00:03:41.4636180Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.obj 2025-06-06T00:03:41.4638687Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.obj 2025-06-06T00:03:41.4641041Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.obj 2025-06-06T00:03:41.4643327Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.obj 2025-06-06T00:03:41.4645048Z [ 21%] Linking CXX static library libextension_runner_util.a 2025-06-06T00:03:41.4646887Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.obj 2025-06-06T00:03:41.4648443Z [ 21%] Built target extension_runner_util 2025-06-06T00:03:41.4650072Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.obj 2025-06-06T00:03:41.4652344Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.obj 2025-06-06T00:03:41.4654574Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.obj 2025-06-06T00:03:41.4656860Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.obj 2025-06-06T00:03:41.4659258Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.obj 2025-06-06T00:03:41.4661742Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.obj 2025-06-06T00:03:41.4664132Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.obj 2025-06-06T00:03:41.4665764Z [ 25%] Linking CXX static library libexecutorch.a 2025-06-06T00:03:41.4666552Z [ 25%] Built target executorch 2025-06-06T00:03:41.4668008Z [ 25%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_quantize_per_tensor.cpp.obj 2025-06-06T00:03:41.4670265Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.obj 2025-06-06T00:03:41.4672545Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.obj 2025-06-06T00:03:41.4674893Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.obj 2025-06-06T00:03:41.4677284Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.obj 2025-06-06T00:03:41.4679619Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.obj 2025-06-06T00:03:41.4681934Z [ 27%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_dequantize_per_tensor.cpp.obj 2025-06-06T00:03:41.4683675Z [ 28%] Linking CXX static library libkernels_util_all_deps.a 2025-06-06T00:03:41.4684573Z [ 28%] Built target kernels_util_all_deps 2025-06-06T00:03:41.4686068Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.obj 2025-06-06T00:03:41.4688297Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.obj 2025-06-06T00:03:41.4690443Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.obj 2025-06-06T00:03:41.4692630Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.obj 2025-06-06T00:03:41.4694785Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.obj 2025-06-06T00:03:41.4697210Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.obj 2025-06-06T00:03:41.4699557Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.obj 2025-06-06T00:03:41.4701203Z [ 30%] Linking CXX static library libcortex_m_kernels.a 2025-06-06T00:03:41.4702014Z [ 30%] Built target cortex_m_kernels 2025-06-06T00:03:41.4703414Z [ 31%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.obj 2025-06-06T00:03:41.4705569Z [ 31%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.obj 2025-06-06T00:03:41.4707816Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.obj 2025-06-06T00:03:41.4710148Z [ 32%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.obj 2025-06-06T00:03:41.4712260Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.obj 2025-06-06T00:03:41.4714305Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.obj 2025-06-06T00:03:41.4716319Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.obj 2025-06-06T00:03:41.4718326Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.obj 2025-06-06T00:03:41.4720308Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.obj 2025-06-06T00:03:41.4722272Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.obj 2025-06-06T00:03:41.4724354Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.obj 2025-06-06T00:03:41.4726445Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.obj 2025-06-06T00:03:41.4728467Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.obj 2025-06-06T00:03:41.4730448Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.obj 2025-06-06T00:03:41.4732383Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.obj 2025-06-06T00:03:41.4734379Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.obj 2025-06-06T00:03:41.4736388Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.obj 2025-06-06T00:03:41.4737961Z [ 37%] Linking CXX static library libquantized_kernels.a 2025-06-06T00:03:41.4738803Z [ 37%] Built target quantized_kernels 2025-06-06T00:03:41.4739835Z [ 38%] Generating selected_operators.yaml for cortex_m_ops_lib 2025-06-06T00:03:41.4740987Z [ 38%] Generating code for kernel registration 2025-06-06T00:03:41.4742488Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.obj 2025-06-06T00:03:41.4744630Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.obj 2025-06-06T00:03:41.4746697Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.obj 2025-06-06T00:03:41.4748684Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.obj 2025-06-06T00:03:41.4751237Z [ 39%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_ops_lib.dir/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:03:41.4753703Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.obj 2025-06-06T00:03:41.4755711Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.obj 2025-06-06T00:03:41.4758335Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.obj 2025-06-06T00:03:41.4760435Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.obj 2025-06-06T00:03:41.4762022Z [ 40%] Linking CXX static library libcortex_m_ops_lib.a 2025-06-06T00:03:41.4762835Z [ 40%] Built target cortex_m_ops_lib 2025-06-06T00:03:41.4763873Z [ 41%] Generating selected_operators.yaml for quantized_ops_lib 2025-06-06T00:03:41.4765589Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.obj 2025-06-06T00:03:41.4767134Z [ 42%] Generating code for kernel registration 2025-06-06T00:03:41.4768825Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.obj 2025-06-06T00:04:14.1859381Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.obj 2025-06-06T00:04:14.1861350Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.obj 2025-06-06T00:04:14.1863766Z [ 43%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:04:14.1866062Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.obj 2025-06-06T00:04:14.1867880Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.obj 2025-06-06T00:04:14.1869733Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.obj 2025-06-06T00:04:14.1871589Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.obj 2025-06-06T00:04:14.1872969Z [ 45%] Linking CXX static library libquantized_ops_lib.a 2025-06-06T00:04:14.1873757Z [ 45%] Built target quantized_ops_lib 2025-06-06T00:04:14.1875034Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.obj 2025-06-06T00:04:14.1876974Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.obj 2025-06-06T00:04:14.1878937Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.obj 2025-06-06T00:04:14.1880784Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.obj 2025-06-06T00:04:14.1882708Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.obj 2025-06-06T00:04:14.1884592Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.obj 2025-06-06T00:04:14.1886388Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.obj 2025-06-06T00:04:14.1888302Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.obj 2025-06-06T00:04:14.1890023Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.obj 2025-06-06T00:04:14.1891837Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.obj 2025-06-06T00:04:14.1893808Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.obj 2025-06-06T00:04:14.1896755Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.obj 2025-06-06T00:04:14.1898557Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.obj 2025-06-06T00:04:14.1900338Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.obj 2025-06-06T00:04:14.1902467Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.obj 2025-06-06T00:04:14.1904394Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.obj 2025-06-06T00:04:14.1906127Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.obj 2025-06-06T00:04:14.1907851Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.obj 2025-06-06T00:04:14.1909674Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.obj 2025-06-06T00:04:14.1911491Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.obj 2025-06-06T00:04:14.1913476Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.obj 2025-06-06T00:04:14.1915196Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.obj 2025-06-06T00:04:14.1917128Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.obj 2025-06-06T00:04:14.1919002Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.obj 2025-06-06T00:04:14.1920812Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.obj 2025-06-06T00:04:14.1922619Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.obj 2025-06-06T00:04:14.1924421Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.obj 2025-06-06T00:04:14.1926304Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.obj 2025-06-06T00:04:14.1928104Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.obj 2025-06-06T00:04:14.1929910Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.obj 2025-06-06T00:04:14.1931714Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.obj 2025-06-06T00:04:14.1933469Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.obj 2025-06-06T00:04:14.1935212Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.obj 2025-06-06T00:04:14.1936993Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.obj 2025-06-06T00:04:14.1938868Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.obj 2025-06-06T00:04:14.1940737Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.obj 2025-06-06T00:04:14.1942574Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.obj 2025-06-06T00:04:14.1944419Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.obj 2025-06-06T00:04:14.1946183Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.obj 2025-06-06T00:04:14.1947939Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.obj 2025-06-06T00:04:14.1949893Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.obj 2025-06-06T00:04:14.1951968Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.obj 2025-06-06T00:04:14.1953880Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.obj 2025-06-06T00:04:14.1955837Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.obj 2025-06-06T00:04:14.1957815Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.obj 2025-06-06T00:04:14.1959651Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.obj 2025-06-06T00:04:14.1961506Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.obj 2025-06-06T00:04:14.1963461Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.obj 2025-06-06T00:04:14.1965372Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.obj 2025-06-06T00:04:14.1967264Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.obj 2025-06-06T00:04:14.1969320Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.obj 2025-06-06T00:04:14.1971140Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.obj 2025-06-06T00:04:14.1972932Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.obj 2025-06-06T00:04:14.1974669Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.obj 2025-06-06T00:04:14.1976592Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.obj 2025-06-06T00:04:14.1978508Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.obj 2025-06-06T00:04:14.1980394Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.obj 2025-06-06T00:04:14.1982272Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.obj 2025-06-06T00:04:14.1984435Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.obj 2025-06-06T00:04:14.1986544Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.obj 2025-06-06T00:04:14.1989483Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.obj 2025-06-06T00:04:14.1991284Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.obj 2025-06-06T00:04:14.1993035Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.obj 2025-06-06T00:04:14.1994831Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.obj 2025-06-06T00:04:14.1996664Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.obj 2025-06-06T00:04:14.1998475Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.obj 2025-06-06T00:04:45.6244011Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.obj 2025-06-06T00:04:45.6245913Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.obj 2025-06-06T00:04:45.6247729Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.obj 2025-06-06T00:04:45.6249479Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.obj 2025-06-06T00:04:45.6251107Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.obj 2025-06-06T00:04:45.6252666Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.obj 2025-06-06T00:04:45.6254264Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.obj 2025-06-06T00:04:45.6255892Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.obj 2025-06-06T00:04:45.6258021Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.obj 2025-06-06T00:04:45.6259750Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.obj 2025-06-06T00:04:45.6261479Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.obj 2025-06-06T00:04:45.6263271Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.obj 2025-06-06T00:04:45.6265013Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.obj 2025-06-06T00:04:45.6266782Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.obj 2025-06-06T00:04:45.6268405Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.obj 2025-06-06T00:04:45.6270067Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.obj 2025-06-06T00:04:45.6271768Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.obj 2025-06-06T00:04:45.6273569Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.obj 2025-06-06T00:04:45.6275484Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.obj 2025-06-06T00:04:45.6277393Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.obj 2025-06-06T00:04:45.6279213Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.obj 2025-06-06T00:04:45.6280983Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.obj 2025-06-06T00:04:45.6282785Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.obj 2025-06-06T00:04:45.6284660Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.obj 2025-06-06T00:04:45.6286578Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.obj 2025-06-06T00:04:45.6288776Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.obj 2025-06-06T00:04:45.6290698Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.obj 2025-06-06T00:04:45.6292566Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.obj 2025-06-06T00:04:45.6294261Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.obj 2025-06-06T00:04:45.6296000Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.obj 2025-06-06T00:04:45.6297703Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.obj 2025-06-06T00:04:45.6299482Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.obj 2025-06-06T00:04:45.6301300Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.obj 2025-06-06T00:04:45.6303084Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.obj 2025-06-06T00:04:45.6304850Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.obj 2025-06-06T00:04:45.6306629Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.obj 2025-06-06T00:04:45.6308350Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.obj 2025-06-06T00:04:45.6310263Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.obj 2025-06-06T00:04:45.6312002Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.obj 2025-06-06T00:04:45.6313663Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.obj 2025-06-06T00:04:45.6315384Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.obj 2025-06-06T00:04:45.6317108Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.obj 2025-06-06T00:04:45.6318804Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.obj 2025-06-06T00:04:45.6320858Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.obj 2025-06-06T00:04:45.6323040Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.obj 2025-06-06T00:04:45.6325008Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.obj 2025-06-06T00:04:45.6326932Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.obj 2025-06-06T00:04:45.6328949Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.obj 2025-06-06T00:04:45.6330854Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.obj 2025-06-06T00:04:45.6332565Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.obj 2025-06-06T00:04:45.6334509Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.obj 2025-06-06T00:04:45.6336455Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.obj 2025-06-06T00:04:45.6338349Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.obj 2025-06-06T00:04:45.6340392Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.obj 2025-06-06T00:04:45.6342330Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.obj 2025-06-06T00:04:45.6343943Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.obj 2025-06-06T00:04:45.6345846Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.obj 2025-06-06T00:04:45.6347852Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.obj 2025-06-06T00:04:45.6349596Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.obj 2025-06-06T00:04:45.6351606Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.obj 2025-06-06T00:04:45.6488234Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.obj 2025-06-06T00:04:45.6490852Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.obj 2025-06-06T00:04:45.6493066Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.obj 2025-06-06T00:04:45.6495210Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.obj 2025-06-06T00:04:45.6496958Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.obj 2025-06-06T00:04:45.6499078Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.obj 2025-06-06T00:04:45.6501175Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.obj 2025-06-06T00:04:45.6503067Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.obj 2025-06-06T00:04:45.6505348Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.obj 2025-06-06T00:04:45.6508028Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.obj 2025-06-06T00:04:45.6510487Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.obj 2025-06-06T00:04:45.6512996Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.obj 2025-06-06T00:04:45.6515651Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.obj 2025-06-06T00:04:56.1938161Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.obj 2025-06-06T00:04:56.1939589Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.obj 2025-06-06T00:04:56.1941220Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.obj 2025-06-06T00:04:56.1942715Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.obj 2025-06-06T00:04:56.1943999Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.obj 2025-06-06T00:04:56.1945291Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.obj 2025-06-06T00:04:56.1946765Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.obj 2025-06-06T00:04:56.1948259Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.obj 2025-06-06T00:04:56.1949655Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.obj 2025-06-06T00:04:56.1951011Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.obj 2025-06-06T00:04:56.1952402Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.obj 2025-06-06T00:04:56.1953860Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.obj 2025-06-06T00:04:56.1955356Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.obj 2025-06-06T00:04:56.1956749Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.obj 2025-06-06T00:04:56.1958213Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.obj 2025-06-06T00:04:56.1959329Z [ 99%] Linking CXX static library libportable_kernels.a 2025-06-06T00:04:56.1959821Z [ 99%] Built target portable_kernels 2025-06-06T00:04:56.1960495Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-06-06T00:04:56.1961312Z [ 99%] Generating code for kernel registration 2025-06-06T00:04:56.1962689Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:04:56.1963878Z [100%] Linking CXX static library libportable_ops_lib.a 2025-06-06T00:04:56.1964452Z [100%] Built target portable_ops_lib 2025-06-06T00:04:56.1964973Z Install the project... 2025-06-06T00:04:56.1965377Z -- Install configuration: "Release" 2025-06-06T00:04:56.1965989Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:04:56.1967524Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/fxdiv.h 2025-06-06T00:04:56.1968535Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:04:56.1969501Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:04:56.1970583Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-06T00:04:56.1971853Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-06T00:04:56.1973049Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core 2025-06-06T00:04:56.1974255Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-06T00:04:56.1975459Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-06T00:04:56.1976581Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/defines.h 2025-06-06T00:04:56.1977676Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/error.h 2025-06-06T00:04:56.1978835Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-06T00:04:56.1980004Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-06T00:04:56.1981178Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-06T00:04:56.1982583Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-06T00:04:56.1983885Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-06T00:04:56.1985056Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-06T00:04:56.1986370Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-06T00:04:56.1987973Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-06T00:04:56.1989553Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-06T00:04:56.1990885Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-06T00:04:56.1992246Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-06T00:04:56.1993633Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-06T00:04:56.1995014Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-06T00:04:56.1996561Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-06T00:04:56.1998073Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-06T00:04:56.1999630Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-06T00:04:56.2000998Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-06T00:04:56.2002239Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-06T00:04:56.2003402Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-06T00:04:56.2004789Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-06T00:04:56.2006140Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-06T00:04:56.2007320Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-06T00:04:56.2008558Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type 2025-06-06T00:04:56.2009828Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-06T00:04:56.2011213Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-06T00:04:56.2012536Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-06T00:04:56.2013607Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-06T00:04:56.2014816Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-06T00:04:56.2015941Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-06T00:04:56.2017142Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-06T00:04:56.2018507Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-06T00:04:56.2019771Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-06T00:04:56.2021144Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-06T00:04:56.2022474Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-06T00:04:56.2023915Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-06T00:04:56.2025287Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-06T00:04:56.2026520Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-06T00:04:56.2027945Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-06T00:04:56.2029254Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-06T00:04:56.2037900Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-06T00:04:56.2039226Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-06T00:04:56.2040528Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-06T00:04:56.2041867Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-06T00:04:56.2043183Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-06T00:04:56.2044355Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-06T00:04:56.2045546Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-06T00:04:56.2046676Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-06T00:04:56.2047803Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-06T00:04:56.2048918Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-06T00:04:56.2050041Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-06T00:04:56.2051203Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-06T00:04:56.2052389Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-06T00:04:56.2053645Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-06T00:04:56.2054759Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-06T00:04:56.2055930Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-06T00:04:56.2057044Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-06T00:04:56.2058005Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/result.h 2025-06-06T00:04:56.2058921Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/span.h 2025-06-06T00:04:56.2059804Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tag.h 2025-06-06T00:04:56.2060753Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-06T00:04:56.2061808Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-06T00:04:56.2062789Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/test 2025-06-06T00:04:56.2063914Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel 2025-06-06T00:04:56.2064867Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-06T00:04:56.2065966Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-06T00:04:56.2067080Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-06T00:04:56.2068061Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test 2025-06-06T00:04:56.2069026Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-06T00:04:56.2070116Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-06T00:04:56.2071139Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform 2025-06-06T00:04:56.2072055Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-06T00:04:56.2073010Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-06T00:04:56.2073977Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-06T00:04:56.2074971Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-06T00:04:56.2076200Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-06T00:04:56.2077179Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/default 2025-06-06T00:04:56.2078115Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/log.h 2025-06-06T00:04:56.2079082Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-06T00:04:56.2080075Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-06T00:04:56.2081086Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-06T00:04:56.2082067Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/system.h 2025-06-06T00:04:56.2083006Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test 2025-06-06T00:04:56.2083994Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-06T00:04:56.2085074Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-06T00:04:56.2086196Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/types.h 2025-06-06T00:04:56.2087139Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util 2025-06-06T00:04:56.2088412Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-06T00:04:56.2089658Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-06T00:04:56.2090727Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/test 2025-06-06T00:04:56.2091744Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-06T00:04:56.2092726Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor 2025-06-06T00:04:56.2093646Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-06T00:04:56.2094678Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-06T00:04:56.2095737Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-06T00:04:56.2096896Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-06T00:04:56.2097907Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/test 2025-06-06T00:04:56.2098815Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool 2025-06-06T00:04:56.2099824Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-06T00:04:56.2100870Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/test 2025-06-06T00:04:56.2101891Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-06T00:04:56.2103064Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-06T00:04:56.2104122Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:04:56.2104876Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:04:56.2105887Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-06T00:04:56.2106806Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:04:56.2107588Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:04:56.2108502Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-06T00:04:56.2109612Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-06T00:04:56.2110598Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:04:56.2111432Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:04:56.2112213Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:04:56.2113110Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-06T00:04:56.6229838Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-06T00:04:56.6230785Z + set +x 2025-06-06T00:04:56.6231134Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:04:56.6231960Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:04:56.6232980Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:04:56.6233955Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-06T00:04:56.6234885Z -rw-r--r--. 1 ci-user ci-user 18220 Jun 6 00:03 arm_test/test_run/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-06T00:04:56.6235967Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-06T00:04:56.6236845Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-06T00:04:56.6237879Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-06T00:04:56.6238848Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 arm_test/test_run/cmake-out/kernels/portable/libportable_kernels.a 2025-06-06T00:04:56.6239733Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 arm_test/test_run/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-06T00:04:56.6240694Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-06T00:04:56.6241740Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-06T00:04:56.6242842Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 arm_test/test_run/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-06T00:04:56.6243698Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 arm_test/test_run/cmake-out/libexecutorch_core.a 2025-06-06T00:04:56.6244449Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 arm_test/test_run/cmake-out/libexecutorch.a 2025-06-06T00:04:56.6245156Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:04:56.6245912Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:04:56.6246684Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:04:56.6247413Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:04:56.6248362Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:04:56.6249157Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:04:56.6249904Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:04:56.6250667Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:04:56.6251434Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:04:56.6252206Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:04:56.6252833Z -------------------------------------------------------------------------------- 2025-06-06T00:04:56.6253700Z Build ExecuTorch Libraries Release portable kernels: aten::_softmax.out into 'arm_test/test_run/cmake-out' 2025-06-06T00:04:56.6254438Z -------------------------------------------------------------------------------- 2025-06-06T00:04:56.6256233Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_SELECT_OPS_LIST=aten::_softmax.out -Barm_test/test_run/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-06-06T00:04:56.6258018Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:04:56.6258442Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:04:56.6258824Z -- Detecting C compiler ABI info 2025-06-06T00:04:56.6259173Z -- Detecting C compiler ABI info - done 2025-06-06T00:04:56.6260118Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:04:56.6261072Z -- Detecting C compile features 2025-06-06T00:04:56.6261415Z -- Detecting C compile features - done 2025-06-06T00:04:56.6261763Z -- Detecting CXX compiler ABI info 2025-06-06T00:04:56.6262121Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:04:56.6263070Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:04:56.6264022Z -- Detecting CXX compile features 2025-06-06T00:04:56.6264352Z -- Detecting CXX compile features - done 2025-06-06T00:04:56.6265061Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-06-06T00:04:56.6265648Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-06T00:04:56.6266274Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-06T00:04:56.6266880Z cmake_policy command to set the policy and suppress this warning. 2025-06-06T00:04:56.6267236Z 2025-06-06T00:04:56.6267366Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-06T00:04:56.6267626Z 2025-06-06T00:04:56.6267754Z /pytorch/executorch/examples/arm/../.. 2025-06-06T00:04:56.6267996Z 2025-06-06T00:04:56.6268261Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-06T00:04:56.6268764Z .cmake module might still use it. 2025-06-06T00:04:56.6269220Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-06T00:04:56.6269692Z  2025-06-06T00:04:56.6269976Z etdump library is not found. 2025-06-06T00:04:56.6270491Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6271037Z bundled_program library is not found. 2025-06-06T00:04:56.6271576Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6272142Z extension_data_loader library is not found. 2025-06-06T00:04:56.6272714Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6273252Z extension_flat_tensor library is not found. 2025-06-06T00:04:56.6273819Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6274417Z coreml_util library is not found. 2025-06-06T00:04:56.6275000Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6275617Z coreml_inmemoryfs library is not found. 2025-06-06T00:04:56.6276177Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6276696Z coremldelegate library is not found. 2025-06-06T00:04:56.6277247Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6277776Z mpsdelegate library is not found. 2025-06-06T00:04:56.6278298Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6278822Z neuron_backend library is not found. 2025-06-06T00:04:56.6279401Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6279955Z qnn_executorch_backend library is not found. 2025-06-06T00:04:56.6280525Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6281044Z custom_ops library is not found. 2025-06-06T00:04:56.6281567Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6282085Z extension_module library is not found. 2025-06-06T00:04:56.6282647Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6283199Z extension_module_static library is not found. 2025-06-06T00:04:56.6283779Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6284298Z extension_tensor library is not found. 2025-06-06T00:04:56.6284842Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6285388Z extension_threadpool library is not found. 2025-06-06T00:04:56.6285940Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6286476Z extension_training library is not found. 2025-06-06T00:04:56.6287022Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6288536Z xnnpack_backend library is not found. 2025-06-06T00:04:56.6289117Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6289635Z XNNPACK library is not found. 2025-06-06T00:04:56.6290144Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6290689Z microkernels-prod library is not found. 2025-06-06T00:04:56.6291241Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6291737Z kleidiai library is not found. 2025-06-06T00:04:56.6292257Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6292759Z cpuinfo library is not found. 2025-06-06T00:04:56.6293275Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6293780Z pthreadpool library is not found. 2025-06-06T00:04:56.6294318Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6294844Z vulkan_backend library is not found. 2025-06-06T00:04:56.6295370Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6295900Z optimized_kernels library is not found. 2025-06-06T00:04:56.6296435Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6297015Z optimized_portable_kernels library is not found. 2025-06-06T00:04:56.6297595Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6298112Z cpublas library is not found. 2025-06-06T00:04:56.6298637Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6299146Z eigen_blas library is not found. 2025-06-06T00:04:56.6299671Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6300303Z optimized_ops_lib library is not found. 2025-06-06T00:04:56.6301009Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:56.6301644Z optimized_native_cpu_ops_lib library is not found. 2025-06-06T00:04:56.6302243Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:07.6111839Z quantized_ops_aot_lib library is not found. 2025-06-06T00:05:07.6112545Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:07.6113042Z -- Generating operator lib: 2025-06-06T00:05:07.6113431Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:05:07.6113751Z -- OPS_SCHEMA_YAML: 2025-06-06T00:05:07.6114126Z -- ROOT_OPS: aten::_softmax.out 2025-06-06T00:05:07.6114703Z -- INCLUDE_ALL_OPS: 2025-06-06T00:05:07.6116429Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::_softmax.out" 2025-06-06T00:05:07.6117632Z -- Generating kernel bindings: 2025-06-06T00:05:07.6118024Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:05:07.6118598Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-06-06T00:05:07.6119227Z -- CUSTOM_OPS_YAML: 2025-06-06T00:05:07.6119569Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:05:07.6119890Z -- Generating operator lib: 2025-06-06T00:05:07.6120253Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:05:07.6120590Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:05:07.6120907Z -- DEPS: executorch 2025-06-06T00:05:07.6121232Z -- Configuring done (0.3s) 2025-06-06T00:05:07.6121530Z -- Generating done (0.0s) 2025-06-06T00:05:07.6122115Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out/examples/arm 2025-06-06T00:05:07.6122754Z ++ nproc 2025-06-06T00:05:07.6123158Z + cmake --build arm_test/test_run/cmake-out/examples/arm -j8 --config Release -- 2025-06-06T00:05:07.6123995Z [ 25%] Generating selected_operators.yaml for arm_portable_ops_lib 2025-06-06T00:05:07.6124560Z aten::_softmax.out 2025-06-06T00:05:07.6125014Z [ 50%] Generating code for kernel registration 2025-06-06T00:05:07.6126106Z [ 75%] Building CXX object CMakeFiles/arm_portable_ops_lib.dir/arm_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:05:07.6127248Z [100%] Linking CXX static library libarm_portable_ops_lib.a 2025-06-06T00:05:07.6127731Z [100%] Built target arm_portable_ops_lib 2025-06-06T00:05:07.6128120Z + set +x 2025-06-06T00:05:07.6128476Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:05:07.6129286Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:05:07.6130037Z -------------------------------------------------------------------------------- 2025-06-06T00:05:07.6130653Z Running e2e flow for model 'add' with flags '--delegate --quantize ' 2025-06-06T00:05:07.6131244Z -------------------------------------------------------------------------------- 2025-06-06T00:05:07.6133081Z CALL python3 -m examples.arm.aot_arm_compiler --model_name=add --target=TOSA-1.0+INT --delegate --quantize --intermediate=/pytorch/executorch/arm_test/test_run/add --output=/pytorch/executorch/arm_test/test_run/add/add_arm_delegate_TOSA-1.0+INT.pte --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram 2025-06-06T00:05:07.6135151Z PTE file saved as /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_TOSA-1.0+INT.pte 2025-06-06T00:05:07.6136015Z pte_data_size: 1872 /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_TOSA-1.0+INT.pte 2025-06-06T00:05:07.6136873Z pte_file: /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_TOSA-1.0+INT.pte 2025-06-06T00:05:07.6137508Z Build for TOSA-1.0+INT skip generating a .elf and running it 2025-06-06T00:05:07.6137946Z + cd /pytorch/executorch 2025-06-06T00:05:07.6138262Z + set +x 2025-06-06T00:05:07.6138756Z -------------------------------------------------------------------------------- 2025-06-06T00:05:07.6139387Z Build ExecuTorch target libs Release into 'arm_test/test_run/cmake-out' 2025-06-06T00:05:07.6139942Z -------------------------------------------------------------------------------- 2025-06-06T00:05:07.6140527Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-06T00:05:07.6140949Z + '[' false = true ']' 2025-06-06T00:05:07.6141323Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:05:07.6141766Z + '[' false = true ']' 2025-06-06T00:05:07.6142305Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:05:07.6143225Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-06T00:05:07.6146143Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_CORTEX_M=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF -Barm_test/test_run/cmake-out /pytorch/executorch 2025-06-06T00:05:07.6148716Z -- --- Configured Options --- 2025-06-06T00:05:07.6148924Z 2025-06-06T00:05:07.6149057Z -- CMAKE_CXX_STANDARD : 17 2025-06-06T00:05:07.6149479Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:05:07.6149896Z -- CMAKE_BUILD_TYPE : Release 2025-06-06T00:05:07.6150310Z -- PYTHON_EXECUTABLE : python 2025-06-06T00:05:07.6150704Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-06T00:05:07.6151459Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-06T00:05:07.6152117Z -- BUCK2 x (unset) 2025-06-06T00:05:07.6152503Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-06T00:05:07.6152902Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-06T00:05:07.6153317Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-06T00:05:07.6153723Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-06T00:05:07.6154343Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-06T00:05:07.6154954Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-06T00:05:07.6155458Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-06T00:05:07.6155872Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-06T00:05:07.6156286Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-06T00:05:07.6156674Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-06T00:05:07.6157085Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-06T00:05:07.6157498Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-06T00:05:07.6157903Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-06T00:05:07.6158323Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-06T00:05:07.6158725Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-06T00:05:07.6159138Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-06T00:05:07.6159537Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-06T00:05:07.6159949Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-06T00:05:07.6160358Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-06T00:05:07.6160760Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-06T00:05:07.6161172Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-06T00:05:07.6161569Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-06T00:05:07.6161972Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-06T00:05:07.6162364Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-06T00:05:07.6162762Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-06T00:05:07.6163370Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-06T00:05:07.6163773Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-06T00:05:07.6164179Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-06T00:05:07.6164648Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-06T00:05:07.6165043Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-06T00:05:07.6165420Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-06T00:05:07.6165813Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-06T00:05:07.6166197Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-06T00:05:07.6166590Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-06T00:05:07.6167015Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-06T00:05:07.6167414Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-06T00:05:07.6167799Z -- EXECUTORCH_USE_DL : ON 2025-06-06T00:05:07.6168206Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-06T00:05:07.6168595Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-06T00:05:07.6168989Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-06T00:05:07.6169385Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:05:07.6169801Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-06T00:05:07.6170197Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-06T00:05:07.6170600Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:05:07.6171014Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-06T00:05:07.6171412Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-06T00:05:07.6171826Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-06T00:05:07.6172191Z -- -------------------------- 2025-06-06T00:05:07.6172676Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-06T00:05:07.6173617Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:05:07.6174375Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:05:07.6174841Z CMake. 2025-06-06T00:05:07.6174984Z 2025-06-06T00:05:07.6175233Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:05:07.6175863Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:05:07.6176395Z to work with policies introduced by or earlier. 2025-06-06T00:05:07.6176726Z 2025-06-06T00:05:07.6176859Z  2025-06-06T00:05:07.6177207Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:05:07.6177718Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:05:07.6178421Z -- Setting GNU C compiler options with c11 and Posix 2025-06-06T00:05:07.6178847Z -- Disabling -pedantic for GCC >= 8.0 2025-06-06T00:05:07.6179408Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-06T00:05:07.6179970Z -- GCC_VERSION: 13.3.1 2025-06-06T00:05:07.6180215Z 2025-06-06T00:05:07.6181615Z -- 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-06T00:05:07.6183302Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-06T00:05:07.6184129Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:05:07.6184602Z CMake. 2025-06-06T00:05:07.6184725Z 2025-06-06T00:05:07.6184975Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:05:07.6185602Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:05:07.6186139Z to work with policies introduced by or earlier. 2025-06-06T00:05:07.6186436Z 2025-06-06T00:05:07.6186547Z  2025-06-06T00:05:07.6186764Z -- Resolved buck2 as buck2. 2025-06-06T00:05:07.6187068Z -- Killing buck2 daemon 2025-06-06T00:05:07.6187498Z 'buck2 killall' 2025-06-06T00:05:07.6187967Z -- executorch: Generating source lists 2025-06-06T00:05:07.6188633Z -- executorch: Using source file list /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:05:08.3904349Z -- executorch: Using sources file /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:05:08.3905366Z -- Generating operator lib: 2025-06-06T00:05:08.3905837Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:05:08.3906468Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:05:08.3907044Z -- ROOT_OPS: 2025-06-06T00:05:08.3907413Z -- INCLUDE_ALL_OPS: 2025-06-06T00:05:08.3909775Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-06T00:05:08.3911707Z -- Generating kernel bindings: 2025-06-06T00:05:08.3912162Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:05:08.3912840Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:05:08.3913473Z -- CUSTOM_OPS_YAML: 2025-06-06T00:05:08.3913858Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:05:08.3917004Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-06T00:05:08.3919847Z -- Generating operator lib: 2025-06-06T00:05:08.3920231Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:05:08.3920578Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:05:08.3920978Z -- DEPS: executorch_core 2025-06-06T00:05:08.3921899Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-06T00:05:08.3922905Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:05:08.3923530Z CMake. 2025-06-06T00:05:08.3923658Z 2025-06-06T00:05:08.3923909Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:05:08.3924538Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:05:08.3925227Z to work with policies introduced by or earlier. 2025-06-06T00:05:08.3925680Z 2025-06-06T00:05:08.3925839Z  2025-06-06T00:05:08.3926184Z -- Generating operator lib: 2025-06-06T00:05:08.3926617Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:05:08.3927210Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:05:08.3927867Z -- ROOT_OPS: 2025-06-06T00:05:08.3928118Z -- INCLUDE_ALL_OPS: 2025-06-06T00:05:08.3929837Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/backends/cortex_m/ops/operators.yaml" 2025-06-06T00:05:08.3931921Z -- Generating kernel bindings: 2025-06-06T00:05:08.3932411Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:05:08.3932849Z -- FUNCTIONS_YAML: 2025-06-06T00:05:08.3933558Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:05:08.3934376Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:05:08.3940206Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:05:08.3945037Z -- Generating operator lib: 2025-06-06T00:05:08.3945396Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:05:08.3945722Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-06T00:05:08.3946131Z -- DEPS: executorch 2025-06-06T00:05:08.3946553Z -- Generating operator lib: 2025-06-06T00:05:08.3946983Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:05:08.3947445Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:05:08.3948026Z -- ROOT_OPS: 2025-06-06T00:05:08.3948266Z -- INCLUDE_ALL_OPS: 2025-06-06T00:05:08.3949934Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-06T00:05:08.3951529Z -- Generating kernel bindings: 2025-06-06T00:05:08.3951969Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:05:08.3952356Z -- FUNCTIONS_YAML: 2025-06-06T00:05:08.3952877Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:05:08.3953507Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:05:08.3958105Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:05:08.3962170Z -- Generating operator lib: 2025-06-06T00:05:08.3962490Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:05:08.3962809Z -- KERNEL_LIBS: quantized_kernels 2025-06-06T00:05:08.3963144Z -- DEPS: executorch_core 2025-06-06T00:05:08.3963429Z -- Configuring done (0.3s) 2025-06-06T00:05:08.3963727Z -- Generating done (0.1s) 2025-06-06T00:05:08.3964188Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out 2025-06-06T00:05:08.3967465Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-06T00:05:08.3967933Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-06T00:05:08.3968337Z [build_executorch.sh] Configured CMAKE 2025-06-06T00:05:08.3968657Z ++ nproc 2025-06-06T00:05:08.3969086Z + cmake --build arm_test/test_run/cmake-out -j8 --target install --config Release -- 2025-06-06T00:05:08.3969646Z [ 3%] Built target flatbuffers_external_project 2025-06-06T00:05:08.3970047Z [ 6%] Built target flatcc_external_project 2025-06-06T00:05:08.3970422Z [ 8%] Built target gflags_nothreads_static 2025-06-06T00:05:08.3970795Z [ 9%] Built target executorch_delegate_ethos_u 2025-06-06T00:05:08.3971167Z [ 9%] Built target common_schema 2025-06-06T00:05:08.3971895Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:05:08.3972504Z [ 9%] Built target program_schema 2025-06-06T00:05:08.3972820Z [ 11%] Built target flatccrt 2025-06-06T00:05:08.3973133Z [ 18%] Built target executorch_core 2025-06-06T00:05:08.3973505Z [ 19%] Built target extension_runner_util 2025-06-06T00:05:08.3973847Z [ 21%] Built target executorch 2025-06-06T00:05:08.3974175Z [ 22%] Built target cortex_m_kernels 2025-06-06T00:05:08.3974521Z [ 28%] Built target kernels_util_all_deps 2025-06-06T00:05:08.3974866Z [ 29%] Built target cortex_m_ops_lib 2025-06-06T00:05:08.3975262Z [ 33%] Built target quantized_kernels 2025-06-06T00:05:08.3975760Z [ 35%] Built target quantized_ops_lib 2025-06-06T00:05:08.3976296Z [ 99%] Built target portable_kernels 2025-06-06T00:05:08.3976905Z [100%] Built target portable_ops_lib 2025-06-06T00:05:08.3977636Z Install the project... 2025-06-06T00:05:08.3978151Z -- Install configuration: "Release" 2025-06-06T00:05:08.3979021Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:05:08.3980232Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/fxdiv.h 2025-06-06T00:05:08.3981540Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:05:08.3982965Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:05:08.3984511Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-06T00:05:08.3985757Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-06T00:05:08.3986762Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core 2025-06-06T00:05:08.3989648Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-06T00:05:08.3990625Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-06T00:05:08.3991546Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/defines.h 2025-06-06T00:05:08.3992442Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/error.h 2025-06-06T00:05:08.3993317Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-06T00:05:08.3994245Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-06T00:05:08.3995259Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-06T00:05:08.3996422Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-06T00:05:08.3997495Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-06T00:05:08.3998500Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-06T00:05:08.3999693Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-06T00:05:08.4000861Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-06T00:05:08.4002095Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-06T00:05:08.4003265Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-06T00:05:08.4004309Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-06T00:05:08.4005364Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-06T00:05:08.4006573Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-06T00:05:08.4007799Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-06T00:05:08.4009046Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-06T00:05:08.4010245Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-06T00:05:08.4011379Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-06T00:05:08.4012426Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-06T00:05:08.4013415Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-06T00:05:08.4014429Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-06T00:05:08.4015487Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-06T00:05:08.4016489Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-06T00:05:08.4017494Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type 2025-06-06T00:05:08.4018521Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-06T00:05:08.4019633Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-06T00:05:08.4020757Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-06T00:05:08.4021813Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-06T00:05:08.4022834Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-06T00:05:08.4023923Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-06T00:05:08.4025089Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-06T00:05:08.4026322Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-06T00:05:08.4027489Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-06T00:05:08.4028673Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-06T00:05:08.4030005Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-06T00:05:08.4031266Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-06T00:05:08.4032487Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-06T00:05:08.4033690Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-06T00:05:08.4034939Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-06T00:05:08.4036284Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-06T00:05:08.4037680Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-06T00:05:08.4038978Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-06T00:05:08.4040252Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-06T00:05:08.4041569Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-06T00:05:08.4042931Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-06T00:05:08.4044122Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-06T00:05:08.4045184Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-06T00:05:08.4046244Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-06T00:05:08.4047316Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-06T00:05:08.4048433Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-06T00:05:08.4049523Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-06T00:05:08.4050685Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-06T00:05:08.4051916Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-06T00:05:08.4053010Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-06T00:05:08.4054096Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-06T00:05:08.4055240Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-06T00:05:08.4056311Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-06T00:05:08.4057275Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/result.h 2025-06-06T00:05:08.4058160Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/span.h 2025-06-06T00:05:08.4059032Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tag.h 2025-06-06T00:05:08.4059941Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-06T00:05:08.4061018Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-06T00:05:08.4061978Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/test 2025-06-06T00:05:08.4062829Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel 2025-06-06T00:05:08.4063762Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-06T00:05:08.4064819Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-06T00:05:08.4065975Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-06T00:05:08.4067035Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test 2025-06-06T00:05:08.4067978Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-06T00:05:08.4069066Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-06T00:05:08.4070057Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform 2025-06-06T00:05:08.4070957Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-06T00:05:08.4071928Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-06T00:05:08.4072900Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-06T00:05:08.4073879Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-06T00:05:08.4074868Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-06T00:05:08.4075899Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/default 2025-06-06T00:05:08.4076810Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/log.h 2025-06-06T00:05:08.4077786Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-06T00:05:08.4078759Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-06T00:05:08.4079708Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-06T00:05:08.5376114Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/system.h 2025-06-06T00:05:08.5377174Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test 2025-06-06T00:05:08.5378270Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-06T00:05:08.5379330Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-06T00:05:08.5380502Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/types.h 2025-06-06T00:05:08.5381427Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util 2025-06-06T00:05:08.5382705Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-06T00:05:08.5383973Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-06T00:05:08.5385167Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/test 2025-06-06T00:05:08.5386442Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-06T00:05:08.5387391Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor 2025-06-06T00:05:08.5388531Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-06T00:05:08.5389796Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-06T00:05:08.5390833Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-06T00:05:08.5391990Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-06T00:05:08.5393068Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/test 2025-06-06T00:05:08.5393960Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool 2025-06-06T00:05:08.5395178Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-06T00:05:08.5396293Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/test 2025-06-06T00:05:08.5397311Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-06T00:05:08.5398745Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-06T00:05:08.5399741Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:05:08.5400583Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:05:08.5401539Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-06T00:05:08.5402399Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:05:08.5403259Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:05:08.5404268Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-06T00:05:08.5405423Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-06T00:05:08.5406624Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:05:08.5407452Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:05:08.5408207Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:05:08.5409243Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-06T00:05:08.5410286Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-06T00:05:08.5411007Z + set +x 2025-06-06T00:05:08.5411442Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:05:08.5412351Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:05:08.5413386Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:05:08.5414566Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-06T00:05:08.5415483Z -rw-r--r--. 1 ci-user ci-user 18220 Jun 6 00:03 arm_test/test_run/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-06T00:05:08.5416511Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-06T00:05:08.5417553Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-06T00:05:08.5418506Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-06T00:05:08.5419697Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 arm_test/test_run/cmake-out/kernels/portable/libportable_kernels.a 2025-06-06T00:05:08.5420563Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 arm_test/test_run/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-06T00:05:08.5421460Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-06T00:05:08.5422611Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-06T00:05:08.5423532Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 arm_test/test_run/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-06T00:05:08.5424427Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 arm_test/test_run/cmake-out/libexecutorch_core.a 2025-06-06T00:05:08.5425221Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 arm_test/test_run/cmake-out/libexecutorch.a 2025-06-06T00:05:08.5425956Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:05:08.5426709Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:05:08.5427670Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:05:08.5428442Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:05:08.5429176Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:05:08.5430035Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:05:08.5430803Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:05:08.5431578Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:05:08.5432437Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:05:08.5433255Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 6 00:05 arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:05:08.5434040Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:05:08.5434715Z -------------------------------------------------------------------------------- 2025-06-06T00:05:08.5435711Z Build ExecuTorch Libraries Release portable kernels: aten::_softmax.out into 'arm_test/test_run/cmake-out' 2025-06-06T00:05:08.5436457Z -------------------------------------------------------------------------------- 2025-06-06T00:05:08.5438293Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_SELECT_OPS_LIST=aten::_softmax.out -Barm_test/test_run/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-06-06T00:05:08.5440255Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-06-06T00:05:08.5440844Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-06T00:05:08.5441526Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-06T00:05:08.5442228Z cmake_policy command to set the policy and suppress this warning. 2025-06-06T00:05:08.5442581Z 2025-06-06T00:05:08.5442714Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-06T00:05:08.5442978Z 2025-06-06T00:05:08.5443108Z /pytorch/executorch/examples/arm/../.. 2025-06-06T00:05:08.5443352Z 2025-06-06T00:05:08.5443606Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-06T00:05:08.5444178Z .cmake module might still use it. 2025-06-06T00:05:08.5444646Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-06T00:05:08.5445130Z  2025-06-06T00:05:08.5445420Z etdump library is not found. 2025-06-06T00:05:08.5445937Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:08.5446472Z bundled_program library is not found. 2025-06-06T00:05:08.5447015Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:08.5447573Z extension_data_loader library is not found. 2025-06-06T00:05:08.5448143Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:08.5448679Z extension_flat_tensor library is not found. 2025-06-06T00:05:08.5449245Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:08.5449751Z coreml_util library is not found. 2025-06-06T00:05:08.5450282Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3280165Z coreml_inmemoryfs library is not found. 2025-06-06T00:05:17.3281136Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3281711Z coremldelegate library is not found. 2025-06-06T00:05:17.3282266Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3282782Z mpsdelegate library is not found. 2025-06-06T00:05:17.3283766Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3284524Z neuron_backend library is not found. 2025-06-06T00:05:17.3285055Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3285727Z qnn_executorch_backend library is not found. 2025-06-06T00:05:17.3286422Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3286935Z custom_ops library is not found. 2025-06-06T00:05:17.3287772Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3288330Z extension_module library is not found. 2025-06-06T00:05:17.3288875Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3289766Z extension_module_static library is not found. 2025-06-06T00:05:17.3290447Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3291020Z extension_tensor library is not found. 2025-06-06T00:05:17.3291576Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3292116Z extension_threadpool library is not found. 2025-06-06T00:05:17.3292800Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3293477Z extension_training library is not found. 2025-06-06T00:05:17.3294081Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3294750Z xnnpack_backend library is not found. 2025-06-06T00:05:17.3295383Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3296063Z XNNPACK library is not found. 2025-06-06T00:05:17.3296653Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3297358Z microkernels-prod library is not found. 2025-06-06T00:05:17.3298083Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3298636Z kleidiai library is not found. 2025-06-06T00:05:17.3299294Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3299798Z cpuinfo library is not found. 2025-06-06T00:05:17.3300422Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3300965Z pthreadpool library is not found. 2025-06-06T00:05:17.3301723Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3302596Z vulkan_backend library is not found. 2025-06-06T00:05:17.3303276Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3303831Z optimized_kernels library is not found. 2025-06-06T00:05:17.3304455Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3305044Z optimized_portable_kernels library is not found. 2025-06-06T00:05:17.3305626Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3306142Z cpublas library is not found. 2025-06-06T00:05:17.3306651Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3307168Z eigen_blas library is not found. 2025-06-06T00:05:17.3307695Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3308218Z optimized_ops_lib library is not found. 2025-06-06T00:05:17.3308782Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3309361Z optimized_native_cpu_ops_lib library is not found. 2025-06-06T00:05:17.3309963Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3310522Z quantized_ops_aot_lib library is not found. 2025-06-06T00:05:17.3311080Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:17.3311547Z -- Generating operator lib: 2025-06-06T00:05:17.3311865Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:05:17.3312297Z -- OPS_SCHEMA_YAML: 2025-06-06T00:05:17.3312674Z -- ROOT_OPS: aten::_softmax.out 2025-06-06T00:05:17.3312999Z -- INCLUDE_ALL_OPS: 2025-06-06T00:05:17.3314458Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::_softmax.out" 2025-06-06T00:05:17.3315700Z -- Generating kernel bindings: 2025-06-06T00:05:17.3316033Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:05:17.3316598Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-06-06T00:05:17.3317178Z -- CUSTOM_OPS_YAML: 2025-06-06T00:05:17.3317458Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:05:17.3317851Z -- Generating operator lib: 2025-06-06T00:05:17.3318156Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:05:17.3318501Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:05:17.3318808Z -- DEPS: executorch 2025-06-06T00:05:17.3319090Z -- Configuring done (0.0s) 2025-06-06T00:05:17.3319395Z -- Generating done (0.0s) 2025-06-06T00:05:17.3319922Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out/examples/arm 2025-06-06T00:05:17.3320502Z ++ nproc 2025-06-06T00:05:17.3320892Z + cmake --build arm_test/test_run/cmake-out/examples/arm -j8 --config Release -- 2025-06-06T00:05:17.3321424Z [100%] Built target arm_portable_ops_lib 2025-06-06T00:05:17.3321738Z + set +x 2025-06-06T00:05:17.3322107Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:05:17.3322838Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:05:17.3323532Z -------------------------------------------------------------------------------- 2025-06-06T00:05:17.3324073Z Running e2e flow for model 'mul' with flags '--delegate --quantize ' 2025-06-06T00:05:17.3324601Z -------------------------------------------------------------------------------- 2025-06-06T00:05:17.3326301Z CALL python3 -m examples.arm.aot_arm_compiler --model_name=mul --target=TOSA-1.0+INT --delegate --quantize --intermediate=/pytorch/executorch/arm_test/test_run/mul --output=/pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_TOSA-1.0+INT.pte --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram 2025-06-06T00:05:17.3328135Z WARNING:root:Using a model from examples/models not all of these are currently supported 2025-06-06T00:05:17.3328964Z PTE file saved as /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_TOSA-1.0+INT.pte 2025-06-06T00:05:17.3329789Z pte_data_size: 8784 /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_TOSA-1.0+INT.pte 2025-06-06T00:05:17.3330559Z pte_file: /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_TOSA-1.0+INT.pte 2025-06-06T00:05:17.3331194Z Build for TOSA-1.0+INT skip generating a .elf and running it 2025-06-06T00:05:17.3331753Z test_arm_baremetal.sh test_run_ethosu_fvp: Test ethos-u target Ethos-U55 2025-06-06T00:05:17.3332236Z + cd /pytorch/executorch 2025-06-06T00:05:17.3332515Z + set +x 2025-06-06T00:05:17.3332826Z -------------------------------------------------------------------------------- 2025-06-06T00:05:17.3333392Z Build ExecuTorch target libs Release into 'arm_test/test_run/cmake-out' 2025-06-06T00:05:17.3333943Z -------------------------------------------------------------------------------- 2025-06-06T00:05:17.3334449Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-06T00:05:17.3334855Z + '[' false = true ']' 2025-06-06T00:05:17.3335241Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:05:17.3335671Z + '[' false = true ']' 2025-06-06T00:05:17.3336228Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:05:17.3337099Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-06T00:05:17.3339932Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_CORTEX_M=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF -Barm_test/test_run/cmake-out /pytorch/executorch 2025-06-06T00:05:17.3342526Z -- --- Configured Options --- 2025-06-06T00:05:17.3342795Z 2025-06-06T00:05:17.3342939Z -- CMAKE_CXX_STANDARD : 17 2025-06-06T00:05:17.3343345Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:05:17.3343811Z -- CMAKE_BUILD_TYPE : Release 2025-06-06T00:05:17.3344209Z -- PYTHON_EXECUTABLE : python 2025-06-06T00:05:17.3344615Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-06T00:05:17.3345269Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-06T00:05:17.3345910Z -- BUCK2 x (unset) 2025-06-06T00:05:17.3346303Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-06T00:05:17.3346691Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-06T00:05:17.3347111Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-06T00:05:17.3347516Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-06T00:05:17.3348137Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-06T00:05:17.3348761Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-06T00:05:17.3349159Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-06T00:05:17.3349575Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-06T00:05:17.3349960Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-06T00:05:17.3350358Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-06T00:05:17.3350751Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-06T00:05:17.3351158Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-06T00:05:17.3351553Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-06T00:05:17.3351967Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-06T00:05:17.3352377Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-06T00:05:17.3352769Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-06T00:05:17.3353210Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-06T00:05:17.3353609Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-06T00:05:17.3354016Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-06T00:05:17.3354412Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-06T00:05:17.3354823Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-06T00:05:17.3355210Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-06T00:05:17.3355688Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-06T00:05:17.3356092Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-06T00:05:17.3356482Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-06T00:05:17.3356877Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-06T00:05:17.3357267Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-06T00:05:18.2304208Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-06T00:05:18.2305087Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-06T00:05:18.2314859Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-06T00:05:18.2315715Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-06T00:05:18.2316216Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-06T00:05:18.2316678Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-06T00:05:18.2317100Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-06T00:05:18.2317554Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-06T00:05:18.2317954Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-06T00:05:18.2318589Z -- EXECUTORCH_USE_DL : ON 2025-06-06T00:05:18.2319121Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-06T00:05:18.2319522Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-06T00:05:18.2319979Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-06T00:05:18.2320394Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:05:18.2320863Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-06T00:05:18.2321341Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-06T00:05:18.2321741Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:05:18.2322226Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-06T00:05:18.2322622Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-06T00:05:18.2323187Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-06T00:05:18.2323625Z -- -------------------------- 2025-06-06T00:05:18.2324107Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-06T00:05:18.2325369Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:05:18.2326174Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:05:18.2326723Z CMake. 2025-06-06T00:05:18.2326857Z 2025-06-06T00:05:18.2327109Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:05:18.2327816Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:05:18.2328434Z to work with policies introduced by or earlier. 2025-06-06T00:05:18.2328722Z 2025-06-06T00:05:18.2328848Z  2025-06-06T00:05:18.2329230Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:05:18.2329784Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:05:18.2330295Z -- Setting GNU C compiler options with c11 and Posix 2025-06-06T00:05:18.2330772Z -- Disabling -pedantic for GCC >= 8.0 2025-06-06T00:05:18.2331364Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-06T00:05:18.2331901Z -- GCC_VERSION: 13.3.1 2025-06-06T00:05:18.2332123Z 2025-06-06T00:05:18.2333162Z -- 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-06T00:05:18.2334994Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-06T00:05:18.2336026Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:05:18.2336520Z CMake. 2025-06-06T00:05:18.2336661Z 2025-06-06T00:05:18.2336984Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:05:18.2337688Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:05:18.2338277Z to work with policies introduced by or earlier. 2025-06-06T00:05:18.2338591Z 2025-06-06T00:05:18.2338713Z  2025-06-06T00:05:18.2338954Z -- Resolved buck2 as buck2. 2025-06-06T00:05:18.2339326Z -- Killing buck2 daemon 2025-06-06T00:05:18.2339599Z 'buck2 killall' 2025-06-06T00:05:18.2339935Z -- executorch: Generating source lists 2025-06-06T00:05:18.2340597Z -- executorch: Using source file list /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:05:18.2341607Z -- executorch: Using sources file /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:05:18.2342306Z -- Generating operator lib: 2025-06-06T00:05:18.2342619Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:05:18.2343061Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:05:18.2343542Z -- ROOT_OPS: 2025-06-06T00:05:18.2343779Z -- INCLUDE_ALL_OPS: 2025-06-06T00:05:18.2345517Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-06T00:05:18.2346950Z -- Generating kernel bindings: 2025-06-06T00:05:18.2347263Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:05:18.2347719Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:05:18.2348275Z -- CUSTOM_OPS_YAML: 2025-06-06T00:05:18.2348577Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:05:18.2350837Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-06T00:05:18.2352837Z -- Generating operator lib: 2025-06-06T00:05:18.2353144Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:05:18.2353453Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:05:18.2353779Z -- DEPS: executorch_core 2025-06-06T00:05:18.2354424Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-06T00:05:18.2355256Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:05:18.2355816Z CMake. 2025-06-06T00:05:18.2355942Z 2025-06-06T00:05:18.2356190Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:05:18.2356819Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:05:18.2357355Z to work with policies introduced by or earlier. 2025-06-06T00:05:18.2357655Z 2025-06-06T00:05:18.2357776Z  2025-06-06T00:05:18.2357998Z -- Generating operator lib: 2025-06-06T00:05:18.2358315Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:05:18.2358776Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:05:18.2359272Z -- ROOT_OPS: 2025-06-06T00:05:18.2359517Z -- INCLUDE_ALL_OPS: 2025-06-06T00:05:18.2361035Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/backends/cortex_m/ops/operators.yaml" 2025-06-06T00:05:18.2362662Z -- Generating kernel bindings: 2025-06-06T00:05:18.2362970Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:05:18.2363273Z -- FUNCTIONS_YAML: 2025-06-06T00:05:18.2363695Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:05:18.2364292Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:05:18.2368432Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:05:18.2372007Z -- Generating operator lib: 2025-06-06T00:05:18.2372302Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:05:18.2372616Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-06T00:05:18.2372921Z -- DEPS: executorch 2025-06-06T00:05:18.2373201Z -- Generating operator lib: 2025-06-06T00:05:18.2373498Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:05:18.2373954Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:05:18.2374424Z -- ROOT_OPS: 2025-06-06T00:05:18.2374679Z -- INCLUDE_ALL_OPS: 2025-06-06T00:05:18.2376275Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-06T00:05:18.2377672Z -- Generating kernel bindings: 2025-06-06T00:05:18.2377994Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:05:18.2378294Z -- FUNCTIONS_YAML: 2025-06-06T00:05:18.2378707Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:05:18.2379194Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:05:18.2383448Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:05:18.2387198Z -- Generating operator lib: 2025-06-06T00:05:18.2387511Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:05:18.2388295Z -- KERNEL_LIBS: quantized_kernels 2025-06-06T00:05:18.2388635Z -- DEPS: executorch_core 2025-06-06T00:05:18.2388924Z -- Configuring done (0.3s) 2025-06-06T00:05:18.2389226Z -- Generating done (0.1s) 2025-06-06T00:05:18.2389696Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out 2025-06-06T00:05:18.2390292Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-06T00:05:18.2390721Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-06T00:05:18.2391124Z [build_executorch.sh] Configured CMAKE 2025-06-06T00:05:18.2391456Z ++ nproc 2025-06-06T00:05:18.2391859Z + cmake --build arm_test/test_run/cmake-out -j8 --target install --config Release -- 2025-06-06T00:05:18.2392492Z [ 3%] Built target flatbuffers_external_project 2025-06-06T00:05:18.2392878Z [ 6%] Built target flatcc_external_project 2025-06-06T00:05:18.2393268Z [ 7%] Built target executorch_delegate_ethos_u 2025-06-06T00:05:18.2393638Z [ 9%] Built target gflags_nothreads_static 2025-06-06T00:05:18.2393995Z [ 9%] Built target common_schema 2025-06-06T00:05:18.2394921Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:05:18.2395600Z [ 9%] Built target program_schema 2025-06-06T00:05:18.2396046Z [ 11%] Built target flatccrt 2025-06-06T00:05:18.2396348Z [ 18%] Built target executorch_core 2025-06-06T00:05:18.2396697Z [ 19%] Built target extension_runner_util 2025-06-06T00:05:18.2397042Z [ 21%] Built target executorch 2025-06-06T00:05:18.2397364Z [ 22%] Built target cortex_m_kernels 2025-06-06T00:05:18.2397699Z [ 28%] Built target kernels_util_all_deps 2025-06-06T00:05:18.2398056Z [ 29%] Built target cortex_m_ops_lib 2025-06-06T00:05:18.2398384Z [ 33%] Built target quantized_kernels 2025-06-06T00:05:18.2398732Z [ 35%] Built target quantized_ops_lib 2025-06-06T00:05:18.2399061Z [ 99%] Built target portable_kernels 2025-06-06T00:05:18.2471940Z [100%] Built target portable_ops_lib 2025-06-06T00:05:18.2472679Z Install the project... 2025-06-06T00:05:18.2473093Z -- Install configuration: "Release" 2025-06-06T00:05:18.2473642Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:05:18.2474418Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/fxdiv.h 2025-06-06T00:05:18.2475526Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:05:18.2476590Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:05:18.2477760Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-06T00:05:18.2479344Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-06T00:05:18.2481468Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core 2025-06-06T00:05:18.2482832Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-06T00:05:18.2483883Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-06T00:05:18.2485055Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/defines.h 2025-06-06T00:05:18.2486106Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/error.h 2025-06-06T00:05:18.2487356Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-06T00:05:18.2488841Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-06T00:05:18.2490041Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-06T00:05:18.2491485Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-06T00:05:18.2492856Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-06T00:05:18.2494263Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-06T00:05:18.2495740Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-06T00:05:18.2497188Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-06T00:05:18.2498538Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-06T00:05:18.2499710Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-06T00:05:18.2500860Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-06T00:05:18.2502087Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-06T00:05:18.2503597Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-06T00:05:18.2504849Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-06T00:05:18.2506345Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-06T00:05:18.2507681Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-06T00:05:18.2509070Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-06T00:05:18.2510413Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-06T00:05:18.2511382Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-06T00:05:18.2512414Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-06T00:05:18.2513465Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-06T00:05:18.2514448Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-06T00:05:18.2515488Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type 2025-06-06T00:05:18.2516616Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-06T00:05:18.2517767Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-06T00:05:18.2518898Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-06T00:05:18.2519940Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-06T00:05:18.2520964Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-06T00:05:18.2522114Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-06T00:05:18.2523282Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-06T00:05:18.2524712Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-06T00:05:18.2526634Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-06T00:05:18.2527930Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-06T00:05:18.2529218Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-06T00:05:18.2530457Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-06T00:05:18.2531679Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-06T00:05:18.2532880Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-06T00:05:18.2534138Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-06T00:05:18.2535504Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-06T00:05:18.2537600Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-06T00:05:18.2539521Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-06T00:05:18.2540810Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-06T00:05:18.2542122Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-06T00:05:18.2543405Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-06T00:05:18.2544538Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-06T00:05:18.2545624Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-06T00:05:18.2546682Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-06T00:05:18.2547747Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-06T00:05:18.2548847Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-06T00:05:18.2549995Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-06T00:05:18.2551116Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-06T00:05:18.2552244Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-06T00:05:18.2553329Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-06T00:05:18.2554424Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-06T00:05:18.2555672Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-06T00:05:18.2556770Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-06T00:05:18.2800333Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/result.h 2025-06-06T00:05:18.2801267Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/span.h 2025-06-06T00:05:18.2802152Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tag.h 2025-06-06T00:05:18.2803078Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-06T00:05:18.2804093Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-06T00:05:18.2805066Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/test 2025-06-06T00:05:18.2805908Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel 2025-06-06T00:05:18.2806847Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-06T00:05:18.2807911Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-06T00:05:18.2808985Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-06T00:05:18.2809957Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test 2025-06-06T00:05:18.2811013Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-06T00:05:18.2812363Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-06T00:05:18.2813381Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform 2025-06-06T00:05:18.2814265Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-06T00:05:18.2815212Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-06T00:05:18.2816148Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-06T00:05:18.2817127Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-06T00:05:18.2818129Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-06T00:05:18.2819065Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/default 2025-06-06T00:05:18.2819982Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/log.h 2025-06-06T00:05:18.2820922Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-06T00:05:18.2821952Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-06T00:05:18.2822952Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-06T00:05:18.2823891Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/system.h 2025-06-06T00:05:18.2824990Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test 2025-06-06T00:05:18.2825998Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-06T00:05:18.2827068Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-06T00:05:18.2828146Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/types.h 2025-06-06T00:05:18.2829056Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util 2025-06-06T00:05:18.2830156Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-06T00:05:18.2831368Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-06T00:05:18.2832397Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/test 2025-06-06T00:05:18.2833395Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-06T00:05:18.2834345Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor 2025-06-06T00:05:18.2835235Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-06T00:05:18.2836319Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-06T00:05:18.2837331Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-06T00:05:18.2838582Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-06T00:05:18.2839690Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/test 2025-06-06T00:05:18.2840623Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool 2025-06-06T00:05:18.2841609Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-06T00:05:18.2842617Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/test 2025-06-06T00:05:18.2843621Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-06T00:05:18.2844718Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-06T00:05:18.2845622Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:05:18.2846352Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:05:18.2847199Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-06T00:05:18.2848060Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:05:18.2848818Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:05:18.2849710Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-06T00:05:18.2850822Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-06T00:05:18.2852044Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:05:18.2852910Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:05:18.2853682Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:05:18.2854553Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-06T00:05:18.2855589Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-06T00:05:18.2856272Z + set +x 2025-06-06T00:05:18.2856662Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:05:18.2857456Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:05:18.2858491Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:05:18.2859449Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-06T00:05:18.2860360Z -rw-r--r--. 1 ci-user ci-user 18220 Jun 6 00:03 arm_test/test_run/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-06T00:05:18.2861264Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-06T00:05:18.2862110Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-06T00:05:18.2863053Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-06T00:05:18.2864152Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 arm_test/test_run/cmake-out/kernels/portable/libportable_kernels.a 2025-06-06T00:05:18.2865087Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 arm_test/test_run/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-06T00:05:18.2865976Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-06T00:05:18.2866857Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-06T00:05:18.2867820Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 arm_test/test_run/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-06T00:05:18.2868661Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 arm_test/test_run/cmake-out/libexecutorch_core.a 2025-06-06T00:05:18.2869358Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 arm_test/test_run/cmake-out/libexecutorch.a 2025-06-06T00:05:18.2870093Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:05:18.2870858Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:05:24.4544269Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:05:24.4545788Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:05:24.4546652Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:05:24.4547549Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:05:24.4548301Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:05:24.4549092Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:05:24.4549855Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:05:24.4550772Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 6 00:05 arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:05:24.4551632Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:05:24.4552305Z -------------------------------------------------------------------------------- 2025-06-06T00:05:24.4553086Z Build ExecuTorch Libraries Release portable kernels: aten::_softmax.out into 'arm_test/test_run/cmake-out' 2025-06-06T00:05:24.4553821Z -------------------------------------------------------------------------------- 2025-06-06T00:05:24.4555569Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_SELECT_OPS_LIST=aten::_softmax.out -Barm_test/test_run/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-06-06T00:05:24.4557655Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-06-06T00:05:24.4558243Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-06T00:05:24.4558869Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-06T00:05:24.4559474Z cmake_policy command to set the policy and suppress this warning. 2025-06-06T00:05:24.4559826Z 2025-06-06T00:05:24.4559960Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-06T00:05:24.4560220Z 2025-06-06T00:05:24.4560350Z /pytorch/executorch/examples/arm/../.. 2025-06-06T00:05:24.4560594Z 2025-06-06T00:05:24.4560858Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-06T00:05:24.4561346Z .cmake module might still use it. 2025-06-06T00:05:24.4561808Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-06T00:05:24.4562279Z  2025-06-06T00:05:24.4562565Z etdump library is not found. 2025-06-06T00:05:24.4563078Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4563623Z bundled_program library is not found. 2025-06-06T00:05:24.4564162Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4564719Z extension_data_loader library is not found. 2025-06-06T00:05:24.4565288Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4565828Z extension_flat_tensor library is not found. 2025-06-06T00:05:24.4566395Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4566974Z coreml_util library is not found. 2025-06-06T00:05:24.4567513Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4568038Z coreml_inmemoryfs library is not found. 2025-06-06T00:05:24.4568596Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4569135Z coremldelegate library is not found. 2025-06-06T00:05:24.4569668Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4570198Z mpsdelegate library is not found. 2025-06-06T00:05:24.4570721Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4571242Z neuron_backend library is not found. 2025-06-06T00:05:24.4571769Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4572323Z qnn_executorch_backend library is not found. 2025-06-06T00:05:24.4572882Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4573397Z custom_ops library is not found. 2025-06-06T00:05:24.4573923Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4574445Z extension_module library is not found. 2025-06-06T00:05:24.4574990Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4575541Z extension_module_static library is not found. 2025-06-06T00:05:24.4576152Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4576727Z extension_tensor library is not found. 2025-06-06T00:05:24.4577295Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4577846Z extension_threadpool library is not found. 2025-06-06T00:05:24.4578397Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4578946Z extension_training library is not found. 2025-06-06T00:05:24.4579488Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4580023Z xnnpack_backend library is not found. 2025-06-06T00:05:24.4580555Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4581110Z XNNPACK library is not found. 2025-06-06T00:05:24.4581627Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4582154Z microkernels-prod library is not found. 2025-06-06T00:05:24.4582708Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4583210Z kleidiai library is not found. 2025-06-06T00:05:24.4583729Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4584226Z cpuinfo library is not found. 2025-06-06T00:05:24.4584742Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4585250Z pthreadpool library is not found. 2025-06-06T00:05:24.4585786Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4586310Z vulkan_backend library is not found. 2025-06-06T00:05:24.4586837Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4587380Z optimized_kernels library is not found. 2025-06-06T00:05:24.4588192Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4588770Z optimized_portable_kernels library is not found. 2025-06-06T00:05:24.4589365Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4589879Z cpublas library is not found. 2025-06-06T00:05:24.4590398Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4590906Z eigen_blas library is not found. 2025-06-06T00:05:24.4591442Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4591967Z optimized_ops_lib library is not found. 2025-06-06T00:05:24.4592601Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4593180Z optimized_native_cpu_ops_lib library is not found. 2025-06-06T00:05:24.4593784Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4594340Z quantized_ops_aot_lib library is not found. 2025-06-06T00:05:24.4594893Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:24.4595431Z -- Generating operator lib: 2025-06-06T00:05:24.4595760Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:05:24.4596098Z -- OPS_SCHEMA_YAML: 2025-06-06T00:05:24.4596393Z -- ROOT_OPS: aten::_softmax.out 2025-06-06T00:05:24.4596711Z -- INCLUDE_ALL_OPS: 2025-06-06T00:05:24.4598196Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::_softmax.out" 2025-06-06T00:05:24.4599330Z -- Generating kernel bindings: 2025-06-06T00:05:24.4599664Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:05:24.4600220Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-06-06T00:05:24.4600803Z -- CUSTOM_OPS_YAML: 2025-06-06T00:05:24.4601079Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:05:24.4601412Z -- Generating operator lib: 2025-06-06T00:05:24.4601710Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:05:24.4602119Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:05:24.4602470Z -- DEPS: executorch 2025-06-06T00:05:24.4602757Z -- Configuring done (0.0s) 2025-06-06T00:05:24.4603054Z -- Generating done (0.0s) 2025-06-06T00:05:24.4603573Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out/examples/arm 2025-06-06T00:05:24.4604144Z ++ nproc 2025-06-06T00:05:24.4604538Z + cmake --build arm_test/test_run/cmake-out/examples/arm -j8 --config Release -- 2025-06-06T00:05:24.4605071Z [100%] Built target arm_portable_ops_lib 2025-06-06T00:05:24.4605390Z + set +x 2025-06-06T00:05:24.4605770Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:05:24.4606511Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:05:24.4607245Z -------------------------------------------------------------------------------- 2025-06-06T00:05:24.4607794Z Running e2e flow for model 'add' with flags '--delegate --quantize ' 2025-06-06T00:05:24.4608327Z -------------------------------------------------------------------------------- 2025-06-06T00:05:24.4610058Z CALL python3 -m examples.arm.aot_arm_compiler --model_name=add --target=ethos-u55-128 --delegate --quantize --intermediate=/pytorch/executorch/arm_test/test_run/add --output=/pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128.pte --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram 2025-06-06T00:05:24.4611579Z 2025-06-06T00:05:24.4611704Z Network summary for out 2025-06-06T00:05:24.4612043Z Accelerator configuration Ethos_U55_128 2025-06-06T00:05:24.4612546Z System configuration Ethos_U55_High_End_Embedded 2025-06-06T00:05:24.4613011Z Memory mode Shared_Sram 2025-06-06T00:05:24.4613458Z Accelerator clock 500 MHz 2025-06-06T00:05:24.4613935Z Design peak SRAM bandwidth 3.73 GB/s 2025-06-06T00:05:24.4614231Z 2025-06-06T00:05:24.4614389Z Total SRAM used 0.06 KiB 2025-06-06T00:05:24.4614669Z 2025-06-06T00:05:24.4614792Z CPU operators = 0 (0.0%) 2025-06-06T00:05:24.4615073Z NPU operators = 1 (100.0%) 2025-06-06T00:05:24.4615272Z 2025-06-06T00:05:24.4615441Z Average SRAM bandwidth 1.19 GB/s 2025-06-06T00:05:24.4615907Z Input SRAM bandwidth 0.00 MB/batch 2025-06-06T00:05:24.4616400Z Weight SRAM bandwidth 0.00 MB/batch 2025-06-06T00:05:24.4616942Z Output SRAM bandwidth 0.00 MB/batch 2025-06-06T00:05:24.4617415Z Total SRAM bandwidth 0.00 MB/batch 2025-06-06T00:05:24.4617957Z Total SRAM bandwidth per input 0.00 MB/inference (batch size 1) 2025-06-06T00:05:24.4618329Z 2025-06-06T00:05:59.7325483Z Neural network macs 0 MACs/batch 2025-06-06T00:05:59.7325909Z 2025-06-06T00:05:59.7326295Z Info: The numbers below are internal compiler estimates. 2025-06-06T00:05:59.7327202Z For performance numbers the compiled network should be run on an FVP Model or FPGA. 2025-06-06T00:05:59.7327892Z 2025-06-06T00:05:59.7328171Z Network Tops/s 0.00 Tops/s 2025-06-06T00:05:59.7328745Z 2025-06-06T00:05:59.7329059Z NPU cycles 6 cycles/batch 2025-06-06T00:05:59.7329531Z SRAM Access cycles 1 cycles/batch 2025-06-06T00:05:59.7330039Z DRAM Access cycles 0 cycles/batch 2025-06-06T00:05:59.7330553Z On-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:05:59.7331073Z Off-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:05:59.7331580Z Total cycles 6 cycles/batch 2025-06-06T00:05:59.7331871Z 2025-06-06T00:05:59.7332105Z Batch Inference time 0.00 ms, 83333333.33 inferences/s (batch size 1) 2025-06-06T00:05:59.7332484Z 2025-06-06T00:05:59.7333047Z PTE file saved as /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128.pte 2025-06-06T00:05:59.7333886Z pte_data_size: 2064 /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128.pte 2025-06-06T00:05:59.7334674Z pte_file: /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128.pte 2025-06-06T00:05:59.7336747Z + backends/arm/scripts/build_executor_runner.sh --et_build_root=arm_test/test_run --pte=/pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128.pte --build_type=Release --target=ethos-u55-128 --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram --extra_build_flags= --ethosu_tools_dir=/pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:05:59.7338713Z -------------------------------------------------------------------------------- 2025-06-06T00:05:59.7340314Z Build Arm Baremetal executor_runner for ethos-u55-128 with /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128.pte using Ethos_U55_High_End_Embedded Shared_Sram to '/pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128/cmake-out' 2025-06-06T00:05:59.7341918Z -------------------------------------------------------------------------------- 2025-06-06T00:05:59.7342681Z Building with BundleIO/etdump/extra flags: -DET_BUNDLE_IO=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-06T00:05:59.7343415Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:05:59.7343835Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:05:59.7344263Z -- Detecting C compiler ABI info 2025-06-06T00:05:59.7344604Z -- Detecting C compiler ABI info - done 2025-06-06T00:05:59.7345632Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:05:59.7346689Z -- Detecting C compile features 2025-06-06T00:05:59.7347009Z -- Detecting C compile features - done 2025-06-06T00:05:59.7347431Z -- Detecting CXX compiler ABI info 2025-06-06T00:05:59.7347783Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:05:59.7348860Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:05:59.7349884Z -- Detecting CXX compile features 2025-06-06T00:05:59.7350238Z -- Detecting CXX compile features - done 2025-06-06T00:05:59.7350906Z '/opt/conda/envs/py_3.10/bin/python3' 'fetch_externals.py' '-c' '25.02.json' 'fetch' 2025-06-06T00:05:59.7351656Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:59.7352379Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:59.7353077Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:59.7353587Z hint: 2025-06-06T00:05:59.7353881Z hint: git config --global init.defaultBranch 2025-06-06T00:05:59.7354306Z hint: 2025-06-06T00:05:59.7354669Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:59.7355348Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:59.7355963Z hint: 2025-06-06T00:05:59.7356183Z hint: git branch -m 2025-06-06T00:05:59.7356776Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-platform 2025-06-06T00:05:59.7357427Z * tag 25.02 -> FETCH_HEAD 2025-06-06T00:05:59.7357924Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:59.7358636Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:59.7359319Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:59.7359841Z hint: 2025-06-06T00:05:59.7360123Z hint: git config --global init.defaultBranch 2025-06-06T00:05:59.7360574Z hint: 2025-06-06T00:05:59.7360974Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:59.7361713Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:59.7362193Z hint: 2025-06-06T00:05:59.7362412Z hint: git branch -m 2025-06-06T00:05:59.7362994Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-software 2025-06-06T00:05:59.7363564Z * tag 25.02 -> FETCH_HEAD 2025-06-06T00:05:59.7364066Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:59.7364700Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:59.7365397Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:59.7365894Z hint: 2025-06-06T00:05:59.7366170Z hint: git config --global init.defaultBranch 2025-06-06T00:05:59.7366548Z hint: 2025-06-06T00:05:59.7366893Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:59.7367523Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:59.7367995Z hint: 2025-06-06T00:05:59.7368232Z hint: git branch -m 2025-06-06T00:05:59.7368802Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-06T00:05:59.7369378Z * tag 25.02 -> FETCH_HEAD 2025-06-06T00:05:59.7369876Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:59.7370515Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:59.7371137Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:59.7371575Z hint: 2025-06-06T00:05:59.7371869Z hint: git config --global init.defaultBranch 2025-06-06T00:05:59.7372232Z hint: 2025-06-06T00:05:59.7372590Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:59.7373350Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:59.7374158Z hint: 2025-06-06T00:05:59.7374539Z hint: git branch -m 2025-06-06T00:05:59.7375081Z From https://github.com/ARM-software/CMSIS_5 2025-06-06T00:05:59.7375803Z * branch 55b19837f5703e418ca37894d5745b1dc05e4c91 -> FETCH_HEAD 2025-06-06T00:05:59.7376410Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:59.7377132Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:59.7377743Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:59.7378362Z hint: 2025-06-06T00:05:59.7378818Z hint: git config --global init.defaultBranch 2025-06-06T00:05:59.7379365Z hint: 2025-06-06T00:05:59.7379722Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:59.7380335Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:59.7380817Z hint: 2025-06-06T00:05:59.7381038Z hint: git branch -m 2025-06-06T00:05:59.7381385Z From https://github.com/ARM-software/CMSIS_6 2025-06-06T00:05:59.7381852Z * branch 1a1799c6c58c47e737bb19523483344a25d29895 -> FETCH_HEAD 2025-06-06T00:05:59.7382456Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:59.7383107Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:59.7383721Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:59.7384172Z hint: 2025-06-06T00:05:59.7384449Z hint: git config --global init.defaultBranch 2025-06-06T00:05:59.7384829Z hint: 2025-06-06T00:05:59.7385174Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:59.7385806Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:59.7386272Z hint: 2025-06-06T00:05:59.7386505Z hint: git branch -m 2025-06-06T00:05:59.7386909Z From https://github.com/ARM-software/Cortex_DFP 2025-06-06T00:05:59.7387471Z * branch c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf -> FETCH_HEAD 2025-06-06T00:05:59.7388310Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:59.7388955Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:59.7389574Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:59.7390022Z hint: 2025-06-06T00:05:59.7390316Z hint: git config --global init.defaultBranch 2025-06-06T00:05:59.7390695Z hint: 2025-06-06T00:05:59.7391037Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:59.7391754Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:59.7392227Z hint: 2025-06-06T00:05:59.7392466Z hint: git branch -m 2025-06-06T00:05:59.7392808Z From https://github.com/ARM-software/CMSIS-NN 2025-06-06T00:05:59.7393304Z * branch e096196a0c49f065abc03d943c583cd50de424ba -> FETCH_HEAD 2025-06-06T00:05:59.7393903Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:59.7394549Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:59.7395165Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:59.7395668Z hint: 2025-06-06T00:05:59.7395965Z hint: git config --global init.defaultBranch 2025-06-06T00:05:59.7396332Z hint: 2025-06-06T00:05:59.7396691Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:59.7397302Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:59.7397787Z hint: 2025-06-06T00:05:59.7398003Z hint: git branch -m 2025-06-06T00:05:59.7398356Z From https://github.com/ARM-software/CMSIS-View 2025-06-06T00:05:59.7398856Z * branch 727e1076b4de7603bc4ec7ea80c0f00fd217ef10 -> FETCH_HEAD 2025-06-06T00:05:59.7399460Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:59.7400109Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:59.7400718Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:59.7401169Z hint: 2025-06-06T00:05:59.7401442Z hint: git config --global init.defaultBranch 2025-06-06T00:05:59.7401817Z hint: 2025-06-06T00:05:59.7402216Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:59.7402843Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:59.7403327Z hint: 2025-06-06T00:05:59.7403541Z hint: git branch -m 2025-06-06T00:05:59.7403871Z From https://github.com/OpenAMP/libmetal 2025-06-06T00:05:59.7404376Z * branch 465fcf018c760785fc04fcd90a72b17ab9a8a58d -> FETCH_HEAD 2025-06-06T00:05:59.7405091Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git init 2025-06-06T00:05:59.7405870Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git remote 2025-06-06T00:05:59.7407153Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git remote add -m 25.02 origin https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-platform.git 2025-06-06T00:05:59.7408994Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git remote set-url --add --push origin ssh://git@git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-platform.git 2025-06-06T00:05:59.7410381Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git fetch origin 25.02 2025-06-06T00:05:59.7411339Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:59.7412313Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git rev-parse FETCH_HEAD 2025-06-06T00:05:59.7413420Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git checkout 325cd1e4e0c3be37800968851f0db237a76fc96a 2025-06-06T00:05:59.7414452Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git init 2025-06-06T00:05:59.7415226Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git remote 2025-06-06T00:05:59.7416507Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git remote add -m 25.02 origin https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-software.git 2025-06-06T00:05:59.7418334Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git remote set-url --add --push origin ssh://git@git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-software.git 2025-06-06T00:05:59.7419750Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git fetch origin 25.02 2025-06-06T00:05:59.7420692Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:59.7421659Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git rev-parse FETCH_HEAD 2025-06-06T00:05:59.7422711Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git checkout 1837d98361981e1e05c07fa46badf6c850594ea2 2025-06-06T00:05:59.7423745Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git init 2025-06-06T00:05:59.7424615Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git remote 2025-06-06T00:05:59.7426007Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git remote add -m 25.02 origin https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver.git 2025-06-06T00:05:59.7427921Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git remote set-url --add --push origin ssh://git@git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver.git 2025-06-06T00:05:59.7429406Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git fetch origin 25.02 2025-06-06T00:05:59.7430506Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:59.7431580Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git rev-parse FETCH_HEAD 2025-06-06T00:05:59.7432805Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git checkout 7bf44c54527e718b99d588ce520cf2f96343adb1 2025-06-06T00:05:59.7433866Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git init 2025-06-06T00:05:59.7434697Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git remote 2025-06-06T00:05:59.7436106Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git remote add -m 55b19837f5703e418ca37894d5745b1dc05e4c91 origin https://github.com/ARM-software/CMSIS_5.git 2025-06-06T00:05:59.7437659Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git fetch origin 55b19837f5703e418ca37894d5745b1dc05e4c91 2025-06-06T00:05:59.7438843Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:59.7439857Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git rev-parse FETCH_HEAD 2025-06-06T00:05:59.7440989Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git checkout 55b19837f5703e418ca37894d5745b1dc05e4c91 2025-06-06T00:05:59.7442034Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git init 2025-06-06T00:05:59.7442868Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git remote 2025-06-06T00:05:59.7444250Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git remote add -m 1a1799c6c58c47e737bb19523483344a25d29895 origin https://github.com/ARM-software/CMSIS_6.git 2025-06-06T00:05:59.7445841Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git fetch origin 1a1799c6c58c47e737bb19523483344a25d29895 2025-06-06T00:05:59.7447028Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:59.7448072Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git rev-parse FETCH_HEAD 2025-06-06T00:05:59.7449197Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git checkout 1a1799c6c58c47e737bb19523483344a25d29895 2025-06-06T00:05:59.7450265Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git init 2025-06-06T00:05:59.7451182Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git remote 2025-06-06T00:05:59.7452573Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git remote add -m c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf origin https://github.com/ARM-software/Cortex_DFP.git 2025-06-06T00:05:59.7454203Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git fetch origin c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf 2025-06-06T00:05:59.7455412Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:59.7456486Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git rev-parse FETCH_HEAD 2025-06-06T00:05:59.7457659Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git checkout c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf 2025-06-06T00:05:59.7458726Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git init 2025-06-06T00:05:59.7459581Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git remote 2025-06-06T00:05:59.7460936Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git remote add -m e096196a0c49f065abc03d943c583cd50de424ba origin https://github.com/ARM-software/CMSIS-NN.git 2025-06-06T00:05:59.7462516Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git fetch origin e096196a0c49f065abc03d943c583cd50de424ba 2025-06-06T00:05:59.7463715Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:59.7464783Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git rev-parse FETCH_HEAD 2025-06-06T00:05:59.7465932Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git checkout e096196a0c49f065abc03d943c583cd50de424ba 2025-06-06T00:05:59.7467011Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git init 2025-06-06T00:05:59.7467881Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git remote 2025-06-06T00:05:59.7469297Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git remote add -m 727e1076b4de7603bc4ec7ea80c0f00fd217ef10 origin https://github.com/ARM-software/CMSIS-View.git 2025-06-06T00:05:59.7470924Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git fetch origin 727e1076b4de7603bc4ec7ea80c0f00fd217ef10 2025-06-06T00:05:59.7472159Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:59.7473232Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git rev-parse FETCH_HEAD 2025-06-06T00:05:59.7474401Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git checkout 727e1076b4de7603bc4ec7ea80c0f00fd217ef10 2025-06-06T00:05:59.7475589Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git init 2025-06-06T00:05:59.7476566Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git remote 2025-06-06T00:05:59.7478031Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git remote add -m 465fcf018c760785fc04fcd90a72b17ab9a8a58d origin https://github.com/OpenAMP/libmetal 2025-06-06T00:05:59.7479698Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git fetch origin 465fcf018c760785fc04fcd90a72b17ab9a8a58d 2025-06-06T00:05:59.7480993Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:59.7482131Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git rev-parse FETCH_HEAD 2025-06-06T00:07:17.9210014Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:07:17.9210772Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:07:17.9211508Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:07:17.9212033Z hint: 2025-06-06T00:07:17.9212374Z hint: git config --global init.defaultBranch 2025-06-06T00:07:17.9212761Z hint: 2025-06-06T00:07:17.9213178Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:07:17.9213876Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:07:17.9214399Z hint: 2025-06-06T00:07:17.9214679Z hint: git branch -m 2025-06-06T00:07:17.9215036Z From https://github.com/OpenAMP/open-amp 2025-06-06T00:07:17.9215577Z * branch 3122cec8aab75c315d10dc4fb093e985680fa134 -> FETCH_HEAD 2025-06-06T00:07:17.9216250Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:07:17.9217024Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:07:17.9217706Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:07:17.9218164Z hint: 2025-06-06T00:07:17.9218593Z hint: git config --global init.defaultBranch 2025-06-06T00:07:17.9218995Z hint: 2025-06-06T00:07:17.9219384Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:07:17.9220071Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:07:17.9220598Z hint: 2025-06-06T00:07:17.9220836Z hint: git branch -m 2025-06-06T00:07:17.9221184Z From https://github.com/FreeRTOS/FreeRTOS-Kernel 2025-06-06T00:07:17.9221955Z * branch ad4e7238293cbe994e7450e1bc415136875da322 -> FETCH_HEAD 2025-06-06T00:07:17.9222638Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:07:17.9223358Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:07:17.9224048Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:07:17.9224548Z hint: 2025-06-06T00:07:17.9224844Z hint: git config --global init.defaultBranch 2025-06-06T00:07:17.9225272Z hint: 2025-06-06T00:07:17.9225636Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:07:17.9226317Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:07:17.9226861Z hint: 2025-06-06T00:07:17.9227084Z hint: git branch -m 2025-06-06T00:07:17.9227465Z From https://github.com/eclipse-threadx/threadx 2025-06-06T00:07:17.9228005Z * branch 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 -> FETCH_HEAD 2025-06-06T00:07:17.9228688Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:07:17.9229405Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:07:17.9230078Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:07:17.9230540Z hint: 2025-06-06T00:07:17.9230868Z hint: git config --global init.defaultBranch 2025-06-06T00:07:17.9231244Z hint: 2025-06-06T00:07:17.9231754Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:07:17.9232518Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:07:17.9233059Z hint: 2025-06-06T00:07:17.9233279Z hint: git branch -m 2025-06-06T00:07:17.9233657Z From https://github.com/tensorflow/tflite-micro 2025-06-06T00:07:17.9234179Z * branch ef64591270691022a329cf04ba9e73ecfb15ddb8 -> FETCH_HEAD 2025-06-06T00:07:17.9234856Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:07:17.9235617Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:07:17.9236401Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:07:17.9236908Z hint: 2025-06-06T00:07:17.9237193Z hint: git config --global init.defaultBranch 2025-06-06T00:07:17.9237629Z hint: 2025-06-06T00:07:17.9237978Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:07:17.9238666Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:07:17.9239191Z hint: 2025-06-06T00:07:17.9239424Z hint: git branch -m 2025-06-06T00:07:17.9240034Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-linux-driver-stack 2025-06-06T00:07:17.9240711Z * tag 25.02 -> FETCH_HEAD 2025-06-06T00:07:17.9241272Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:07:17.9241984Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:07:17.9242676Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:07:17.9243188Z hint: 2025-06-06T00:07:17.9243485Z hint: git config --global init.defaultBranch 2025-06-06T00:07:17.9243854Z hint: 2025-06-06T00:07:17.9244267Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:07:17.9244890Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:07:17.9245434Z hint: 2025-06-06T00:07:17.9245669Z hint: git branch -m 2025-06-06T00:07:17.9246001Z From https://github.com/tensorflow/tensorflow 2025-06-06T00:07:17.9246499Z * branch ad6d8cc177d0c868982e39e0823d0efbfb95f04c -> FETCH_HEAD 2025-06-06T00:07:17.9247106Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:07:17.9247861Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:07:17.9248476Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:07:17.9248930Z hint: 2025-06-06T00:07:17.9249212Z hint: git config --global init.defaultBranch 2025-06-06T00:07:17.9249602Z hint: 2025-06-06T00:07:17.9249968Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:07:17.9250594Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:07:17.9251082Z hint: 2025-06-06T00:07:17.9251364Z hint: git branch -m 2025-06-06T00:07:17.9251847Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela 2025-06-06T00:07:17.9252377Z * tag 4.2.0 -> FETCH_HEAD 2025-06-06T00:07:17.9253264Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git checkout 465fcf018c760785fc04fcd90a72b17ab9a8a58d 2025-06-06T00:07:17.9254443Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git init 2025-06-06T00:07:17.9255379Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git remote 2025-06-06T00:07:17.9256810Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git remote add -m 3122cec8aab75c315d10dc4fb093e985680fa134 origin https://github.com/OpenAMP/open-amp 2025-06-06T00:07:17.9258574Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git fetch origin 3122cec8aab75c315d10dc4fb093e985680fa134 2025-06-06T00:07:17.9259946Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:17.9261092Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git rev-parse FETCH_HEAD 2025-06-06T00:07:17.9262322Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git checkout 3122cec8aab75c315d10dc4fb093e985680fa134 2025-06-06T00:07:17.9263548Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git init 2025-06-06T00:07:17.9264654Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git remote 2025-06-06T00:07:17.9266267Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git remote add -m ad4e7238293cbe994e7450e1bc415136875da322 origin https://github.com/FreeRTOS/FreeRTOS-Kernel.git 2025-06-06T00:07:17.9268130Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git fetch origin ad4e7238293cbe994e7450e1bc415136875da322 2025-06-06T00:07:17.9269559Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:17.9270839Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git rev-parse FETCH_HEAD 2025-06-06T00:07:17.9272598Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git checkout ad4e7238293cbe994e7450e1bc415136875da322 2025-06-06T00:07:17.9273798Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git init 2025-06-06T00:07:17.9274704Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git remote 2025-06-06T00:07:17.9276185Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git remote add -m 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 origin https://github.com/eclipse-threadx/threadx 2025-06-06T00:07:17.9277843Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git fetch origin 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 2025-06-06T00:07:17.9279099Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:17.9280237Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git rev-parse FETCH_HEAD 2025-06-06T00:07:17.9281446Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git checkout 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 2025-06-06T00:07:17.9282571Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git init 2025-06-06T00:07:17.9283465Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git remote 2025-06-06T00:07:17.9284871Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git remote add -m ef64591270691022a329cf04ba9e73ecfb15ddb8 origin https://github.com/tensorflow/tflite-micro 2025-06-06T00:07:17.9286477Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git fetch origin ef64591270691022a329cf04ba9e73ecfb15ddb8 2025-06-06T00:07:17.9287920Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:17.9289038Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git rev-parse FETCH_HEAD 2025-06-06T00:07:17.9290229Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git checkout ef64591270691022a329cf04ba9e73ecfb15ddb8 2025-06-06T00:07:36.0666259Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git init 2025-06-06T00:07:36.0668235Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git remote 2025-06-06T00:07:36.0669720Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git remote add -m 25.02 origin https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-linux-driver-stack.git 2025-06-06T00:07:36.0671672Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git remote set-url --add --push origin ssh://git@git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-linux-driver-stack.git 2025-06-06T00:07:36.0673196Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git fetch origin 25.02 2025-06-06T00:07:36.0674263Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:36.0675292Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git rev-parse FETCH_HEAD 2025-06-06T00:07:36.0676510Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git checkout d783de28e99326a23e0a9f8192b399022268fdb3 2025-06-06T00:07:36.0677652Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git init 2025-06-06T00:07:36.0678716Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git remote 2025-06-06T00:07:36.0680300Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git remote add -m ad6d8cc177d0c868982e39e0823d0efbfb95f04c origin https://github.com/tensorflow/tensorflow.git 2025-06-06T00:07:36.0682100Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git fetch origin ad6d8cc177d0c868982e39e0823d0efbfb95f04c 2025-06-06T00:07:36.0683525Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:36.0684779Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git rev-parse FETCH_HEAD 2025-06-06T00:07:36.0686362Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git checkout ad6d8cc177d0c868982e39e0823d0efbfb95f04c 2025-06-06T00:07:36.0687475Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git init 2025-06-06T00:07:36.0688359Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git remote 2025-06-06T00:07:36.0689604Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git remote add -m 4.2.0 origin https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git 2025-06-06T00:07:36.0691264Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git remote set-url --add --push origin ssh://git@git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git 2025-06-06T00:07:36.0692599Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git fetch origin 4.2.0 2025-06-06T00:07:36.0694001Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:36.0695050Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git rev-parse FETCH_HEAD 2025-06-06T00:07:36.0696020Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git checkout a434e5a8cc55781a5abc2304c46086fc7af00d32 2025-06-06T00:07:36.0697687Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform 1916a9c984819c35b19c9e5c4c80d47e4e866420 /pytorch/executorch/examples/arm/ethos-u-setup' 2025-06-06T00:07:36.0699209Z /pytorch/executorch 2025-06-06T00:07:36.0700685Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:1916a9c984819c35b19c9e5c4c80d47e4e866420 patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-06-06T00:07:36.0702368Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform /pytorch/executorch 2025-06-06T00:07:36.0703259Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-platform 2025-06-06T00:07:36.0703864Z * [new branch] main -> origin/main 2025-06-06T00:07:36.0704219Z * [new tag] 20.11 -> 20.11 2025-06-06T00:07:36.0704571Z * [new tag] 20.11-rc2 -> 20.11-rc2 2025-06-06T00:07:36.0704904Z * [new tag] 21.02 -> 21.02 2025-06-06T00:07:36.0705254Z * [new tag] 21.02-rc1 -> 21.02-rc1 2025-06-06T00:07:36.0705600Z * [new tag] 21.02-rc2 -> 21.02-rc2 2025-06-06T00:07:36.0705944Z * [new tag] 21.05 -> 21.05 2025-06-06T00:07:36.0706285Z * [new tag] 21.05-rc1 -> 21.05-rc1 2025-06-06T00:07:36.0706682Z * [new tag] 21.05-rc2 -> 21.05-rc2 2025-06-06T00:07:36.0707027Z * [new tag] 21.05-rc3 -> 21.05-rc3 2025-06-06T00:07:36.0707353Z * [new tag] 21.08 -> 21.08 2025-06-06T00:07:36.0707757Z * [new tag] 21.08-rc1 -> 21.08-rc1 2025-06-06T00:07:36.0708182Z * [new tag] 21.08-rc2 -> 21.08-rc2 2025-06-06T00:07:36.0708698Z * [new tag] 21.08-rc3 -> 21.08-rc3 2025-06-06T00:07:36.0709241Z * [new tag] 21.11 -> 21.11 2025-06-06T00:07:36.0709668Z * [new tag] 21.11-rc2 -> 21.11-rc2 2025-06-06T00:07:36.0710015Z * [new tag] 21.11-rc3 -> 21.11-rc3 2025-06-06T00:07:36.0710342Z * [new tag] 22.02 -> 22.02 2025-06-06T00:07:36.0710679Z * [new tag] 22.02-rc1 -> 22.02-rc1 2025-06-06T00:07:36.0711018Z * [new tag] 22.02-rc2 -> 22.02-rc2 2025-06-06T00:07:36.0711366Z * [new tag] 22.02-rc3 -> 22.02-rc3 2025-06-06T00:07:36.0711698Z * [new tag] 22.05 -> 22.05 2025-06-06T00:07:36.0712047Z * [new tag] 22.05-rc1 -> 22.05-rc1 2025-06-06T00:07:36.0712380Z * [new tag] 22.05-rc2 -> 22.05-rc2 2025-06-06T00:07:36.0712730Z * [new tag] 22.05-rc3 -> 22.05-rc3 2025-06-06T00:07:36.0713073Z * [new tag] 22.08 -> 22.08 2025-06-06T00:07:36.0713404Z * [new tag] 22.08-rc1 -> 22.08-rc1 2025-06-06T00:07:36.0713755Z * [new tag] 22.08-rc2 -> 22.08-rc2 2025-06-06T00:07:36.0714081Z * [new tag] 22.11 -> 22.11 2025-06-06T00:07:36.0714419Z * [new tag] 22.11-rc1 -> 22.11-rc1 2025-06-06T00:07:36.0714752Z * [new tag] 22.11-rc2 -> 22.11-rc2 2025-06-06T00:07:36.0715089Z * [new tag] 23.02 -> 23.02 2025-06-06T00:07:36.0715414Z * [new tag] 23.02-rc1 -> 23.02-rc1 2025-06-06T00:07:36.0715960Z * [new tag] 23.02-rc2 -> 23.02-rc2 2025-06-06T00:07:36.0716306Z * [new tag] 23.05 -> 23.05 2025-06-06T00:07:36.0716634Z * [new tag] 23.05-rc1 -> 23.05-rc1 2025-06-06T00:07:36.0716991Z * [new tag] 23.05-rc2 -> 23.05-rc2 2025-06-06T00:07:36.0717322Z * [new tag] 23.08 -> 23.08 2025-06-06T00:07:36.0717667Z * [new tag] 23.08-rc1 -> 23.08-rc1 2025-06-06T00:07:36.0718003Z * [new tag] 23.08-rc2 -> 23.08-rc2 2025-06-06T00:07:36.0718353Z * [new tag] 23.11 -> 23.11 2025-06-06T00:07:36.0718682Z * [new tag] 23.11-rc1 -> 23.11-rc1 2025-06-06T00:07:36.0719027Z * [new tag] 23.11-rc2 -> 23.11-rc2 2025-06-06T00:07:36.0719367Z * [new tag] 24.02 -> 24.02 2025-06-06T00:07:36.0719692Z * [new tag] 24.02-rc1 -> 24.02-rc1 2025-06-06T00:07:36.0720031Z * [new tag] 24.05 -> 24.05 2025-06-06T00:07:36.0720355Z * [new tag] 24.05-rc1 -> 24.05-rc1 2025-06-06T00:07:36.0720705Z * [new tag] 24.05-rc2 -> 24.05-rc2 2025-06-06T00:07:36.0721028Z * [new tag] 24.08 -> 24.08 2025-06-06T00:07:36.0721367Z * [new tag] 24.08-rc1 -> 24.08-rc1 2025-06-06T00:07:36.0721704Z * [new tag] 24.08-rc2 -> 24.08-rc2 2025-06-06T00:07:36.0722044Z * [new tag] 24.11 -> 24.11 2025-06-06T00:07:36.0722371Z * [new tag] 24.11-rc1 -> 24.11-rc1 2025-06-06T00:07:36.0722716Z * [new tag] 24.11-rc2 -> 24.11-rc2 2025-06-06T00:07:36.0723099Z * [new tag] 25.02 -> 25.02 2025-06-06T00:07:36.0723465Z * [new tag] 25.02-rc1 -> 25.02-rc1 2025-06-06T00:07:36.0723818Z * [new tag] 25.02-rc2 -> 25.02-rc2 2025-06-06T00:07:36.0724150Z * [new tag] 25.05 -> 25.05 2025-06-06T00:07:36.0724492Z * [new tag] 25.05-rc2 -> 25.05-rc2 2025-06-06T00:07:36.0724827Z * [new tag] 25.05-rc1 -> 25.05-rc1 2025-06-06T00:07:36.0725266Z HEAD is now at 1916a9c Update applications to use ethosu_log lib 2025-06-06T00:07:36.0725720Z Applying: Add got section to the DDR 2025-06-06T00:07:36.0726086Z Applying: Move input_data_sec to NOLOAD area 2025-06-06T00:07:36.0734534Z [patch_repo] Patched core_platform @ tags/25.02-3-g74f7d51 in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-06-06T00:07:36.0735524Z 2025-06-06T00:07:36.0735642Z /pytorch/executorch 2025-06-06T00:07:36.0735967Z -- SYSTEM_CONFIG is Ethos_U55_High_End_Embedded 2025-06-06T00:07:36.0736349Z -- MEMORY_MODE is Shared_Sram 2025-06-06T00:07:36.0737002Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-06T00:07:36.0737902Z Configuring target corstone-300 2025-06-06T00:07:36.0738277Z -- ******************************************************* 2025-06-06T00:07:36.0738692Z -- PROJECT_NAME : ethosu_core_driver 2025-06-06T00:07:36.0739176Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u55-128 2025-06-06T00:07:36.0739649Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:07:36.0740313Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-06-06T00:07:36.0740970Z -- ETHOSU_LOG_ENABLE : ON 2025-06-06T00:07:36.0741354Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:07:36.0741835Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-06-06T00:07:36.0742281Z -- ******************************************************* 2025-06-06T00:07:36.0742938Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-06-06T00:07:36.0743951Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-06-06T00:07:36.0745065Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-06-06T00:07:36.0746543Z CMake Deprecation Warning at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx/CMakeLists.txt:1 (cmake_minimum_required): 2025-06-06T00:07:36.0747629Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:07:36.0748117Z CMake. 2025-06-06T00:07:36.0748240Z 2025-06-06T00:07:36.0748507Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:07:36.0749131Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:07:36.0749689Z to work with policies introduced by or earlier. 2025-06-06T00:07:36.0749976Z 2025-06-06T00:07:36.0750089Z  2025-06-06T00:07:36.0750348Z -- The ASM compiler identification is GNU 2025-06-06T00:07:38.4149584Z -- Found assembler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc 2025-06-06T00:07:38.4150997Z -- THREADX_ARCH: cortex_m55 2025-06-06T00:07:38.4151576Z -- THREADX_TOOLCHAIN: gnu 2025-06-06T00:07:38.4151895Z -- Using default tx_user.h file 2025-06-06T00:07:38.4152234Z -- ******************************************************* 2025-06-06T00:07:38.4152652Z -- PROJECT_NAME : core_software 2025-06-06T00:07:38.4153070Z -- CORE_SOFTWARE_RTOS : All 2025-06-06T00:07:38.4153469Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-06-06T00:07:38.4153860Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:07:38.4154255Z -- ******************************************************* 2025-06-06T00:07:38.4154803Z -- ******************************************************* 2025-06-06T00:07:38.4155239Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:07:38.4155743Z -- FAST_MEMORY_SIZE : 2025-06-06T00:07:38.4156118Z -- MEMORY_MODEL : dram 2025-06-06T00:07:38.4156502Z -- MEMORY_ARENA : dram 2025-06-06T00:07:38.4156892Z -- TARGET_CPU : cortex-m55 2025-06-06T00:07:38.4157310Z -- CPU_CACHE_ENABLE : OFF 2025-06-06T00:07:38.4157667Z -- ******************************************************* 2025-06-06T00:07:38.4158031Z -- ******************************************************* 2025-06-06T00:07:38.4158512Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:07:38.4158981Z -- TR_ARENA_SIZE : 2025-06-06T00:07:38.4159374Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-06-06T00:07:38.4159758Z -- ******************************************************* 2025-06-06T00:07:38.4160216Z -- ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 0x200000 2025-06-06T00:07:38.4160737Z -- ET_ARM_BAREMETAL_FAST_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 2025-06-06T00:07:38.4161158Z -- Configuring done (129.4s) 2025-06-06T00:07:38.4161472Z -- Generating done (0.3s) 2025-06-06T00:07:38.4162107Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128/cmake-out 2025-06-06T00:07:38.4162932Z [backends/arm/scripts/build_executor_runner.sh] Configured CMAKE 2025-06-06T00:07:38.4164076Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-06-06T00:07:38.4164901Z [ 0%] Generating model_pte.h 2025-06-06T00:07:38.4165406Z [ 0%] Preprocessing and generating linker script 2025-06-06T00:07:38.4166282Z [ 0%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-06-06T00:07:38.4167517Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-06-06T00:07:38.4168743Z [ 0%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-06-06T00:07:38.4169970Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-06-06T00:07:38.4171336Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u55_u65.c.obj 2025-06-06T00:07:38.4172338Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:38.4173111Z : note: this is the location of the previous definition 2025-06-06T00:07:38.4174609Z Input: /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128.pte with 2064 bytes. Output: /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128/cmake-out/model_pte.h with 12531 bytes. Section: network_model_sec. 2025-06-06T00:07:38.4176000Z [ 0%] Built target arm_executor_runner-linker-script 2025-06-06T00:07:38.4176405Z [ 0%] Built target gen_model_header 2025-06-06T00:07:38.4176912Z [ 0%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-06-06T00:07:38.4177384Z [ 0%] Built target ethosu_uart_cmsdk_apb 2025-06-06T00:07:38.4177880Z [ 33%] Linking C static library libtiming_adapter.a 2025-06-06T00:07:38.4178313Z [ 33%] Built target timing_adapter 2025-06-06T00:07:38.4178792Z [ 66%] Linking C static library libethosu_core_driver.a 2025-06-06T00:07:38.4179237Z [ 66%] Built target ethosu_core_driver 2025-06-06T00:07:38.4179730Z [ 66%] Linking CXX static library libethosu_mailbox.a 2025-06-06T00:07:38.4180148Z [ 66%] Built target ethosu_mailbox 2025-06-06T00:07:38.4180989Z [ 66%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-06-06T00:07:38.4181879Z [ 66%] Linking CXX static library libethosu_mhu_dummy.a 2025-06-06T00:07:38.4182322Z [ 66%] Built target ethosu_mhu_dummy 2025-06-06T00:07:38.4182978Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-06-06T00:07:38.4183892Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-06-06T00:07:38.4185280Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-06-06T00:07:38.4187107Z [ 66%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/retarget.c.obj 2025-06-06T00:07:38.4189352Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/target.cpp.obj 2025-06-06T00:07:38.4191304Z [ 66%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM55/Source/system_ARMCM55.c.obj 2025-06-06T00:07:38.4193298Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM55/Source/startup_ARMCM55.c.obj 2025-06-06T00:07:38.4195175Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-06-06T00:07:38.4196425Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:38.4197190Z : note: this is the location of the previous definition 2025-06-06T00:07:38.4197933Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:38.4198671Z : note: this is the location of the previous definition 2025-06-06T00:07:38.4199406Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:38.4200137Z : note: this is the location of the previous definition 2025-06-06T00:07:38.4200976Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:38.4201652Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:38.4202385Z : note: this is the location of the previous definition 2025-06-06T00:07:38.4203203Z : note: this is the location of the previous definition 2025-06-06T00:07:38.4203930Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:38.4204686Z : note: this is the location of the previous definition 2025-06-06T00:07:38.4205422Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:38.4206150Z : note: this is the location of the previous definition 2025-06-06T00:07:38.4206883Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:38.4207616Z : note: this is the location of the previous definition 2025-06-06T00:07:38.4208306Z [100%] Linking CXX executable arm_executor_runner 2025-06-06T00:07:38.4209626Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.data' can't be allocated in segment 0 2025-06-06T00:07:38.4211031Z LOAD: .text .ARM.extab .ARM.exidx .copy.table .zero.table .data 2025-06-06T00:07:38.4212410Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.rodata' can't be allocated in segment 1 2025-06-06T00:07:38.4213629Z LOAD: .ddr .rodata 2025-06-06T00:07:38.4214798Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-06-06T00:07:38.4216055Z [100%] Built target arm_executor_runner 2025-06-06T00:07:38.4216621Z [backends/arm/scripts/build_executor_runner.sh] Generated baremetal elf file: 2025-06-06T00:07:38.4217440Z /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner 2025-06-06T00:07:38.4218073Z executable_text: 289364 bytes 2025-06-06T00:07:38.4218387Z executable_data: 4172 bytes 2025-06-06T00:07:38.4218683Z executable_bss: 65045300 bytes 2025-06-06T00:07:38.4218989Z + '[' false = false ']' 2025-06-06T00:07:38.4219596Z + elf_file=/pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner 2025-06-06T00:07:38.4220844Z + backends/arm/scripts/run_fvp.sh --elf=/pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner --target=ethos-u55-128 2025-06-06T00:07:38.4221855Z -------------------------------------------------------------------------------- 2025-06-06T00:07:38.4222982Z Running /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner for ethos-u55-128 run with FVP:FVP_Corstone_SSE-300_Ethos-U55 num_macs:128 timeout:600 2025-06-06T00:07:40.8213093Z WARNING: Corstone FVP is not cycle accurate and should NOT be used to determine valid runtime 2025-06-06T00:07:40.8214228Z -------------------------------------------------------------------------------- 2025-06-06T00:07:40.8215025Z telnetterminal0: Listening for serial connection on port 5000 2025-06-06T00:07:40.8215935Z telnetterminal1: Listening for serial connection on port 5001 2025-06-06T00:07:40.8216691Z telnetterminal2: Listening for serial connection on port 5002 2025-06-06T00:07:40.8217227Z telnetterminal5: Listening for serial connection on port 5003 2025-06-06T00:07:40.8217626Z 2025-06-06T00:07:40.8217787Z Ethos-U rev 136b7d75 --- Apr 12 2023 13:44:01 2025-06-06T00:07:40.8218678Z (C) COPYRIGHT 2019-2023 Arm Limited 2025-06-06T00:07:40.8219023Z ALL RIGHTS RESERVED 2025-06-06T00:07:40.8219193Z 2025-06-06T00:07:40.8219459Z I [executorch:arm_executor_runner.cpp:491] PTE in 0x70000000 $ Size: 2064 bytes 2025-06-06T00:07:40.8219893Z 2025-06-06T00:07:40.8220382Z I [executorch:arm_executor_runner.cpp:516] PTE Model data loaded. Size: 2064 bytes. 2025-06-06T00:07:40.8220836Z 2025-06-06T00:07:40.8221104Z I [executorch:arm_executor_runner.cpp:529] Model buffer loaded, has 1 methods 2025-06-06T00:07:40.8221510Z 2025-06-06T00:07:40.8221724Z I [executorch:arm_executor_runner.cpp:537] Running method forward 2025-06-06T00:07:40.8222062Z 2025-06-06T00:07:40.8222394Z I [executorch:arm_executor_runner.cpp:548] Setup Method allocator pool. Size: 62914560 bytes. 2025-06-06T00:07:40.8222842Z 2025-06-06T00:07:40.8223115Z I [executorch:arm_executor_runner.cpp:565] Setting up planned buffer 0, size 64. 2025-06-06T00:07:40.8223525Z 2025-06-06T00:07:40.8223799Z I [executorch:EthosUBackend.cpp:114] EthosUBackend::init 0x70000070 2025-06-06T00:07:40.8224158Z 2025-06-06T00:07:40.8224388Z I [executorch:arm_executor_runner.cpp:612] Method 'forward' loaded. 2025-06-06T00:07:40.8224731Z 2025-06-06T00:07:40.8224940Z I [executorch:arm_executor_runner.cpp:614] Preparing inputs... 2025-06-06T00:07:40.8225282Z 2025-06-06T00:07:40.8225468Z I [executorch:arm_executor_runner.cpp:682] Input prepared. 2025-06-06T00:07:40.8225778Z 2025-06-06T00:07:40.8226116Z I [executorch:arm_executor_runner.cpp:684] Starting the model execution... 2025-06-06T00:07:40.8226609Z 2025-06-06T00:07:40.8226793Z I [executorch:arm_perf_monitor.cpp:133] NPU Inferences : 1 2025-06-06T00:07:40.8227099Z 2025-06-06T00:07:40.8227391Z I [executorch:arm_perf_monitor.cpp:134] Profiler report, CPU cycles per operator: 2025-06-06T00:07:40.8227800Z 2025-06-06T00:07:40.8228036Z I [executorch:arm_perf_monitor.cpp:138] ethos-u : cycle_cnt : 2443 cycles 2025-06-06T00:07:40.8228413Z 2025-06-06T00:07:40.8228657Z I [executorch:arm_perf_monitor.cpp:145] Operator(s) total: 2443 CPU cycles 2025-06-06T00:07:40.8229025Z 2025-06-06T00:07:40.8229304Z I [executorch:arm_perf_monitor.cpp:151] Inference runtime: 2667 CPU cycles total 2025-06-06T00:07:40.8229761Z 2025-06-06T00:07:40.8230246Z I [executorch:arm_perf_monitor.cpp:153] NOTE: CPU cycle values and ratio calculations require FPGA and identical CPU/NPU frequency 2025-06-06T00:07:40.8230872Z 2025-06-06T00:07:40.8231095Z I [executorch:arm_perf_monitor.cpp:162] Inference CPU ratio: 88.86 % 2025-06-06T00:07:40.8231450Z 2025-06-06T00:07:40.8231672Z I [executorch:arm_perf_monitor.cpp:166] Inference NPU ratio: 11.14 % 2025-06-06T00:07:40.8232031Z 2025-06-06T00:07:40.8232289Z I [executorch:arm_perf_monitor.cpp:175] cpu_wait_for_npu_cntr : 297 CPU cycles 2025-06-06T00:07:40.8232678Z 2025-06-06T00:07:40.8232891Z I [executorch:arm_perf_monitor.cpp:180] Ethos-U PMU report: 2025-06-06T00:07:40.8233297Z 2025-06-06T00:07:40.8233680Z I [executorch:arm_perf_monitor.cpp:181] ethosu_pmu_cycle_cntr : 411 2025-06-06T00:07:40.8234209Z 2025-06-06T00:07:40.8234541Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr0 : 6 2025-06-06T00:07:40.8235070Z 2025-06-06T00:07:40.8235415Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr1 : 43 2025-06-06T00:07:40.8236067Z 2025-06-06T00:07:40.8236412Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr2 : 3 2025-06-06T00:07:40.8236991Z 2025-06-06T00:07:40.8237381Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr3 : 637 2025-06-06T00:07:40.8237983Z 2025-06-06T00:07:40.8239441Z I [executorch:arm_perf_monitor.cpp:187] Ethos-U PMU Events:[ETHOSU_PMU_AXI0_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_AXI1_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_AXI0_WR_DATA_BEAT_WRITTEN, ETHOSU_PMU_NPU_IDLE] 2025-06-06T00:07:40.8241175Z 2025-06-06T00:07:40.8241712Z I [executorch:arm_executor_runner.cpp:692] model_pte_program_size: 2064 bytes. 2025-06-06T00:07:40.8242482Z 2025-06-06T00:07:40.8243005Z I [executorch:arm_executor_runner.cpp:693] model_pte_loaded_size: 2064 bytes. 2025-06-06T00:07:40.8243844Z 2025-06-06T00:07:40.8244591Z I [executorch:arm_executor_runner.cpp:707] method_allocator_used: 320 / 62914560 free: 62914240 ( used: 0 % ) 2025-06-06T00:07:40.8245581Z 2025-06-06T00:07:40.8246105Z I [executorch:arm_executor_runner.cpp:714] method_allocator_planned: 64 bytes 2025-06-06T00:07:40.8246859Z 2025-06-06T00:07:40.8247339Z I [executorch:arm_executor_runner.cpp:716] method_allocator_loaded: 232 bytes 2025-06-06T00:07:40.8248111Z 2025-06-06T00:07:40.8248614Z I [executorch:arm_executor_runner.cpp:717] method_allocator_input: 24 bytes 2025-06-06T00:07:40.8249350Z 2025-06-06T00:07:40.8249863Z I [executorch:arm_executor_runner.cpp:718] method_allocator_executor: 0 bytes 2025-06-06T00:07:40.8250612Z 2025-06-06T00:07:40.8251319Z I [executorch:arm_executor_runner.cpp:721] peak_temp_allocator: 64 / 2097152 free: 2097152 ( used: 0 % ) 2025-06-06T00:07:40.8252280Z 2025-06-06T00:07:40.8252753Z I [executorch:arm_executor_runner.cpp:737] Model executed successfully. 2025-06-06T00:07:40.8253482Z 2025-06-06T00:07:40.8253801Z I [executorch:arm_executor_runner.cpp:741] 1 outputs: 2025-06-06T00:07:40.8254292Z 2025-06-06T00:07:40.8254452Z Output[0][0]: (int) 2 2025-06-06T00:07:40.8254763Z 2025-06-06T00:07:40.8254938Z Output[0][1]: (int) 2 2025-06-06T00:07:40.8255232Z 2025-06-06T00:07:40.8255387Z Output[0][2]: (int) 2 2025-06-06T00:07:40.8255668Z 2025-06-06T00:07:40.8255832Z Output[0][3]: (int) 2 2025-06-06T00:07:40.8256109Z 2025-06-06T00:07:40.8256404Z Output[0][4]: (int) 2 2025-06-06T00:07:40.8256764Z 2025-06-06T00:07:40.8257191Z I [executorch:arm_executor_runner.cpp:856] Program complete, exiting. 2025-06-06T00:07:40.8257898Z 2025-06-06T00:07:40.8258174Z I [executorch:arm_executor_runner.cpp:860]  2025-06-06T00:07:40.8258916Z Info: /OSCI/SystemC: Simulation stopped by user. 2025-06-06T00:07:40.8259744Z [warning ][main@0][3446 ns] Simulation stopped by user 2025-06-06T00:07:40.8260639Z [backends/arm/scripts/run_fvp.sh] Simulation complete, 0 2025-06-06T00:07:40.8261448Z Checking for problems in log: 2025-06-06T00:07:40.8261996Z No problems found! 2025-06-06T00:07:40.8262404Z + set +x 2025-06-06T00:07:40.8262820Z + cd /pytorch/executorch 2025-06-06T00:07:40.8263359Z + set +x 2025-06-06T00:07:40.8263914Z -------------------------------------------------------------------------------- 2025-06-06T00:07:40.8265024Z Build ExecuTorch target libs Release into 'arm_test/test_run/cmake-out' 2025-06-06T00:07:40.8266087Z -------------------------------------------------------------------------------- 2025-06-06T00:07:40.8267046Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-06T00:07:40.8267829Z + '[' false = true ']' 2025-06-06T00:07:40.8268533Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:07:40.8269354Z + '[' false = true ']' 2025-06-06T00:07:40.8270396Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:07:40.8272108Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-06T00:07:40.8277826Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_CORTEX_M=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF -Barm_test/test_run/cmake-out /pytorch/executorch 2025-06-06T00:07:40.8283041Z -- --- Configured Options --- 2025-06-06T00:07:40.8283439Z 2025-06-06T00:07:40.8283677Z -- CMAKE_CXX_STANDARD : 17 2025-06-06T00:07:40.8284465Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:07:40.8285252Z -- CMAKE_BUILD_TYPE : Release 2025-06-06T00:07:40.8286113Z -- PYTHON_EXECUTABLE : python 2025-06-06T00:07:40.8286900Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-06T00:07:40.8288356Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-06T00:07:40.8289628Z -- BUCK2 x (unset) 2025-06-06T00:07:40.8290358Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-06T00:07:40.8291087Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-06T00:07:40.8291802Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-06T00:07:40.8292522Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-06T00:07:40.8293605Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-06T00:07:40.8294691Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-06T00:07:40.8295378Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-06T00:07:40.8296050Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-06T00:07:40.8296586Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-06T00:07:40.8296977Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-06T00:07:40.8297381Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-06T00:07:40.8297777Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-06T00:07:40.8298188Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-06T00:07:40.8298586Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-06T00:07:40.8298999Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-06T00:07:40.8299643Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-06T00:07:40.8300236Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-06T00:07:40.8300725Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-06T00:07:40.8301123Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-06T00:07:40.8301535Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-06T00:07:40.8301933Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-06T00:07:40.8302340Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-06T00:07:40.8302723Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-06T00:07:40.8303122Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-06T00:07:40.8303570Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-06T00:07:40.8303946Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-06T00:07:40.8304344Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-06T00:07:40.8304737Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-06T00:07:40.8305142Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-06T00:07:40.8305524Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-06T00:07:40.8305914Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-06T00:07:40.8306307Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-06T00:07:40.8306694Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-06T00:07:40.8307092Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-06T00:07:40.8307475Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-06T00:07:40.8307875Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-06T00:07:40.8308251Z -- EXECUTORCH_USE_DL : ON 2025-06-06T00:07:40.8308635Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-06T00:07:40.8309018Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-06T00:07:40.8309401Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-06T00:07:40.8309798Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:07:40.8310196Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-06T00:07:40.8310597Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-06T00:07:40.8310980Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:07:40.8311385Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-06T00:07:40.8311778Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-06T00:07:40.8312185Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-06T00:07:40.8312544Z -- -------------------------- 2025-06-06T00:07:40.8313069Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-06T00:07:40.8314144Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:07:41.6998662Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:07:41.6999878Z CMake. 2025-06-06T00:07:41.7000120Z 2025-06-06T00:07:41.7000521Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:07:41.7001384Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:07:41.7002144Z to work with policies introduced by or earlier. 2025-06-06T00:07:41.7002535Z 2025-06-06T00:07:41.7002931Z  2025-06-06T00:07:41.7003415Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:07:41.7004201Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:07:41.7004839Z -- Setting GNU C compiler options with c11 and Posix 2025-06-06T00:07:41.7005414Z -- Disabling -pedantic for GCC >= 8.0 2025-06-06T00:07:41.7006065Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-06T00:07:41.7006857Z -- GCC_VERSION: 13.3.1 2025-06-06T00:07:41.7007130Z 2025-06-06T00:07:41.7008628Z -- 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-06T00:07:41.7010859Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-06T00:07:41.7012144Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:07:41.7012823Z CMake. 2025-06-06T00:07:41.7013011Z 2025-06-06T00:07:41.7013381Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:07:41.7014283Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:07:41.7015068Z to work with policies introduced by or earlier. 2025-06-06T00:07:41.7015509Z 2025-06-06T00:07:41.7015664Z  2025-06-06T00:07:41.7016009Z -- Resolved buck2 as buck2. 2025-06-06T00:07:41.7016596Z -- Killing buck2 daemon 2025-06-06T00:07:41.7017000Z 'buck2 killall' 2025-06-06T00:07:41.7017378Z -- executorch: Generating source lists 2025-06-06T00:07:41.7018396Z -- executorch: Using source file list /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:07:41.7019735Z -- executorch: Using sources file /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:07:41.7020596Z -- Generating operator lib: 2025-06-06T00:07:41.7021041Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:07:41.7021733Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:07:41.7022257Z -- ROOT_OPS: 2025-06-06T00:07:41.7022570Z -- INCLUDE_ALL_OPS: 2025-06-06T00:07:41.7024694Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-06T00:07:41.7026193Z -- Generating kernel bindings: 2025-06-06T00:07:41.7026523Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:07:41.7027184Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:07:41.7027881Z -- CUSTOM_OPS_YAML: 2025-06-06T00:07:41.7028173Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:07:41.7031646Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-06T00:07:41.7034359Z -- Generating operator lib: 2025-06-06T00:07:41.7034909Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:07:41.7035401Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:07:41.7035844Z -- DEPS: executorch_core 2025-06-06T00:07:41.7036699Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-06T00:07:41.7037785Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:07:41.7038458Z CMake. 2025-06-06T00:07:41.7038649Z 2025-06-06T00:07:41.7039000Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:07:41.7039822Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:07:41.7040514Z to work with policies introduced by or earlier. 2025-06-06T00:07:41.7040855Z 2025-06-06T00:07:41.7041049Z  2025-06-06T00:07:41.7041351Z -- Generating operator lib: 2025-06-06T00:07:41.7041737Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:07:41.7042309Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:07:41.7042991Z -- ROOT_OPS: 2025-06-06T00:07:41.7043353Z -- INCLUDE_ALL_OPS: 2025-06-06T00:07:41.7045297Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/backends/cortex_m/ops/operators.yaml" 2025-06-06T00:07:41.7047243Z -- Generating kernel bindings: 2025-06-06T00:07:41.7047647Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:07:41.7048077Z -- FUNCTIONS_YAML: 2025-06-06T00:07:41.7048766Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:07:41.7049521Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:07:41.7054352Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:07:41.7058433Z -- Generating operator lib: 2025-06-06T00:07:41.7058750Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:07:41.7059067Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-06T00:07:41.7059391Z -- DEPS: executorch 2025-06-06T00:07:41.7059760Z -- Generating operator lib: 2025-06-06T00:07:41.7060180Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:07:41.7060789Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:07:41.7061479Z -- ROOT_OPS: 2025-06-06T00:07:41.7061838Z -- INCLUDE_ALL_OPS: 2025-06-06T00:07:41.7063466Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-06T00:07:41.7064858Z -- Generating kernel bindings: 2025-06-06T00:07:41.7065174Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:07:41.7065497Z -- FUNCTIONS_YAML: 2025-06-06T00:07:41.7065906Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:07:41.7066412Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:07:41.7071072Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:07:41.7074771Z -- Generating operator lib: 2025-06-06T00:07:41.7075077Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:07:41.7075416Z -- KERNEL_LIBS: quantized_kernels 2025-06-06T00:07:41.7075910Z -- DEPS: executorch_core 2025-06-06T00:07:41.7076355Z -- Configuring done (0.3s) 2025-06-06T00:07:41.7076797Z -- Generating done (0.1s) 2025-06-06T00:07:41.7077545Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out 2025-06-06T00:07:41.7078492Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-06T00:07:41.7078935Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-06T00:07:41.7079332Z [build_executorch.sh] Configured CMAKE 2025-06-06T00:07:41.7079652Z ++ nproc 2025-06-06T00:07:41.7080077Z + cmake --build arm_test/test_run/cmake-out -j8 --target install --config Release -- 2025-06-06T00:07:41.7080636Z [ 3%] Built target flatbuffers_external_project 2025-06-06T00:07:41.7081030Z [ 6%] Built target flatcc_external_project 2025-06-06T00:07:41.7081409Z [ 7%] Built target executorch_delegate_ethos_u 2025-06-06T00:07:41.7081791Z [ 9%] Built target gflags_nothreads_static 2025-06-06T00:07:41.7082138Z [ 9%] Built target common_schema 2025-06-06T00:07:41.7082946Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:07:41.7083588Z [ 9%] Built target program_schema 2025-06-06T00:07:41.7083907Z [ 11%] Built target flatccrt 2025-06-06T00:07:41.7084216Z [ 18%] Built target executorch_core 2025-06-06T00:07:41.7084551Z [ 19%] Built target extension_runner_util 2025-06-06T00:07:41.7084911Z [ 21%] Built target executorch 2025-06-06T00:07:41.7085211Z [ 22%] Built target cortex_m_kernels 2025-06-06T00:07:41.7085560Z [ 28%] Built target kernels_util_all_deps 2025-06-06T00:07:41.7085908Z [ 29%] Built target cortex_m_ops_lib 2025-06-06T00:07:41.7086249Z [ 33%] Built target quantized_kernels 2025-06-06T00:07:41.7086615Z [ 35%] Built target quantized_ops_lib 2025-06-06T00:07:41.7087058Z [ 99%] Built target portable_kernels 2025-06-06T00:07:41.7087871Z [100%] Built target portable_ops_lib 2025-06-06T00:07:41.7088567Z Install the project... 2025-06-06T00:07:41.7089169Z -- Install configuration: "Release" 2025-06-06T00:07:41.7090039Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:07:41.7091105Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/fxdiv.h 2025-06-06T00:07:41.7091814Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:07:41.7092580Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:07:41.7093455Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-06T00:07:41.7094477Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-06T00:07:41.7095421Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core 2025-06-06T00:07:41.7096281Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-06T00:07:41.7097224Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-06T00:07:41.7098164Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/defines.h 2025-06-06T00:07:41.7099048Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/error.h 2025-06-06T00:07:41.7100116Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-06T00:07:41.7101156Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-06T00:07:41.7102159Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-06T00:07:41.7103266Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-06T00:07:41.7104304Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-06T00:07:41.7105294Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-06T00:07:41.7106335Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-06T00:07:41.7107492Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-06T00:07:41.7108716Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-06T00:07:41.7109885Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-06T00:07:41.7110930Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-06T00:07:41.7112030Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-06T00:07:41.7113244Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-06T00:07:41.7114455Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-06T00:07:41.7115765Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-06T00:07:41.7116975Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-06T00:07:41.7118048Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-06T00:07:41.7119132Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-06T00:07:41.7120125Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-06T00:07:41.7121143Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-06T00:07:41.7122200Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-06T00:07:41.7123190Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-06T00:07:41.7124172Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type 2025-06-06T00:07:41.7125201Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-06T00:07:41.7126311Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-06T00:07:41.7127577Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-06T00:07:41.7129246Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-06T00:07:41.7130288Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-06T00:07:41.7131387Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-06T00:07:41.7132615Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-06T00:07:41.7133845Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-06T00:07:41.7135120Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-06T00:07:41.7136302Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-06T00:07:41.7137585Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-06T00:07:41.7138826Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-06T00:07:41.7140063Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-06T00:07:41.7141334Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-06T00:07:41.7143451Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-06T00:07:41.7146003Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-06T00:07:41.7147319Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-06T00:07:41.7148557Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-06T00:07:41.7149840Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-06T00:07:41.7151146Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-06T00:07:41.7152460Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-06T00:07:41.7153608Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-06T00:07:41.7154674Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-06T00:07:41.7155808Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-06T00:07:41.7156867Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-06T00:07:41.7158036Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-06T00:07:41.7159665Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-06T00:07:41.7161733Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-06T00:07:41.7162922Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-06T00:07:41.7164011Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-06T00:07:41.7165112Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-06T00:07:41.7166259Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-06T00:07:41.7167388Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-06T00:07:41.7168353Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/result.h 2025-06-06T00:07:41.7169257Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/span.h 2025-06-06T00:07:41.7170119Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tag.h 2025-06-06T00:07:41.7171045Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-06T00:07:41.7172066Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-06T00:07:41.7173101Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/test 2025-06-06T00:07:41.7174324Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel 2025-06-06T00:07:41.7176090Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-06T00:07:41.7177393Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-06T00:07:41.7178471Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-06T00:07:41.7179501Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test 2025-06-06T00:07:41.7532142Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-06T00:07:41.7533296Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-06T00:07:41.7534328Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform 2025-06-06T00:07:41.7535214Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-06T00:07:41.7536166Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-06T00:07:41.7537287Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-06T00:07:41.7538268Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-06T00:07:41.7539272Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-06T00:07:41.7540209Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/default 2025-06-06T00:07:41.7541131Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/log.h 2025-06-06T00:07:41.7542067Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-06T00:07:41.7543023Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-06T00:07:41.7543989Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-06T00:07:41.7544926Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/system.h 2025-06-06T00:07:41.7545853Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test 2025-06-06T00:07:41.7546808Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-06T00:07:41.7547854Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-06T00:07:41.7548929Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/types.h 2025-06-06T00:07:41.7549872Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util 2025-06-06T00:07:41.7550953Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-06T00:07:41.7552169Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-06T00:07:41.7553200Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/test 2025-06-06T00:07:41.7554208Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-06T00:07:41.7555159Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor 2025-06-06T00:07:41.7556154Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-06T00:07:41.7557163Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-06T00:07:41.7558189Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-06T00:07:41.7559213Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-06T00:07:41.7560244Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/test 2025-06-06T00:07:41.7561164Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool 2025-06-06T00:07:41.7562152Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-06T00:07:41.7563172Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/test 2025-06-06T00:07:41.7564169Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-06T00:07:41.7565262Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-06T00:07:41.7566194Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:07:41.7566929Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:07:41.7567797Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-06T00:07:41.7568644Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:07:41.7569409Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:07:41.7570308Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-06T00:07:41.7571400Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-06T00:07:41.7572353Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:07:41.7573150Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:07:41.7573928Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:07:41.7574809Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-06T00:07:41.7575851Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-06T00:07:41.7576536Z + set +x 2025-06-06T00:07:41.7576896Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:07:41.7577741Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:07:41.7578759Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:07:41.7579720Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-06T00:07:41.7580631Z -rw-r--r--. 1 ci-user ci-user 18220 Jun 6 00:03 arm_test/test_run/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-06T00:07:41.7581542Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-06T00:07:41.7582414Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-06T00:07:41.7583354Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-06T00:07:41.7584318Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 arm_test/test_run/cmake-out/kernels/portable/libportable_kernels.a 2025-06-06T00:07:41.7585187Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 arm_test/test_run/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-06T00:07:41.7586071Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-06T00:07:41.7586989Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-06T00:07:41.7588121Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 arm_test/test_run/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-06T00:07:41.7588973Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 arm_test/test_run/cmake-out/libexecutorch_core.a 2025-06-06T00:07:41.7589685Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 arm_test/test_run/cmake-out/libexecutorch.a 2025-06-06T00:07:41.7590408Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:07:41.7591178Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:07:41.7591961Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:07:41.7592692Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:07:41.7593429Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:07:41.7594176Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:07:41.7594933Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:07:41.7595758Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:07:41.7596531Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:07:41.7597251Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 6 00:07 arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:07:41.7598038Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:07:41.7598727Z -------------------------------------------------------------------------------- 2025-06-06T00:07:41.7599488Z Build ExecuTorch Libraries Release portable kernels: aten::_softmax.out into 'arm_test/test_run/cmake-out' 2025-06-06T00:07:41.7600226Z -------------------------------------------------------------------------------- 2025-06-06T00:07:50.7191946Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_SELECT_OPS_LIST=aten::_softmax.out -Barm_test/test_run/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-06-06T00:07:50.7193990Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-06-06T00:07:50.7194590Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-06T00:07:50.7195238Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-06T00:07:50.7195932Z cmake_policy command to set the policy and suppress this warning. 2025-06-06T00:07:50.7196286Z 2025-06-06T00:07:50.7196426Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-06T00:07:50.7196698Z 2025-06-06T00:07:50.7196827Z /pytorch/executorch/examples/arm/../.. 2025-06-06T00:07:50.7197071Z 2025-06-06T00:07:50.7197337Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-06T00:07:50.7197830Z .cmake module might still use it. 2025-06-06T00:07:50.7198291Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-06T00:07:50.7198769Z  2025-06-06T00:07:50.7199051Z etdump library is not found. 2025-06-06T00:07:50.7199564Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7200105Z bundled_program library is not found. 2025-06-06T00:07:50.7200658Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7201198Z extension_data_loader library is not found. 2025-06-06T00:07:50.7201764Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7202389Z extension_flat_tensor library is not found. 2025-06-06T00:07:50.7203022Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7203534Z coreml_util library is not found. 2025-06-06T00:07:50.7204070Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7204607Z coreml_inmemoryfs library is not found. 2025-06-06T00:07:50.7205145Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7205679Z coremldelegate library is not found. 2025-06-06T00:07:50.7206210Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7206729Z mpsdelegate library is not found. 2025-06-06T00:07:50.7207309Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7207831Z neuron_backend library is not found. 2025-06-06T00:07:50.7208415Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7208958Z qnn_executorch_backend library is not found. 2025-06-06T00:07:50.7209531Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7210044Z custom_ops library is not found. 2025-06-06T00:07:50.7210554Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7211086Z extension_module library is not found. 2025-06-06T00:07:50.7211621Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7212181Z extension_module_static library is not found. 2025-06-06T00:07:50.7212742Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7213272Z extension_tensor library is not found. 2025-06-06T00:07:50.7213808Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7214355Z extension_threadpool library is not found. 2025-06-06T00:07:50.7214920Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7215444Z extension_training library is not found. 2025-06-06T00:07:50.7215991Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7216532Z xnnpack_backend library is not found. 2025-06-06T00:07:50.7217067Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7217579Z XNNPACK library is not found. 2025-06-06T00:07:50.7218129Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7218676Z microkernels-prod library is not found. 2025-06-06T00:07:50.7219216Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7219736Z kleidiai library is not found. 2025-06-06T00:07:50.7220261Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7220762Z cpuinfo library is not found. 2025-06-06T00:07:50.7221290Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7221799Z pthreadpool library is not found. 2025-06-06T00:07:50.7222335Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7222852Z vulkan_backend library is not found. 2025-06-06T00:07:50.7223401Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7223935Z optimized_kernels library is not found. 2025-06-06T00:07:50.7224472Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7225052Z optimized_portable_kernels library is not found. 2025-06-06T00:07:50.7225631Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7226144Z cpublas library is not found. 2025-06-06T00:07:50.7226664Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7227178Z eigen_blas library is not found. 2025-06-06T00:07:50.7227737Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7228309Z optimized_ops_lib library is not found. 2025-06-06T00:07:50.7228863Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7229437Z optimized_native_cpu_ops_lib library is not found. 2025-06-06T00:07:50.7230028Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7230565Z quantized_ops_aot_lib library is not found. 2025-06-06T00:07:50.7231126Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:50.7231574Z -- Generating operator lib: 2025-06-06T00:07:50.7231891Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:07:50.7232258Z -- OPS_SCHEMA_YAML: 2025-06-06T00:07:50.7232553Z -- ROOT_OPS: aten::_softmax.out 2025-06-06T00:07:50.7232878Z -- INCLUDE_ALL_OPS: 2025-06-06T00:07:50.7234333Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::_softmax.out" 2025-06-06T00:07:50.7235478Z -- Generating kernel bindings: 2025-06-06T00:07:50.7235871Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:07:50.7236442Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-06-06T00:07:50.7237003Z -- CUSTOM_OPS_YAML: 2025-06-06T00:07:50.7237301Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:07:50.7237640Z -- Generating operator lib: 2025-06-06T00:07:50.7237939Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:07:50.7238278Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:07:50.7238581Z -- DEPS: executorch 2025-06-06T00:07:50.7238860Z -- Configuring done (0.0s) 2025-06-06T00:07:50.7239145Z -- Generating done (0.0s) 2025-06-06T00:07:50.7239679Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out/examples/arm 2025-06-06T00:07:50.7240237Z ++ nproc 2025-06-06T00:07:50.7240646Z + cmake --build arm_test/test_run/cmake-out/examples/arm -j8 --config Release -- 2025-06-06T00:07:50.7241178Z [100%] Built target arm_portable_ops_lib 2025-06-06T00:07:50.7241496Z + set +x 2025-06-06T00:07:50.7241871Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:07:50.7242605Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:07:50.7243347Z -------------------------------------------------------------------------------- 2025-06-06T00:07:50.7243885Z Running e2e flow for model 'mul' with flags '--delegate --quantize ' 2025-06-06T00:07:50.7244427Z -------------------------------------------------------------------------------- 2025-06-06T00:07:50.7246160Z CALL python3 -m examples.arm.aot_arm_compiler --model_name=mul --target=ethos-u55-128 --delegate --quantize --intermediate=/pytorch/executorch/arm_test/test_run/mul --output=/pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128.pte --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram 2025-06-06T00:07:50.7247981Z WARNING:root:Using a model from examples/models not all of these are currently supported 2025-06-06T00:07:50.7248441Z 2025-06-06T00:07:50.7248545Z Network summary for out 2025-06-06T00:07:50.7248876Z Accelerator configuration Ethos_U55_128 2025-06-06T00:07:50.7249370Z System configuration Ethos_U55_High_End_Embedded 2025-06-06T00:07:50.7249847Z Memory mode Shared_Sram 2025-06-06T00:07:50.7250279Z Accelerator clock 500 MHz 2025-06-06T00:07:50.7250750Z Design peak SRAM bandwidth 3.73 GB/s 2025-06-06T00:07:50.7251048Z 2025-06-06T00:07:50.7251201Z Total SRAM used 0.03 KiB 2025-06-06T00:07:50.7251491Z 2025-06-06T00:07:50.7251597Z CPU operators = 0 (0.0%) 2025-06-06T00:07:50.7251875Z NPU operators = 1 (100.0%) 2025-06-06T00:07:50.7252067Z 2025-06-06T00:07:50.7252271Z Average SRAM bandwidth 3.81 GB/s 2025-06-06T00:07:50.7252783Z Input SRAM bandwidth 0.00 MB/batch 2025-06-06T00:07:50.7253273Z Weight SRAM bandwidth 0.00 MB/batch 2025-06-06T00:07:50.7253771Z Output SRAM bandwidth 0.00 MB/batch 2025-06-06T00:07:50.7254244Z Total SRAM bandwidth 0.00 MB/batch 2025-06-06T00:07:50.7254799Z Total SRAM bandwidth per input 0.00 MB/inference (batch size 1) 2025-06-06T00:07:50.7255172Z 2025-06-06T00:07:50.7255373Z Neural network macs 0 MACs/batch 2025-06-06T00:07:50.7255685Z 2025-06-06T00:07:50.7255894Z Info: The numbers below are internal compiler estimates. 2025-06-06T00:07:50.7256492Z For performance numbers the compiled network should be run on an FVP Model or FPGA. 2025-06-06T00:07:50.7256920Z 2025-06-06T00:07:50.7257083Z Network Tops/s 0.00 Tops/s 2025-06-06T00:07:50.7257387Z 2025-06-06T00:07:50.7257553Z NPU cycles 6 cycles/batch 2025-06-06T00:07:50.7258034Z SRAM Access cycles 9 cycles/batch 2025-06-06T00:07:50.7258521Z DRAM Access cycles 0 cycles/batch 2025-06-06T00:07:50.7259039Z On-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:07:50.7259561Z Off-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:07:50.7260066Z Total cycles 9 cycles/batch 2025-06-06T00:07:50.7260362Z 2025-06-06T00:07:50.7260598Z Batch Inference time 0.00 ms, 55555555.56 inferences/s (batch size 1) 2025-06-06T00:07:50.7260984Z 2025-06-06T00:07:50.7261333Z PTE file saved as /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128.pte 2025-06-06T00:07:50.7262161Z pte_data_size: 3168 /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128.pte 2025-06-06T00:07:50.7262952Z pte_file: /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128.pte 2025-06-06T00:07:54.2515266Z + backends/arm/scripts/build_executor_runner.sh --et_build_root=arm_test/test_run --pte=/pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128.pte --build_type=Release --target=ethos-u55-128 --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram --extra_build_flags= --ethosu_tools_dir=/pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:07:54.2519854Z -------------------------------------------------------------------------------- 2025-06-06T00:07:54.2522516Z Build Arm Baremetal executor_runner for ethos-u55-128 with /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128.pte using Ethos_U55_High_End_Embedded Shared_Sram to '/pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128/cmake-out' 2025-06-06T00:07:54.2525214Z -------------------------------------------------------------------------------- 2025-06-06T00:07:54.2526458Z Building with BundleIO/etdump/extra flags: -DET_BUNDLE_IO=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-06T00:07:54.2527855Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:07:54.2528532Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:07:54.2529224Z -- Detecting C compiler ABI info 2025-06-06T00:07:54.2529771Z -- Detecting C compiler ABI info - done 2025-06-06T00:07:54.2531382Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:07:54.2533229Z -- Detecting C compile features 2025-06-06T00:07:54.2533799Z -- Detecting C compile features - done 2025-06-06T00:07:54.2534455Z -- Detecting CXX compiler ABI info 2025-06-06T00:07:54.2535078Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:07:54.2537058Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:07:54.2539004Z -- Detecting CXX compile features 2025-06-06T00:07:54.2539657Z -- Detecting CXX compile features - done 2025-06-06T00:07:54.2542121Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform 1916a9c984819c35b19c9e5c4c80d47e4e866420 /pytorch/executorch/examples/arm/ethos-u-setup' 2025-06-06T00:07:54.2544403Z /pytorch/executorch 2025-06-06T00:07:54.2546715Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:1916a9c984819c35b19c9e5c4c80d47e4e866420 patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-06-06T00:07:54.2549930Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform /pytorch/executorch 2025-06-06T00:07:54.2551298Z HEAD is now at 1916a9c Update applications to use ethosu_log lib 2025-06-06T00:07:54.2552160Z Applying: Add got section to the DDR 2025-06-06T00:07:54.2552836Z Applying: Move input_data_sec to NOLOAD area 2025-06-06T00:07:54.2554374Z [patch_repo] Patched core_platform @ tags/25.02-3-g34dc70d in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-06-06T00:07:54.2555815Z 2025-06-06T00:07:54.2556007Z /pytorch/executorch 2025-06-06T00:07:54.2556573Z -- SYSTEM_CONFIG is Ethos_U55_High_End_Embedded 2025-06-06T00:07:54.2557245Z -- MEMORY_MODE is Shared_Sram 2025-06-06T00:07:54.2558345Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-06T00:07:54.2559842Z Configuring target corstone-300 2025-06-06T00:07:54.2560451Z -- ******************************************************* 2025-06-06T00:07:54.2561167Z -- PROJECT_NAME : ethosu_core_driver 2025-06-06T00:07:54.2561984Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u55-128 2025-06-06T00:07:54.2562791Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:07:54.2564095Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-06-06T00:07:54.2565269Z -- ETHOSU_LOG_ENABLE : ON 2025-06-06T00:07:54.2565974Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:07:54.2566890Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-06-06T00:07:54.2567700Z -- ******************************************************* 2025-06-06T00:07:54.2569057Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-06-06T00:07:54.2570834Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-06-06T00:07:54.2572913Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-06-06T00:07:54.2575544Z CMake Deprecation Warning at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx/CMakeLists.txt:1 (cmake_minimum_required): 2025-06-06T00:07:54.2577493Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:07:54.2578318Z CMake. 2025-06-06T00:07:54.2578537Z 2025-06-06T00:07:54.2578956Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:07:54.2580066Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:07:54.2581061Z to work with policies introduced by or earlier. 2025-06-06T00:07:54.2581603Z 2025-06-06T00:07:54.2581872Z  2025-06-06T00:07:54.2582296Z -- The ASM compiler identification is GNU 2025-06-06T00:07:54.2583867Z -- Found assembler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc 2025-06-06T00:07:54.2585381Z -- THREADX_ARCH: cortex_m55 2025-06-06T00:07:54.2585852Z -- THREADX_TOOLCHAIN: gnu 2025-06-06T00:07:54.2586349Z -- Using default tx_user.h file 2025-06-06T00:07:54.2586994Z -- ******************************************************* 2025-06-06T00:07:54.2588407Z -- PROJECT_NAME : core_software 2025-06-06T00:07:54.2589155Z -- CORE_SOFTWARE_RTOS : All 2025-06-06T00:07:54.2589865Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-06-06T00:07:54.2590609Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:07:54.2591289Z -- ******************************************************* 2025-06-06T00:07:54.2591899Z -- ******************************************************* 2025-06-06T00:07:54.2592646Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:07:54.2593422Z -- FAST_MEMORY_SIZE : 2025-06-06T00:07:54.2594231Z -- MEMORY_MODEL : dram 2025-06-06T00:07:54.2594825Z -- MEMORY_ARENA : dram 2025-06-06T00:07:54.2595489Z -- TARGET_CPU : cortex-m55 2025-06-06T00:07:54.2596356Z -- CPU_CACHE_ENABLE : OFF 2025-06-06T00:07:54.2597006Z -- ******************************************************* 2025-06-06T00:07:54.2597589Z -- ******************************************************* 2025-06-06T00:07:54.2598273Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:07:54.2599001Z -- TR_ARENA_SIZE : 2025-06-06T00:07:54.2599706Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-06-06T00:07:54.2600435Z -- ******************************************************* 2025-06-06T00:07:54.2601268Z -- ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 0x200000 2025-06-06T00:07:54.2602183Z -- ET_ARM_BAREMETAL_FAST_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 2025-06-06T00:07:54.2602985Z -- Configuring done (2.6s) 2025-06-06T00:07:54.2603539Z -- Generating done (0.3s) 2025-06-06T00:07:54.2604759Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128/cmake-out 2025-06-06T00:07:54.2606363Z [backends/arm/scripts/build_executor_runner.sh] Configured CMAKE 2025-06-06T00:07:54.2608231Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-06-06T00:07:54.2609645Z [ 0%] Generating model_pte.h 2025-06-06T00:07:54.2611191Z [ 0%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-06-06T00:07:54.2612762Z [ 0%] Preprocessing and generating linker script 2025-06-06T00:07:54.2614647Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-06-06T00:07:54.2617022Z [ 0%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-06-06T00:07:54.2619359Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-06-06T00:07:54.2621868Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u55_u65.c.obj 2025-06-06T00:07:54.2623745Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:54.2625164Z : note: this is the location of the previous definition 2025-06-06T00:07:54.2626228Z [ 0%] Built target arm_executor_runner-linker-script 2025-06-06T00:07:54.2628790Z Input: /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128.pte with 3168 bytes. Output: /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128/cmake-out/model_pte.h with 19189 bytes. Section: network_model_sec. 2025-06-06T00:07:54.2631283Z [ 0%] Built target gen_model_header 2025-06-06T00:07:54.2632237Z [ 0%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-06-06T00:07:54.2633366Z [ 33%] Linking C static library libtiming_adapter.a 2025-06-06T00:07:54.2634319Z [ 33%] Built target ethosu_uart_cmsdk_apb 2025-06-06T00:07:54.2635076Z [ 33%] Built target timing_adapter 2025-06-06T00:07:54.2636071Z [ 66%] Linking C static library libethosu_core_driver.a 2025-06-06T00:07:54.2636868Z [ 66%] Built target ethosu_core_driver 2025-06-06T00:07:54.2637807Z [ 66%] Linking CXX static library libethosu_mailbox.a 2025-06-06T00:07:54.2638587Z [ 66%] Built target ethosu_mailbox 2025-06-06T00:07:54.2640089Z [ 66%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-06-06T00:07:54.2641689Z [ 66%] Linking CXX static library libethosu_mhu_dummy.a 2025-06-06T00:07:54.2642455Z [ 66%] Built target ethosu_mhu_dummy 2025-06-06T00:07:54.2643741Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-06-06T00:07:54.2645380Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-06-06T00:07:54.2647890Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-06-06T00:07:57.9363166Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/target.cpp.obj 2025-06-06T00:07:57.9365088Z [ 66%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/retarget.c.obj 2025-06-06T00:07:57.9367023Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM55/Source/system_ARMCM55.c.obj 2025-06-06T00:07:57.9369042Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM55/Source/startup_ARMCM55.c.obj 2025-06-06T00:07:57.9370933Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-06-06T00:07:57.9372182Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:57.9372865Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:57.9373779Z : note: this is the location of the previous definition 2025-06-06T00:07:57.9374607Z : note: this is the location of the previous definition 2025-06-06T00:07:57.9375330Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:57.9376084Z : note: this is the location of the previous definition 2025-06-06T00:07:57.9376820Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:57.9377553Z : note: this is the location of the previous definition 2025-06-06T00:07:57.9378283Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:57.9378926Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:57.9379663Z : note: this is the location of the previous definition 2025-06-06T00:07:57.9380472Z : note: this is the location of the previous definition 2025-06-06T00:07:57.9381185Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:57.9381924Z : note: this is the location of the previous definition 2025-06-06T00:07:57.9382641Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:57.9383443Z : note: this is the location of the previous definition 2025-06-06T00:07:57.9384184Z [100%] Linking CXX executable arm_executor_runner 2025-06-06T00:07:57.9385504Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.data' can't be allocated in segment 0 2025-06-06T00:07:57.9386861Z LOAD: .text .ARM.extab .ARM.exidx .copy.table .zero.table .data 2025-06-06T00:07:57.9388439Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.rodata' can't be allocated in segment 1 2025-06-06T00:07:57.9389752Z LOAD: .ddr .rodata 2025-06-06T00:07:57.9390915Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-06-06T00:07:57.9392164Z [100%] Built target arm_executor_runner 2025-06-06T00:07:57.9392691Z [backends/arm/scripts/build_executor_runner.sh] Generated baremetal elf file: 2025-06-06T00:07:57.9393502Z /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner 2025-06-06T00:07:57.9394135Z executable_text: 289364 bytes 2025-06-06T00:07:57.9394447Z executable_data: 5276 bytes 2025-06-06T00:07:57.9394739Z executable_bss: 65045300 bytes 2025-06-06T00:07:57.9395039Z + '[' false = false ']' 2025-06-06T00:07:57.9395692Z + elf_file=/pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner 2025-06-06T00:07:57.9396965Z + backends/arm/scripts/run_fvp.sh --elf=/pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner --target=ethos-u55-128 2025-06-06T00:07:57.9397980Z -------------------------------------------------------------------------------- 2025-06-06T00:07:57.9399115Z Running /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner for ethos-u55-128 run with FVP:FVP_Corstone_SSE-300_Ethos-U55 num_macs:128 timeout:600 2025-06-06T00:07:57.9400395Z WARNING: Corstone FVP is not cycle accurate and should NOT be used to determine valid runtime 2025-06-06T00:07:57.9401039Z -------------------------------------------------------------------------------- 2025-06-06T00:07:57.9401643Z telnetterminal0: Listening for serial connection on port 5000 2025-06-06T00:07:57.9402203Z telnetterminal1: Listening for serial connection on port 5001 2025-06-06T00:07:57.9402745Z telnetterminal2: Listening for serial connection on port 5002 2025-06-06T00:07:57.9403300Z telnetterminal5: Listening for serial connection on port 5003 2025-06-06T00:07:57.9403638Z 2025-06-06T00:07:57.9403776Z Ethos-U rev 136b7d75 --- Apr 12 2023 13:44:01 2025-06-06T00:07:57.9404158Z (C) COPYRIGHT 2019-2023 Arm Limited 2025-06-06T00:07:57.9404486Z ALL RIGHTS RESERVED 2025-06-06T00:07:57.9404670Z 2025-06-06T00:07:57.9404937Z I [executorch:arm_executor_runner.cpp:491] PTE in 0x70000000 $ Size: 3168 bytes 2025-06-06T00:07:57.9405330Z 2025-06-06T00:07:57.9405632Z I [executorch:arm_executor_runner.cpp:516] PTE Model data loaded. Size: 3168 bytes. 2025-06-06T00:07:57.9406048Z 2025-06-06T00:07:57.9406309Z I [executorch:arm_executor_runner.cpp:529] Model buffer loaded, has 1 methods 2025-06-06T00:07:57.9406715Z 2025-06-06T00:07:57.9406928Z I [executorch:arm_executor_runner.cpp:537] Running method forward 2025-06-06T00:07:57.9407267Z 2025-06-06T00:07:57.9407582Z I [executorch:arm_executor_runner.cpp:548] Setup Method allocator pool. Size: 62914560 bytes. 2025-06-06T00:07:57.9408053Z 2025-06-06T00:07:57.9408327Z I [executorch:arm_executor_runner.cpp:565] Setting up planned buffer 0, size 80. 2025-06-06T00:07:57.9408728Z 2025-06-06T00:07:57.9409061Z I [executorch:EthosUBackend.cpp:114] EthosUBackend::init 0x70000070 2025-06-06T00:07:57.9409469Z 2025-06-06T00:07:57.9409691Z I [executorch:arm_executor_runner.cpp:612] Method 'forward' loaded. 2025-06-06T00:07:57.9410054Z 2025-06-06T00:07:57.9410261Z I [executorch:arm_executor_runner.cpp:614] Preparing inputs... 2025-06-06T00:07:57.9410593Z 2025-06-06T00:07:57.9410794Z I [executorch:arm_executor_runner.cpp:682] Input prepared. 2025-06-06T00:07:57.9411099Z 2025-06-06T00:07:57.9411352Z I [executorch:arm_executor_runner.cpp:684] Starting the model execution... 2025-06-06T00:07:57.9411735Z 2025-06-06T00:07:57.9411934Z I [executorch:arm_perf_monitor.cpp:133] NPU Inferences : 1 2025-06-06T00:07:57.9412241Z 2025-06-06T00:07:57.9412520Z I [executorch:arm_perf_monitor.cpp:134] Profiler report, CPU cycles per operator: 2025-06-06T00:07:57.9412986Z 2025-06-06T00:07:57.9413223Z I [executorch:arm_perf_monitor.cpp:138] ethos-u : cycle_cnt : 2627 cycles 2025-06-06T00:07:57.9413589Z 2025-06-06T00:07:57.9413844Z I [executorch:arm_perf_monitor.cpp:145] Operator(s) total: 2627 CPU cycles 2025-06-06T00:07:57.9414212Z 2025-06-06T00:07:57.9414479Z I [executorch:arm_perf_monitor.cpp:151] Inference runtime: 3910 CPU cycles total 2025-06-06T00:07:57.9414893Z 2025-06-06T00:07:57.9415376Z I [executorch:arm_perf_monitor.cpp:153] NOTE: CPU cycle values and ratio calculations require FPGA and identical CPU/NPU frequency 2025-06-06T00:07:57.9415994Z 2025-06-06T00:07:57.9416231Z I [executorch:arm_perf_monitor.cpp:162] Inference CPU ratio: 92.40 % 2025-06-06T00:07:57.9416579Z 2025-06-06T00:07:57.9416798Z I [executorch:arm_perf_monitor.cpp:166] Inference NPU ratio: 7.60 % 2025-06-06T00:07:57.9417142Z 2025-06-06T00:07:57.9417410Z I [executorch:arm_perf_monitor.cpp:175] cpu_wait_for_npu_cntr : 297 CPU cycles 2025-06-06T00:07:57.9417802Z 2025-06-06T00:07:57.9417991Z I [executorch:arm_perf_monitor.cpp:180] Ethos-U PMU report: 2025-06-06T00:07:57.9418313Z 2025-06-06T00:07:57.9418531Z I [executorch:arm_perf_monitor.cpp:181] ethosu_pmu_cycle_cntr : 416 2025-06-06T00:07:57.9418872Z 2025-06-06T00:07:57.9419077Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr0 : 2 2025-06-06T00:07:57.9419390Z 2025-06-06T00:07:57.9419584Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr1 : 41 2025-06-06T00:07:57.9419917Z 2025-06-06T00:07:57.9420104Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr2 : 1 2025-06-06T00:07:57.9420416Z 2025-06-06T00:07:57.9420614Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr3 : 632 2025-06-06T00:07:57.9420946Z 2025-06-06T00:07:57.9421724Z I [executorch:arm_perf_monitor.cpp:187] Ethos-U PMU Events:[ETHOSU_PMU_AXI0_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_AXI1_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_AXI0_WR_DATA_BEAT_WRITTEN, ETHOSU_PMU_NPU_IDLE] 2025-06-06T00:07:57.9422602Z 2025-06-06T00:07:57.9422894Z I [executorch:arm_executor_runner.cpp:692] model_pte_program_size: 3168 bytes. 2025-06-06T00:07:57.9423302Z 2025-06-06T00:07:57.9423577Z I [executorch:arm_executor_runner.cpp:693] model_pte_loaded_size: 3168 bytes. 2025-06-06T00:07:57.9423994Z 2025-06-06T00:07:57.9424392Z I [executorch:arm_executor_runner.cpp:707] method_allocator_used: 1434 / 62914560 free: 62913126 ( used: 0 % ) 2025-06-06T00:07:57.9424923Z 2025-06-06T00:07:57.9425199Z I [executorch:arm_executor_runner.cpp:714] method_allocator_planned: 80 bytes 2025-06-06T00:07:57.9425596Z 2025-06-06T00:07:57.9425865Z I [executorch:arm_executor_runner.cpp:716] method_allocator_loaded: 1298 bytes 2025-06-06T00:07:57.9426275Z 2025-06-06T00:07:57.9426539Z I [executorch:arm_executor_runner.cpp:717] method_allocator_input: 56 bytes 2025-06-06T00:07:57.9426932Z 2025-06-06T00:07:57.9427204Z I [executorch:arm_executor_runner.cpp:718] method_allocator_executor: 0 bytes 2025-06-06T00:07:57.9427596Z 2025-06-06T00:07:57.9427975Z I [executorch:arm_executor_runner.cpp:721] peak_temp_allocator: 32 / 2097152 free: 2097152 ( used: 0 % ) 2025-06-06T00:07:57.9428487Z 2025-06-06T00:07:57.9428743Z I [executorch:arm_executor_runner.cpp:737] Model executed successfully. 2025-06-06T00:07:57.9429114Z 2025-06-06T00:07:57.9429357Z I [executorch:arm_executor_runner.cpp:741] 1 outputs: 2025-06-06T00:07:57.9429665Z 2025-06-06T00:07:57.9429775Z Output[0][0]: (float) 0.530008 2025-06-06T00:07:57.9429973Z 2025-06-06T00:07:57.9430082Z Output[0][1]: (float) 0.530008 2025-06-06T00:07:57.9437575Z 2025-06-06T00:07:57.9437739Z Output[0][2]: (float) 0.530008 2025-06-06T00:07:57.9437962Z 2025-06-06T00:07:57.9438084Z Output[0][3]: (float) 0.530008 2025-06-06T00:07:57.9438279Z 2025-06-06T00:07:57.9438398Z Output[0][4]: (float) 0.530008 2025-06-06T00:07:57.9438589Z 2025-06-06T00:07:57.9438706Z Output[0][5]: (float) 0.530008 2025-06-06T00:07:57.9438901Z 2025-06-06T00:07:57.9439142Z I [executorch:arm_executor_runner.cpp:856] Program complete, exiting. 2025-06-06T00:07:57.9439623Z 2025-06-06T00:07:57.9439767Z I [executorch:arm_executor_runner.cpp:860]  2025-06-06T00:07:57.9440168Z Info: /OSCI/SystemC: Simulation stopped by user. 2025-06-06T00:07:57.9440614Z [warning ][main@0][3446 ns] Simulation stopped by user 2025-06-06T00:07:57.9441109Z [backends/arm/scripts/run_fvp.sh] Simulation complete, 0 2025-06-06T00:07:57.9441534Z Checking for problems in log: 2025-06-06T00:07:57.9441841Z No problems found! 2025-06-06T00:07:57.9442077Z + set +x 2025-06-06T00:07:58.2792633Z test_arm_baremetal.sh test_run_ethosu_fvp: Test ethos-u target Ethos-U85 2025-06-06T00:07:58.2793453Z + cd /pytorch/executorch 2025-06-06T00:07:58.2793799Z + set +x 2025-06-06T00:07:58.2794148Z -------------------------------------------------------------------------------- 2025-06-06T00:07:58.2794803Z Build ExecuTorch target libs Release into 'arm_test/test_run/cmake-out' 2025-06-06T00:07:58.2795446Z -------------------------------------------------------------------------------- 2025-06-06T00:07:58.2796102Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-06T00:07:58.2796517Z + '[' false = true ']' 2025-06-06T00:07:58.2796975Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:07:58.2797474Z + '[' false = true ']' 2025-06-06T00:07:58.2798045Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:07:58.2799044Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-06T00:07:58.2802333Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_CORTEX_M=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF -Barm_test/test_run/cmake-out /pytorch/executorch 2025-06-06T00:07:58.2805208Z -- --- Configured Options --- 2025-06-06T00:07:58.2805431Z 2025-06-06T00:07:58.2805564Z -- CMAKE_CXX_STANDARD : 17 2025-06-06T00:07:58.2806056Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:07:58.2806481Z -- CMAKE_BUILD_TYPE : Release 2025-06-06T00:07:58.2806966Z -- PYTHON_EXECUTABLE : python 2025-06-06T00:07:58.2807368Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-06T00:07:58.2808077Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-06T00:07:58.2808790Z -- BUCK2 x (unset) 2025-06-06T00:07:58.2809261Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-06T00:07:58.2809667Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-06T00:07:58.2810136Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-06T00:07:58.2810623Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-06T00:07:58.2811255Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-06T00:07:58.2811916Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-06T00:07:58.2812530Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-06T00:07:58.2813009Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-06T00:07:58.2813408Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-06T00:07:58.2813862Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-06T00:07:58.2814268Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-06T00:07:58.2814730Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-06T00:07:58.2815202Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-06T00:07:58.2815606Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-06T00:07:58.2816079Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-06T00:07:58.2816546Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-06T00:07:58.2817079Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-06T00:07:58.2817675Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-06T00:07:58.2818225Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-06T00:07:58.2818641Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-06T00:07:58.2819042Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-06T00:07:58.2819438Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-06T00:07:58.2819965Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-06T00:07:58.2820500Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-06T00:07:58.2821045Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-06T00:07:58.2821496Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-06T00:07:58.2821892Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-06T00:07:58.2822287Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-06T00:07:58.2822692Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-06T00:07:58.2823070Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-06T00:07:58.2823457Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-06T00:07:58.2823842Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-06T00:07:58.2824243Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-06T00:07:58.2824633Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-06T00:07:58.2825023Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-06T00:07:58.2825464Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-06T00:07:58.2825841Z -- EXECUTORCH_USE_DL : ON 2025-06-06T00:07:58.2826229Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-06T00:07:58.2826705Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-06T00:07:58.2827083Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-06T00:07:58.2827483Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:07:58.2827883Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-06T00:07:58.2828290Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-06T00:07:58.2828676Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:07:58.2829089Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-06T00:07:58.2829485Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-06T00:07:58.2829897Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-06T00:07:58.2830271Z -- -------------------------- 2025-06-06T00:07:58.2830791Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-06T00:07:58.2831843Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:07:58.2832577Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:07:58.2833054Z CMake. 2025-06-06T00:07:58.2833180Z 2025-06-06T00:07:58.2833429Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:07:58.2834062Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:07:58.2834611Z to work with policies introduced by or earlier. 2025-06-06T00:07:58.2834899Z 2025-06-06T00:07:58.2835013Z  2025-06-06T00:07:58.2835369Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:07:58.2835990Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:07:58.2836480Z -- Setting GNU C compiler options with c11 and Posix 2025-06-06T00:07:58.2836881Z -- Disabling -pedantic for GCC >= 8.0 2025-06-06T00:07:58.2837408Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-06T00:07:58.2837939Z -- GCC_VERSION: 13.3.1 2025-06-06T00:07:58.2838110Z 2025-06-06T00:07:58.2839071Z -- 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-06T00:07:58.2840791Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-06T00:07:58.2841611Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:07:58.2842082Z CMake. 2025-06-06T00:07:58.2842205Z 2025-06-06T00:07:58.2842473Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:07:58.2843098Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:07:58.2843646Z to work with policies introduced by or earlier. 2025-06-06T00:07:58.2843929Z 2025-06-06T00:07:58.2844041Z  2025-06-06T00:07:58.2844268Z -- Resolved buck2 as buck2. 2025-06-06T00:07:58.2844557Z -- Killing buck2 daemon 2025-06-06T00:07:58.2844829Z 'buck2 killall' 2025-06-06T00:07:58.2845091Z -- executorch: Generating source lists 2025-06-06T00:07:58.2845744Z -- executorch: Using source file list /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:07:58.2846681Z -- executorch: Using sources file /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:07:58.2847305Z -- Generating operator lib: 2025-06-06T00:07:58.2847616Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:07:58.2848059Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:07:58.2848532Z -- ROOT_OPS: 2025-06-06T00:07:58.2848771Z -- INCLUDE_ALL_OPS: 2025-06-06T00:07:58.2850291Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-06T00:07:58.2851662Z -- Generating kernel bindings: 2025-06-06T00:07:58.2852028Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:07:58.2852487Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:07:58.2852953Z -- CUSTOM_OPS_YAML: 2025-06-06T00:07:58.2853261Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:07:58.2855525Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-06T00:07:58.2857498Z -- Generating operator lib: 2025-06-06T00:07:58.2857802Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:07:58.2858108Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:07:58.2858437Z -- DEPS: executorch_core 2025-06-06T00:07:58.2859078Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-06T00:07:58.2859837Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:07:58.2860311Z CMake. 2025-06-06T00:07:58.2860435Z 2025-06-06T00:07:58.2860683Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:07:58.2861315Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:07:58.2861845Z to work with policies introduced by or earlier. 2025-06-06T00:07:58.2862144Z 2025-06-06T00:07:58.2862254Z  2025-06-06T00:07:58.2862521Z -- Generating operator lib: 2025-06-06T00:07:58.2862863Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:07:58.2863331Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:07:58.2863833Z -- ROOT_OPS: 2025-06-06T00:07:58.2864088Z -- INCLUDE_ALL_OPS: 2025-06-06T00:07:58.2865607Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/backends/cortex_m/ops/operators.yaml" 2025-06-06T00:07:58.2866974Z -- Generating kernel bindings: 2025-06-06T00:07:58.2867276Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:07:58.2867617Z -- FUNCTIONS_YAML: 2025-06-06T00:07:58.2868042Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:07:58.2868565Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:07:58.9883345Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:07:58.9888734Z -- Generating operator lib: 2025-06-06T00:07:58.9889184Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:07:58.9889525Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-06T00:07:58.9889839Z -- DEPS: executorch 2025-06-06T00:07:58.9890215Z -- Generating operator lib: 2025-06-06T00:07:58.9890539Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:07:58.9891126Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:07:58.9891889Z -- ROOT_OPS: 2025-06-06T00:07:58.9892214Z -- INCLUDE_ALL_OPS: 2025-06-06T00:07:58.9894304Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-06T00:07:58.9896241Z -- Generating kernel bindings: 2025-06-06T00:07:58.9896883Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:07:58.9897345Z -- FUNCTIONS_YAML: 2025-06-06T00:07:58.9897932Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:07:58.9898657Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:07:58.9904297Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:07:58.9908900Z -- Generating operator lib: 2025-06-06T00:07:58.9909320Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:07:58.9909743Z -- KERNEL_LIBS: quantized_kernels 2025-06-06T00:07:58.9910200Z -- DEPS: executorch_core 2025-06-06T00:07:58.9910564Z -- Configuring done (0.3s) 2025-06-06T00:07:58.9910914Z -- Generating done (0.1s) 2025-06-06T00:07:58.9911584Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out 2025-06-06T00:07:58.9912338Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-06T00:07:58.9913135Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-06T00:07:58.9913850Z [build_executorch.sh] Configured CMAKE 2025-06-06T00:07:58.9914283Z ++ nproc 2025-06-06T00:07:58.9914751Z + cmake --build arm_test/test_run/cmake-out -j8 --target install --config Release -- 2025-06-06T00:07:58.9915323Z [ 3%] Built target flatbuffers_external_project 2025-06-06T00:07:58.9915793Z [ 6%] Built target flatcc_external_project 2025-06-06T00:07:58.9916163Z [ 7%] Built target executorch_delegate_ethos_u 2025-06-06T00:07:58.9916556Z [ 9%] Built target gflags_nothreads_static 2025-06-06T00:07:58.9916963Z [ 9%] Built target common_schema 2025-06-06T00:07:58.9917969Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:07:58.9918880Z [ 9%] Built target program_schema 2025-06-06T00:07:58.9919216Z [ 11%] Built target flatccrt 2025-06-06T00:07:58.9919514Z [ 18%] Built target executorch_core 2025-06-06T00:07:58.9919849Z [ 20%] Built target executorch 2025-06-06T00:07:58.9920181Z [ 21%] Built target extension_runner_util 2025-06-06T00:07:58.9920533Z [ 22%] Built target cortex_m_kernels 2025-06-06T00:07:58.9920877Z [ 28%] Built target kernels_util_all_deps 2025-06-06T00:07:58.9921235Z [ 29%] Built target cortex_m_ops_lib 2025-06-06T00:07:58.9921622Z [ 33%] Built target quantized_kernels 2025-06-06T00:07:58.9922007Z [ 35%] Built target quantized_ops_lib 2025-06-06T00:07:58.9922352Z [ 99%] Built target portable_kernels 2025-06-06T00:07:58.9922675Z [100%] Built target portable_ops_lib 2025-06-06T00:07:58.9923094Z Install the project... 2025-06-06T00:07:58.9923413Z -- Install configuration: "Release" 2025-06-06T00:07:58.9924072Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:07:58.9924953Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/fxdiv.h 2025-06-06T00:07:58.9925789Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:07:58.9926709Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:07:58.9927578Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-06T00:07:58.9928615Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-06T00:07:58.9929562Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core 2025-06-06T00:07:58.9930486Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-06T00:07:58.9931429Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-06T00:07:58.9932348Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/defines.h 2025-06-06T00:07:58.9933235Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/error.h 2025-06-06T00:07:58.9934128Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-06T00:07:58.9935043Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-06T00:07:58.9936049Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-06T00:07:58.9937129Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-06T00:07:58.9938146Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-06T00:07:58.9939117Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-06T00:07:58.9940154Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-06T00:07:58.9941408Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-06T00:07:58.9942774Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-06T00:07:58.9943947Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-06T00:07:58.9944988Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-06T00:07:58.9946027Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-06T00:07:58.9947234Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-06T00:07:58.9948455Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-06T00:07:58.9949703Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-06T00:07:58.9950896Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-06T00:07:58.9952029Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-06T00:07:58.9953210Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-06T00:07:58.9954193Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-06T00:07:58.9955215Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-06T00:07:58.9956402Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-06T00:07:58.9957388Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-06T00:07:58.9958360Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type 2025-06-06T00:07:58.9959383Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-06T00:07:58.9960541Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-06T00:07:58.9961667Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-06T00:07:58.9962715Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-06T00:07:58.9963750Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-06T00:07:58.9964852Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-06T00:07:58.9966022Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-06T00:07:58.9967288Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-06T00:07:58.9968461Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-06T00:07:58.9969646Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-06T00:07:58.9970936Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-06T00:07:58.9972229Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-06T00:07:58.9973468Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-06T00:07:58.9974674Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-06T00:07:58.9975930Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-06T00:07:58.9977194Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-06T00:07:58.9978443Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-06T00:07:58.9979676Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-06T00:07:58.9980952Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-06T00:07:58.9982271Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-06T00:07:58.9983546Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-06T00:07:58.9984687Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-06T00:07:58.9985748Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-06T00:07:58.9986804Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-06T00:07:58.9988051Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-06T00:07:58.9989148Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-06T00:07:58.9990286Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-06T00:07:58.9991634Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-06T00:07:58.9992751Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-06T00:07:58.9993858Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-06T00:07:58.9994937Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-06T00:07:58.9996146Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-06T00:07:58.9997239Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-06T00:07:58.9998180Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/result.h 2025-06-06T00:07:58.9999063Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/span.h 2025-06-06T00:07:58.9999925Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tag.h 2025-06-06T00:07:59.0000847Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-06T00:07:59.0001869Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-06T00:07:59.0002879Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/test 2025-06-06T00:07:59.0003786Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel 2025-06-06T00:07:59.0004812Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-06T00:07:59.0005936Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-06T00:07:59.0007013Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-06T00:07:59.0007964Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test 2025-06-06T00:07:59.0008956Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-06T00:07:59.0010024Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-06T00:07:59.0011032Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform 2025-06-06T00:07:59.0011925Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-06T00:07:59.0012855Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-06T00:07:59.0013797Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-06T00:07:59.0014763Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-06T00:07:59.0015759Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-06T00:07:59.0016703Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/default 2025-06-06T00:07:59.0017612Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/log.h 2025-06-06T00:07:59.0018549Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-06T00:07:59.0019543Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-06T00:07:59.0020694Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-06T00:07:59.0021653Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/system.h 2025-06-06T00:07:59.0022566Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test 2025-06-06T00:07:59.0023528Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-06T00:07:59.0024575Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-06T00:07:59.0025595Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/types.h 2025-06-06T00:07:59.0026516Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util 2025-06-06T00:07:59.0027601Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-06T00:07:59.0028818Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-06T00:07:59.0029852Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/test 2025-06-06T00:07:59.0030854Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-06T00:07:59.0031854Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor 2025-06-06T00:07:59.0032777Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-06T00:07:59.0033825Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-06T00:07:59.0034939Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-06T00:07:59.0036045Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-06T00:07:59.0037031Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/test 2025-06-06T00:07:59.0037948Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool 2025-06-06T00:07:59.0038944Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-06T00:07:59.0039957Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/test 2025-06-06T00:07:59.0040960Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-06T00:07:59.1377140Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-06T00:07:59.1378271Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:07:59.1379009Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:07:59.1379892Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-06T00:07:59.1380887Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:07:59.1381651Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:07:59.1382562Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-06T00:07:59.1383730Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-06T00:07:59.1384693Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:07:59.1385702Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:07:59.1386490Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:07:59.1387382Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-06T00:07:59.1388601Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-06T00:07:59.1389313Z + set +x 2025-06-06T00:07:59.1389657Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:07:59.1390614Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:07:59.1391642Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:07:59.1392585Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-06T00:07:59.1393509Z -rw-r--r--. 1 ci-user ci-user 18220 Jun 6 00:03 arm_test/test_run/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-06T00:07:59.1394421Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-06T00:07:59.1395271Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-06T00:07:59.1396447Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-06T00:07:59.1397415Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 arm_test/test_run/cmake-out/kernels/portable/libportable_kernels.a 2025-06-06T00:07:59.1398281Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 arm_test/test_run/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-06T00:07:59.1399163Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-06T00:07:59.1400091Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-06T00:07:59.1401078Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 arm_test/test_run/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-06T00:07:59.1401924Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 arm_test/test_run/cmake-out/libexecutorch_core.a 2025-06-06T00:07:59.1402709Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 arm_test/test_run/cmake-out/libexecutorch.a 2025-06-06T00:07:59.1403436Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:07:59.1404542Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:07:59.1405283Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:07:59.1406017Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:07:59.1406751Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:07:59.1407489Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:07:59.1408234Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:07:59.1409014Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:07:59.1409777Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:07:59.1410496Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 6 00:07 arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:07:59.1411343Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:07:59.1412018Z -------------------------------------------------------------------------------- 2025-06-06T00:07:59.1412794Z Build ExecuTorch Libraries Release portable kernels: aten::_softmax.out into 'arm_test/test_run/cmake-out' 2025-06-06T00:07:59.1413536Z -------------------------------------------------------------------------------- 2025-06-06T00:07:59.1415223Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_SELECT_OPS_LIST=aten::_softmax.out -Barm_test/test_run/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-06-06T00:07:59.1417175Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-06-06T00:07:59.1417747Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-06T00:07:59.1418389Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-06T00:07:59.1418999Z cmake_policy command to set the policy and suppress this warning. 2025-06-06T00:07:59.1419354Z 2025-06-06T00:07:59.1419487Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-06T00:07:59.1419739Z 2025-06-06T00:07:59.1419880Z /pytorch/executorch/examples/arm/../.. 2025-06-06T00:07:59.1420124Z 2025-06-06T00:07:59.1420376Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-06T00:07:59.1420881Z .cmake module might still use it. 2025-06-06T00:07:59.1421420Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-06T00:07:59.1421893Z  2025-06-06T00:07:59.1422184Z etdump library is not found. 2025-06-06T00:07:59.1422702Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1423236Z bundled_program library is not found. 2025-06-06T00:07:59.1423773Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1424333Z extension_data_loader library is not found. 2025-06-06T00:07:59.1424887Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1425437Z extension_flat_tensor library is not found. 2025-06-06T00:07:59.1426049Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1426551Z coreml_util library is not found. 2025-06-06T00:07:59.1427078Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1427601Z coreml_inmemoryfs library is not found. 2025-06-06T00:07:59.1428148Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1428668Z coremldelegate library is not found. 2025-06-06T00:07:59.1429214Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1429729Z mpsdelegate library is not found. 2025-06-06T00:07:59.1430245Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1430762Z neuron_backend library is not found. 2025-06-06T00:07:59.1431303Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1431862Z qnn_executorch_backend library is not found. 2025-06-06T00:07:59.1432437Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1432940Z custom_ops library is not found. 2025-06-06T00:07:59.1433474Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1433997Z extension_module library is not found. 2025-06-06T00:07:59.1434549Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1435099Z extension_module_static library is not found. 2025-06-06T00:07:59.1435762Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1436286Z extension_tensor library is not found. 2025-06-06T00:07:59.1436880Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1437435Z extension_threadpool library is not found. 2025-06-06T00:07:59.1437991Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1438536Z extension_training library is not found. 2025-06-06T00:07:59.1439079Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1439607Z xnnpack_backend library is not found. 2025-06-06T00:07:59.1440138Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1440655Z XNNPACK library is not found. 2025-06-06T00:07:59.1441169Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1441697Z microkernels-prod library is not found. 2025-06-06T00:07:59.1442251Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1442747Z kleidiai library is not found. 2025-06-06T00:07:59.1443268Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1443759Z cpuinfo library is not found. 2025-06-06T00:07:59.1444270Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1444792Z pthreadpool library is not found. 2025-06-06T00:07:59.1445306Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1445827Z vulkan_backend library is not found. 2025-06-06T00:07:59.1446392Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:07:59.1446957Z optimized_kernels library is not found. 2025-06-06T00:07:59.1447487Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:09.7115972Z optimized_portable_kernels library is not found. 2025-06-06T00:08:09.7117142Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:09.7118146Z cpublas library is not found. 2025-06-06T00:08:09.7119206Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:09.7120158Z eigen_blas library is not found. 2025-06-06T00:08:09.7121098Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:09.7122293Z optimized_ops_lib library is not found. 2025-06-06T00:08:09.7123276Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:09.7124374Z optimized_native_cpu_ops_lib library is not found. 2025-06-06T00:08:09.7125494Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:09.7126528Z quantized_ops_aot_lib library is not found. 2025-06-06T00:08:09.7127589Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:09.7128452Z -- Generating operator lib: 2025-06-06T00:08:09.7129040Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:08:09.7129623Z -- OPS_SCHEMA_YAML: 2025-06-06T00:08:09.7131877Z -- ROOT_OPS: aten::_softmax.out 2025-06-06T00:08:09.7132485Z -- INCLUDE_ALL_OPS: 2025-06-06T00:08:09.7135273Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::_softmax.out" 2025-06-06T00:08:09.7137508Z -- Generating kernel bindings: 2025-06-06T00:08:09.7138117Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:08:09.7139173Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-06-06T00:08:09.7140279Z -- CUSTOM_OPS_YAML: 2025-06-06T00:08:09.7140808Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:08:09.7141412Z -- Generating operator lib: 2025-06-06T00:08:09.7141975Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:08:09.7142585Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:08:09.7143170Z -- DEPS: executorch 2025-06-06T00:08:09.7143659Z -- Configuring done (0.0s) 2025-06-06T00:08:09.7144208Z -- Generating done (0.0s) 2025-06-06T00:08:09.7145375Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out/examples/arm 2025-06-06T00:08:09.7146481Z ++ nproc 2025-06-06T00:08:09.7147245Z + cmake --build arm_test/test_run/cmake-out/examples/arm -j8 --config Release -- 2025-06-06T00:08:09.7148246Z [100%] Built target arm_portable_ops_lib 2025-06-06T00:08:09.7148802Z + set +x 2025-06-06T00:08:09.7149449Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:08:09.7150808Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:08:09.7151988Z -------------------------------------------------------------------------------- 2025-06-06T00:08:09.7152970Z Running e2e flow for model 'add' with flags '--delegate --quantize ' 2025-06-06T00:08:09.7153960Z -------------------------------------------------------------------------------- 2025-06-06T00:08:09.7157207Z CALL python3 -m examples.arm.aot_arm_compiler --model_name=add --target=ethos-u85-128 --delegate --quantize --intermediate=/pytorch/executorch/arm_test/test_run/add --output=/pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128.pte --system_config=Ethos_U85_SYS_DRAM_Mid --memory_mode=Sram_Only 2025-06-06T00:08:09.7160695Z Info: Changing const_mem_area from Sram to OnChipFlash. This will use the same characteristics as Sram. 2025-06-06T00:08:09.7161596Z 2025-06-06T00:08:09.7161778Z Network summary for out 2025-06-06T00:08:09.7162545Z Accelerator configuration Ethos_U85_128 2025-06-06T00:08:09.7163434Z System configuration Ethos_U85_SYS_DRAM_Mid 2025-06-06T00:08:09.7164178Z Memory mode Sram_Only 2025-06-06T00:08:09.7164968Z Accelerator clock 1000 MHz 2025-06-06T00:08:09.7165743Z Design peak SRAM bandwidth 29.80 GB/s 2025-06-06T00:08:09.7166220Z 2025-06-06T00:08:09.7166433Z Total SRAM used 0.06 KiB 2025-06-06T00:08:09.7166862Z 2025-06-06T00:08:09.7167026Z CPU operators = 0 (0.0%) 2025-06-06T00:08:09.7167558Z NPU operators = 1 (100.0%) 2025-06-06T00:08:09.7167825Z 2025-06-06T00:08:09.7168129Z Average SRAM bandwidth 7.15 GB/s 2025-06-06T00:08:09.7168984Z Input SRAM bandwidth 0.00 MB/batch 2025-06-06T00:08:09.7169488Z Weight SRAM bandwidth 0.00 MB/batch 2025-06-06T00:08:09.7169977Z Output SRAM bandwidth 0.00 MB/batch 2025-06-06T00:08:09.7170471Z Total SRAM bandwidth 0.00 MB/batch 2025-06-06T00:08:09.7171006Z Total SRAM bandwidth per input 0.00 MB/inference (batch size 1) 2025-06-06T00:08:09.7171388Z 2025-06-06T00:08:09.7171582Z Neural network macs 0 MACs/batch 2025-06-06T00:08:09.7171894Z 2025-06-06T00:08:09.7172088Z Info: The numbers below are internal compiler estimates. 2025-06-06T00:08:09.7172680Z For performance numbers the compiled network should be run on an FVP Model or FPGA. 2025-06-06T00:08:09.7173149Z 2025-06-06T00:08:09.7173423Z Network Tops/s 0.00 Tops/s 2025-06-06T00:08:09.7173816Z 2025-06-06T00:08:09.7173997Z NPU cycles 2 cycles/batch 2025-06-06T00:08:09.7174469Z SRAM Access cycles 0 cycles/batch 2025-06-06T00:08:09.7174971Z DRAM Access cycles 0 cycles/batch 2025-06-06T00:08:09.7175483Z On-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:08:09.7176017Z Off-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:08:09.7176506Z Total cycles 2 cycles/batch 2025-06-06T00:08:09.7176815Z 2025-06-06T00:08:09.7177052Z Batch Inference time 0.00 ms, 500000000.00 inferences/s (batch size 1) 2025-06-06T00:08:09.7177421Z 2025-06-06T00:08:09.7177849Z PTE file saved as /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128.pte 2025-06-06T00:08:09.7178665Z pte_data_size: 2048 /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128.pte 2025-06-06T00:08:09.7179468Z pte_file: /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128.pte 2025-06-06T00:08:09.7181433Z + backends/arm/scripts/build_executor_runner.sh --et_build_root=arm_test/test_run --pte=/pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128.pte --build_type=Release --target=ethos-u85-128 --system_config=Ethos_U85_SYS_DRAM_Mid --memory_mode=Sram_Only --extra_build_flags= --ethosu_tools_dir=/pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:08:09.7183268Z -------------------------------------------------------------------------------- 2025-06-06T00:08:09.7184695Z Build Arm Baremetal executor_runner for ethos-u85-128 with /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128.pte using Ethos_U85_SYS_DRAM_Mid Sram_Only to '/pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128/cmake-out' 2025-06-06T00:08:09.7186094Z -------------------------------------------------------------------------------- 2025-06-06T00:08:09.7186809Z Building with BundleIO/etdump/extra flags: -DET_BUNDLE_IO=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-06T00:08:09.7187481Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:08:09.7188092Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:08:09.7188579Z -- Detecting C compiler ABI info 2025-06-06T00:08:09.7189096Z -- Detecting C compiler ABI info - done 2025-06-06T00:08:09.7190808Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:08:09.7192525Z -- Detecting C compile features 2025-06-06T00:08:09.7193119Z -- Detecting C compile features - done 2025-06-06T00:08:09.7193756Z -- Detecting CXX compiler ABI info 2025-06-06T00:08:09.7194383Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:08:09.7196195Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:08:09.7197960Z -- Detecting CXX compile features 2025-06-06T00:08:09.7198467Z -- Detecting CXX compile features - done 2025-06-06T00:08:09.7199741Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform 1916a9c984819c35b19c9e5c4c80d47e4e866420 /pytorch/executorch/examples/arm/ethos-u-setup' 2025-06-06T00:08:09.7201015Z /pytorch/executorch 2025-06-06T00:08:09.7202267Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:1916a9c984819c35b19c9e5c4c80d47e4e866420 patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-06-06T00:08:09.7204129Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform /pytorch/executorch 2025-06-06T00:08:09.7204843Z HEAD is now at 1916a9c Update applications to use ethosu_log lib 2025-06-06T00:08:09.7205284Z Applying: Add got section to the DDR 2025-06-06T00:08:09.7205665Z Applying: Move input_data_sec to NOLOAD area 2025-06-06T00:08:09.7206484Z [patch_repo] Patched core_platform @ tags/25.02-3-ge99f7ec in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-06-06T00:08:09.7207160Z 2025-06-06T00:08:09.7207264Z /pytorch/executorch 2025-06-06T00:08:09.7207558Z -- SYSTEM_CONFIG is Ethos_U85_SYS_DRAM_Mid 2025-06-06T00:08:09.7207902Z -- MEMORY_MODE is Sram_Only 2025-06-06T00:08:09.7208589Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-06T00:08:09.7209462Z Configuring target corstone-320 2025-06-06T00:08:09.7209818Z -- ******************************************************* 2025-06-06T00:08:09.7210335Z -- PROJECT_NAME : ethosu_core_driver 2025-06-06T00:08:09.7210800Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u85-128 2025-06-06T00:08:09.7211254Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m85 2025-06-06T00:08:09.7211908Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-06-06T00:08:09.7212555Z -- ETHOSU_LOG_ENABLE : ON 2025-06-06T00:08:09.7212940Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:08:09.7213419Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-06-06T00:08:09.7213873Z -- ******************************************************* 2025-06-06T00:08:09.7214504Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-06-06T00:08:09.7215505Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-06-06T00:08:09.7216609Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-06-06T00:08:09.7218201Z CMake Deprecation Warning at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx/CMakeLists.txt:1 (cmake_minimum_required): 2025-06-06T00:08:12.0223033Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:08:12.0223558Z CMake. 2025-06-06T00:08:12.0223707Z 2025-06-06T00:08:12.0224037Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:08:12.0224842Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:08:12.0225432Z to work with policies introduced by or earlier. 2025-06-06T00:08:12.0225733Z 2025-06-06T00:08:12.0226015Z  2025-06-06T00:08:12.0226260Z -- The ASM compiler identification is GNU 2025-06-06T00:08:12.0227150Z -- Found assembler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc 2025-06-06T00:08:12.0228051Z -- THREADX_ARCH: cortex_m85 2025-06-06T00:08:12.0228342Z -- THREADX_TOOLCHAIN: gnu 2025-06-06T00:08:12.0228641Z -- Using default tx_user.h file 2025-06-06T00:08:12.0228959Z -- ******************************************************* 2025-06-06T00:08:12.0229428Z -- PROJECT_NAME : core_software 2025-06-06T00:08:12.0229853Z -- CORE_SOFTWARE_RTOS : All 2025-06-06T00:08:12.0230231Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-06-06T00:08:12.0230642Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:08:12.0231019Z -- ******************************************************* 2025-06-06T00:08:12.0231381Z -- ******************************************************* 2025-06-06T00:08:12.0231796Z -- PROJECT_NAME : ethos-u-corstone-320 2025-06-06T00:08:12.0232234Z -- FAST_MEMORY_SIZE : 0 2025-06-06T00:08:12.0232609Z -- MEMORY_MODEL : sram 2025-06-06T00:08:12.0232977Z -- MEMORY_ARENA : sram 2025-06-06T00:08:12.0233371Z -- TARGET_CPU : cortex-m85 2025-06-06T00:08:12.0233759Z -- CPU_CACHE_ENABLE : OFF 2025-06-06T00:08:12.0234131Z -- ******************************************************* 2025-06-06T00:08:12.0234714Z Skipping driver_unit_conv application 2025-06-06T00:08:12.0235196Z Skipping FreeRTOS application 2025-06-06T00:08:12.0235661Z Skipping ThreadX application 2025-06-06T00:08:12.0236024Z -- ******************************************************* 2025-06-06T00:08:12.0236466Z -- PROJECT_NAME : ethos-u-corstone-320 2025-06-06T00:08:12.0236896Z -- TR_ARENA_SIZE : 2025-06-06T00:08:12.0237290Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-06-06T00:08:12.0237671Z -- ******************************************************* 2025-06-06T00:08:12.0238113Z -- ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 0x200000 2025-06-06T00:08:12.0238692Z -- ET_ARM_BAREMETAL_FAST_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 2025-06-06T00:08:12.0239123Z -- Configuring done (2.2s) 2025-06-06T00:08:12.0239413Z -- Generating done (0.3s) 2025-06-06T00:08:12.0240068Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128/cmake-out 2025-06-06T00:08:12.0240899Z [backends/arm/scripts/build_executor_runner.sh] Configured CMAKE 2025-06-06T00:08:12.0241902Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-06-06T00:08:12.0242706Z [ 0%] Generating model_pte.h 2025-06-06T00:08:12.0243533Z [ 0%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-06-06T00:08:12.0244761Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-06-06T00:08:12.0246054Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u85.c.obj 2025-06-06T00:08:12.0247336Z [ 25%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-06-06T00:08:12.0248217Z [ 25%] Preprocessing and generating linker script 2025-06-06T00:08:12.0249137Z [ 25%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-06-06T00:08:12.0250129Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:12.0250911Z : note: this is the location of the previous definition 2025-06-06T00:08:12.0251511Z [ 25%] Built target arm_executor_runner-linker-script 2025-06-06T00:08:12.0252868Z Input: /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128.pte with 2048 bytes. Output: /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128/cmake-out/model_pte.h with 12434 bytes. Section: network_model_sec. 2025-06-06T00:08:12.0254203Z [ 25%] Built target gen_model_header 2025-06-06T00:08:12.0254732Z [ 25%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-06-06T00:08:12.0255222Z [ 25%] Built target ethosu_uart_cmsdk_apb 2025-06-06T00:08:12.0255729Z [ 50%] Linking C static library libtiming_adapter.a 2025-06-06T00:08:12.0256141Z [ 50%] Built target timing_adapter 2025-06-06T00:08:12.0256629Z [ 50%] Linking CXX static library libethosu_mailbox.a 2025-06-06T00:08:12.0257208Z [ 50%] Linking C static library libethosu_core_driver.a 2025-06-06T00:08:12.0257646Z [ 50%] Built target ethosu_mailbox 2025-06-06T00:08:12.0258451Z [ 50%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-06-06T00:08:12.0259154Z [ 50%] Built target ethosu_core_driver 2025-06-06T00:08:12.0259656Z [ 75%] Linking CXX static library libethosu_mhu_dummy.a 2025-06-06T00:08:12.0260079Z [ 75%] Built target ethosu_mhu_dummy 2025-06-06T00:08:12.0260740Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-06-06T00:08:12.0261630Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-06-06T00:08:12.0263005Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-06-06T00:08:12.0264806Z [ 75%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-320/retarget.c.obj 2025-06-06T00:08:12.0266616Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-320/target.cpp.obj 2025-06-06T00:08:12.0268581Z [ 75%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM85/Source/system_ARMCM85.c.obj 2025-06-06T00:08:12.0270603Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM85/Source/startup_ARMCM85.c.obj 2025-06-06T00:08:12.0272474Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-06-06T00:08:12.0273670Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:12.0274428Z : note: this is the location of the previous definition 2025-06-06T00:08:12.0275154Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:12.0275979Z : note: this is the location of the previous definition 2025-06-06T00:08:12.0276700Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:12.0277442Z : note: this is the location of the previous definition 2025-06-06T00:08:12.0278161Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:12.0278909Z : note: this is the location of the previous definition 2025-06-06T00:08:12.0279704Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:12.0280435Z : note: this is the location of the previous definition 2025-06-06T00:08:12.0281165Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:12.0281894Z : note: this is the location of the previous definition 2025-06-06T00:08:12.0282628Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:12.0283372Z : note: this is the location of the previous definition 2025-06-06T00:08:12.0284120Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:12.0284863Z : note: this is the location of the previous definition 2025-06-06T00:08:12.0285535Z [100%] Linking CXX executable arm_executor_runner 2025-06-06T00:08:12.0286872Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.sram' can't be allocated in segment 2 2025-06-06T00:08:12.0288360Z LOAD: .ddr .sram 2025-06-06T00:08:12.0289500Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-06-06T00:08:12.0290753Z [100%] Built target arm_executor_runner 2025-06-06T00:08:12.0291273Z [backends/arm/scripts/build_executor_runner.sh] Generated baremetal elf file: 2025-06-06T00:08:12.0292097Z /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128/cmake-out/arm_executor_runner 2025-06-06T00:08:12.0292739Z executable_text: 243668 bytes 2025-06-06T00:08:12.0293040Z executable_data: 50480 bytes 2025-06-06T00:08:12.0293346Z executable_bss: 65045316 bytes 2025-06-06T00:08:12.0293632Z + '[' false = false ']' 2025-06-06T00:08:12.0294230Z + elf_file=/pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128/cmake-out/arm_executor_runner 2025-06-06T00:08:12.0295476Z + backends/arm/scripts/run_fvp.sh --elf=/pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128/cmake-out/arm_executor_runner --target=ethos-u85-128 2025-06-06T00:08:12.0296571Z -------------------------------------------------------------------------------- 2025-06-06T00:08:13.3410591Z Running /pytorch/executorch/arm_test/test_run/add/add_arm_delegate_ethos-u85-128/cmake-out/arm_executor_runner for ethos-u85-128 run with FVP:FVP_Corstone_SSE-320 num_macs:128 timeout:600 2025-06-06T00:08:13.3412151Z WARNING: Corstone FVP is not cycle accurate and should NOT be used to determine valid runtime 2025-06-06T00:08:13.3412879Z -------------------------------------------------------------------------------- 2025-06-06T00:08:13.3413519Z telnetterminal0: Listening for serial connection on port 5000 2025-06-06T00:08:13.3414130Z telnetterminal1: Listening for serial connection on port 5001 2025-06-06T00:08:13.3414689Z telnetterminal2: Listening for serial connection on port 5002 2025-06-06T00:08:13.3415363Z telnetterminal5: Listening for serial connection on port 5003 2025-06-06T00:08:13.3416046Z I [executorch:arm_executor_runner.cpp:491] PTE in 0x70000000 $ Size: 2048 bytes 2025-06-06T00:08:13.3416512Z 2025-06-06T00:08:13.3416804Z I [executorch:arm_executor_runner.cpp:516] PTE Model data loaded. Size: 2048 bytes. 2025-06-06T00:08:13.3417302Z 2025-06-06T00:08:13.3417565Z I [executorch:arm_executor_runner.cpp:529] Model buffer loaded, has 1 methods 2025-06-06T00:08:13.3418023Z 2025-06-06T00:08:13.3418253Z I [executorch:arm_executor_runner.cpp:537] Running method forward 2025-06-06T00:08:13.3418594Z 2025-06-06T00:08:13.3418977Z I [executorch:arm_executor_runner.cpp:548] Setup Method allocator pool. Size: 62914560 bytes. 2025-06-06T00:08:13.3419735Z 2025-06-06T00:08:13.3420032Z I [executorch:arm_executor_runner.cpp:565] Setting up planned buffer 0, size 64. 2025-06-06T00:08:13.3420508Z 2025-06-06T00:08:13.3420822Z I [executorch:EthosUBackend.cpp:114] EthosUBackend::init 0x70000070 2025-06-06T00:08:13.3421264Z 2025-06-06T00:08:13.3421487Z I [executorch:arm_executor_runner.cpp:612] Method 'forward' loaded. 2025-06-06T00:08:13.3421897Z 2025-06-06T00:08:13.3422123Z I [executorch:arm_executor_runner.cpp:614] Preparing inputs... 2025-06-06T00:08:13.3422454Z 2025-06-06T00:08:13.3422705Z I [executorch:arm_executor_runner.cpp:682] Input prepared. 2025-06-06T00:08:13.3423028Z 2025-06-06T00:08:13.3423319Z I [executorch:arm_executor_runner.cpp:684] Starting the model execution... 2025-06-06T00:08:13.3423798Z 2025-06-06T00:08:13.3423982Z I [executorch:arm_perf_monitor.cpp:133] NPU Inferences : 1 2025-06-06T00:08:13.3424368Z 2025-06-06T00:08:13.3424650Z I [executorch:arm_perf_monitor.cpp:134] Profiler report, CPU cycles per operator: 2025-06-06T00:08:13.3425138Z 2025-06-06T00:08:13.3425393Z I [executorch:arm_perf_monitor.cpp:138] ethos-u : cycle_cnt : 2470 cycles 2025-06-06T00:08:13.3425831Z 2025-06-06T00:08:13.3426072Z I [executorch:arm_perf_monitor.cpp:145] Operator(s) total: 2470 CPU cycles 2025-06-06T00:08:13.3426522Z 2025-06-06T00:08:13.3426791Z I [executorch:arm_perf_monitor.cpp:151] Inference runtime: 2694 CPU cycles total 2025-06-06T00:08:13.3427247Z 2025-06-06T00:08:13.3427752Z I [executorch:arm_perf_monitor.cpp:153] NOTE: CPU cycle values and ratio calculations require FPGA and identical CPU/NPU frequency 2025-06-06T00:08:13.3428436Z 2025-06-06T00:08:13.3428679Z I [executorch:arm_perf_monitor.cpp:162] Inference CPU ratio: 87.97 % 2025-06-06T00:08:13.3429087Z 2025-06-06T00:08:13.3429308Z I [executorch:arm_perf_monitor.cpp:166] Inference NPU ratio: 12.03 % 2025-06-06T00:08:13.3429721Z 2025-06-06T00:08:13.3429981Z I [executorch:arm_perf_monitor.cpp:175] cpu_wait_for_npu_cntr : 324 CPU cycles 2025-06-06T00:08:13.3430448Z 2025-06-06T00:08:13.3430643Z I [executorch:arm_perf_monitor.cpp:180] Ethos-U PMU report: 2025-06-06T00:08:13.3430972Z 2025-06-06T00:08:13.3431299Z I [executorch:arm_perf_monitor.cpp:181] ethosu_pmu_cycle_cntr : 325 2025-06-06T00:08:13.3431724Z 2025-06-06T00:08:13.3432025Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr0 : 25 2025-06-06T00:08:13.3432455Z 2025-06-06T00:08:13.3432724Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr1 : 2 2025-06-06T00:08:13.3433175Z 2025-06-06T00:08:13.3433540Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr2 : 0 2025-06-06T00:08:13.3433871Z 2025-06-06T00:08:13.3434062Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr3 : 0 2025-06-06T00:08:13.3434450Z 2025-06-06T00:08:13.3434664Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr4 : 737 2025-06-06T00:08:13.3435051Z 2025-06-06T00:08:13.3436125Z I [executorch:arm_perf_monitor.cpp:191] Ethos-U PMU Events:[ETHOSU_PMU_SRAM_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_SRAM_WR_DATA_BEAT_WRITTEN, ETHOSU_PMU_EXT_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_EXT_WR_DATA_BEAT_WRITTEN, ETHOSU_PMU_NPU_IDLE] 2025-06-06T00:08:13.3437332Z 2025-06-06T00:08:13.3437619Z I [executorch:arm_executor_runner.cpp:692] model_pte_program_size: 2048 bytes. 2025-06-06T00:08:13.3438092Z 2025-06-06T00:08:13.3438383Z I [executorch:arm_executor_runner.cpp:693] model_pte_loaded_size: 2048 bytes. 2025-06-06T00:08:13.3438831Z 2025-06-06T00:08:13.3439243Z I [executorch:arm_executor_runner.cpp:707] method_allocator_used: 320 / 62914560 free: 62914240 ( used: 0 % ) 2025-06-06T00:08:13.3439852Z 2025-06-06T00:08:13.3440122Z I [executorch:arm_executor_runner.cpp:714] method_allocator_planned: 64 bytes 2025-06-06T00:08:13.3440586Z 2025-06-06T00:08:13.3440869Z I [executorch:arm_executor_runner.cpp:716] method_allocator_loaded: 232 bytes 2025-06-06T00:08:13.3441335Z 2025-06-06T00:08:13.3441600Z I [executorch:arm_executor_runner.cpp:717] method_allocator_input: 24 bytes 2025-06-06T00:08:13.3442070Z 2025-06-06T00:08:13.3442385Z I [executorch:arm_executor_runner.cpp:718] method_allocator_executor: 0 bytes 2025-06-06T00:08:13.3442884Z 2025-06-06T00:08:13.3443262Z I [executorch:arm_executor_runner.cpp:721] peak_temp_allocator: 64 / 2097152 free: 2097152 ( used: 0 % ) 2025-06-06T00:08:13.3443856Z 2025-06-06T00:08:13.3444099Z I [executorch:arm_executor_runner.cpp:737] Model executed successfully. 2025-06-06T00:08:13.3444592Z 2025-06-06T00:08:13.3444872Z I [executorch:arm_executor_runner.cpp:741] 1 outputs: 2025-06-06T00:08:13.3445300Z 2025-06-06T00:08:13.3445450Z Output[0][0]: (int) 2 2025-06-06T00:08:13.3445628Z 2025-06-06T00:08:13.3445756Z Output[0][1]: (int) 2 2025-06-06T00:08:13.3445948Z 2025-06-06T00:08:13.3446043Z Output[0][2]: (int) 2 2025-06-06T00:08:13.3446270Z 2025-06-06T00:08:13.3446363Z Output[0][3]: (int) 2 2025-06-06T00:08:13.3446554Z 2025-06-06T00:08:13.3446687Z Output[0][4]: (int) 2 2025-06-06T00:08:13.3446842Z 2025-06-06T00:08:13.3447078Z I [executorch:arm_executor_runner.cpp:856] Program complete, exiting. 2025-06-06T00:08:13.3447527Z 2025-06-06T00:08:13.3447669Z I [executorch:arm_executor_runner.cpp:860]  2025-06-06T00:08:13.3448073Z Info: /OSCI/SystemC: Simulation stopped by user. 2025-06-06T00:08:13.3448616Z [backends/arm/scripts/run_fvp.sh] Simulation complete, 0 2025-06-06T00:08:13.3449043Z Checking for problems in log: 2025-06-06T00:08:13.3449351Z No problems found! 2025-06-06T00:08:13.3449606Z + set +x 2025-06-06T00:08:13.3449885Z + cd /pytorch/executorch 2025-06-06T00:08:13.3450159Z + set +x 2025-06-06T00:08:13.3450464Z -------------------------------------------------------------------------------- 2025-06-06T00:08:13.3451045Z Build ExecuTorch target libs Release into 'arm_test/test_run/cmake-out' 2025-06-06T00:08:13.3451598Z -------------------------------------------------------------------------------- 2025-06-06T00:08:13.3452181Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-06T00:08:13.3452582Z + '[' false = true ']' 2025-06-06T00:08:13.3452972Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:08:13.3453417Z + '[' false = true ']' 2025-06-06T00:08:13.3453957Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:08:13.3454824Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-06T00:08:13.3457754Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_CORTEX_M=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF -Barm_test/test_run/cmake-out /pytorch/executorch 2025-06-06T00:08:13.3460335Z -- --- Configured Options --- 2025-06-06T00:08:13.3460557Z 2025-06-06T00:08:13.3460693Z -- CMAKE_CXX_STANDARD : 17 2025-06-06T00:08:13.3461106Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:08:13.3461539Z -- CMAKE_BUILD_TYPE : Release 2025-06-06T00:08:13.3461945Z -- PYTHON_EXECUTABLE : python 2025-06-06T00:08:13.3462352Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-06T00:08:13.3463068Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-06T00:08:13.3463715Z -- BUCK2 x (unset) 2025-06-06T00:08:13.3464111Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-06T00:08:13.3464498Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-06T00:08:13.3464918Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-06T00:08:13.3465327Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-06T00:08:13.3465983Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-06T00:08:13.3466641Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-06T00:08:13.3467045Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-06T00:08:13.3467466Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-06T00:08:13.3467854Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-06T00:08:13.3468257Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-06T00:08:13.3468645Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-06T00:08:13.3469054Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-06T00:08:13.3469454Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-06T00:08:13.3469869Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-06T00:08:13.3470320Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-06T00:08:13.3470713Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-06T00:08:13.3471121Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-06T00:08:13.3471515Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-06T00:08:13.3471928Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-06T00:08:13.3472326Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-06T00:08:13.3472739Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-06T00:08:13.3473139Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-06T00:08:13.3473520Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-06T00:08:13.3474034Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-06T00:08:13.3474482Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-06T00:08:13.3474884Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-06T00:08:13.3475277Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-06T00:08:13.3475757Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-06T00:08:13.3476219Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-06T00:08:13.3476617Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-06T00:08:13.3477012Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-06T00:08:13.3477403Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-06T00:08:13.3477802Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-06T00:08:13.3478186Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-06T00:08:13.3478581Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-06T00:08:13.3478967Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-06T00:08:13.3479360Z -- EXECUTORCH_USE_DL : ON 2025-06-06T00:08:13.3479789Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-06T00:08:13.3480183Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-06T00:08:13.3480577Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-06T00:08:13.3480970Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:08:13.3481387Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-06T00:08:13.3481781Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-06T00:08:13.3482186Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:08:13.3482586Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-06T00:08:13.3482997Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-06T00:08:13.3483397Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-06T00:08:13.3483770Z -- -------------------------- 2025-06-06T00:08:13.3484249Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-06T00:08:14.2209124Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:08:14.2210351Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:08:14.2210974Z CMake. 2025-06-06T00:08:14.2211139Z 2025-06-06T00:08:14.2211454Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:08:14.2212315Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:08:14.2213068Z to work with policies introduced by or earlier. 2025-06-06T00:08:14.2213387Z 2025-06-06T00:08:14.2214169Z  2025-06-06T00:08:14.2214745Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:08:14.2215408Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:08:14.2216151Z -- Setting GNU C compiler options with c11 and Posix 2025-06-06T00:08:14.2216729Z -- Disabling -pedantic for GCC >= 8.0 2025-06-06T00:08:14.2217366Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-06T00:08:14.2217993Z -- GCC_VERSION: 13.3.1 2025-06-06T00:08:14.2218173Z 2025-06-06T00:08:14.2219541Z -- 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-06T00:08:14.2222068Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-06T00:08:14.2223274Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:08:14.2224035Z CMake. 2025-06-06T00:08:14.2224218Z 2025-06-06T00:08:14.2224521Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:08:14.2225385Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:08:14.2226071Z to work with policies introduced by or earlier. 2025-06-06T00:08:14.2226519Z 2025-06-06T00:08:14.2226707Z  2025-06-06T00:08:14.2227059Z -- Resolved buck2 as buck2. 2025-06-06T00:08:14.2227523Z -- Killing buck2 daemon 2025-06-06T00:08:14.2227955Z 'buck2 killall' 2025-06-06T00:08:14.2228378Z -- executorch: Generating source lists 2025-06-06T00:08:14.2229340Z -- executorch: Using source file list /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:08:14.2230681Z -- executorch: Using sources file /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:08:14.2231709Z -- Generating operator lib: 2025-06-06T00:08:14.2232143Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:08:14.2232737Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:08:14.2233340Z -- ROOT_OPS: 2025-06-06T00:08:14.2233692Z -- INCLUDE_ALL_OPS: 2025-06-06T00:08:14.2235725Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-06T00:08:14.2237494Z -- Generating kernel bindings: 2025-06-06T00:08:14.2237923Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:08:14.2238506Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:08:14.2239144Z -- CUSTOM_OPS_YAML: 2025-06-06T00:08:14.2239484Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:08:14.2242775Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-06T00:08:14.2245406Z -- Generating operator lib: 2025-06-06T00:08:14.2245806Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:08:14.2246230Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:08:14.2246617Z -- DEPS: executorch_core 2025-06-06T00:08:14.2247501Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-06T00:08:14.2248432Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:08:14.2249030Z CMake. 2025-06-06T00:08:14.2249162Z 2025-06-06T00:08:14.2249450Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:08:14.2250253Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:08:14.2251090Z to work with policies introduced by or earlier. 2025-06-06T00:08:14.2251514Z 2025-06-06T00:08:14.2251716Z  2025-06-06T00:08:14.2252026Z -- Generating operator lib: 2025-06-06T00:08:14.2252384Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:08:14.2253002Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:08:14.2253764Z -- ROOT_OPS: 2025-06-06T00:08:14.2254138Z -- INCLUDE_ALL_OPS: 2025-06-06T00:08:14.2255918Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/backends/cortex_m/ops/operators.yaml" 2025-06-06T00:08:14.2257880Z -- Generating kernel bindings: 2025-06-06T00:08:14.2258425Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:08:14.2258856Z -- FUNCTIONS_YAML: 2025-06-06T00:08:14.2259477Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:08:14.2260157Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:08:14.2264764Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:08:14.2268848Z -- Generating operator lib: 2025-06-06T00:08:14.2269160Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:08:14.2269485Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-06T00:08:14.2269811Z -- DEPS: executorch 2025-06-06T00:08:14.2270076Z -- Generating operator lib: 2025-06-06T00:08:14.2270391Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:08:14.2270841Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:08:14.2271366Z -- ROOT_OPS: 2025-06-06T00:08:14.2271603Z -- INCLUDE_ALL_OPS: 2025-06-06T00:08:14.2273518Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-06T00:08:14.2275085Z -- Generating kernel bindings: 2025-06-06T00:08:14.2275399Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:08:14.2275790Z -- FUNCTIONS_YAML: 2025-06-06T00:08:14.2276197Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:08:14.2276713Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:08:14.2280934Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:08:14.2284603Z -- Generating operator lib: 2025-06-06T00:08:14.2284920Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:08:14.2285239Z -- KERNEL_LIBS: quantized_kernels 2025-06-06T00:08:14.2285577Z -- DEPS: executorch_core 2025-06-06T00:08:14.2285866Z -- Configuring done (0.3s) 2025-06-06T00:08:14.2286162Z -- Generating done (0.1s) 2025-06-06T00:08:14.2286637Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out 2025-06-06T00:08:14.2287264Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-06T00:08:14.2287992Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-06T00:08:14.2288398Z [build_executorch.sh] Configured CMAKE 2025-06-06T00:08:14.2295750Z ++ nproc 2025-06-06T00:08:14.2296222Z + cmake --build arm_test/test_run/cmake-out -j8 --target install --config Release -- 2025-06-06T00:08:14.2296794Z [ 3%] Built target flatbuffers_external_project 2025-06-06T00:08:14.2297199Z [ 6%] Built target flatcc_external_project 2025-06-06T00:08:14.2297572Z [ 8%] Built target gflags_nothreads_static 2025-06-06T00:08:14.2297961Z [ 9%] Built target executorch_delegate_ethos_u 2025-06-06T00:08:14.2298323Z [ 9%] Built target common_schema 2025-06-06T00:08:14.2299195Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:08:14.2299804Z [ 9%] Built target program_schema 2025-06-06T00:08:14.2300124Z [ 11%] Built target flatccrt 2025-06-06T00:08:14.2300504Z [ 18%] Built target executorch_core 2025-06-06T00:08:14.2300985Z [ 19%] Built target extension_runner_util 2025-06-06T00:08:14.2301366Z [ 21%] Built target executorch 2025-06-06T00:08:14.2301671Z [ 22%] Built target cortex_m_kernels 2025-06-06T00:08:14.2302011Z [ 23%] Built target cortex_m_ops_lib 2025-06-06T00:08:14.2302350Z [ 29%] Built target kernels_util_all_deps 2025-06-06T00:08:14.2302716Z [ 33%] Built target quantized_kernels 2025-06-06T00:08:14.2303053Z [ 35%] Built target quantized_ops_lib 2025-06-06T00:08:14.2303402Z [ 99%] Built target portable_kernels 2025-06-06T00:08:14.2303743Z [100%] Built target portable_ops_lib 2025-06-06T00:08:14.2304144Z Install the project... 2025-06-06T00:08:14.2304479Z -- Install configuration: "Release" 2025-06-06T00:08:14.2304999Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:08:14.2305709Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/fxdiv.h 2025-06-06T00:08:14.2306426Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:08:14.2307200Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:08:14.2308077Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-06T00:08:14.2309090Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-06T00:08:14.2310116Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core 2025-06-06T00:08:14.2310978Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-06T00:08:14.2311922Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-06T00:08:14.2312843Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/defines.h 2025-06-06T00:08:14.2313784Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/error.h 2025-06-06T00:08:14.2314660Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-06T00:08:14.2315668Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-06T00:08:14.2316669Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-06T00:08:14.2317774Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-06T00:08:14.2318801Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-06T00:08:14.2319781Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-06T00:08:14.2320893Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-06T00:08:14.2322085Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-06T00:08:14.2323323Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-06T00:08:14.2324499Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-06T00:08:14.2325526Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-06T00:08:14.2326691Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-06T00:08:14.2327987Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-06T00:08:14.2329201Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-06T00:08:14.2330463Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-06T00:08:14.2331645Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-06T00:08:14.2332728Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-06T00:08:14.2333721Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-06T00:08:14.2334706Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-06T00:08:14.2335739Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-06T00:08:14.2336783Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-06T00:08:14.2337782Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-06T00:08:14.2338756Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type 2025-06-06T00:08:14.2340109Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-06T00:08:14.2341250Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-06T00:08:14.2342370Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-06T00:08:14.2343435Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-06T00:08:14.2344475Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-06T00:08:14.2345553Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-06T00:08:14.2346743Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-06T00:08:14.2347966Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-06T00:08:14.2349125Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-06T00:08:14.2350315Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-06T00:08:14.2351617Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-06T00:08:14.2353073Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-06T00:08:14.2354298Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-06T00:08:14.2355576Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-06T00:08:14.2356840Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-06T00:08:14.2358145Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-06T00:08:14.2359370Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-06T00:08:14.2360607Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-06T00:08:14.2361856Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-06T00:08:14.2363180Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-06T00:08:14.2364449Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-06T00:08:14.2365590Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-06T00:08:14.2366668Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-06T00:08:14.2367721Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-06T00:08:14.2368956Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-06T00:08:14.2370061Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-06T00:08:14.2371164Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-06T00:08:14.2372261Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-06T00:08:14.2373375Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-06T00:08:14.2374468Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-06T00:08:14.2375564Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-06T00:08:14.2376697Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-06T00:08:14.2377782Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-06T00:08:14.2378726Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/result.h 2025-06-06T00:08:14.2379618Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/span.h 2025-06-06T00:08:14.2380494Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tag.h 2025-06-06T00:08:14.2381401Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-06T00:08:14.2382461Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-06T00:08:14.2383607Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/test 2025-06-06T00:08:14.2384454Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel 2025-06-06T00:08:14.2385387Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-06T00:08:14.2386451Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-06T00:08:14.2387541Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-06T00:08:14.2742446Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test 2025-06-06T00:08:14.2743594Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-06T00:08:14.2744689Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-06T00:08:14.2745693Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform 2025-06-06T00:08:14.2746596Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-06T00:08:14.2747555Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-06T00:08:14.2748487Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-06T00:08:14.2749472Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-06T00:08:14.2750467Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-06T00:08:14.2751420Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/default 2025-06-06T00:08:14.2752337Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/log.h 2025-06-06T00:08:14.2753263Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-06T00:08:14.2754406Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-06T00:08:14.2755360Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-06T00:08:14.2756377Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/system.h 2025-06-06T00:08:14.2757307Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test 2025-06-06T00:08:14.2758255Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-06T00:08:14.2759321Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-06T00:08:14.2760317Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/types.h 2025-06-06T00:08:14.2761236Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util 2025-06-06T00:08:14.2762335Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-06T00:08:14.2763537Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-06T00:08:14.2764578Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/test 2025-06-06T00:08:14.2765641Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-06T00:08:14.2766640Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor 2025-06-06T00:08:14.2767540Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-06T00:08:14.2768536Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-06T00:08:14.2769568Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-06T00:08:14.2770588Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-06T00:08:14.2771622Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/test 2025-06-06T00:08:14.2772521Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool 2025-06-06T00:08:14.2773493Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-06T00:08:14.2774515Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/test 2025-06-06T00:08:14.2775516Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-06T00:08:14.2776631Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-06T00:08:14.2777550Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:08:14.2778275Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:08:14.2779143Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-06T00:08:14.2780009Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:08:14.2780766Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:08:14.2781671Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-06T00:08:14.2782745Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-06T00:08:14.2783733Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:08:14.2784522Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:08:14.2785272Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:08:14.2786156Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-06T00:08:14.2787189Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-06T00:08:14.2788115Z + set +x 2025-06-06T00:08:14.2788475Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:08:14.2789280Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:08:14.2790324Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:08:14.2791269Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-06T00:08:14.2792194Z -rw-r--r--. 1 ci-user ci-user 18220 Jun 6 00:03 arm_test/test_run/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-06T00:08:14.2793114Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-06T00:08:14.2794035Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-06T00:08:14.2795032Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-06T00:08:14.2796040Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 arm_test/test_run/cmake-out/kernels/portable/libportable_kernels.a 2025-06-06T00:08:14.2796933Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 arm_test/test_run/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-06T00:08:14.2797824Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-06T00:08:14.2798750Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 arm_test/test_run/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-06T00:08:14.2799680Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 arm_test/test_run/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-06T00:08:14.2800521Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 arm_test/test_run/cmake-out/libexecutorch_core.a 2025-06-06T00:08:14.2801237Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 arm_test/test_run/cmake-out/libexecutorch.a 2025-06-06T00:08:14.2801967Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:08:14.2802720Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:08:14.2803460Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:08:14.2804183Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:08:14.2804934Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:08:14.2805671Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:08:14.2806418Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:08:14.2807192Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:08:14.2807939Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:08:14.2808672Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:08:14.2809513Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:08:14.2810186Z -------------------------------------------------------------------------------- 2025-06-06T00:08:14.2810973Z Build ExecuTorch Libraries Release portable kernels: aten::_softmax.out into 'arm_test/test_run/cmake-out' 2025-06-06T00:08:22.9381196Z -------------------------------------------------------------------------------- 2025-06-06T00:08:22.9383446Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_SELECT_OPS_LIST=aten::_softmax.out -Barm_test/test_run/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-06-06T00:08:22.9385564Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-06-06T00:08:22.9386168Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-06T00:08:22.9386827Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-06T00:08:22.9387448Z cmake_policy command to set the policy and suppress this warning. 2025-06-06T00:08:22.9387997Z 2025-06-06T00:08:22.9388139Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-06T00:08:22.9388406Z 2025-06-06T00:08:22.9388538Z /pytorch/executorch/examples/arm/../.. 2025-06-06T00:08:22.9388782Z 2025-06-06T00:08:22.9389262Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-06T00:08:22.9389833Z .cmake module might still use it. 2025-06-06T00:08:22.9390303Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-06T00:08:22.9390805Z  2025-06-06T00:08:22.9391095Z etdump library is not found. 2025-06-06T00:08:22.9391615Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9392168Z bundled_program library is not found. 2025-06-06T00:08:22.9392714Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9393284Z extension_data_loader library is not found. 2025-06-06T00:08:22.9393846Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9394471Z extension_flat_tensor library is not found. 2025-06-06T00:08:22.9395042Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9395620Z coreml_util library is not found. 2025-06-06T00:08:22.9396175Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9396704Z coreml_inmemoryfs library is not found. 2025-06-06T00:08:22.9397257Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9397776Z coremldelegate library is not found. 2025-06-06T00:08:22.9398328Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9398851Z mpsdelegate library is not found. 2025-06-06T00:08:22.9399380Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9399901Z neuron_backend library is not found. 2025-06-06T00:08:22.9400425Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9400983Z qnn_executorch_backend library is not found. 2025-06-06T00:08:22.9401542Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9402058Z custom_ops library is not found. 2025-06-06T00:08:22.9402572Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9403102Z extension_module library is not found. 2025-06-06T00:08:22.9403642Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9404190Z extension_module_static library is not found. 2025-06-06T00:08:22.9404805Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9405410Z extension_tensor library is not found. 2025-06-06T00:08:22.9405950Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9406503Z extension_threadpool library is not found. 2025-06-06T00:08:22.9407060Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9407599Z extension_training library is not found. 2025-06-06T00:08:22.9408138Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9408675Z xnnpack_backend library is not found. 2025-06-06T00:08:22.9409227Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9409726Z XNNPACK library is not found. 2025-06-06T00:08:22.9410248Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9410774Z microkernels-prod library is not found. 2025-06-06T00:08:22.9411325Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9411825Z kleidiai library is not found. 2025-06-06T00:08:22.9412346Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9412857Z cpuinfo library is not found. 2025-06-06T00:08:22.9413364Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9413882Z pthreadpool library is not found. 2025-06-06T00:08:22.9414402Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9415011Z vulkan_backend library is not found. 2025-06-06T00:08:22.9415543Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9416080Z optimized_kernels library is not found. 2025-06-06T00:08:22.9416617Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9417199Z optimized_portable_kernels library is not found. 2025-06-06T00:08:22.9417795Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9418293Z cpublas library is not found. 2025-06-06T00:08:22.9418809Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9419343Z eigen_blas library is not found. 2025-06-06T00:08:22.9419869Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9420390Z optimized_ops_lib library is not found. 2025-06-06T00:08:22.9420939Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9421528Z optimized_native_cpu_ops_lib library is not found. 2025-06-06T00:08:22.9422112Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9422661Z quantized_ops_aot_lib library is not found. 2025-06-06T00:08:22.9423211Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:08:22.9423674Z -- Generating operator lib: 2025-06-06T00:08:22.9423984Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:08:22.9424312Z -- OPS_SCHEMA_YAML: 2025-06-06T00:08:22.9424599Z -- ROOT_OPS: aten::_softmax.out 2025-06-06T00:08:22.9424918Z -- INCLUDE_ALL_OPS: 2025-06-06T00:08:22.9426388Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::_softmax.out" 2025-06-06T00:08:22.9427509Z -- Generating kernel bindings: 2025-06-06T00:08:22.9427839Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:08:22.9428392Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-06-06T00:08:22.9428968Z -- CUSTOM_OPS_YAML: 2025-06-06T00:08:22.9429241Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:08:22.9429573Z -- Generating operator lib: 2025-06-06T00:08:22.9429882Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:08:22.9430203Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:08:22.9430518Z -- DEPS: executorch 2025-06-06T00:08:22.9430826Z -- Configuring done (0.0s) 2025-06-06T00:08:22.9431124Z -- Generating done (0.0s) 2025-06-06T00:08:22.9431651Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out/examples/arm 2025-06-06T00:08:22.9432232Z ++ nproc 2025-06-06T00:08:22.9432625Z + cmake --build arm_test/test_run/cmake-out/examples/arm -j8 --config Release -- 2025-06-06T00:08:22.9433162Z [100%] Built target arm_portable_ops_lib 2025-06-06T00:08:22.9433496Z + set +x 2025-06-06T00:08:22.9433855Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:08:22.9434605Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:08:22.9435284Z -------------------------------------------------------------------------------- 2025-06-06T00:08:22.9435918Z Running e2e flow for model 'mul' with flags '--delegate --quantize ' 2025-06-06T00:08:22.9436451Z -------------------------------------------------------------------------------- 2025-06-06T00:08:22.9438128Z CALL python3 -m examples.arm.aot_arm_compiler --model_name=mul --target=ethos-u85-128 --delegate --quantize --intermediate=/pytorch/executorch/arm_test/test_run/mul --output=/pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128.pte --system_config=Ethos_U85_SYS_DRAM_Mid --memory_mode=Sram_Only 2025-06-06T00:08:22.9439934Z WARNING:root:Using a model from examples/models not all of these are currently supported 2025-06-06T00:08:22.9440786Z Info: Changing const_mem_area from Sram to OnChipFlash. This will use the same characteristics as Sram. 2025-06-06T00:08:22.9441341Z 2025-06-06T00:08:22.9441446Z Network summary for out 2025-06-06T00:08:22.9441780Z Accelerator configuration Ethos_U85_128 2025-06-06T00:08:22.9442249Z System configuration Ethos_U85_SYS_DRAM_Mid 2025-06-06T00:08:22.9442699Z Memory mode Sram_Only 2025-06-06T00:08:22.9443138Z Accelerator clock 1000 MHz 2025-06-06T00:08:22.9443614Z Design peak SRAM bandwidth 29.80 GB/s 2025-06-06T00:08:22.9443910Z 2025-06-06T00:08:22.9444066Z Total SRAM used 0.03 KiB 2025-06-06T00:08:22.9444390Z 2025-06-06T00:08:22.9444496Z CPU operators = 0 (0.0%) 2025-06-06T00:08:22.9444776Z NPU operators = 1 (100.0%) 2025-06-06T00:08:22.9444972Z 2025-06-06T00:08:22.9445141Z Average SRAM bandwidth 22.89 GB/s 2025-06-06T00:08:22.9445626Z Input SRAM bandwidth 0.00 MB/batch 2025-06-06T00:08:22.9446115Z Weight SRAM bandwidth 0.00 MB/batch 2025-06-06T00:08:22.9446615Z Output SRAM bandwidth 0.00 MB/batch 2025-06-06T00:08:22.9447089Z Total SRAM bandwidth 0.00 MB/batch 2025-06-06T00:08:22.9447642Z Total SRAM bandwidth per input 0.00 MB/inference (batch size 1) 2025-06-06T00:08:22.9448013Z 2025-06-06T00:08:22.9448218Z Neural network macs 0 MACs/batch 2025-06-06T00:08:22.9448531Z 2025-06-06T00:08:22.9448709Z Info: The numbers below are internal compiler estimates. 2025-06-06T00:08:22.9449313Z For performance numbers the compiled network should be run on an FVP Model or FPGA. 2025-06-06T00:08:22.9449746Z 2025-06-06T00:08:22.9449911Z Network Tops/s 0.00 Tops/s 2025-06-06T00:08:22.9450216Z 2025-06-06T00:08:22.9450381Z NPU cycles 3 cycles/batch 2025-06-06T00:08:22.9450874Z SRAM Access cycles 2 cycles/batch 2025-06-06T00:08:22.9451365Z DRAM Access cycles 0 cycles/batch 2025-06-06T00:08:22.9451880Z On-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:08:22.9452400Z Off-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:08:22.9452901Z Total cycles 3 cycles/batch 2025-06-06T00:08:22.9453221Z 2025-06-06T00:08:22.9453457Z Batch Inference time 0.00 ms, 333333333.33 inferences/s (batch size 1) 2025-06-06T00:08:22.9453837Z 2025-06-06T00:08:22.9454180Z PTE file saved as /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128.pte 2025-06-06T00:08:22.9455013Z pte_data_size: 3152 /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128.pte 2025-06-06T00:08:26.0879111Z pte_file: /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128.pte 2025-06-06T00:08:26.0881871Z + backends/arm/scripts/build_executor_runner.sh --et_build_root=arm_test/test_run --pte=/pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128.pte --build_type=Release --target=ethos-u85-128 --system_config=Ethos_U85_SYS_DRAM_Mid --memory_mode=Sram_Only --extra_build_flags= --ethosu_tools_dir=/pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:08:26.0884059Z -------------------------------------------------------------------------------- 2025-06-06T00:08:26.0886733Z Build Arm Baremetal executor_runner for ethos-u85-128 with /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128.pte using Ethos_U85_SYS_DRAM_Mid Sram_Only to '/pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128/cmake-out' 2025-06-06T00:08:26.0889899Z -------------------------------------------------------------------------------- 2025-06-06T00:08:26.0891400Z Building with BundleIO/etdump/extra flags: -DET_BUNDLE_IO=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-06T00:08:26.0892734Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:08:26.0893411Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:08:26.0894126Z -- Detecting C compiler ABI info 2025-06-06T00:08:26.0894739Z -- Detecting C compiler ABI info - done 2025-06-06T00:08:26.0896476Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:08:26.0898284Z -- Detecting C compile features 2025-06-06T00:08:26.0898889Z -- Detecting C compile features - done 2025-06-06T00:08:26.0899552Z -- Detecting CXX compiler ABI info 2025-06-06T00:08:26.0900340Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:08:26.0902132Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:08:26.0903847Z -- Detecting CXX compile features 2025-06-06T00:08:26.0904490Z -- Detecting CXX compile features - done 2025-06-06T00:08:26.0906891Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform 1916a9c984819c35b19c9e5c4c80d47e4e866420 /pytorch/executorch/examples/arm/ethos-u-setup' 2025-06-06T00:08:26.0909354Z /pytorch/executorch 2025-06-06T00:08:26.0911996Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:1916a9c984819c35b19c9e5c4c80d47e4e866420 patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-06-06T00:08:26.0915088Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform /pytorch/executorch 2025-06-06T00:08:26.0916557Z HEAD is now at 1916a9c Update applications to use ethosu_log lib 2025-06-06T00:08:26.0917399Z Applying: Add got section to the DDR 2025-06-06T00:08:26.0917991Z Applying: Move input_data_sec to NOLOAD area 2025-06-06T00:08:26.0919343Z [patch_repo] Patched core_platform @ tags/25.02-3-g9910034 in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-06-06T00:08:26.0920557Z 2025-06-06T00:08:26.0920739Z /pytorch/executorch 2025-06-06T00:08:26.0921247Z -- SYSTEM_CONFIG is Ethos_U85_SYS_DRAM_Mid 2025-06-06T00:08:26.0921849Z -- MEMORY_MODE is Sram_Only 2025-06-06T00:08:26.0922959Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-06T00:08:26.0924760Z Configuring target corstone-320 2025-06-06T00:08:26.0925406Z -- ******************************************************* 2025-06-06T00:08:26.0926178Z -- PROJECT_NAME : ethosu_core_driver 2025-06-06T00:08:26.0927035Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u85-128 2025-06-06T00:08:26.0927851Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m85 2025-06-06T00:08:26.0929025Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-06-06T00:08:26.0930225Z -- ETHOSU_LOG_ENABLE : ON 2025-06-06T00:08:26.0930925Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:08:26.0931772Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-06-06T00:08:26.0932595Z -- ******************************************************* 2025-06-06T00:08:26.0933850Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-06-06T00:08:26.0935674Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-06-06T00:08:26.0937685Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-06-06T00:08:26.0940292Z CMake Deprecation Warning at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx/CMakeLists.txt:1 (cmake_minimum_required): 2025-06-06T00:08:26.0942394Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:08:26.0943289Z CMake. 2025-06-06T00:08:26.0943522Z 2025-06-06T00:08:26.0943972Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:08:26.0945040Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:08:26.0946006Z to work with policies introduced by or earlier. 2025-06-06T00:08:26.0946546Z 2025-06-06T00:08:26.0946825Z  2025-06-06T00:08:26.0947279Z -- The ASM compiler identification is GNU 2025-06-06T00:08:26.0948938Z -- Found assembler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc 2025-06-06T00:08:26.0950563Z -- THREADX_ARCH: cortex_m85 2025-06-06T00:08:26.0951093Z -- THREADX_TOOLCHAIN: gnu 2025-06-06T00:08:26.0951589Z -- Using default tx_user.h file 2025-06-06T00:08:26.0952129Z -- ******************************************************* 2025-06-06T00:08:26.0952813Z -- PROJECT_NAME : core_software 2025-06-06T00:08:26.0953562Z -- CORE_SOFTWARE_RTOS : All 2025-06-06T00:08:26.0954295Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-06-06T00:08:26.0955001Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:08:26.0955743Z -- ******************************************************* 2025-06-06T00:08:26.0956315Z -- ******************************************************* 2025-06-06T00:08:26.0957879Z -- PROJECT_NAME : ethos-u-corstone-320 2025-06-06T00:08:26.0958708Z -- FAST_MEMORY_SIZE : 0 2025-06-06T00:08:26.0959416Z -- MEMORY_MODEL : sram 2025-06-06T00:08:26.0960129Z -- MEMORY_ARENA : sram 2025-06-06T00:08:26.0960856Z -- TARGET_CPU : cortex-m85 2025-06-06T00:08:26.0961602Z -- CPU_CACHE_ENABLE : OFF 2025-06-06T00:08:26.0962297Z -- ******************************************************* 2025-06-06T00:08:26.0963239Z Skipping driver_unit_conv application 2025-06-06T00:08:26.0964090Z Skipping FreeRTOS application 2025-06-06T00:08:26.0964884Z Skipping ThreadX application 2025-06-06T00:08:26.0965528Z -- ******************************************************* 2025-06-06T00:08:26.0966271Z -- PROJECT_NAME : ethos-u-corstone-320 2025-06-06T00:08:26.0967000Z -- TR_ARENA_SIZE : 2025-06-06T00:08:26.0967783Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-06-06T00:08:26.0968484Z -- ******************************************************* 2025-06-06T00:08:26.0969232Z -- ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 0x200000 2025-06-06T00:08:26.0970196Z -- ET_ARM_BAREMETAL_FAST_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 2025-06-06T00:08:26.0970984Z -- Configuring done (2.2s) 2025-06-06T00:08:26.0971529Z -- Generating done (0.3s) 2025-06-06T00:08:26.0972650Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128/cmake-out 2025-06-06T00:08:26.0974121Z [backends/arm/scripts/build_executor_runner.sh] Configured CMAKE 2025-06-06T00:08:26.0975155Z [ 0%] Generating model_pte.h 2025-06-06T00:08:26.0976723Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-06-06T00:08:26.0978939Z [ 0%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-06-06T00:08:26.0980482Z [ 0%] Preprocessing and generating linker script 2025-06-06T00:08:26.0982216Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-06-06T00:08:26.0984528Z [ 25%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-06-06T00:08:26.0986918Z [ 25%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-06-06T00:08:26.0989611Z [ 25%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u85.c.obj 2025-06-06T00:08:26.0991402Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:26.0992769Z : note: this is the location of the previous definition 2025-06-06T00:08:26.0993821Z [ 25%] Built target arm_executor_runner-linker-script 2025-06-06T00:08:26.0996376Z Input: /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128.pte with 3152 bytes. Output: /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128/cmake-out/model_pte.h with 19093 bytes. Section: network_model_sec. 2025-06-06T00:08:26.0998961Z [ 25%] Built target gen_model_header 2025-06-06T00:08:26.0999909Z [ 25%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-06-06T00:08:26.1000771Z [ 25%] Built target ethosu_uart_cmsdk_apb 2025-06-06T00:08:26.1001699Z [ 50%] Linking C static library libtiming_adapter.a 2025-06-06T00:08:26.1002431Z [ 50%] Built target timing_adapter 2025-06-06T00:08:26.1003316Z [ 50%] Linking C static library libethosu_core_driver.a 2025-06-06T00:08:26.1004079Z [ 50%] Built target ethosu_core_driver 2025-06-06T00:08:26.1004975Z [ 50%] Linking CXX static library libethosu_mailbox.a 2025-06-06T00:08:26.1005752Z [ 50%] Built target ethosu_mailbox 2025-06-06T00:08:26.1007266Z [ 50%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-06-06T00:08:26.1008830Z [ 75%] Linking CXX static library libethosu_mhu_dummy.a 2025-06-06T00:08:26.1009581Z [ 75%] Built target ethosu_mhu_dummy 2025-06-06T00:08:26.1010761Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-06-06T00:08:26.1012385Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-06-06T00:08:28.7166231Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-06-06T00:08:28.7168443Z [ 75%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-320/retarget.c.obj 2025-06-06T00:08:28.7171158Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-320/target.cpp.obj 2025-06-06T00:08:28.7173341Z [ 75%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM85/Source/system_ARMCM85.c.obj 2025-06-06T00:08:28.7175580Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM85/Source/startup_ARMCM85.c.obj 2025-06-06T00:08:28.7177654Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-06-06T00:08:28.7178981Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:28.7179838Z : note: this is the location of the previous definition 2025-06-06T00:08:28.7180655Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:28.7181485Z : note: this is the location of the previous definition 2025-06-06T00:08:28.7182291Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:28.7183112Z : note: this is the location of the previous definition 2025-06-06T00:08:28.7184003Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:28.7184892Z : note: this is the location of the previous definition 2025-06-06T00:08:28.7185705Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:28.7186514Z : note: this is the location of the previous definition 2025-06-06T00:08:28.7187326Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:28.7188389Z : note: this is the location of the previous definition 2025-06-06T00:08:28.7189289Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:28.7190101Z : note: this is the location of the previous definition 2025-06-06T00:08:28.7190911Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:08:28.7191732Z : note: this is the location of the previous definition 2025-06-06T00:08:28.7192471Z [100%] Linking CXX executable arm_executor_runner 2025-06-06T00:08:28.7193985Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.sram' can't be allocated in segment 2 2025-06-06T00:08:28.7195481Z LOAD: .ddr .sram 2025-06-06T00:08:28.7196793Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-06-06T00:08:28.7198118Z [100%] Built target arm_executor_runner 2025-06-06T00:08:28.7198711Z [backends/arm/scripts/build_executor_runner.sh] Generated baremetal elf file: 2025-06-06T00:08:28.7199525Z /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128/cmake-out/arm_executor_runner 2025-06-06T00:08:28.7200173Z executable_text: 243668 bytes 2025-06-06T00:08:28.7200493Z executable_data: 51584 bytes 2025-06-06T00:08:28.7200850Z executable_bss: 65045316 bytes 2025-06-06T00:08:28.7201156Z + '[' false = false ']' 2025-06-06T00:08:28.7201750Z + elf_file=/pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128/cmake-out/arm_executor_runner 2025-06-06T00:08:28.7203112Z + backends/arm/scripts/run_fvp.sh --elf=/pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128/cmake-out/arm_executor_runner --target=ethos-u85-128 2025-06-06T00:08:28.7204119Z -------------------------------------------------------------------------------- 2025-06-06T00:08:28.7205300Z Running /pytorch/executorch/arm_test/test_run/mul/mul_arm_delegate_ethos-u85-128/cmake-out/arm_executor_runner for ethos-u85-128 run with FVP:FVP_Corstone_SSE-320 num_macs:128 timeout:600 2025-06-06T00:08:28.7206546Z WARNING: Corstone FVP is not cycle accurate and should NOT be used to determine valid runtime 2025-06-06T00:08:28.7207192Z -------------------------------------------------------------------------------- 2025-06-06T00:08:28.7207740Z telnetterminal0: Listening for serial connection on port 5000 2025-06-06T00:08:28.7208289Z telnetterminal1: Listening for serial connection on port 5001 2025-06-06T00:08:28.7208846Z telnetterminal2: Listening for serial connection on port 5002 2025-06-06T00:08:28.7209389Z telnetterminal5: Listening for serial connection on port 5003 2025-06-06T00:08:28.7210010Z I [executorch:arm_executor_runner.cpp:491] PTE in 0x70000000 $ Size: 3152 bytes 2025-06-06T00:08:28.7210414Z 2025-06-06T00:08:28.7210719Z I [executorch:arm_executor_runner.cpp:516] PTE Model data loaded. Size: 3152 bytes. 2025-06-06T00:08:28.7211138Z 2025-06-06T00:08:28.7211470Z I [executorch:arm_executor_runner.cpp:529] Model buffer loaded, has 1 methods 2025-06-06T00:08:28.7211882Z 2025-06-06T00:08:28.7212165Z I [executorch:arm_executor_runner.cpp:537] Running method forward 2025-06-06T00:08:28.7212557Z 2025-06-06T00:08:28.7212893Z I [executorch:arm_executor_runner.cpp:548] Setup Method allocator pool. Size: 62914560 bytes. 2025-06-06T00:08:28.7213344Z 2025-06-06T00:08:28.7213620Z I [executorch:arm_executor_runner.cpp:565] Setting up planned buffer 0, size 80. 2025-06-06T00:08:28.7214024Z 2025-06-06T00:08:28.7214309Z I [executorch:EthosUBackend.cpp:114] EthosUBackend::init 0x70000070 2025-06-06T00:08:28.7214668Z 2025-06-06T00:08:28.7214890Z I [executorch:arm_executor_runner.cpp:612] Method 'forward' loaded. 2025-06-06T00:08:28.7215251Z 2025-06-06T00:08:28.7215458Z I [executorch:arm_executor_runner.cpp:614] Preparing inputs... 2025-06-06T00:08:28.7215831Z 2025-06-06T00:08:28.7216037Z I [executorch:arm_executor_runner.cpp:682] Input prepared. 2025-06-06T00:08:28.7216345Z 2025-06-06T00:08:28.7216601Z I [executorch:arm_executor_runner.cpp:684] Starting the model execution... 2025-06-06T00:08:28.7216999Z 2025-06-06T00:08:28.7217186Z I [executorch:arm_perf_monitor.cpp:133] NPU Inferences : 1 2025-06-06T00:08:28.7217496Z 2025-06-06T00:08:28.7217779Z I [executorch:arm_perf_monitor.cpp:134] Profiler report, CPU cycles per operator: 2025-06-06T00:08:28.7218214Z 2025-06-06T00:08:28.7218453Z I [executorch:arm_perf_monitor.cpp:138] ethos-u : cycle_cnt : 2669 cycles 2025-06-06T00:08:28.7218824Z 2025-06-06T00:08:28.7219081Z I [executorch:arm_perf_monitor.cpp:145] Operator(s) total: 2669 CPU cycles 2025-06-06T00:08:28.7219454Z 2025-06-06T00:08:28.7219729Z I [executorch:arm_perf_monitor.cpp:151] Inference runtime: 3940 CPU cycles total 2025-06-06T00:08:28.7220143Z 2025-06-06T00:08:28.7220633Z I [executorch:arm_perf_monitor.cpp:153] NOTE: CPU cycle values and ratio calculations require FPGA and identical CPU/NPU frequency 2025-06-06T00:08:28.7221259Z 2025-06-06T00:08:28.7221496Z I [executorch:arm_perf_monitor.cpp:162] Inference CPU ratio: 91.78 % 2025-06-06T00:08:28.7221844Z 2025-06-06T00:08:28.7222068Z I [executorch:arm_perf_monitor.cpp:166] Inference NPU ratio: 8.22 % 2025-06-06T00:08:28.7222429Z 2025-06-06T00:08:28.7222686Z I [executorch:arm_perf_monitor.cpp:175] cpu_wait_for_npu_cntr : 324 CPU cycles 2025-06-06T00:08:28.7223078Z 2025-06-06T00:08:28.7223268Z I [executorch:arm_perf_monitor.cpp:180] Ethos-U PMU report: 2025-06-06T00:08:28.7223595Z 2025-06-06T00:08:28.7223815Z I [executorch:arm_perf_monitor.cpp:181] ethosu_pmu_cycle_cntr : 322 2025-06-06T00:08:28.7224160Z 2025-06-06T00:08:28.7224400Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr0 : 23 2025-06-06T00:08:28.7224800Z 2025-06-06T00:08:28.7224994Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr1 : 1 2025-06-06T00:08:28.7225321Z 2025-06-06T00:08:28.7225517Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr2 : 0 2025-06-06T00:08:28.7225831Z 2025-06-06T00:08:28.7226019Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr3 : 0 2025-06-06T00:08:28.7226344Z 2025-06-06T00:08:28.7226544Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr4 : 740 2025-06-06T00:08:28.7226869Z 2025-06-06T00:08:28.7227782Z I [executorch:arm_perf_monitor.cpp:191] Ethos-U PMU Events:[ETHOSU_PMU_SRAM_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_SRAM_WR_DATA_BEAT_WRITTEN, ETHOSU_PMU_EXT_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_EXT_WR_DATA_BEAT_WRITTEN, ETHOSU_PMU_NPU_IDLE] 2025-06-06T00:08:28.7228822Z 2025-06-06T00:08:28.7229102Z I [executorch:arm_executor_runner.cpp:692] model_pte_program_size: 3152 bytes. 2025-06-06T00:08:28.7229527Z 2025-06-06T00:08:28.7229807Z I [executorch:arm_executor_runner.cpp:693] model_pte_loaded_size: 3152 bytes. 2025-06-06T00:08:28.7230216Z 2025-06-06T00:08:28.7230628Z I [executorch:arm_executor_runner.cpp:707] method_allocator_used: 1434 / 62914560 free: 62913126 ( used: 0 % ) 2025-06-06T00:08:28.7231162Z 2025-06-06T00:08:28.7231426Z I [executorch:arm_executor_runner.cpp:714] method_allocator_planned: 80 bytes 2025-06-06T00:08:28.7231835Z 2025-06-06T00:08:28.7232149Z I [executorch:arm_executor_runner.cpp:716] method_allocator_loaded: 1298 bytes 2025-06-06T00:08:28.7232584Z 2025-06-06T00:08:28.7232859Z I [executorch:arm_executor_runner.cpp:717] method_allocator_input: 56 bytes 2025-06-06T00:08:28.7233253Z 2025-06-06T00:08:28.7233516Z I [executorch:arm_executor_runner.cpp:718] method_allocator_executor: 0 bytes 2025-06-06T00:08:28.7233922Z 2025-06-06T00:08:28.7234298Z I [executorch:arm_executor_runner.cpp:721] peak_temp_allocator: 32 / 2097152 free: 2097152 ( used: 0 % ) 2025-06-06T00:08:28.7234812Z 2025-06-06T00:08:28.7235054Z I [executorch:arm_executor_runner.cpp:737] Model executed successfully. 2025-06-06T00:08:28.7235438Z 2025-06-06T00:08:28.7235675Z I [executorch:arm_executor_runner.cpp:741] 1 outputs: 2025-06-06T00:08:28.7236013Z 2025-06-06T00:08:28.7236134Z Output[0][0]: (float) 0.724205 2025-06-06T00:08:28.7236329Z 2025-06-06T00:08:28.7236435Z Output[0][1]: (float) 0.724205 2025-06-06T00:08:28.7236640Z 2025-06-06T00:08:28.7236742Z Output[0][2]: (float) 0.724205 2025-06-06T00:08:28.7236931Z 2025-06-06T00:08:28.7237035Z Output[0][3]: (float) 0.724205 2025-06-06T00:08:28.7237241Z 2025-06-06T00:08:28.7237342Z Output[0][4]: (float) 0.724205 2025-06-06T00:08:28.7237535Z 2025-06-06T00:08:28.7237649Z Output[0][5]: (float) 0.724205 2025-06-06T00:08:28.7237844Z 2025-06-06T00:08:28.7238077Z I [executorch:arm_executor_runner.cpp:856] Program complete, exiting. 2025-06-06T00:08:28.7238452Z 2025-06-06T00:08:28.7238590Z I [executorch:arm_executor_runner.cpp:860]  2025-06-06T00:08:28.7238993Z Info: /OSCI/SystemC: Simulation stopped by user. 2025-06-06T00:08:28.7239469Z [backends/arm/scripts/run_fvp.sh] Simulation complete, 0 2025-06-06T00:08:28.7239886Z Checking for problems in log: 2025-06-06T00:08:28.7240200Z No problems found! 2025-06-06T00:08:28.7240452Z + set +x 2025-06-06T00:08:28.7240674Z + cd /pytorch/executorch 2025-06-06T00:08:28.7240949Z + set +x 2025-06-06T00:08:28.7241250Z -------------------------------------------------------------------------------- 2025-06-06T00:08:28.7241831Z Build ExecuTorch target libs Release into 'arm_test/test_run/cmake-out' 2025-06-06T00:08:29.0195627Z -------------------------------------------------------------------------------- 2025-06-06T00:08:29.0196688Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-06T00:08:29.0197197Z + '[' true = true ']' 2025-06-06T00:08:29.0197578Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=ON ' 2025-06-06T00:08:29.0198109Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:08:29.0198752Z + '[' true = true ']' 2025-06-06T00:08:29.0199724Z + build_with_etdump_flags='-DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF ' 2025-06-06T00:08:29.0201673Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF ' 2025-06-06T00:08:29.0203727Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF 2025-06-06T00:08:29.0207666Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_CORTEX_M=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF -Barm_test/test_run/cmake-out /pytorch/executorch 2025-06-06T00:08:29.0210739Z -- --- Configured Options --- 2025-06-06T00:08:29.0210950Z 2025-06-06T00:08:29.0211088Z -- CMAKE_CXX_STANDARD : 17 2025-06-06T00:08:29.0211520Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:08:29.0211941Z -- CMAKE_BUILD_TYPE : Release 2025-06-06T00:08:29.0212362Z -- PYTHON_EXECUTABLE : python 2025-06-06T00:08:29.0212756Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-06T00:08:29.0213414Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-06T00:08:29.0214128Z -- BUCK2 x (unset) 2025-06-06T00:08:29.0214515Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-06T00:08:29.0214918Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-06T00:08:29.0215328Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-06T00:08:29.0215750Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-06T00:08:29.0216363Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-06T00:08:29.0216991Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-06T00:08:29.0217407Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-06T00:08:29.0217812Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-06T00:08:29.0218215Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-06T00:08:29.0218606Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-06T00:08:29.0219010Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-06T00:08:29.0219409Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-06T00:08:29.0219824Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-06T00:08:29.0220224Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-06T00:08:29.0220642Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-06T00:08:29.0221052Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-06T00:08:29.0221446Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-06T00:08:29.0221858Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-06T00:08:29.0222253Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-06T00:08:29.0222662Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-06T00:08:29.0223058Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-06T00:08:29.0223492Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-06T00:08:29.0223872Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-06T00:08:29.0224272Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-06T00:08:29.0224678Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-06T00:08:29.0225057Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-06T00:08:29.0225463Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-06T00:08:29.0225867Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-06T00:08:29.0226275Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-06T00:08:29.0226653Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-06T00:08:29.0227039Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-06T00:08:29.0227420Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-06T00:08:29.0227841Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-06T00:08:29.0228244Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-06T00:08:29.0228631Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-06T00:08:29.0229031Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-06T00:08:29.0229411Z -- EXECUTORCH_USE_DL : ON 2025-06-06T00:08:29.0229812Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-06T00:08:29.0230201Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-06T00:08:29.0230601Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-06T00:08:29.0231033Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:08:29.0231487Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-06T00:08:29.0231889Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-06T00:08:29.0232284Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:08:29.0232699Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-06T00:08:29.0233099Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-06T00:08:29.0233517Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-06T00:08:29.0233888Z -- -------------------------- 2025-06-06T00:08:29.0234379Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-06T00:08:29.0235431Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:08:29.0236309Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:08:29.0236788Z CMake. 2025-06-06T00:08:29.0236919Z 2025-06-06T00:08:29.0237175Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:08:29.0237813Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:08:29.0238349Z to work with policies introduced by or earlier. 2025-06-06T00:08:29.0238658Z 2025-06-06T00:08:29.0238779Z  2025-06-06T00:08:29.0239084Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:08:29.0239598Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:08:29.0240092Z -- Setting GNU C compiler options with c11 and Posix 2025-06-06T00:08:29.0240494Z -- Disabling -pedantic for GCC >= 8.0 2025-06-06T00:08:29.0241022Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-06T00:08:29.0241540Z -- GCC_VERSION: 13.3.1 2025-06-06T00:08:29.0241725Z 2025-06-06T00:08:29.0242656Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Wno-unused-function -Wsign-conversion 2025-06-06T00:08:29.0244273Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-06T00:08:29.0245097Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:08:29.0245571Z CMake. 2025-06-06T00:08:29.0245699Z 2025-06-06T00:08:29.0245948Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:08:29.0246624Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:08:29.0247160Z to work with policies introduced by or earlier. 2025-06-06T00:08:29.0247458Z 2025-06-06T00:08:29.0247569Z  2025-06-06T00:08:29.0247802Z -- Resolved buck2 as buck2. 2025-06-06T00:08:29.0248092Z -- Killing buck2 daemon 2025-06-06T00:08:29.0248363Z 'buck2 killall' 2025-06-06T00:08:29.0248624Z -- executorch: Generating source lists 2025-06-06T00:08:29.0249284Z -- executorch: Using source file list /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:08:29.0250210Z -- executorch: Using sources file /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:08:29.0250843Z -- Generating operator lib: 2025-06-06T00:08:29.0251141Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:08:29.0251599Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:08:29.0252073Z -- ROOT_OPS: 2025-06-06T00:08:29.0252313Z -- INCLUDE_ALL_OPS: 2025-06-06T00:08:29.0253848Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-06T00:08:29.0255197Z -- Generating kernel bindings: 2025-06-06T00:08:29.0255522Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:08:29.0255958Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:08:29.0256485Z -- CUSTOM_OPS_YAML: 2025-06-06T00:08:29.0256818Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:08:29.0259051Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-06T00:08:29.0261019Z -- Generating operator lib: 2025-06-06T00:08:29.0261324Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:08:29.0261653Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:08:29.0261984Z -- DEPS: executorch_core 2025-06-06T00:08:29.0262624Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-06T00:08:29.0263417Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:08:29.0263880Z CMake. 2025-06-06T00:08:29.0264014Z 2025-06-06T00:08:29.0264264Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:08:29.0264883Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:08:29.0265425Z to work with policies introduced by or earlier. 2025-06-06T00:08:29.0265710Z 2025-06-06T00:08:29.0265835Z  2025-06-06T00:08:29.0266055Z -- Generating operator lib: 2025-06-06T00:08:29.0266365Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:08:29.0266830Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:08:29.0267331Z -- ROOT_OPS: 2025-06-06T00:08:29.0267569Z -- INCLUDE_ALL_OPS: 2025-06-06T00:08:31.5762512Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/backends/cortex_m/ops/operators.yaml" 2025-06-06T00:08:31.5764971Z -- Generating kernel bindings: 2025-06-06T00:08:31.5765515Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:08:31.5766001Z -- FUNCTIONS_YAML: 2025-06-06T00:08:31.5766907Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:08:31.5767816Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:08:31.5775715Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:08:31.5782269Z -- Generating operator lib: 2025-06-06T00:08:31.5782814Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:08:31.5783298Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-06T00:08:31.5783785Z -- DEPS: executorch 2025-06-06T00:08:31.5784222Z -- Generating operator lib: 2025-06-06T00:08:31.5784721Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:08:31.5785527Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:08:31.5786342Z -- ROOT_OPS: 2025-06-06T00:08:31.5786756Z -- INCLUDE_ALL_OPS: 2025-06-06T00:08:31.5789959Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-06T00:08:31.5792604Z -- Generating kernel bindings: 2025-06-06T00:08:31.5793167Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:08:31.5793725Z -- FUNCTIONS_YAML: 2025-06-06T00:08:31.5794643Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:08:31.5795721Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:08:31.5803921Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:08:31.5811091Z -- Generating operator lib: 2025-06-06T00:08:31.5811641Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:08:31.5812211Z -- KERNEL_LIBS: quantized_kernels 2025-06-06T00:08:31.5812800Z -- DEPS: executorch_core 2025-06-06T00:08:31.5813330Z -- Configuring done (0.3s) 2025-06-06T00:08:31.5813837Z -- Generating done (0.1s) 2025-06-06T00:08:31.5814675Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out 2025-06-06T00:08:31.5815706Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-06T00:08:31.5816495Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-06T00:08:31.5817207Z [build_executorch.sh] Configured CMAKE 2025-06-06T00:08:31.5817816Z ++ nproc 2025-06-06T00:08:31.5818545Z + cmake --build arm_test/test_run/cmake-out -j8 --target install --config Release -- 2025-06-06T00:08:31.5819500Z [ 3%] Built target flatbuffers_external_project 2025-06-06T00:08:31.5820100Z [ 5%] Built target flatcc_external_project 2025-06-06T00:08:31.5821468Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.obj 2025-06-06T00:08:31.5823489Z [ 6%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/VelaBinStream.cpp.obj 2025-06-06T00:08:31.5825682Z [ 6%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/EthosUBackend.cpp.obj 2025-06-06T00:08:31.5827873Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.obj 2025-06-06T00:08:31.5829963Z [ 7%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.obj 2025-06-06T00:08:31.5831443Z [ 7%] Built target common_schema 2025-06-06T00:08:31.5832785Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.obj 2025-06-06T00:08:31.5834593Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.obj 2025-06-06T00:08:31.5835904Z [ 8%] Built target program_schema 2025-06-06T00:08:31.5837246Z [ 8%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.obj 2025-06-06T00:08:31.5838951Z [ 8%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.obj 2025-06-06T00:08:31.5840662Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.obj 2025-06-06T00:08:31.5842576Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.obj 2025-06-06T00:08:31.5844563Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.obj 2025-06-06T00:08:31.5846571Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/interface.h:14, 2025-06-06T00:08:31.5848427Z from /pytorch/executorch/backends/arm/runtime/EthosUBackend.cpp:53: 2025-06-06T00:08:31.5852086Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:26:51: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-06T00:08:31.5855105Z 26 | const NamedDataMap* named_data_map = nullptr) 2025-06-06T00:08:31.5856121Z | ^ 2025-06-06T00:08:31.5857727Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:12: 2025-06-06T00:08:31.5860315Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-06T00:08:31.5862024Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-06T00:08:31.5863104Z | ^~~~~~~~~~~~ 2025-06-06T00:08:31.5866139Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:68:44: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-06T00:08:31.5869139Z 68 | const NamedDataMap* get_named_data_map() const { 2025-06-06T00:08:31.5870182Z | ^~~~~ 2025-06-06T00:08:31.5871908Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-06T00:08:31.5873608Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-06T00:08:31.5874536Z | ^~~~~~~~~~~~ 2025-06-06T00:08:31.5877505Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:76:41: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-06T00:08:31.5880460Z 76 | const NamedDataMap* named_data_map_ = nullptr; 2025-06-06T00:08:31.5881529Z | ^~~~~~~ 2025-06-06T00:08:31.5883370Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-06T00:08:31.5885164Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-06T00:08:31.5886062Z | ^~~~~~~~~~~~ 2025-06-06T00:08:31.5988686Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.obj 2025-06-06T00:08:31.5991377Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.obj 2025-06-06T00:08:31.5993726Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.obj 2025-06-06T00:08:31.5995900Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.obj 2025-06-06T00:08:31.5997640Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.obj 2025-06-06T00:08:31.5999328Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.obj 2025-06-06T00:08:31.6000846Z [ 11%] Linking CXX static library libexecutorch_delegate_ethos_u.a 2025-06-06T00:08:31.6001801Z [ 11%] Built target executorch_delegate_ethos_u 2025-06-06T00:08:31.6003164Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.obj 2025-06-06T00:08:31.6004900Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.obj 2025-06-06T00:08:31.6006770Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.obj 2025-06-06T00:08:31.6008682Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.obj 2025-06-06T00:08:42.0617670Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.obj 2025-06-06T00:08:42.0619843Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.obj 2025-06-06T00:08:42.0624269Z /pytorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp: In function 'executorch::runtime::Result executorch::runtime::deserialization::{anonymous}::getMemPlannedPtr(const executorch_flatbuffer::AllocationDetails*, size_t, executorch::runtime::HierarchicalAllocator*)': 2025-06-06T00:08:42.0628767Z /pytorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp:66:62: warning: left shift count >= width of type [-Wshift-count-overflow] 2025-06-06T00:08:42.0631238Z 66 | memory_offset |= static_cast(memory_offset_high) << 32; 2025-06-06T00:08:42.0632372Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ 2025-06-06T00:08:42.0633779Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.obj 2025-06-06T00:08:42.0635666Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.obj 2025-06-06T00:08:42.0637359Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.obj 2025-06-06T00:08:42.0639065Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.obj 2025-06-06T00:08:42.0640848Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.obj 2025-06-06T00:08:42.0642562Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.obj 2025-06-06T00:08:42.0644207Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.obj 2025-06-06T00:08:42.0645969Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.obj 2025-06-06T00:08:42.0647725Z [ 17%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:08:42.0648758Z [ 17%] Built target flatccrt 2025-06-06T00:08:42.0649586Z [ 17%] Linking CXX static library libexecutorch_core.a 2025-06-06T00:08:42.0650321Z [ 17%] Built target executorch_core 2025-06-06T00:08:42.0651831Z [ 17%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs.cpp.obj 2025-06-06T00:08:42.0653826Z [ 18%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs_portable.cpp.obj 2025-06-06T00:08:42.0655750Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.obj 2025-06-06T00:08:42.0657463Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.obj 2025-06-06T00:08:42.0659249Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.obj 2025-06-06T00:08:42.0661325Z [ 19%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.obj 2025-06-06T00:08:42.0663655Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.obj 2025-06-06T00:08:42.0665348Z [ 20%] Linking CXX static library libgflags_nothreads.a 2025-06-06T00:08:42.0666164Z [ 20%] Built target gflags_nothreads_static 2025-06-06T00:08:42.0667688Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.obj 2025-06-06T00:08:42.0670000Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.obj 2025-06-06T00:08:42.0672133Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.obj 2025-06-06T00:08:42.0673824Z [ 21%] Linking CXX static library libextension_runner_util.a 2025-06-06T00:08:42.0674681Z [ 21%] Built target extension_runner_util 2025-06-06T00:08:42.0676224Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.obj 2025-06-06T00:08:42.0678304Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.obj 2025-06-06T00:08:42.0680467Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.obj 2025-06-06T00:08:42.0682754Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.obj 2025-06-06T00:08:42.0685332Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.obj 2025-06-06T00:08:42.0688279Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.obj 2025-06-06T00:08:42.0689987Z [ 24%] Linking CXX static library libexecutorch.a 2025-06-06T00:08:42.0690750Z [ 24%] Built target executorch 2025-06-06T00:08:42.0692172Z [ 24%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_quantize_per_tensor.cpp.obj 2025-06-06T00:08:42.0694449Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.obj 2025-06-06T00:08:42.0696708Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.obj 2025-06-06T00:08:42.0698947Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.obj 2025-06-06T00:08:42.0701339Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.obj 2025-06-06T00:08:42.0703668Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.obj 2025-06-06T00:08:42.0705973Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.obj 2025-06-06T00:08:42.0708245Z [ 27%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_dequantize_per_tensor.cpp.obj 2025-06-06T00:08:42.0709750Z [ 28%] Generating etdump headers 2025-06-06T00:08:42.0711333Z [ 28%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.obj 2025-06-06T00:08:42.0713042Z [ 28%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.obj 2025-06-06T00:08:42.0714875Z [ 29%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.obj 2025-06-06T00:08:42.0717004Z [ 29%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.obj 2025-06-06T00:08:42.0718461Z [ 29%] Generating bundled_program headers 2025-06-06T00:08:42.0720050Z [ 29%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.obj 2025-06-06T00:08:42.0721678Z [ 29%] Linking CXX static library libkernels_util_all_deps.a 2025-06-06T00:08:42.0722533Z [ 29%] Built target kernels_util_all_deps 2025-06-06T00:08:42.0724031Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.obj 2025-06-06T00:08:42.0726098Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.obj 2025-06-06T00:08:42.0728240Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.obj 2025-06-06T00:08:42.0729911Z [ 30%] Linking CXX static library libcortex_m_kernels.a 2025-06-06T00:08:42.0730745Z [ 30%] Built target cortex_m_kernels 2025-06-06T00:08:42.0732820Z [ 30%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_ops_lib.dir/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:08:42.0735516Z [ 31%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.obj 2025-06-06T00:08:42.0737705Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.obj 2025-06-06T00:08:42.0739263Z [ 31%] Linking CXX static library libetdump.a 2025-06-06T00:08:42.0739977Z [ 31%] Built target etdump 2025-06-06T00:08:42.0741438Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.obj 2025-06-06T00:08:42.0743679Z [ 32%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.obj 2025-06-06T00:08:42.0745434Z [ 32%] Linking CXX static library libcortex_m_ops_lib.a 2025-06-06T00:08:42.0746542Z [ 33%] Linking CXX static library libbundled_program.a 2025-06-06T00:08:42.0747336Z [ 34%] Built target cortex_m_ops_lib 2025-06-06T00:08:42.0747927Z [ 34%] Built target bundled_program 2025-06-06T00:08:42.0749279Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.obj 2025-06-06T00:08:42.0751229Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.obj 2025-06-06T00:08:42.0753360Z [ 34%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.obj 2025-06-06T00:08:42.0755719Z [ 35%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.obj 2025-06-06T00:08:42.0757750Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.obj 2025-06-06T00:08:42.0759655Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.obj 2025-06-06T00:08:42.0761665Z [ 36%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.obj 2025-06-06T00:08:42.0763750Z [ 36%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.obj 2025-06-06T00:09:11.6438120Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.obj 2025-06-06T00:09:11.6440354Z [ 37%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.obj 2025-06-06T00:09:11.6442572Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.obj 2025-06-06T00:09:11.6444470Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.obj 2025-06-06T00:09:11.6446323Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.obj 2025-06-06T00:09:11.6448080Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.obj 2025-06-06T00:09:11.6449889Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.obj 2025-06-06T00:09:11.6451680Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.obj 2025-06-06T00:09:11.6453473Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.obj 2025-06-06T00:09:11.6454888Z [ 40%] Linking CXX static library libquantized_kernels.a 2025-06-06T00:09:11.6455637Z [ 40%] Built target quantized_kernels 2025-06-06T00:09:11.6457404Z [ 40%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:09:11.6459741Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.obj 2025-06-06T00:09:11.6461660Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.obj 2025-06-06T00:09:11.6463925Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.obj 2025-06-06T00:09:11.6465334Z [ 42%] Linking CXX static library libquantized_ops_lib.a 2025-06-06T00:09:11.6466095Z [ 43%] Built target quantized_ops_lib 2025-06-06T00:09:11.6467385Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.obj 2025-06-06T00:09:11.6469212Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.obj 2025-06-06T00:09:11.6471044Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.obj 2025-06-06T00:09:11.6484976Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.obj 2025-06-06T00:09:11.6486840Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.obj 2025-06-06T00:09:11.6489867Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.obj 2025-06-06T00:09:11.6491793Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.obj 2025-06-06T00:09:11.6493711Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.obj 2025-06-06T00:09:11.6495602Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.obj 2025-06-06T00:09:11.6497431Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.obj 2025-06-06T00:09:11.6499185Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.obj 2025-06-06T00:09:11.6501061Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.obj 2025-06-06T00:09:11.6502930Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.obj 2025-06-06T00:09:11.6504740Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.obj 2025-06-06T00:09:11.6506579Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.obj 2025-06-06T00:09:11.6508494Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.obj 2025-06-06T00:09:11.6510653Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.obj 2025-06-06T00:09:11.6512786Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.obj 2025-06-06T00:09:11.6514739Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.obj 2025-06-06T00:09:11.6516659Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.obj 2025-06-06T00:09:11.6518418Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.obj 2025-06-06T00:09:11.6520277Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.obj 2025-06-06T00:09:11.6522196Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.obj 2025-06-06T00:09:11.6524229Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.obj 2025-06-06T00:09:11.6526107Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.obj 2025-06-06T00:09:11.6527865Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.obj 2025-06-06T00:09:11.6529703Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.obj 2025-06-06T00:09:11.6531733Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.obj 2025-06-06T00:09:11.6533601Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.obj 2025-06-06T00:09:11.6535373Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.obj 2025-06-06T00:09:11.6537134Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.obj 2025-06-06T00:09:11.6538971Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.obj 2025-06-06T00:09:11.6540844Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.obj 2025-06-06T00:09:11.6542799Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.obj 2025-06-06T00:09:11.6544609Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.obj 2025-06-06T00:09:11.6546422Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.obj 2025-06-06T00:09:11.6548308Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.obj 2025-06-06T00:09:11.6550123Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.obj 2025-06-06T00:09:11.6552105Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.obj 2025-06-06T00:09:11.6553865Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.obj 2025-06-06T00:09:11.6555791Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.obj 2025-06-06T00:09:11.6557542Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.obj 2025-06-06T00:09:11.6559328Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.obj 2025-06-06T00:09:11.6561102Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.obj 2025-06-06T00:09:11.6562864Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.obj 2025-06-06T00:09:11.6564669Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.obj 2025-06-06T00:09:11.6566629Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.obj 2025-06-06T00:09:11.6568496Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.obj 2025-06-06T00:09:11.6570369Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.obj 2025-06-06T00:09:11.6572223Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.obj 2025-06-06T00:09:11.6574027Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.obj 2025-06-06T00:09:11.6575801Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.obj 2025-06-06T00:09:11.6577600Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.obj 2025-06-06T00:09:11.6579520Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.obj 2025-06-06T00:09:11.6581568Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.obj 2025-06-06T00:09:11.6583624Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.obj 2025-06-06T00:09:11.6585489Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.obj 2025-06-06T00:09:11.6587440Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.obj 2025-06-06T00:09:11.6589713Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.obj 2025-06-06T00:09:11.6591710Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.obj 2025-06-06T00:09:46.3871817Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.obj 2025-06-06T00:09:46.3873800Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.obj 2025-06-06T00:09:46.3875681Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.obj 2025-06-06T00:09:46.3877641Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.obj 2025-06-06T00:09:46.3879319Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.obj 2025-06-06T00:09:46.3880943Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.obj 2025-06-06T00:09:46.3882676Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.obj 2025-06-06T00:09:46.3884600Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.obj 2025-06-06T00:09:46.3886679Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.obj 2025-06-06T00:09:46.3888781Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.obj 2025-06-06T00:09:46.3890622Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.obj 2025-06-06T00:09:46.3892739Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.obj 2025-06-06T00:09:46.3894713Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.obj 2025-06-06T00:09:46.3896696Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.obj 2025-06-06T00:09:46.3898374Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.obj 2025-06-06T00:09:46.3900522Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.obj 2025-06-06T00:09:46.3902405Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.obj 2025-06-06T00:09:46.3904158Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.obj 2025-06-06T00:09:46.3906159Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.obj 2025-06-06T00:09:46.3908285Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.obj 2025-06-06T00:09:46.3910392Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.obj 2025-06-06T00:09:46.3912525Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.obj 2025-06-06T00:09:46.3914661Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.obj 2025-06-06T00:09:46.3917026Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.obj 2025-06-06T00:09:46.3918861Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.obj 2025-06-06T00:09:46.3920624Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.obj 2025-06-06T00:09:46.3922363Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.obj 2025-06-06T00:09:46.3924721Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.obj 2025-06-06T00:09:46.3926864Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.obj 2025-06-06T00:09:46.3929961Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.obj 2025-06-06T00:09:46.3932043Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.obj 2025-06-06T00:09:46.3934168Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.obj 2025-06-06T00:09:46.3936296Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.obj 2025-06-06T00:09:46.3938155Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.obj 2025-06-06T00:09:46.3939957Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.obj 2025-06-06T00:09:46.3941724Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.obj 2025-06-06T00:09:46.3944016Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.obj 2025-06-06T00:09:46.3946459Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.obj 2025-06-06T00:09:46.3948830Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.obj 2025-06-06T00:09:46.3951003Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.obj 2025-06-06T00:09:46.3953152Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.obj 2025-06-06T00:09:46.3955341Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.obj 2025-06-06T00:09:46.3957730Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.obj 2025-06-06T00:09:46.3959705Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.obj 2025-06-06T00:09:46.3961688Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.obj 2025-06-06T00:09:46.3963759Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.obj 2025-06-06T00:09:46.3965679Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.obj 2025-06-06T00:09:46.3967561Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.obj 2025-06-06T00:09:46.3969445Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.obj 2025-06-06T00:09:46.3971300Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.obj 2025-06-06T00:09:46.3973298Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.obj 2025-06-06T00:09:46.3975325Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.obj 2025-06-06T00:09:46.3977352Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.obj 2025-06-06T00:09:46.3979472Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.obj 2025-06-06T00:09:46.3981656Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.obj 2025-06-06T00:09:46.3983745Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.obj 2025-06-06T00:09:46.3985671Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.obj 2025-06-06T00:09:46.3987763Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.obj 2025-06-06T00:09:46.3989537Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.obj 2025-06-06T00:09:46.3991427Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.obj 2025-06-06T00:09:46.3993435Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.obj 2025-06-06T00:09:46.3995455Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.obj 2025-06-06T00:09:46.3997734Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.obj 2025-06-06T00:09:46.3999864Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.obj 2025-06-06T00:09:46.4001994Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.obj 2025-06-06T00:09:46.4004021Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.obj 2025-06-06T00:09:46.4006051Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.obj 2025-06-06T00:09:46.4008037Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.obj 2025-06-06T00:09:46.4009940Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.obj 2025-06-06T00:09:46.4011921Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.obj 2025-06-06T00:09:46.4013761Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.obj 2025-06-06T00:09:46.4015770Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.obj 2025-06-06T00:09:46.4017851Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.obj 2025-06-06T00:09:46.4019883Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.obj 2025-06-06T00:10:04.1637475Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.obj 2025-06-06T00:10:04.1639394Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.obj 2025-06-06T00:10:04.1641004Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.obj 2025-06-06T00:10:04.1642724Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.obj 2025-06-06T00:10:04.1644680Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.obj 2025-06-06T00:10:04.1646452Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.obj 2025-06-06T00:10:04.1648055Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.obj 2025-06-06T00:10:04.1649769Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.obj 2025-06-06T00:10:04.1651266Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.obj 2025-06-06T00:10:04.1652817Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.obj 2025-06-06T00:10:04.1654341Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.obj 2025-06-06T00:10:04.1655571Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.obj 2025-06-06T00:10:04.1657188Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.obj 2025-06-06T00:10:04.1658892Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.obj 2025-06-06T00:10:04.1660745Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.obj 2025-06-06T00:10:04.1662766Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.obj 2025-06-06T00:10:04.1664532Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.obj 2025-06-06T00:10:04.1666273Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.obj 2025-06-06T00:10:04.1667781Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.obj 2025-06-06T00:10:04.1669533Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.obj 2025-06-06T00:10:04.1671040Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.obj 2025-06-06T00:10:04.1672657Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.obj 2025-06-06T00:10:04.1674378Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.obj 2025-06-06T00:10:04.1676032Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.obj 2025-06-06T00:10:04.1677421Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.obj 2025-06-06T00:10:04.1678681Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.obj 2025-06-06T00:10:04.1679982Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.obj 2025-06-06T00:10:04.1681242Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.obj 2025-06-06T00:10:04.1682355Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.obj 2025-06-06T00:10:04.1683557Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.obj 2025-06-06T00:10:04.1684781Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.obj 2025-06-06T00:10:04.1685932Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.obj 2025-06-06T00:10:04.1687146Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.obj 2025-06-06T00:10:04.1688434Z [ 99%] Linking CXX static library libportable_kernels.a 2025-06-06T00:10:04.1688915Z [ 99%] Built target portable_kernels 2025-06-06T00:10:04.1690012Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:10:04.1691161Z [100%] Linking CXX static library libportable_ops_lib.a 2025-06-06T00:10:04.1691625Z [100%] Built target portable_ops_lib 2025-06-06T00:10:04.1692080Z Install the project... 2025-06-06T00:10:04.1692425Z -- Install configuration: "Release" 2025-06-06T00:10:04.1693001Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:10:04.1693772Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/fxdiv.h 2025-06-06T00:10:04.1694619Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:10:04.1695452Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:10:04.1696446Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-06T00:10:04.1697528Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-06T00:10:04.1698479Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core 2025-06-06T00:10:04.1699352Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-06T00:10:04.1700373Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-06T00:10:04.1701425Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/defines.h 2025-06-06T00:10:04.1702312Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/error.h 2025-06-06T00:10:04.1703240Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-06T00:10:04.1704219Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-06T00:10:04.1705318Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-06T00:10:04.1706528Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-06T00:10:04.1707808Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-06T00:10:04.1708921Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-06T00:10:04.1709992Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-06T00:10:04.1711142Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-06T00:10:04.1712385Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-06T00:10:04.1713537Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-06T00:10:04.1714643Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-06T00:10:04.1715774Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-06T00:10:04.1716938Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-06T00:10:04.1718159Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-06T00:10:04.1719525Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-06T00:10:04.1720715Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-06T00:10:04.1721801Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-06T00:10:04.1722868Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-06T00:10:04.1724058Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-06T00:10:04.1725160Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-06T00:10:04.1726258Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-06T00:10:04.1727304Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-06T00:10:04.1728275Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type 2025-06-06T00:10:04.1729309Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-06T00:10:04.1730433Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-06T00:10:04.1731586Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-06T00:10:04.1732645Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-06T00:10:04.1733784Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-06T00:10:04.1734986Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-06T00:10:04.1736176Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-06T00:10:04.1737390Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-06T00:10:04.1738554Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-06T00:10:04.1739751Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-06T00:10:04.1741021Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-06T00:10:04.1742277Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-06T00:10:04.1743497Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-06T00:10:04.1744742Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-06T00:10:04.1745994Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-06T00:10:04.1747259Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-06T00:10:04.1748485Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-06T00:10:04.1749716Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-06T00:10:04.1750993Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-06T00:10:04.1752414Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-06T00:10:04.1753685Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-06T00:10:04.1754835Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-06T00:10:04.1755959Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-06T00:10:04.1757047Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-06T00:10:04.1758178Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-06T00:10:04.1759270Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-06T00:10:04.1760358Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-06T00:10:04.1761458Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-06T00:10:04.1762642Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-06T00:10:04.1763774Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-06T00:10:04.1764859Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-06T00:10:04.1765999Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-06T00:10:04.1767081Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-06T00:10:04.1768026Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/result.h 2025-06-06T00:10:04.1768911Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/span.h 2025-06-06T00:10:04.1769765Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tag.h 2025-06-06T00:10:04.1770682Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-06T00:10:04.1771707Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-06T00:10:04.1772770Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/test 2025-06-06T00:10:04.1773739Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel 2025-06-06T00:10:04.1774664Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-06T00:10:04.1775772Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-06T00:10:04.1776862Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-06T00:10:04.1777819Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test 2025-06-06T00:10:04.1778756Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-06T00:10:04.1779840Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-06T00:10:04.1780825Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform 2025-06-06T00:10:04.1781725Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-06T00:10:04.1782657Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-06T00:10:04.1783602Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-06T00:10:04.1784585Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-06T00:10:04.1785617Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-06T00:10:04.1786727Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/default 2025-06-06T00:10:04.1787964Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/log.h 2025-06-06T00:10:04.1788907Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-06T00:10:04.1789876Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-06T00:10:04.1790828Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-06T00:10:04.1791778Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/system.h 2025-06-06T00:10:04.1792773Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test 2025-06-06T00:10:04.1793740Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-06T00:10:04.1794803Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-06T00:10:04.1795873Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/types.h 2025-06-06T00:10:04.1796797Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util 2025-06-06T00:10:04.1797879Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-06T00:10:04.1799182Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-06T00:10:04.1800229Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/test 2025-06-06T00:10:04.1801417Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-06T00:10:04.1802479Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor 2025-06-06T00:10:04.1803388Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-06T00:10:04.3177534Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-06T00:10:04.3179036Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-06T00:10:04.3180303Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-06T00:10:04.3181529Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/test 2025-06-06T00:10:04.3182514Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool 2025-06-06T00:10:04.3183570Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-06T00:10:04.3184824Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/test 2025-06-06T00:10:04.3185823Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-06T00:10:04.3187147Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-06T00:10:04.3188397Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:10:04.3189152Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:10:04.3190206Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-06T00:10:04.3191158Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:10:04.3192204Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:10:04.3193313Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-06T00:10:04.3194459Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-06T00:10:04.3195638Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libetdump.a 2025-06-06T00:10:04.3196370Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libbundled_program.a 2025-06-06T00:10:04.3197382Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:10:04.3198348Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:10:04.3199191Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:10:04.3200303Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-06T00:10:04.3201424Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-06T00:10:04.3202315Z + set +x 2025-06-06T00:10:04.3202683Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:10:04.3203523Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:10:04.3204766Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:10:04.3205741Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 6 00:08 arm_test/test_run/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-06T00:10:04.3206955Z -rw-r--r--. 1 ci-user ci-user 19348 Jun 6 00:08 arm_test/test_run/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-06T00:10:04.3207878Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:08 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-06T00:10:04.3208924Z -rw-r--r--. 1 ci-user ci-user 8248 Jun 6 00:08 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-06T00:10:04.3209948Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 6 00:08 arm_test/test_run/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-06T00:10:04.3211173Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:10 arm_test/test_run/cmake-out/kernels/portable/libportable_kernels.a 2025-06-06T00:10:04.3212122Z -rw-r--r--. 1 ci-user ci-user 255806 Jun 6 00:10 arm_test/test_run/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-06T00:10:04.3213230Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:08 arm_test/test_run/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-06T00:10:04.3214229Z -rw-r--r--. 1 ci-user ci-user 32660 Jun 6 00:08 arm_test/test_run/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-06T00:10:04.3215158Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:08 arm_test/test_run/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-06T00:10:04.3216047Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:10:04.3217038Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:10 arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:10:04.3217818Z -rw-r--r--. 1 ci-user ci-user 255806 Jun 6 00:10 arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:10:04.3218545Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:10:04.3219280Z -rw-r--r--. 1 ci-user ci-user 189584 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:10:04.3220035Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:10:04.3220830Z -rw-r--r--. 1 ci-user ci-user 8248 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:10:04.3221586Z -rw-r--r--. 1 ci-user ci-user 45288 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libetdump.a 2025-06-06T00:10:04.3222291Z -rw-r--r--. 1 ci-user ci-user 14436 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libbundled_program.a 2025-06-06T00:10:04.3223061Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:10:04.3223843Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:10:04.3224593Z -rw-r--r--. 1 ci-user ci-user 32660 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:10:04.3225439Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:10:04.3226343Z -rw-r--r--. 1 ci-user ci-user 45288 Jun 6 00:08 arm_test/test_run/cmake-out/devtools/etdump/libetdump.a 2025-06-06T00:10:04.3227315Z -rw-r--r--. 1 ci-user ci-user 14436 Jun 6 00:08 arm_test/test_run/cmake-out/devtools/bundled_program/libbundled_program.a 2025-06-06T00:10:04.3228153Z -rw-r--r--. 1 ci-user ci-user 189584 Jun 6 00:08 arm_test/test_run/cmake-out/libexecutorch_core.a 2025-06-06T00:10:04.3228889Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:08 arm_test/test_run/cmake-out/libexecutorch.a 2025-06-06T00:10:04.3229685Z -------------------------------------------------------------------------------- 2025-06-06T00:10:04.3230763Z Build ExecuTorch Libraries Release portable kernels: aten::_softmax.out into 'arm_test/test_run/cmake-out' 2025-06-06T00:10:04.3231559Z -------------------------------------------------------------------------------- 2025-06-06T00:10:04.3233270Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_SELECT_OPS_LIST=aten::_softmax.out -Barm_test/test_run/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-06-06T00:10:04.3235222Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-06-06T00:10:04.3235895Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-06T00:10:04.3236523Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-06T00:10:04.3237140Z cmake_policy command to set the policy and suppress this warning. 2025-06-06T00:10:04.3237494Z 2025-06-06T00:10:04.3237715Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-06T00:10:04.3237963Z 2025-06-06T00:10:04.3238092Z /pytorch/executorch/examples/arm/../.. 2025-06-06T00:10:04.3238336Z 2025-06-06T00:10:04.3238603Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-06T00:10:04.3239097Z .cmake module might still use it. 2025-06-06T00:10:04.3239558Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-06T00:10:04.3240034Z  2025-06-06T00:10:04.3240368Z extension_data_loader library is not found. 2025-06-06T00:10:04.3240946Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:04.3241492Z extension_flat_tensor library is not found. 2025-06-06T00:10:04.3242062Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:04.3242570Z coreml_util library is not found. 2025-06-06T00:10:04.3243123Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:04.3243651Z coreml_inmemoryfs library is not found. 2025-06-06T00:10:04.3244202Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:04.3244734Z coremldelegate library is not found. 2025-06-06T00:10:04.3245274Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:04.3245799Z mpsdelegate library is not found. 2025-06-06T00:10:04.3246318Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:04.3246885Z neuron_backend library is not found. 2025-06-06T00:10:04.3247452Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:04.3248008Z qnn_executorch_backend library is not found. 2025-06-06T00:10:04.3248567Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:04.3249084Z custom_ops library is not found. 2025-06-06T00:10:04.3249613Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:04.3250142Z extension_module library is not found. 2025-06-06T00:10:04.3250703Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:04.3251289Z extension_module_static library is not found. 2025-06-06T00:10:04.3251868Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:04.3252390Z extension_tensor library is not found. 2025-06-06T00:10:13.6813022Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6813651Z extension_threadpool library is not found. 2025-06-06T00:10:13.6814240Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6814776Z extension_training library is not found. 2025-06-06T00:10:13.6815340Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6815874Z xnnpack_backend library is not found. 2025-06-06T00:10:13.6816421Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6816938Z XNNPACK library is not found. 2025-06-06T00:10:13.6817449Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6818000Z microkernels-prod library is not found. 2025-06-06T00:10:13.6818542Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6819056Z kleidiai library is not found. 2025-06-06T00:10:13.6819583Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6820081Z cpuinfo library is not found. 2025-06-06T00:10:13.6820634Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6821145Z pthreadpool library is not found. 2025-06-06T00:10:13.6821680Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6822207Z vulkan_backend library is not found. 2025-06-06T00:10:13.6822894Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6823441Z optimized_kernels library is not found. 2025-06-06T00:10:13.6824019Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6824700Z optimized_portable_kernels library is not found. 2025-06-06T00:10:13.6825662Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6826515Z cpublas library is not found. 2025-06-06T00:10:13.6827400Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6827925Z eigen_blas library is not found. 2025-06-06T00:10:13.6828456Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6828980Z optimized_ops_lib library is not found. 2025-06-06T00:10:13.6829529Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6830105Z optimized_native_cpu_ops_lib library is not found. 2025-06-06T00:10:13.6830704Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6831258Z quantized_ops_aot_lib library is not found. 2025-06-06T00:10:13.6831815Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:13.6832277Z -- Generating operator lib: 2025-06-06T00:10:13.6832592Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:10:13.6832920Z -- OPS_SCHEMA_YAML: 2025-06-06T00:10:13.6833370Z -- ROOT_OPS: aten::_softmax.out 2025-06-06T00:10:13.6833758Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:13.6835231Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::_softmax.out" 2025-06-06T00:10:13.6836440Z -- Generating kernel bindings: 2025-06-06T00:10:13.6836773Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:10:13.6837331Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-06-06T00:10:13.6837908Z -- CUSTOM_OPS_YAML: 2025-06-06T00:10:13.6838186Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:13.6838518Z -- Generating operator lib: 2025-06-06T00:10:13.6838887Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:10:13.6839224Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:10:13.6839534Z -- DEPS: executorch 2025-06-06T00:10:13.6839821Z -- Configuring done (0.0s) 2025-06-06T00:10:13.6840120Z -- Generating done (0.0s) 2025-06-06T00:10:13.6840648Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out/examples/arm 2025-06-06T00:10:13.6841226Z ++ nproc 2025-06-06T00:10:13.6841620Z + cmake --build arm_test/test_run/cmake-out/examples/arm -j8 --config Release -- 2025-06-06T00:10:13.6842152Z [100%] Built target arm_portable_ops_lib 2025-06-06T00:10:13.6842476Z + set +x 2025-06-06T00:10:13.6842847Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:10:13.6843584Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:10:13.6844274Z -------------------------------------------------------------------------------- 2025-06-06T00:10:13.6844827Z Running e2e flow for model 'qadd' with flags '--delegate --quantize ' 2025-06-06T00:10:13.6845362Z -------------------------------------------------------------------------------- 2025-06-06T00:10:13.6847152Z CALL python3 -m examples.arm.aot_arm_compiler --model_name=qadd --target=ethos-u55-128 --delegate --quantize --intermediate=/pytorch/executorch/arm_test/test_run/qadd --output=/pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128.bpte --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram --bundleio 2025-06-06T00:10:13.6849535Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default) on an already erased node 2025-06-06T00:10:13.6850687Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:10:13.6851060Z 2025-06-06T00:10:13.6851167Z Network summary for out 2025-06-06T00:10:13.6851507Z Accelerator configuration Ethos_U55_128 2025-06-06T00:10:13.6852008Z System configuration Ethos_U55_High_End_Embedded 2025-06-06T00:10:13.6852489Z Memory mode Shared_Sram 2025-06-06T00:10:13.6852924Z Accelerator clock 500 MHz 2025-06-06T00:10:13.6853408Z Design peak SRAM bandwidth 3.73 GB/s 2025-06-06T00:10:13.6853707Z 2025-06-06T00:10:13.6853863Z Total SRAM used 0.09 KiB 2025-06-06T00:10:13.6854155Z 2025-06-06T00:10:13.6854261Z CPU operators = 0 (0.0%) 2025-06-06T00:10:13.6854541Z NPU operators = 1 (100.0%) 2025-06-06T00:10:13.6854737Z 2025-06-06T00:10:13.6854905Z Average SRAM bandwidth 3.85 GB/s 2025-06-06T00:10:13.6855390Z Input SRAM bandwidth 0.00 MB/batch 2025-06-06T00:10:13.6855873Z Weight SRAM bandwidth 0.00 MB/batch 2025-06-06T00:10:13.6856367Z Output SRAM bandwidth 0.00 MB/batch 2025-06-06T00:10:13.6856845Z Total SRAM bandwidth 0.00 MB/batch 2025-06-06T00:10:13.6857389Z Total SRAM bandwidth per input 0.00 MB/inference (batch size 1) 2025-06-06T00:10:13.6857759Z 2025-06-06T00:10:13.6857983Z Neural network macs 0 MACs/batch 2025-06-06T00:10:13.6858346Z 2025-06-06T00:10:13.6858522Z Info: The numbers below are internal compiler estimates. 2025-06-06T00:10:13.6859127Z For performance numbers the compiled network should be run on an FVP Model or FPGA. 2025-06-06T00:10:13.6859563Z 2025-06-06T00:10:13.6859727Z Network Tops/s 0.00 Tops/s 2025-06-06T00:10:13.6860033Z 2025-06-06T00:10:13.6860200Z NPU cycles 58 cycles/batch 2025-06-06T00:10:13.6860676Z SRAM Access cycles 58 cycles/batch 2025-06-06T00:10:13.6861188Z DRAM Access cycles 0 cycles/batch 2025-06-06T00:10:13.6861707Z On-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:10:13.6862266Z Off-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:10:13.6862781Z Total cycles 58 cycles/batch 2025-06-06T00:10:13.6863080Z 2025-06-06T00:10:13.6863321Z Batch Inference time 0.00 ms, 8620689.66 inferences/s (batch size 1) 2025-06-06T00:10:13.6863703Z 2025-06-06T00:10:13.6864040Z WARNING:root:Could not torch.save(model, /pytorch/executorch/arm_test/test_run/qadd/model.pth) 2025-06-06T00:10:13.6864909Z Bundle PTE file saved as /pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128.bpte 2025-06-06T00:10:13.6865788Z pte_data_size: 3360 /pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128.bpte 2025-06-06T00:10:13.6866618Z pte_file: /pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128.bpte 2025-06-06T00:10:13.6868739Z + backends/arm/scripts/build_executor_runner.sh --et_build_root=arm_test/test_run --pte=/pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128.bpte --build_type=Release --target=ethos-u55-128 --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram --bundleio --etdump --extra_build_flags= --ethosu_tools_dir=/pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:10:13.6870724Z -------------------------------------------------------------------------------- 2025-06-06T00:10:13.6872214Z Build Arm Baremetal executor_runner for ethos-u55-128 with /pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128.bpte using Ethos_U55_High_End_Embedded Shared_Sram to '/pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128/cmake-out' 2025-06-06T00:10:13.6873732Z -------------------------------------------------------------------------------- 2025-06-06T00:10:13.6874429Z Building with BundleIO/etdump/extra flags: -DET_BUNDLE_IO=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON 2025-06-06T00:10:13.6875083Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:10:13.6875555Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:10:13.6875959Z -- Detecting C compiler ABI info 2025-06-06T00:10:13.6876293Z -- Detecting C compiler ABI info - done 2025-06-06T00:10:13.6877261Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:10:13.6878206Z -- Detecting C compile features 2025-06-06T00:10:13.6878549Z -- Detecting C compile features - done 2025-06-06T00:10:13.6878913Z -- Detecting CXX compiler ABI info 2025-06-06T00:10:13.6879254Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:10:13.6880221Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:10:13.6881167Z -- Detecting CXX compile features 2025-06-06T00:10:13.6881519Z -- Detecting CXX compile features - done 2025-06-06T00:10:13.6882801Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform 1916a9c984819c35b19c9e5c4c80d47e4e866420 /pytorch/executorch/examples/arm/ethos-u-setup' 2025-06-06T00:10:13.6884108Z /pytorch/executorch 2025-06-06T00:10:13.6885393Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:1916a9c984819c35b19c9e5c4c80d47e4e866420 patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-06-06T00:10:13.6886958Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform /pytorch/executorch 2025-06-06T00:10:16.0372696Z HEAD is now at 1916a9c Update applications to use ethosu_log lib 2025-06-06T00:10:16.0373654Z Applying: Add got section to the DDR 2025-06-06T00:10:16.0374329Z Applying: Move input_data_sec to NOLOAD area 2025-06-06T00:10:16.0375870Z [patch_repo] Patched core_platform @ tags/25.02-3-g56c64b7 in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-06-06T00:10:16.0377367Z 2025-06-06T00:10:16.0377550Z /pytorch/executorch 2025-06-06T00:10:16.0378031Z -- SYSTEM_CONFIG is Ethos_U55_High_End_Embedded 2025-06-06T00:10:16.0378726Z -- MEMORY_MODE is Shared_Sram 2025-06-06T00:10:16.0379836Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-06T00:10:16.0381375Z Configuring target corstone-300 2025-06-06T00:10:16.0381946Z -- ******************************************************* 2025-06-06T00:10:16.0382670Z -- PROJECT_NAME : ethosu_core_driver 2025-06-06T00:10:16.0383518Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u55-128 2025-06-06T00:10:16.0384302Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:10:16.0385518Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-06-06T00:10:16.0386699Z -- ETHOSU_LOG_ENABLE : ON 2025-06-06T00:10:16.0387409Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:10:16.0388481Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-06-06T00:10:16.0389316Z -- ******************************************************* 2025-06-06T00:10:16.0390575Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-06-06T00:10:16.0392405Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-06-06T00:10:16.0394524Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-06-06T00:10:16.0397387Z CMake Deprecation Warning at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx/CMakeLists.txt:1 (cmake_minimum_required): 2025-06-06T00:10:16.0399413Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:16.0400234Z CMake. 2025-06-06T00:10:16.0400438Z 2025-06-06T00:10:16.0400859Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:16.0401985Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:16.0402973Z to work with policies introduced by or earlier. 2025-06-06T00:10:16.0403528Z 2025-06-06T00:10:16.0403791Z  2025-06-06T00:10:16.0404219Z -- The ASM compiler identification is GNU 2025-06-06T00:10:16.0405846Z -- Found assembler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc 2025-06-06T00:10:16.0407475Z -- THREADX_ARCH: cortex_m55 2025-06-06T00:10:16.0408009Z -- THREADX_TOOLCHAIN: gnu 2025-06-06T00:10:16.0408546Z -- Using default tx_user.h file 2025-06-06T00:10:16.0409128Z -- ******************************************************* 2025-06-06T00:10:16.0409887Z -- PROJECT_NAME : core_software 2025-06-06T00:10:16.0410665Z -- CORE_SOFTWARE_RTOS : All 2025-06-06T00:10:16.0411394Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-06-06T00:10:16.0412096Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:10:16.0412799Z -- ******************************************************* 2025-06-06T00:10:16.0413640Z -- ******************************************************* 2025-06-06T00:10:16.0414493Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:10:16.0415288Z -- FAST_MEMORY_SIZE : 2025-06-06T00:10:16.0415949Z -- MEMORY_MODEL : dram 2025-06-06T00:10:16.0416643Z -- MEMORY_ARENA : dram 2025-06-06T00:10:16.0417344Z -- TARGET_CPU : cortex-m55 2025-06-06T00:10:16.0418086Z -- CPU_CACHE_ENABLE : OFF 2025-06-06T00:10:16.0418768Z -- ******************************************************* 2025-06-06T00:10:16.0419411Z -- ******************************************************* 2025-06-06T00:10:16.0420325Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:10:16.0421108Z -- TR_ARENA_SIZE : 2025-06-06T00:10:16.0421821Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-06-06T00:10:16.0422520Z -- ******************************************************* 2025-06-06T00:10:16.0423358Z -- ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 0x200000 2025-06-06T00:10:16.0424288Z -- ET_ARM_BAREMETAL_FAST_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 2025-06-06T00:10:16.0425082Z -- Configuring done (2.4s) 2025-06-06T00:10:16.0425616Z -- Generating done (0.3s) 2025-06-06T00:10:16.0426832Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128/cmake-out 2025-06-06T00:10:16.0428387Z [backends/arm/scripts/build_executor_runner.sh] Configured CMAKE 2025-06-06T00:10:16.0430234Z [ 0%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-06-06T00:10:16.0432564Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-06-06T00:10:16.0434138Z [ 0%] Generating model_pte.h 2025-06-06T00:10:16.0435064Z [ 0%] Preprocessing and generating linker script 2025-06-06T00:10:16.0436914Z [ 0%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-06-06T00:10:16.0439334Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-06-06T00:10:16.0441793Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-06-06T00:10:16.0444437Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u55_u65.c.obj 2025-06-06T00:10:16.0446375Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:16.0447787Z : note: this is the location of the previous definition 2025-06-06T00:10:16.0448904Z [ 0%] Built target arm_executor_runner-linker-script 2025-06-06T00:10:16.0451616Z Input: /pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128.bpte with 3360 bytes. Output: /pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128/cmake-out/model_pte.h with 20347 bytes. Section: network_model_sec. 2025-06-06T00:10:16.0454318Z [ 0%] Built target gen_model_header 2025-06-06T00:10:16.0455303Z [ 0%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-06-06T00:10:16.0456156Z [ 0%] Built target ethosu_uart_cmsdk_apb 2025-06-06T00:10:16.0457038Z [ 33%] Linking C static library libtiming_adapter.a 2025-06-06T00:10:16.0457749Z [ 33%] Built target timing_adapter 2025-06-06T00:10:16.0458572Z [ 33%] Linking CXX static library libethosu_mailbox.a 2025-06-06T00:10:16.0459617Z [ 66%] Linking C static library libethosu_core_driver.a 2025-06-06T00:10:16.0460381Z [ 66%] Built target ethosu_mailbox 2025-06-06T00:10:16.0460947Z [ 66%] Built target ethosu_core_driver 2025-06-06T00:10:16.0462588Z [ 66%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-06-06T00:10:16.0464308Z [ 66%] Linking CXX static library libethosu_mhu_dummy.a 2025-06-06T00:10:16.0465118Z [ 66%] Built target ethosu_mhu_dummy 2025-06-06T00:10:16.0466322Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-06-06T00:10:16.0468011Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-06-06T00:10:16.0470576Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-06-06T00:10:16.0474131Z [ 66%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/retarget.c.obj 2025-06-06T00:10:16.0477654Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/target.cpp.obj 2025-06-06T00:10:16.0481314Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM55/Source/startup_ARMCM55.c.obj 2025-06-06T00:10:16.0485219Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM55/Source/system_ARMCM55.c.obj 2025-06-06T00:10:16.0488798Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-06-06T00:10:16.0491031Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:16.0492237Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:16.0493586Z : note: this is the location of the previous definition 2025-06-06T00:10:16.0495086Z : note: this is the location of the previous definition 2025-06-06T00:10:16.0496429Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:16.0497776Z : note: this is the location of the previous definition 2025-06-06T00:10:16.0499315Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:16.0500706Z : note: this is the location of the previous definition 2025-06-06T00:10:16.0502069Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:16.0503475Z : note: this is the location of the previous definition 2025-06-06T00:10:16.0504829Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:16.0506239Z : note: this is the location of the previous definition 2025-06-06T00:10:16.0507551Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:16.0508915Z : note: this is the location of the previous definition 2025-06-06T00:10:19.7581765Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:19.7583087Z : note: this is the location of the previous definition 2025-06-06T00:10:19.7584070Z [100%] Linking CXX executable arm_executor_runner 2025-06-06T00:10:19.7585555Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.data' can't be allocated in segment 0 2025-06-06T00:10:19.7587978Z LOAD: .text .ARM.extab .ARM.exidx .copy.table .zero.table .data 2025-06-06T00:10:19.7589478Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.rodata' can't be allocated in segment 1 2025-06-06T00:10:19.7590725Z LOAD: .ddr .rodata 2025-06-06T00:10:19.7591885Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-06-06T00:10:19.7593122Z [100%] Built target arm_executor_runner 2025-06-06T00:10:19.7593718Z [backends/arm/scripts/build_executor_runner.sh] Generated baremetal elf file: 2025-06-06T00:10:19.7594535Z /pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner 2025-06-06T00:10:19.7595186Z executable_text: 321108 bytes 2025-06-06T00:10:19.7595574Z executable_data: 5592 bytes 2025-06-06T00:10:19.7595878Z executable_bss: 65045300 bytes 2025-06-06T00:10:19.7596189Z + '[' false = false ']' 2025-06-06T00:10:19.7596795Z + elf_file=/pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner 2025-06-06T00:10:19.7598137Z + backends/arm/scripts/run_fvp.sh --elf=/pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner --target=ethos-u55-128 2025-06-06T00:10:19.7599174Z -------------------------------------------------------------------------------- 2025-06-06T00:10:19.7600316Z Running /pytorch/executorch/arm_test/test_run/qadd/qadd_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner for ethos-u55-128 run with FVP:FVP_Corstone_SSE-300_Ethos-U55 num_macs:128 timeout:600 2025-06-06T00:10:19.7601607Z WARNING: Corstone FVP is not cycle accurate and should NOT be used to determine valid runtime 2025-06-06T00:10:19.7602268Z -------------------------------------------------------------------------------- 2025-06-06T00:10:19.7602797Z telnetterminal0: Listening for serial connection on port 5000 2025-06-06T00:10:19.7603359Z telnetterminal1: Listening for serial connection on port 5001 2025-06-06T00:10:19.7603900Z telnetterminal2: Listening for serial connection on port 5002 2025-06-06T00:10:19.7604453Z telnetterminal5: Listening for serial connection on port 5003 2025-06-06T00:10:19.7604886Z 2025-06-06T00:10:19.7605045Z Ethos-U rev 136b7d75 --- Apr 12 2023 13:44:01 2025-06-06T00:10:19.7605505Z (C) COPYRIGHT 2019-2023 Arm Limited 2025-06-06T00:10:19.7605844Z ALL RIGHTS RESERVED 2025-06-06T00:10:19.7606012Z 2025-06-06T00:10:19.7606278Z I [executorch:arm_executor_runner.cpp:491] PTE in 0x70000000 , Size: 3360 bytes 2025-06-06T00:10:19.7606678Z 2025-06-06T00:10:19.7606976Z I [executorch:arm_executor_runner.cpp:516] PTE Model data loaded. Size: 2752 bytes. 2025-06-06T00:10:19.7607394Z 2025-06-06T00:10:19.7607658Z I [executorch:arm_executor_runner.cpp:529] Model buffer loaded, has 1 methods 2025-06-06T00:10:19.7608063Z 2025-06-06T00:10:19.7608275Z I [executorch:arm_executor_runner.cpp:537] Running method forward 2025-06-06T00:10:19.7608612Z 2025-06-06T00:10:19.7608942Z I [executorch:arm_executor_runner.cpp:548] Setup Method allocator pool. Size: 62914560 bytes. 2025-06-06T00:10:19.7609394Z 2025-06-06T00:10:19.7609675Z I [executorch:arm_executor_runner.cpp:565] Setting up planned buffer 0, size 256. 2025-06-06T00:10:19.7610094Z 2025-06-06T00:10:19.7610292Z I [executorch:arm_executor_runner.cpp:595] Setting up ETDump 2025-06-06T00:10:19.7610612Z 2025-06-06T00:10:19.7610890Z I [executorch:EthosUBackend.cpp:114] EthosUBackend::init 0x700000b0 2025-06-06T00:10:19.7611262Z 2025-06-06T00:10:19.7611483Z I [executorch:arm_executor_runner.cpp:612] Method 'forward' loaded. 2025-06-06T00:10:19.7611825Z 2025-06-06T00:10:19.7612046Z I [executorch:arm_executor_runner.cpp:614] Preparing inputs... 2025-06-06T00:10:19.7612376Z 2025-06-06T00:10:19.7612684Z I [executorch:arm_executor_runner.cpp:621] Input testset[0] from bundled bpte 2025-06-06T00:10:19.7613135Z 2025-06-06T00:10:19.7613324Z I [executorch:arm_executor_runner.cpp:682] Input prepared. 2025-06-06T00:10:19.7613632Z 2025-06-06T00:10:19.7613902Z I [executorch:arm_executor_runner.cpp:684] Starting the model execution... 2025-06-06T00:10:19.7614287Z 2025-06-06T00:10:19.7614470Z I [executorch:arm_perf_monitor.cpp:133] NPU Inferences : 1 2025-06-06T00:10:19.7614778Z 2025-06-06T00:10:19.7615077Z I [executorch:arm_perf_monitor.cpp:134] Profiler report, CPU cycles per operator: 2025-06-06T00:10:19.7615592Z 2025-06-06T00:10:19.7615971Z I [executorch:arm_perf_monitor.cpp:138] ethos-u : cycle_cnt : 11832 cycles 2025-06-06T00:10:19.7616458Z 2025-06-06T00:10:19.7616709Z I [executorch:arm_perf_monitor.cpp:145] Operator(s) total: 11832 CPU cycles 2025-06-06T00:10:19.7617088Z 2025-06-06T00:10:19.7617375Z I [executorch:arm_perf_monitor.cpp:151] Inference runtime: 27448 CPU cycles total 2025-06-06T00:10:19.7617775Z 2025-06-06T00:10:19.7618268Z I [executorch:arm_perf_monitor.cpp:153] NOTE: CPU cycle values and ratio calculations require FPGA and identical CPU/NPU frequency 2025-06-06T00:10:19.7618900Z 2025-06-06T00:10:19.7619125Z I [executorch:arm_perf_monitor.cpp:162] Inference CPU ratio: 98.92 % 2025-06-06T00:10:19.7619477Z 2025-06-06T00:10:19.7619710Z I [executorch:arm_perf_monitor.cpp:166] Inference NPU ratio: 1.08 % 2025-06-06T00:10:19.7620056Z 2025-06-06T00:10:19.7620320Z I [executorch:arm_perf_monitor.cpp:175] cpu_wait_for_npu_cntr : 297 CPU cycles 2025-06-06T00:10:19.7620710Z 2025-06-06T00:10:19.7620920Z I [executorch:arm_perf_monitor.cpp:180] Ethos-U PMU report: 2025-06-06T00:10:19.7621234Z 2025-06-06T00:10:19.7621455Z I [executorch:arm_perf_monitor.cpp:181] ethosu_pmu_cycle_cntr : 554 2025-06-06T00:10:19.7621817Z 2025-06-06T00:10:19.7622016Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr0 : 10 2025-06-06T00:10:19.7622336Z 2025-06-06T00:10:19.7622546Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr1 : 43 2025-06-06T00:10:19.7622871Z 2025-06-06T00:10:19.7623066Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr2 : 5 2025-06-06T00:10:19.7623396Z 2025-06-06T00:10:19.7623598Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr3 : 494 2025-06-06T00:10:19.7623922Z 2025-06-06T00:10:19.7624672Z I [executorch:arm_perf_monitor.cpp:187] Ethos-U PMU Events:[ETHOSU_PMU_AXI0_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_AXI1_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_AXI0_WR_DATA_BEAT_WRITTEN, ETHOSU_PMU_NPU_IDLE] 2025-06-06T00:10:19.7625605Z 2025-06-06T00:10:19.7625889Z I [executorch:arm_executor_runner.cpp:692] model_pte_program_size: 2752 bytes. 2025-06-06T00:10:19.7626300Z 2025-06-06T00:10:19.7626592Z I [executorch:arm_executor_runner.cpp:693] model_pte_loaded_size: 3360 bytes. 2025-06-06T00:10:19.7626997Z 2025-06-06T00:10:19.7627395Z I [executorch:arm_executor_runner.cpp:707] method_allocator_used: 1156 / 62914560 free: 62913404 ( used: 0 % ) 2025-06-06T00:10:19.7627937Z 2025-06-06T00:10:19.7628210Z I [executorch:arm_executor_runner.cpp:714] method_allocator_planned: 256 bytes 2025-06-06T00:10:19.7628616Z 2025-06-06T00:10:19.7628897Z I [executorch:arm_executor_runner.cpp:716] method_allocator_loaded: 900 bytes 2025-06-06T00:10:19.7629296Z 2025-06-06T00:10:19.7629558Z I [executorch:arm_executor_runner.cpp:717] method_allocator_input: 0 bytes 2025-06-06T00:10:19.7629963Z 2025-06-06T00:10:19.7630221Z I [executorch:arm_executor_runner.cpp:718] method_allocator_executor: 0 bytes 2025-06-06T00:10:19.7630613Z 2025-06-06T00:10:19.7631003Z I [executorch:arm_executor_runner.cpp:721] peak_temp_allocator: 96 / 2097152 free: 2097152 ( used: 0 % ) 2025-06-06T00:10:19.7631512Z 2025-06-06T00:10:19.7631760Z I [executorch:arm_executor_runner.cpp:737] Model executed successfully. 2025-06-06T00:10:19.7632132Z 2025-06-06T00:10:19.7632312Z I [executorch:arm_executor_runner.cpp:741] 1 outputs: 2025-06-06T00:10:19.7632604Z 2025-06-06T00:10:19.7632837Z I [executorch:arm_executor_runner.cpp:805] Writing etdump.bin [base64] 2025-06-06T00:10:19.7633282Z 2025-06-06T00:10:19.7633375Z #--- 2025-06-06T00:10:19.7633505Z 2025-06-06T00:10:19.7645583Z echo "1AQAAAwAAABFRDAwAAAAAPj///8MAAAACAAIAAAABAACAAAA5AMAAAQAAAAY/P//zAMAAAQAAAAMAAAAOAMAAAwDAACAAgAAJAIAAMgBAAB8AQAAIAEAAPQAAADIAAAAXAAAADAAAAAEAAAADvz//wQAAADs+///4VAgAAAAAABKryAAAAAAAP////8AAAAAWAMAADb8//8EAAAABP3//6igIAAAAAAASqkgAAAAAAACAAAAXAAAAAAAAABe/P//BAAAACz9//8toiAAAAAAAG6jIAAAAAAAAgAAAAgAAAAAAAAAJQAAAG5hdGl2ZV9jYWxsX2RlcXVhbnRpemVfcGVyX3RlbnNvci5vdXQAAAANAAAAT1BFUkFUT1JfQ0FMTAAAAMb8//8EAAAAlP3//81jIAAAAAAAlJkgAAAAAAABAAAA9AEAAAAAAADu/P//BAAAALz9//81ZSAAAAAAAJ+TIAAAAAAAAQAAAKwBAAAAAAAAFv3//wQAAADk/f//CYwgAAAAAAC1jSAAAAAAAAEAAAAEAAAALgAAACtFdGhvc1VCYWNrZW5kOjpleGVjdXRlKCloYW5kbGVzLm91dHB1dC5tb3ZlKCkAAG79//8EAAAAPP7//72BIAAAAAAA54QgAAAAAAABAAAABAAAABwAAAArRXRob3NVQmFja2VuZDo6ZXhlY3V0ZSgpTlBVAAAAALb9//8EAAAAhP7//0h6IAAAAAAArnogAAAAAAABAAAABAAAAC8AAAArRXRob3NVQmFja2VuZDo6ZXhlY3V0ZSgpaGFuZGxlcy5pbnB1dC5tZW1jcHkoKQAO/v//BAAAANz+//+kbSAAAAAAAM5yIAAAAAAAAQAAAAgAAAAAAAAAKAAAACtFdGhvc1VCYWNrZW5kOjpleGVjdXRlKCl2ZWxhX2Jpbl9yZWFkKCkAAAAAZv7//wQAAAA0////gmYgAAAAAACpZiAAAAAAAAEAAAAIAAAAAAAAACcAAAArRXRob3NVQmFja2VuZDo6ZXhlY3V0ZSgpcHJvY2Vzc2VkX2RhdGEAGAAAAEV0aG9zVUJhY2tlbmQ6OmV4ZWN1dGUoKQAAAAANAAAAREVMRUdBVEVfQ0FMTAAAAO7+//8EAAAAvP///0VSIAAAAAAAulwgAAAAAAAAAAAAaAAAAAAAAAAW////BAAAAOT///+/UyAAAAAAAFdVIAAAAAAAAAAAABgAAAAUABwAGAAAABQAAAAAAAAABAAMACMAAABuYXRpdmVfY2FsbF9xdWFudGl6ZV9wZXJfdGVuc29yLm91dAANAAAAT1BFUkFUT1JfQ0FMTAAAAA8AAABNZXRob2Q6OmV4ZWN1dGUABwAAAEV4ZWN1dGUA9P///8AAAAAQAAAADAAMAAQAAAAAAAgAAgAAADAAAAAEAAAAzv///wQAAACs////xVASAAAAAACoxRQAAAAAAP////8AAAAAYAAAAPb///8MAAAAAAAGAAgABADc////AFMSAAAAAACXuxQAAAAAAP////8AAAAAHAAAAAAAAAAUACAAHAAUABgAAAAAAAAABAAMAAwAAABNZXRob2Q6OmluaXQAAAAAFAAAAFByb2dyYW06OmxvYWRfbWV0aG9kAAAAAAcAAABEZWZhdWx0AA" | base64 -d >etdump.bin 2025-06-06T00:10:19.7657939Z 2025-06-06T00:10:19.7658436Z python3 -m devtools.inspector.inspector_cli --etdump_path etdump.bin --source_time_scale cycles --target_time_scale cycles 2025-06-06T00:10:19.7659069Z 2025-06-06T00:10:19.7659157Z #--- 2025-06-06T00:10:19.7659279Z 2025-06-06T00:10:19.7659615Z I [executorch:arm_executor_runner.cpp:839] Model output match expected BundleIO bpte ref data. 2025-06-06T00:10:19.7660094Z 2025-06-06T00:10:19.7660387Z I [executorch:arm_executor_runner.cpp:840] TEST: BundleIO index[0] Test_result: PASS 2025-06-06T00:10:19.7660814Z 2025-06-06T00:10:19.7661058Z I [executorch:arm_executor_runner.cpp:856] Program complete, exiting. 2025-06-06T00:10:19.7661416Z 2025-06-06T00:10:19.7661588Z I [executorch:arm_executor_runner.cpp:860]  2025-06-06T00:10:19.7662002Z Info: /OSCI/SystemC: Simulation stopped by user. 2025-06-06T00:10:19.7662433Z [warning ][main@0][3446 ns] Simulation stopped by user 2025-06-06T00:10:19.7662923Z [backends/arm/scripts/run_fvp.sh] Simulation complete, 0 2025-06-06T00:10:19.7663352Z Checking for problems in log: 2025-06-06T00:10:19.7663646Z No problems found! 2025-06-06T00:10:19.7663896Z + set +x 2025-06-06T00:10:19.7664115Z + cd /pytorch/executorch 2025-06-06T00:10:19.7664385Z + set +x 2025-06-06T00:10:19.7664689Z -------------------------------------------------------------------------------- 2025-06-06T00:10:20.0512809Z Build ExecuTorch target libs Release into 'arm_test/test_run/cmake-out' 2025-06-06T00:10:20.0513816Z -------------------------------------------------------------------------------- 2025-06-06T00:10:20.0514458Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-06T00:10:20.0514887Z + '[' true = true ']' 2025-06-06T00:10:20.0515251Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=ON ' 2025-06-06T00:10:20.0515854Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:10:20.0516294Z + '[' true = true ']' 2025-06-06T00:10:20.0517291Z + build_with_etdump_flags='-DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF ' 2025-06-06T00:10:20.0519420Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF ' 2025-06-06T00:10:20.0521552Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF 2025-06-06T00:10:20.0525652Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_CORTEX_M=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF -Barm_test/test_run/cmake-out /pytorch/executorch 2025-06-06T00:10:20.0528658Z -- --- Configured Options --- 2025-06-06T00:10:20.0528885Z 2025-06-06T00:10:20.0529020Z -- CMAKE_CXX_STANDARD : 17 2025-06-06T00:10:20.0529454Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:10:20.0529870Z -- CMAKE_BUILD_TYPE : Release 2025-06-06T00:10:20.0530286Z -- PYTHON_EXECUTABLE : python 2025-06-06T00:10:20.0530686Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-06T00:10:20.0531341Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-06T00:10:20.0531984Z -- BUCK2 x (unset) 2025-06-06T00:10:20.0532385Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-06T00:10:20.0532782Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-06T00:10:20.0533183Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-06T00:10:20.0533609Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-06T00:10:20.0534216Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-06T00:10:20.0534903Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-06T00:10:20.0535310Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-06T00:10:20.0535727Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-06T00:10:20.0536124Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-06T00:10:20.0536527Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-06T00:10:20.0536937Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-06T00:10:20.0537333Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-06T00:10:20.0537750Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-06T00:10:20.0538150Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-06T00:10:20.0538564Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-06T00:10:20.0538959Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-06T00:10:20.0539364Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-06T00:10:20.0539762Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-06T00:10:20.0540213Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-06T00:10:20.0540625Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-06T00:10:20.0541023Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-06T00:10:20.0541426Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-06T00:10:20.0541822Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-06T00:10:20.0542203Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-06T00:10:20.0542599Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-06T00:10:20.0543012Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-06T00:10:20.0543442Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-06T00:10:20.0543839Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-06T00:10:20.0544238Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-06T00:10:20.0544618Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-06T00:10:20.0545010Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-06T00:10:20.0545411Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-06T00:10:20.0545799Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-06T00:10:20.0546195Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-06T00:10:20.0546579Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-06T00:10:20.0547013Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-06T00:10:20.0547393Z -- EXECUTORCH_USE_DL : ON 2025-06-06T00:10:20.0547783Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-06T00:10:20.0548169Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-06T00:10:20.0548562Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-06T00:10:20.0548967Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:10:20.0549393Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-06T00:10:20.0549783Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-06T00:10:20.0550189Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:10:20.0550586Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-06T00:10:20.0551000Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-06T00:10:20.0551404Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-06T00:10:20.0551782Z -- -------------------------- 2025-06-06T00:10:20.0552255Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-06T00:10:20.0553340Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:10:20.0554094Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:20.0554560Z CMake. 2025-06-06T00:10:20.0554686Z 2025-06-06T00:10:20.0554952Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:20.0555686Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:20.0556246Z to work with policies introduced by or earlier. 2025-06-06T00:10:20.0556535Z 2025-06-06T00:10:20.0556677Z  2025-06-06T00:10:20.0557034Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:10:20.0557552Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:10:20.0558032Z -- Setting GNU C compiler options with c11 and Posix 2025-06-06T00:10:20.0558455Z -- Disabling -pedantic for GCC >= 8.0 2025-06-06T00:10:20.0558970Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-06T00:10:20.0559497Z -- GCC_VERSION: 13.3.1 2025-06-06T00:10:20.0559674Z 2025-06-06T00:10:20.0560597Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Wno-unused-function -Wsign-conversion 2025-06-06T00:10:20.0562229Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-06T00:10:20.0563063Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:20.0563531Z CMake. 2025-06-06T00:10:20.0563669Z 2025-06-06T00:10:20.0563919Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:20.0564530Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:20.0565076Z to work with policies introduced by or earlier. 2025-06-06T00:10:20.0565361Z 2025-06-06T00:10:20.0565483Z  2025-06-06T00:10:20.0565699Z -- Resolved buck2 as buck2. 2025-06-06T00:10:20.0566084Z -- Killing buck2 daemon 2025-06-06T00:10:20.0566346Z 'buck2 killall' 2025-06-06T00:10:20.0566694Z -- executorch: Generating source lists 2025-06-06T00:10:20.0567347Z -- executorch: Using source file list /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:10:20.0568283Z -- executorch: Using sources file /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:10:20.0568929Z -- Generating operator lib: 2025-06-06T00:10:20.0569234Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:10:20.0569700Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:10:20.0570169Z -- ROOT_OPS: 2025-06-06T00:10:20.0570421Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:20.0571947Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-06T00:10:20.0573348Z -- Generating kernel bindings: 2025-06-06T00:10:20.0573675Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:10:20.0574117Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:10:20.0574596Z -- CUSTOM_OPS_YAML: 2025-06-06T00:10:20.0574874Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:20.0577136Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-06T00:10:20.0579099Z -- Generating operator lib: 2025-06-06T00:10:20.0579397Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:10:20.0579721Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:10:20.0580038Z -- DEPS: executorch_core 2025-06-06T00:10:20.0580696Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-06T00:10:20.0581442Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:20.0581919Z CMake. 2025-06-06T00:10:20.0582045Z 2025-06-06T00:10:20.0582293Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:20.0582927Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:20.0583477Z to work with policies introduced by or earlier. 2025-06-06T00:10:20.0583762Z 2025-06-06T00:10:20.0583873Z  2025-06-06T00:10:20.0584141Z -- Generating operator lib: 2025-06-06T00:10:20.0584438Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:10:20.0584916Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:10:20.0585403Z -- ROOT_OPS: 2025-06-06T00:10:20.0585651Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:20.7850707Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/backends/cortex_m/ops/operators.yaml" 2025-06-06T00:10:20.7853351Z -- Generating kernel bindings: 2025-06-06T00:10:20.7853892Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:10:20.7854399Z -- FUNCTIONS_YAML: 2025-06-06T00:10:20.7855037Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:10:20.7855840Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:20.7862073Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:10:20.7866509Z -- Generating operator lib: 2025-06-06T00:10:20.7866919Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:10:20.7867453Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-06T00:10:20.7867817Z -- DEPS: executorch 2025-06-06T00:10:20.7868162Z -- Generating operator lib: 2025-06-06T00:10:20.7868531Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:10:20.7869222Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:10:20.7869904Z -- ROOT_OPS: 2025-06-06T00:10:20.7870262Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:20.7872446Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-06T00:10:20.7874355Z -- Generating kernel bindings: 2025-06-06T00:10:20.7874897Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:10:20.7875282Z -- FUNCTIONS_YAML: 2025-06-06T00:10:20.7885005Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:10:20.7886061Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:20.7891156Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:10:20.7895514Z -- Generating operator lib: 2025-06-06T00:10:20.7895927Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:10:20.7896388Z -- KERNEL_LIBS: quantized_kernels 2025-06-06T00:10:20.7896999Z -- DEPS: executorch_core 2025-06-06T00:10:20.7897312Z -- Configuring done (0.3s) 2025-06-06T00:10:20.7897597Z -- Generating done (0.1s) 2025-06-06T00:10:20.7898078Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out 2025-06-06T00:10:20.7898652Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-06T00:10:20.7899344Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-06T00:10:20.7899760Z [build_executorch.sh] Configured CMAKE 2025-06-06T00:10:20.7900084Z ++ nproc 2025-06-06T00:10:20.7900501Z + cmake --build arm_test/test_run/cmake-out -j8 --target install --config Release -- 2025-06-06T00:10:20.7901062Z [ 3%] Built target flatbuffers_external_project 2025-06-06T00:10:20.7901460Z [ 5%] Built target flatcc_external_project 2025-06-06T00:10:20.7901865Z [ 6%] Built target executorch_delegate_ethos_u 2025-06-06T00:10:20.7902342Z [ 7%] Built target gflags_nothreads_static 2025-06-06T00:10:20.7902690Z [ 7%] Built target common_schema 2025-06-06T00:10:20.7903418Z [ 8%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:10:20.7904026Z [ 8%] Built target program_schema 2025-06-06T00:10:20.7904373Z [ 10%] Built target flatccrt 2025-06-06T00:10:20.7904769Z [ 17%] Built target executorch_core 2025-06-06T00:10:20.7905147Z [ 18%] Built target extension_runner_util 2025-06-06T00:10:20.7905624Z [ 20%] Built target executorch 2025-06-06T00:10:20.7905962Z [ 21%] Built target bundled_program 2025-06-06T00:10:20.7906410Z [ 22%] Built target cortex_m_kernels 2025-06-06T00:10:20.7906856Z [ 24%] Built target etdump 2025-06-06T00:10:20.7907174Z [ 30%] Built target kernels_util_all_deps 2025-06-06T00:10:20.7907532Z [ 31%] Built target cortex_m_ops_lib 2025-06-06T00:10:20.7907860Z [ 35%] Built target quantized_kernels 2025-06-06T00:10:20.7908201Z [ 37%] Built target quantized_ops_lib 2025-06-06T00:10:20.7908629Z [ 99%] Built target portable_kernels 2025-06-06T00:10:20.7909014Z [100%] Built target portable_ops_lib 2025-06-06T00:10:20.7909424Z Install the project... 2025-06-06T00:10:20.7909760Z -- Install configuration: "Release" 2025-06-06T00:10:20.7910279Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:10:20.7910985Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/fxdiv.h 2025-06-06T00:10:20.7911711Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:10:20.7912464Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:10:20.7913388Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-06T00:10:20.7914408Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-06T00:10:20.7915353Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core 2025-06-06T00:10:20.7916301Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-06T00:10:20.7917228Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-06T00:10:20.7918156Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/defines.h 2025-06-06T00:10:20.7919348Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/error.h 2025-06-06T00:10:20.7920239Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-06T00:10:20.7921173Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-06T00:10:20.7922173Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-06T00:10:20.7923396Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-06T00:10:20.7924545Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-06T00:10:20.7925524Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-06T00:10:20.7926644Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-06T00:10:20.7927791Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-06T00:10:20.7929035Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-06T00:10:20.7930192Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-06T00:10:20.7931242Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-06T00:10:20.7932300Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-06T00:10:20.7933461Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-06T00:10:20.7934979Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-06T00:10:20.7936243Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-06T00:10:20.7937435Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-06T00:10:20.7938569Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-06T00:10:20.7939602Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-06T00:10:20.7940581Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-06T00:10:20.7941612Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-06T00:10:20.7942649Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-06T00:10:20.7943649Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-06T00:10:20.7944647Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type 2025-06-06T00:10:20.7945667Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-06T00:10:20.7946791Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-06T00:10:20.7947907Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-06T00:10:20.7948969Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-06T00:10:20.7949983Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-06T00:10:20.7951078Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-06T00:10:20.7952260Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-06T00:10:20.7953477Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-06T00:10:20.7954642Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-06T00:10:20.7955898Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-06T00:10:20.7957219Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-06T00:10:20.7958480Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-06T00:10:20.7959691Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-06T00:10:20.7960894Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-06T00:10:20.7962154Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-06T00:10:20.7963423Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-06T00:10:20.7964651Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-06T00:10:20.7965893Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-06T00:10:20.7967170Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-06T00:10:20.7968550Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-06T00:10:20.7969844Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-06T00:10:20.7970985Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-06T00:10:20.7972063Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-06T00:10:20.7973234Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-06T00:10:20.7974421Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-06T00:10:20.7975551Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-06T00:10:20.7976648Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-06T00:10:20.7977752Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-06T00:10:20.7978865Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-06T00:10:20.7979962Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-06T00:10:20.7981044Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-06T00:10:20.7982190Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-06T00:10:20.7983288Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-06T00:10:20.7984236Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/result.h 2025-06-06T00:10:20.7985125Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/span.h 2025-06-06T00:10:20.7985987Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tag.h 2025-06-06T00:10:20.7986974Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-06T00:10:20.7988702Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-06T00:10:20.7989683Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/test 2025-06-06T00:10:20.7990543Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel 2025-06-06T00:10:20.7991466Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-06T00:10:20.7992537Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-06T00:10:20.7993613Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-06T00:10:20.7994571Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test 2025-06-06T00:10:20.7995574Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-06T00:10:20.7996643Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-06T00:10:20.7997648Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform 2025-06-06T00:10:20.7998541Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-06T00:10:20.7999519Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-06T00:10:20.8000521Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-06T00:10:20.8001493Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-06T00:10:20.8002497Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-06T00:10:20.8003626Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/default 2025-06-06T00:10:20.8004683Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/log.h 2025-06-06T00:10:20.8005696Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-06T00:10:20.8006655Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-06T00:10:20.8007621Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-06T00:10:20.8008574Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/system.h 2025-06-06T00:10:20.8009481Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test 2025-06-06T00:10:20.8010439Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-06T00:10:20.8011489Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-06T00:10:20.8012496Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/types.h 2025-06-06T00:10:20.8013409Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util 2025-06-06T00:10:20.8014494Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-06T00:10:20.8015708Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-06T00:10:20.8016748Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/test 2025-06-06T00:10:20.8017982Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-06T00:10:20.8018970Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor 2025-06-06T00:10:20.8019863Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-06T00:10:20.8020871Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-06T00:10:20.8021901Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-06T00:10:20.8022919Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-06T00:10:20.9385480Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/test 2025-06-06T00:10:20.9386449Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool 2025-06-06T00:10:20.9387932Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-06T00:10:20.9388977Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/test 2025-06-06T00:10:20.9390164Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-06T00:10:20.9391716Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-06T00:10:20.9392867Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:10:20.9393793Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:10:20.9394663Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-06T00:10:20.9395878Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:10:20.9396675Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:10:20.9397954Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-06T00:10:20.9399095Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-06T00:10:20.9400270Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libetdump.a 2025-06-06T00:10:20.9401033Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libbundled_program.a 2025-06-06T00:10:20.9401810Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:10:20.9402870Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:10:20.9403700Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:10:20.9404815Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-06T00:10:20.9405951Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-06T00:10:20.9406750Z + set +x 2025-06-06T00:10:20.9407270Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:10:20.9408135Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:10:20.9409412Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:10:20.9410446Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 6 00:08 arm_test/test_run/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-06T00:10:20.9411628Z -rw-r--r--. 1 ci-user ci-user 19348 Jun 6 00:08 arm_test/test_run/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-06T00:10:20.9412692Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:08 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-06T00:10:20.9413655Z -rw-r--r--. 1 ci-user ci-user 8248 Jun 6 00:08 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-06T00:10:20.9414848Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 6 00:08 arm_test/test_run/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-06T00:10:20.9415810Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:10 arm_test/test_run/cmake-out/kernels/portable/libportable_kernels.a 2025-06-06T00:10:20.9416690Z -rw-r--r--. 1 ci-user ci-user 255806 Jun 6 00:10 arm_test/test_run/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-06T00:10:20.9417860Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:08 arm_test/test_run/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-06T00:10:20.9418809Z -rw-r--r--. 1 ci-user ci-user 32660 Jun 6 00:08 arm_test/test_run/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-06T00:10:20.9419726Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:08 arm_test/test_run/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-06T00:10:20.9420588Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:10 arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:10:20.9421342Z -rw-r--r--. 1 ci-user ci-user 255806 Jun 6 00:10 arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:10:20.9422139Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:10:20.9422897Z -rw-r--r--. 1 ci-user ci-user 189584 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:10:20.9423644Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:10:20.9424372Z -rw-r--r--. 1 ci-user ci-user 8248 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:10:20.9425092Z -rw-r--r--. 1 ci-user ci-user 45288 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libetdump.a 2025-06-06T00:10:20.9425813Z -rw-r--r--. 1 ci-user ci-user 14436 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libbundled_program.a 2025-06-06T00:10:20.9426605Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:10:20.9427587Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:10:20.9428554Z -rw-r--r--. 1 ci-user ci-user 32660 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:10:20.9429293Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 6 00:10 arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:10:20.9430354Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:10:20.9431511Z -rw-r--r--. 1 ci-user ci-user 45288 Jun 6 00:08 arm_test/test_run/cmake-out/devtools/etdump/libetdump.a 2025-06-06T00:10:20.9432429Z -rw-r--r--. 1 ci-user ci-user 14436 Jun 6 00:08 arm_test/test_run/cmake-out/devtools/bundled_program/libbundled_program.a 2025-06-06T00:10:20.9433257Z -rw-r--r--. 1 ci-user ci-user 189584 Jun 6 00:08 arm_test/test_run/cmake-out/libexecutorch_core.a 2025-06-06T00:10:20.9433992Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:08 arm_test/test_run/cmake-out/libexecutorch.a 2025-06-06T00:10:20.9434603Z -------------------------------------------------------------------------------- 2025-06-06T00:10:20.9435373Z Build ExecuTorch Libraries Release portable kernels: aten::_softmax.out into 'arm_test/test_run/cmake-out' 2025-06-06T00:10:20.9436249Z -------------------------------------------------------------------------------- 2025-06-06T00:10:20.9438031Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_SELECT_OPS_LIST=aten::_softmax.out -Barm_test/test_run/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-06-06T00:10:20.9440003Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-06-06T00:10:20.9440597Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-06T00:10:20.9441230Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-06T00:10:20.9441846Z cmake_policy command to set the policy and suppress this warning. 2025-06-06T00:10:20.9442204Z 2025-06-06T00:10:20.9442357Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-06T00:10:20.9442607Z 2025-06-06T00:10:20.9442739Z /pytorch/executorch/examples/arm/../.. 2025-06-06T00:10:20.9442983Z 2025-06-06T00:10:20.9443254Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-06T00:10:20.9443746Z .cmake module might still use it. 2025-06-06T00:10:20.9444217Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-06T00:10:20.9444693Z  2025-06-06T00:10:20.9445022Z extension_data_loader library is not found. 2025-06-06T00:10:20.9445587Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9446145Z extension_flat_tensor library is not found. 2025-06-06T00:10:20.9446821Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9447400Z coreml_util library is not found. 2025-06-06T00:10:20.9447981Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9448545Z coreml_inmemoryfs library is not found. 2025-06-06T00:10:20.9449095Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9449607Z coremldelegate library is not found. 2025-06-06T00:10:20.9450149Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9450670Z mpsdelegate library is not found. 2025-06-06T00:10:20.9451191Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9451710Z neuron_backend library is not found. 2025-06-06T00:10:20.9452235Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9452824Z qnn_executorch_backend library is not found. 2025-06-06T00:10:20.9453388Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9453899Z custom_ops library is not found. 2025-06-06T00:10:20.9454425Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9454946Z extension_module library is not found. 2025-06-06T00:10:20.9455491Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9456036Z extension_module_static library is not found. 2025-06-06T00:10:20.9456609Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9457128Z extension_tensor library is not found. 2025-06-06T00:10:20.9457678Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9458214Z extension_threadpool library is not found. 2025-06-06T00:10:20.9458776Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9459321Z extension_training library is not found. 2025-06-06T00:10:20.9459857Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:20.9460384Z xnnpack_backend library is not found. 2025-06-06T00:10:30.6622571Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6623428Z XNNPACK library is not found. 2025-06-06T00:10:30.6624004Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6624555Z microkernels-prod library is not found. 2025-06-06T00:10:30.6625104Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6625799Z kleidiai library is not found. 2025-06-06T00:10:30.6626318Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6626830Z cpuinfo library is not found. 2025-06-06T00:10:30.6627365Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6627879Z pthreadpool library is not found. 2025-06-06T00:10:30.6628411Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6628926Z vulkan_backend library is not found. 2025-06-06T00:10:30.6629471Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6629994Z optimized_kernels library is not found. 2025-06-06T00:10:30.6630538Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6631107Z optimized_portable_kernels library is not found. 2025-06-06T00:10:30.6631698Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6632208Z cpublas library is not found. 2025-06-06T00:10:30.6632711Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6633225Z eigen_blas library is not found. 2025-06-06T00:10:30.6633743Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6634278Z optimized_ops_lib library is not found. 2025-06-06T00:10:30.6634813Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6635474Z optimized_native_cpu_ops_lib library is not found. 2025-06-06T00:10:30.6636240Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6636784Z quantized_ops_aot_lib library is not found. 2025-06-06T00:10:30.6637349Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:30.6637800Z -- Generating operator lib: 2025-06-06T00:10:30.6638129Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:10:30.6638447Z -- OPS_SCHEMA_YAML: 2025-06-06T00:10:30.6638765Z -- ROOT_OPS: aten::_softmax.out 2025-06-06T00:10:30.6639069Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:30.6640525Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::_softmax.out" 2025-06-06T00:10:30.6641717Z -- Generating kernel bindings: 2025-06-06T00:10:30.6642034Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:10:30.6642611Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-06-06T00:10:30.6643183Z -- CUSTOM_OPS_YAML: 2025-06-06T00:10:30.6643480Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:30.6643807Z -- Generating operator lib: 2025-06-06T00:10:30.6644120Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:10:30.6644459Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:10:30.6644766Z -- DEPS: executorch 2025-06-06T00:10:30.6645045Z -- Configuring done (0.0s) 2025-06-06T00:10:30.6645334Z -- Generating done (0.0s) 2025-06-06T00:10:30.6645875Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out/examples/arm 2025-06-06T00:10:30.6646431Z ++ nproc 2025-06-06T00:10:30.6646842Z + cmake --build arm_test/test_run/cmake-out/examples/arm -j8 --config Release -- 2025-06-06T00:10:30.6647362Z [100%] Built target arm_portable_ops_lib 2025-06-06T00:10:30.6647693Z + set +x 2025-06-06T00:10:30.6648048Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:10:30.6648801Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:10:30.6649496Z -------------------------------------------------------------------------------- 2025-06-06T00:10:30.6650033Z Running e2e flow for model 'qops' with flags '--delegate --quantize ' 2025-06-06T00:10:30.6650582Z -------------------------------------------------------------------------------- 2025-06-06T00:10:30.6652398Z CALL python3 -m examples.arm.aot_arm_compiler --model_name=qops --target=ethos-u55-128 --delegate --quantize --intermediate=/pytorch/executorch/arm_test/test_run/qops --output=/pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128.bpte --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram --bundleio 2025-06-06T00:10:30.6654024Z 2025-06-06T00:10:30.6654127Z Network summary for out 2025-06-06T00:10:30.6654482Z Accelerator configuration Ethos_U55_128 2025-06-06T00:10:30.6654969Z System configuration Ethos_U55_High_End_Embedded 2025-06-06T00:10:30.6655446Z Memory mode Shared_Sram 2025-06-06T00:10:30.6655882Z Accelerator clock 500 MHz 2025-06-06T00:10:30.6656355Z Design peak SRAM bandwidth 3.73 GB/s 2025-06-06T00:10:30.6656649Z 2025-06-06T00:10:30.6656814Z Total SRAM used 0.11 KiB 2025-06-06T00:10:30.6657090Z 2025-06-06T00:10:30.6657196Z CPU operators = 0 (0.0%) 2025-06-06T00:10:30.6657486Z NPU operators = 3 (100.0%) 2025-06-06T00:10:30.6657667Z 2025-06-06T00:10:30.6657833Z Average SRAM bandwidth 3.81 GB/s 2025-06-06T00:10:30.6658314Z Input SRAM bandwidth 0.00 MB/batch 2025-06-06T00:10:30.6658795Z Weight SRAM bandwidth 0.00 MB/batch 2025-06-06T00:10:30.6659291Z Output SRAM bandwidth 0.00 MB/batch 2025-06-06T00:10:30.6659816Z Total SRAM bandwidth 0.00 MB/batch 2025-06-06T00:10:30.6660382Z Total SRAM bandwidth per input 0.00 MB/inference (batch size 1) 2025-06-06T00:10:30.6660767Z 2025-06-06T00:10:30.6660955Z Neural network macs 0 MACs/batch 2025-06-06T00:10:30.6661266Z 2025-06-06T00:10:30.6661443Z Info: The numbers below are internal compiler estimates. 2025-06-06T00:10:30.6662053Z For performance numbers the compiled network should be run on an FVP Model or FPGA. 2025-06-06T00:10:30.6662486Z 2025-06-06T00:10:30.6662667Z Network Tops/s 0.00 Tops/s 2025-06-06T00:10:30.6662957Z 2025-06-06T00:10:30.6663121Z NPU cycles 120 cycles/batch 2025-06-06T00:10:30.6663687Z SRAM Access cycles 135 cycles/batch 2025-06-06T00:10:30.6664177Z DRAM Access cycles 0 cycles/batch 2025-06-06T00:10:30.6664700Z On-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:10:30.6665223Z Off-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:10:30.6665725Z Total cycles 135 cycles/batch 2025-06-06T00:10:30.6666023Z 2025-06-06T00:10:30.6666269Z Batch Inference time 0.00 ms, 3703703.70 inferences/s (batch size 1) 2025-06-06T00:10:30.6666634Z 2025-06-06T00:10:30.6666974Z WARNING:root:Could not torch.save(model, /pytorch/executorch/arm_test/test_run/qops/model.pth) 2025-06-06T00:10:30.6667846Z Bundle PTE file saved as /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128.bpte 2025-06-06T00:10:30.6668729Z pte_data_size: 6528 /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128.bpte 2025-06-06T00:10:30.6669561Z pte_file: /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128.bpte 2025-06-06T00:10:30.6671707Z + backends/arm/scripts/build_executor_runner.sh --et_build_root=arm_test/test_run --pte=/pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128.bpte --build_type=Release --target=ethos-u55-128 --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram --bundleio --etdump --extra_build_flags= --ethosu_tools_dir=/pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:10:30.6673761Z -------------------------------------------------------------------------------- 2025-06-06T00:10:30.6675572Z Build Arm Baremetal executor_runner for ethos-u55-128 with /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128.bpte using Ethos_U55_High_End_Embedded Shared_Sram to '/pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128/cmake-out' 2025-06-06T00:10:30.6677082Z -------------------------------------------------------------------------------- 2025-06-06T00:10:30.6677776Z Building with BundleIO/etdump/extra flags: -DET_BUNDLE_IO=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON 2025-06-06T00:10:30.6678434Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:10:30.6678855Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:10:30.6679233Z -- Detecting C compiler ABI info 2025-06-06T00:10:30.6679574Z -- Detecting C compiler ABI info - done 2025-06-06T00:10:30.6680523Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:10:30.6681480Z -- Detecting C compile features 2025-06-06T00:10:30.6681805Z -- Detecting C compile features - done 2025-06-06T00:10:30.6682159Z -- Detecting CXX compiler ABI info 2025-06-06T00:10:30.6682496Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:10:30.6683453Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:10:30.6684411Z -- Detecting CXX compile features 2025-06-06T00:10:30.6684748Z -- Detecting CXX compile features - done 2025-06-06T00:10:30.6686064Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform 1916a9c984819c35b19c9e5c4c80d47e4e866420 /pytorch/executorch/examples/arm/ethos-u-setup' 2025-06-06T00:10:30.6687343Z /pytorch/executorch 2025-06-06T00:10:30.6689444Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:1916a9c984819c35b19c9e5c4c80d47e4e866420 patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-06-06T00:10:30.6691026Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform /pytorch/executorch 2025-06-06T00:10:30.6691727Z HEAD is now at 1916a9c Update applications to use ethosu_log lib 2025-06-06T00:10:30.6692268Z Applying: Add got section to the DDR 2025-06-06T00:10:30.6692627Z Applying: Move input_data_sec to NOLOAD area 2025-06-06T00:10:30.6693442Z [patch_repo] Patched core_platform @ tags/25.02-3-gf401aed in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-06-06T00:10:30.6694115Z 2025-06-06T00:10:30.6694233Z /pytorch/executorch 2025-06-06T00:10:30.6694525Z -- SYSTEM_CONFIG is Ethos_U55_High_End_Embedded 2025-06-06T00:10:30.6694909Z -- MEMORY_MODE is Shared_Sram 2025-06-06T00:10:30.6695518Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-06T00:10:30.6696338Z Configuring target corstone-300 2025-06-06T00:10:30.6696694Z -- ******************************************************* 2025-06-06T00:10:34.0499158Z -- PROJECT_NAME : ethosu_core_driver 2025-06-06T00:10:34.0500094Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u55-128 2025-06-06T00:10:34.0500598Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:10:34.0501274Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-06-06T00:10:34.0501922Z -- ETHOSU_LOG_ENABLE : ON 2025-06-06T00:10:34.0502322Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:10:34.0502784Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-06-06T00:10:34.0503233Z -- ******************************************************* 2025-06-06T00:10:34.0504043Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-06-06T00:10:34.0505257Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-06-06T00:10:34.0506387Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-06-06T00:10:34.0507794Z CMake Deprecation Warning at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx/CMakeLists.txt:1 (cmake_minimum_required): 2025-06-06T00:10:34.0508900Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:34.0509362Z CMake. 2025-06-06T00:10:34.0509502Z 2025-06-06T00:10:34.0509758Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:34.0510392Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:34.0510924Z to work with policies introduced by or earlier. 2025-06-06T00:10:34.0511215Z 2025-06-06T00:10:34.0511353Z  2025-06-06T00:10:34.0511611Z -- The ASM compiler identification is GNU 2025-06-06T00:10:34.0512481Z -- Found assembler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc 2025-06-06T00:10:34.0513385Z -- THREADX_ARCH: cortex_m55 2025-06-06T00:10:34.0513746Z -- THREADX_TOOLCHAIN: gnu 2025-06-06T00:10:34.0514041Z -- Using default tx_user.h file 2025-06-06T00:10:34.0514372Z -- ******************************************************* 2025-06-06T00:10:34.0514773Z -- PROJECT_NAME : core_software 2025-06-06T00:10:34.0515199Z -- CORE_SOFTWARE_RTOS : All 2025-06-06T00:10:34.0515823Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-06-06T00:10:34.0516236Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:10:34.0516627Z -- ******************************************************* 2025-06-06T00:10:34.0516982Z -- ******************************************************* 2025-06-06T00:10:34.0517416Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:10:34.0517846Z -- FAST_MEMORY_SIZE : 2025-06-06T00:10:34.0518224Z -- MEMORY_MODEL : dram 2025-06-06T00:10:34.0518599Z -- MEMORY_ARENA : dram 2025-06-06T00:10:34.0518997Z -- TARGET_CPU : cortex-m55 2025-06-06T00:10:34.0519451Z -- CPU_CACHE_ENABLE : OFF 2025-06-06T00:10:34.0519818Z -- ******************************************************* 2025-06-06T00:10:34.0520178Z -- ******************************************************* 2025-06-06T00:10:34.0520594Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:10:34.0521031Z -- TR_ARENA_SIZE : 2025-06-06T00:10:34.0521407Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-06-06T00:10:34.0521799Z -- ******************************************************* 2025-06-06T00:10:34.0522227Z -- ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 0x200000 2025-06-06T00:10:34.0522736Z -- ET_ARM_BAREMETAL_FAST_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 2025-06-06T00:10:34.0523148Z -- Configuring done (2.3s) 2025-06-06T00:10:34.0523445Z -- Generating done (0.3s) 2025-06-06T00:10:34.0524094Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128/cmake-out 2025-06-06T00:10:34.0524910Z [backends/arm/scripts/build_executor_runner.sh] Configured CMAKE 2025-06-06T00:10:34.0525875Z [ 0%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-06-06T00:10:34.0527097Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-06-06T00:10:34.0528357Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-06-06T00:10:34.0529600Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-06-06T00:10:34.0530444Z [ 0%] Generating model_pte.h 2025-06-06T00:10:34.0531380Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u55_u65.c.obj 2025-06-06T00:10:34.0532644Z [ 0%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-06-06T00:10:34.0533545Z [ 0%] Preprocessing and generating linker script 2025-06-06T00:10:34.0534179Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:34.0534933Z : note: this is the location of the previous definition 2025-06-06T00:10:34.0535525Z [ 0%] Built target arm_executor_runner-linker-script 2025-06-06T00:10:34.0536913Z Input: /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128.bpte with 6528 bytes. Output: /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128/cmake-out/model_pte.h with 39454 bytes. Section: network_model_sec. 2025-06-06T00:10:34.0538470Z [ 0%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-06-06T00:10:34.0538929Z [ 0%] Built target gen_model_header 2025-06-06T00:10:34.0539268Z [ 0%] Built target ethosu_uart_cmsdk_apb 2025-06-06T00:10:34.0539780Z [ 33%] Linking C static library libtiming_adapter.a 2025-06-06T00:10:34.0540197Z [ 33%] Built target timing_adapter 2025-06-06T00:10:34.0540688Z [ 66%] Linking C static library libethosu_core_driver.a 2025-06-06T00:10:34.0541158Z [ 66%] Built target ethosu_core_driver 2025-06-06T00:10:34.0541697Z [ 66%] Linking CXX static library libethosu_mailbox.a 2025-06-06T00:10:34.0542128Z [ 66%] Built target ethosu_mailbox 2025-06-06T00:10:34.0542922Z [ 66%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-06-06T00:10:34.0543799Z [ 66%] Linking CXX static library libethosu_mhu_dummy.a 2025-06-06T00:10:34.0544237Z [ 66%] Built target ethosu_mhu_dummy 2025-06-06T00:10:34.0544908Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-06-06T00:10:34.0545808Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-06-06T00:10:34.0547233Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-06-06T00:10:34.0549044Z [ 66%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/retarget.c.obj 2025-06-06T00:10:34.0550863Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/target.cpp.obj 2025-06-06T00:10:34.0552803Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM55/Source/system_ARMCM55.c.obj 2025-06-06T00:10:34.0554814Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM55/Source/startup_ARMCM55.c.obj 2025-06-06T00:10:34.0556776Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-06-06T00:10:34.0557981Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:34.0558734Z : note: this is the location of the previous definition 2025-06-06T00:10:34.0559477Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:34.0560144Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:34.0560924Z : note: this is the location of the previous definition 2025-06-06T00:10:34.0561744Z : note: this is the location of the previous definition 2025-06-06T00:10:34.0562467Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:34.0563206Z : note: this is the location of the previous definition 2025-06-06T00:10:34.0563937Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:34.0564669Z : note: this is the location of the previous definition 2025-06-06T00:10:34.0565404Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:34.0566130Z : note: this is the location of the previous definition 2025-06-06T00:10:34.0566861Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:34.0567608Z : note: this is the location of the previous definition 2025-06-06T00:10:34.0568327Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:34.0569070Z : note: this is the location of the previous definition 2025-06-06T00:10:34.0569739Z [100%] Linking CXX executable arm_executor_runner 2025-06-06T00:10:34.0571098Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.data' can't be allocated in segment 0 2025-06-06T00:10:34.0572472Z LOAD: .text .ARM.extab .ARM.exidx .copy.table .zero.table .data 2025-06-06T00:10:35.9385002Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.rodata' can't be allocated in segment 1 2025-06-06T00:10:35.9387780Z LOAD: .ddr .rodata 2025-06-06T00:10:35.9390065Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-06-06T00:10:35.9392760Z [100%] Built target arm_executor_runner 2025-06-06T00:10:35.9393785Z [backends/arm/scripts/build_executor_runner.sh] Generated baremetal elf file: 2025-06-06T00:10:35.9395406Z /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner 2025-06-06T00:10:35.9396730Z executable_text: 321108 bytes 2025-06-06T00:10:35.9397297Z executable_data: 8760 bytes 2025-06-06T00:10:35.9397834Z executable_bss: 65045300 bytes 2025-06-06T00:10:35.9398389Z + '[' false = false ']' 2025-06-06T00:10:35.9399545Z + elf_file=/pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner 2025-06-06T00:10:35.9402156Z + backends/arm/scripts/run_fvp.sh --elf=/pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner --target=ethos-u55-128 2025-06-06T00:10:35.9404183Z -------------------------------------------------------------------------------- 2025-06-06T00:10:35.9406457Z Running /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner for ethos-u55-128 run with FVP:FVP_Corstone_SSE-300_Ethos-U55 num_macs:128 timeout:600 2025-06-06T00:10:35.9409028Z WARNING: Corstone FVP is not cycle accurate and should NOT be used to determine valid runtime 2025-06-06T00:10:35.9410282Z -------------------------------------------------------------------------------- 2025-06-06T00:10:35.9411295Z telnetterminal0: Listening for serial connection on port 5000 2025-06-06T00:10:35.9412368Z telnetterminal1: Listening for serial connection on port 5001 2025-06-06T00:10:35.9413551Z telnetterminal2: Listening for serial connection on port 5002 2025-06-06T00:10:35.9414625Z telnetterminal5: Listening for serial connection on port 5003 2025-06-06T00:10:35.9415295Z 2025-06-06T00:10:35.9415560Z Ethos-U rev 136b7d75 --- Apr 12 2023 13:44:01 2025-06-06T00:10:35.9416247Z (C) COPYRIGHT 2019-2023 Arm Limited 2025-06-06T00:10:35.9416865Z ALL RIGHTS RESERVED 2025-06-06T00:10:35.9417181Z 2025-06-06T00:10:35.9417689Z I [executorch:arm_executor_runner.cpp:491] PTE in 0x70000000 , Size: 6528 bytes 2025-06-06T00:10:35.9418480Z 2025-06-06T00:10:35.9419035Z I [executorch:arm_executor_runner.cpp:516] PTE Model data loaded. Size: 5152 bytes. 2025-06-06T00:10:35.9419861Z 2025-06-06T00:10:35.9420361Z I [executorch:arm_executor_runner.cpp:529] Model buffer loaded, has 1 methods 2025-06-06T00:10:35.9421147Z 2025-06-06T00:10:35.9421549Z I [executorch:arm_executor_runner.cpp:537] Running method forward 2025-06-06T00:10:35.9422211Z 2025-06-06T00:10:35.9422849Z I [executorch:arm_executor_runner.cpp:548] Setup Method allocator pool. Size: 62914560 bytes. 2025-06-06T00:10:35.9423744Z 2025-06-06T00:10:35.9424279Z I [executorch:arm_executor_runner.cpp:565] Setting up planned buffer 0, size 416. 2025-06-06T00:10:35.9425103Z 2025-06-06T00:10:35.9425470Z I [executorch:arm_executor_runner.cpp:595] Setting up ETDump 2025-06-06T00:10:35.9426091Z 2025-06-06T00:10:35.9426599Z I [executorch:EthosUBackend.cpp:114] EthosUBackend::init 0x700000b0 2025-06-06T00:10:35.9427306Z 2025-06-06T00:10:35.9427816Z I [executorch:arm_executor_runner.cpp:612] Method 'forward' loaded. 2025-06-06T00:10:35.9428582Z 2025-06-06T00:10:35.9428976Z I [executorch:arm_executor_runner.cpp:614] Preparing inputs... 2025-06-06T00:10:35.9429621Z 2025-06-06T00:10:35.9430131Z I [executorch:arm_executor_runner.cpp:621] Input testset[0] from bundled bpte 2025-06-06T00:10:35.9430923Z 2025-06-06T00:10:35.9431276Z I [executorch:arm_executor_runner.cpp:682] Input prepared. 2025-06-06T00:10:35.9431874Z 2025-06-06T00:10:35.9432386Z I [executorch:arm_executor_runner.cpp:684] Starting the model execution... 2025-06-06T00:10:35.9433141Z 2025-06-06T00:10:35.9433489Z I [executorch:arm_perf_monitor.cpp:133] NPU Inferences : 1 2025-06-06T00:10:35.9434101Z 2025-06-06T00:10:35.9434693Z I [executorch:arm_perf_monitor.cpp:134] Profiler report, CPU cycles per operator: 2025-06-06T00:10:35.9435504Z 2025-06-06T00:10:35.9436036Z I [executorch:arm_perf_monitor.cpp:138] ethos-u : cycle_cnt : 22201 cycles 2025-06-06T00:10:35.9436778Z 2025-06-06T00:10:35.9437258Z I [executorch:arm_perf_monitor.cpp:145] Operator(s) total: 22201 CPU cycles 2025-06-06T00:10:35.9438008Z 2025-06-06T00:10:35.9438547Z I [executorch:arm_perf_monitor.cpp:151] Inference runtime: 58278 CPU cycles total 2025-06-06T00:10:35.9439337Z 2025-06-06T00:10:35.9440298Z I [executorch:arm_perf_monitor.cpp:153] NOTE: CPU cycle values and ratio calculations require FPGA and identical CPU/NPU frequency 2025-06-06T00:10:35.9441545Z 2025-06-06T00:10:35.9441980Z I [executorch:arm_perf_monitor.cpp:162] Inference CPU ratio: 99.49 % 2025-06-06T00:10:35.9442664Z 2025-06-06T00:10:35.9443100Z I [executorch:arm_perf_monitor.cpp:166] Inference NPU ratio: 0.51 % 2025-06-06T00:10:35.9443776Z 2025-06-06T00:10:35.9444280Z I [executorch:arm_perf_monitor.cpp:175] cpu_wait_for_npu_cntr : 297 CPU cycles 2025-06-06T00:10:35.9445064Z 2025-06-06T00:10:35.9445421Z I [executorch:arm_perf_monitor.cpp:180] Ethos-U PMU report: 2025-06-06T00:10:35.9446031Z 2025-06-06T00:10:35.9446461Z I [executorch:arm_perf_monitor.cpp:181] ethosu_pmu_cycle_cntr : 1143 2025-06-06T00:10:35.9447163Z 2025-06-06T00:10:35.9447536Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr0 : 31 2025-06-06T00:10:35.9448159Z 2025-06-06T00:10:35.9448543Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr1 : 56 2025-06-06T00:10:35.9449168Z 2025-06-06T00:10:35.9449536Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr2 : 18 2025-06-06T00:10:35.9450174Z 2025-06-06T00:10:35.9450555Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr3 : 905 2025-06-06T00:10:35.9451237Z 2025-06-06T00:10:35.9452744Z I [executorch:arm_perf_monitor.cpp:187] Ethos-U PMU Events:[ETHOSU_PMU_AXI0_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_AXI1_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_AXI0_WR_DATA_BEAT_WRITTEN, ETHOSU_PMU_NPU_IDLE] 2025-06-06T00:10:35.9454498Z 2025-06-06T00:10:35.9455037Z I [executorch:arm_executor_runner.cpp:692] model_pte_program_size: 5152 bytes. 2025-06-06T00:10:35.9455859Z 2025-06-06T00:10:35.9456396Z I [executorch:arm_executor_runner.cpp:693] model_pte_loaded_size: 6528 bytes. 2025-06-06T00:10:35.9457206Z 2025-06-06T00:10:35.9457988Z I [executorch:arm_executor_runner.cpp:707] method_allocator_used: 3383 / 62914560 free: 62911177 ( used: 0 % ) 2025-06-06T00:10:35.9459049Z 2025-06-06T00:10:35.9459569Z I [executorch:arm_executor_runner.cpp:714] method_allocator_planned: 416 bytes 2025-06-06T00:10:35.9460352Z 2025-06-06T00:10:35.9460888Z I [executorch:arm_executor_runner.cpp:716] method_allocator_loaded: 2967 bytes 2025-06-06T00:10:35.9461681Z 2025-06-06T00:10:35.9462186Z I [executorch:arm_executor_runner.cpp:717] method_allocator_input: 0 bytes 2025-06-06T00:10:35.9462964Z 2025-06-06T00:10:35.9463465Z I [executorch:arm_executor_runner.cpp:718] method_allocator_executor: 0 bytes 2025-06-06T00:10:35.9464242Z 2025-06-06T00:10:35.9464990Z I [executorch:arm_executor_runner.cpp:721] peak_temp_allocator: 112 / 2097152 free: 2097152 ( used: 0 % ) 2025-06-06T00:10:35.9466002Z 2025-06-06T00:10:35.9466503Z I [executorch:arm_executor_runner.cpp:737] Model executed successfully. 2025-06-06T00:10:35.9467284Z 2025-06-06T00:10:35.9467592Z I [executorch:arm_executor_runner.cpp:741] 3 outputs: 2025-06-06T00:10:35.9468149Z 2025-06-06T00:10:35.9468592Z I [executorch:arm_executor_runner.cpp:805] Writing etdump.bin [base64] 2025-06-06T00:10:35.9469315Z 2025-06-06T00:10:35.9469466Z #--- 2025-06-06T00:10:35.9469681Z 2025-06-06T00:10:36.5382798Z echo "fAkAAAgAAABFRDAw+P///wwAAAAIAAgAAAAEAAIAAACQCAAABAAAAGz3//94CAAABAAAABsAAADkBwAAuAcAAFQHAAAoBwAAxAYAAJgGAAA0BgAACAYAAHwFAAAgBQAAxAQAAGgEAAAMBAAAsAMAAGQDAAAIAwAArAIAAFACAAAkAgAA+AEAAIwBAABgAQAA9AAAAMgAAABcAAAAMAAAAAQAAACe9///BAAAAHz3//8friAAAAAAAPaEIQAAAAAA/////wAAAADIBwAAxvf//wQAAACU+P//KHYhAAAAAAD2fiEAAAAAAAcAAABcAAAAAAAAAO73//8EAAAAvPj//613IQAAAAAAGnkhAAAAAAAHAAAACAAAAAAAAAAlAAAAbmF0aXZlX2NhbGxfZGVxdWFudGl6ZV9wZXJfdGVuc29yLm91dAAAAA0AAABPUEVSQVRPUl9DQUxMAAAAVvj//wQAAAAk+f//RmYhAAAAAAAUbyEAAAAAAAYAAABcAAAAAAAAAH74//8EAAAATPn//8tnIQAAAAAAOGkhAAAAAAAGAAAACAAAAAAAAAAlAAAAbmF0aXZlX2NhbGxfZGVxdWFudGl6ZV9wZXJfdGVuc29yLm91dAAAAA0AAABPUEVSQVRPUl9DQUxMAAAA5vj//wQAAAC0+f//ZFYhAAAAAAAyXyEAAAAAAAUAAABcAAAAAAAAAA75//8EAAAA3Pn//+lXIQAAAAAAVlkhAAAAAAAFAAAACAAAAAAAAAAlAAAAbmF0aXZlX2NhbGxfZGVxdWFudGl6ZV9wZXJfdGVuc29yLm91dAAAAA0AAABPUEVSQVRPUl9DQUxMAAAAdvn//wQAAABE+v//2/AgAAAAAABQTyEAAAAAAAQAAACsAwAAAAAAAJ75//8EAAAAbPr//0PyIAAAAAAALkkhAAAAAAAEAAAAZAMAAAAAAADG+f//BAAAAJT6///yQSEAAAAAAERDIQAAAAAABAAAAAQAAAAuAAAAK0V0aG9zVUJhY2tlbmQ6OmV4ZWN1dGUoKWhhbmRsZXMub3V0cHV0Lm1vdmUoKQAAHvr//wQAAADs+v//fzkhAAAAAADROiEAAAAAAAQAAAAEAAAALgAAACtFdGhvc1VCYWNrZW5kOjpleGVjdXRlKCloYW5kbGVzLm91dHB1dC5tb3ZlKCkAAHb6//8EAAAARPv//wwxIQAAAAAAXjIhAAAAAAAEAAAABAAAAC4AAAArRXRob3NVQmFja2VuZDo6ZXhlY3V0ZSgpaGFuZGxlcy5vdXRwdXQubW92ZSgpAADO+v//BAAAAJz7///FJSEAAAAAAO8oIQAAAAAABAAAAAQAAAAcAAAAK0V0aG9zVUJhY2tlbmQ6OmV4ZWN1dGUoKU5QVQAAAAAW+///BAAAAOT7//9RHiEAAAAAALMeIQAAAAAABAAAAAQAAAAvAAAAK0V0aG9zVUJhY2tlbmQ6OmV4ZWN1dGUoKWhhbmRsZXMuaW5wdXQubWVtY3B5KCkAbvv//wQAAAA8/P//qxYhAAAAAAABFyEAAAAAAAQAAAAEAAAALwAAACtFdGhvc1VCYWNrZW5kOjpleGVjdXRlKCloYW5kbGVzLmlucHV0Lm1lbWNweSgpAMb7//8EAAAAlPz///kOIQAAAAAAWw8hAAAAAAAEAAAABAAAAC8AAAArRXRob3NVQmFja2VuZDo6ZXhlY3V0ZSgpaGFuZGxlcy5pbnB1dC5tZW1jcHkoKQAe/P//BAAAAOz8//9bByEAAAAAAKkHIQAAAAAABAAAAAQAAAAvAAAAK0V0aG9zVUJhY2tlbmQ6OmV4ZWN1dGUoKWhhbmRsZXMuaW5wdXQubWVtY3B5KCkAdvz//wQAAABE/f//sPogAAAAAADa/yAAAAAAAAQAAAAIAAAAAAAAACgAAAArRXRob3NVQmFja2VuZDo6ZXhlY3V0ZSgpdmVsYV9iaW5fcmVhZCgpAAAAAM78//8EAAAAnP3//5DzIAAAAAAAt/MgAAAAAAAEAAAACAAAAAAAAAAnAAAAK0V0aG9zVUJhY2tlbmQ6OmV4ZWN1dGUoKXByb2Nlc3NlZF9kYXRhABgAAABFdGhvc1VCYWNrZW5kOjpleGVjdXRlKCkAAAAADQAAAERFTEVHQVRFX0NBTEwAAABW/f//BAAAACT+//+24CAAAAAAAMrpIAAAAAAAAwAAAFQAAAAAAAAAfv3//wQAAABM/v//MOIgAAAAAAAW5CAAAAAAAAMAAAAEAAAAIwAAAG5hdGl2ZV9jYWxsX3F1YW50aXplX3Blcl90ZW5zb3Iub3V0AA0AAABPUEVSQVRPUl9DQUxMAAAA3v3//wQAAACs/v//vtAgAAAAAACk2SAAAAAAAAIAAABUAAAAAAAAAAb+//8EAAAA1P7//zjSIAAAAAAA8NMgAAAAAAACAAAABAAAACMAAABuYXRpdmVfY2FsbF9xdWFudGl6ZV9wZXJfdGVuc29yLm91dAANAAAAT1BFUkFUT1JfQ0FMTAAAAGb+//8EAAAANP///5jAIAAAAAAArMkgAAAAAAABAAAAVAAAAAAAAACO/v//BAAAAFz///8SwiAAAAAAAPjDIAAAAAAAAQAAAAQAAAAjAAAAbmF0aXZlX2NhbGxfcXVhbnRpemVfcGVyX3RlbnNvci5vdXQADQAAAE9QRVJBVE9SX0NBTEwAAADu/v//BAAAALz///+DryAAAAAAAIa5IAAAAAAAAAAAAGgAAAAAAAAAFv///wQAAADk/////bAgAAAAAAAlsiAAAAAAAAAAAAAYAAAAFAAcABgAAAAUAAAAAAAAAAQADAAjAAAAbmF0aXZlX2NhbGxfcXVhbnRpemVfcGVyX3RlbnNvci5vdXQADQAAAE9QRVJBVE9SX0NBTEwAAAAPAAAATWV0aG9kOjpleGVjdXRlAAcAAABFeGVjdXRlAPT////AAAAAEAAAAAwADAAEAAAAAAAIAAIAAAAwAAAABAAAAM7///8EAAAArP///8VQEgAAAAAAoRoVAAAAAAD/////AAAAAGAAAAD2////DAAAAAAABgAIAAQA3P///wBTEgAAAAAAkBAVAAAAAAD/////AAAAABwAAAAAAAAAFAAgABwAFAAYAAAAAAAAAAQADAAMAAAATWV0aG9kOjppbml0AAAAABQAAABQcm9ncmFtOjpsb2FkX21ldGhvZAAAAAAHAAAARGVmYXVsdAA" | base64 -d >etdump.bin 2025-06-06T00:10:36.5407285Z 2025-06-06T00:10:36.5407801Z python3 -m devtools.inspector.inspector_cli --etdump_path etdump.bin --source_time_scale cycles --target_time_scale cycles 2025-06-06T00:10:36.5408425Z 2025-06-06T00:10:36.5408525Z #--- 2025-06-06T00:10:36.5408646Z 2025-06-06T00:10:36.5408983Z I [executorch:arm_executor_runner.cpp:839] Model output match expected BundleIO bpte ref data. 2025-06-06T00:10:36.5409450Z 2025-06-06T00:10:36.5409893Z I [executorch:arm_executor_runner.cpp:840] TEST: BundleIO index[0] Test_result: PASS 2025-06-06T00:10:36.5410319Z 2025-06-06T00:10:36.5410550Z I [executorch:arm_executor_runner.cpp:856] Program complete, exiting. 2025-06-06T00:10:36.5410922Z 2025-06-06T00:10:36.5411063Z I [executorch:arm_executor_runner.cpp:860]  2025-06-06T00:10:36.5411473Z Info: /OSCI/SystemC: Simulation stopped by user. 2025-06-06T00:10:36.5411902Z [warning ][main@0][4446 ns] Simulation stopped by user 2025-06-06T00:10:36.5412387Z [backends/arm/scripts/run_fvp.sh] Simulation complete, 0 2025-06-06T00:10:36.5412803Z Checking for problems in log: 2025-06-06T00:10:36.5413108Z No problems found! 2025-06-06T00:10:36.5413388Z + set +x 2025-06-06T00:10:36.5413620Z + cd /pytorch/executorch 2025-06-06T00:10:36.5413877Z + set +x 2025-06-06T00:10:36.5414199Z -------------------------------------------------------------------------------- 2025-06-06T00:10:36.5414768Z Build ExecuTorch target libs Release into 'arm_test/test_run/cmake-out' 2025-06-06T00:10:36.5415341Z -------------------------------------------------------------------------------- 2025-06-06T00:10:36.5415856Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-06T00:10:36.5416254Z + '[' true = true ']' 2025-06-06T00:10:36.5416599Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=ON ' 2025-06-06T00:10:36.5417111Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:10:36.5417553Z + '[' true = true ']' 2025-06-06T00:10:36.5418510Z + build_with_etdump_flags='-DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF ' 2025-06-06T00:10:36.5420416Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF ' 2025-06-06T00:10:36.5422447Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF 2025-06-06T00:10:36.5426344Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_CORTEX_M=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF -Barm_test/test_run/cmake-out /pytorch/executorch 2025-06-06T00:10:36.5429343Z -- --- Configured Options --- 2025-06-06T00:10:36.5429546Z 2025-06-06T00:10:36.5429678Z -- CMAKE_CXX_STANDARD : 17 2025-06-06T00:10:36.5430097Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:10:36.5430526Z -- CMAKE_BUILD_TYPE : Release 2025-06-06T00:10:36.5430936Z -- PYTHON_EXECUTABLE : python 2025-06-06T00:10:36.5431351Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-06T00:10:36.5431990Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-06T00:10:36.5432642Z -- BUCK2 x (unset) 2025-06-06T00:10:36.5433025Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-06T00:10:36.5433422Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-06T00:10:36.5433865Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-06T00:10:36.5434306Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-06T00:10:36.5434915Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-06T00:10:36.5435615Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-06T00:10:36.5436025Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-06T00:10:36.5436443Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-06T00:10:36.5436863Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-06T00:10:36.5437311Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-06T00:10:36.5437785Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-06T00:10:36.5438294Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-06T00:10:36.5438709Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-06T00:10:36.5439111Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-06T00:10:36.5439530Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-06T00:10:36.5439933Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-06T00:10:36.5440343Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-06T00:10:36.5440754Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-06T00:10:36.5441151Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-06T00:10:36.5441560Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-06T00:10:36.5441958Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-06T00:10:36.5442359Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-06T00:10:36.5442742Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-06T00:10:36.5443142Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-06T00:10:36.5443527Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-06T00:10:36.5443921Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-06T00:10:36.5444319Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-06T00:10:36.5444716Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-06T00:10:36.5445118Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-06T00:10:36.5445495Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-06T00:10:36.5445881Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-06T00:10:36.5446262Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-06T00:10:36.5446660Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-06T00:10:36.5447042Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-06T00:10:37.4597502Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-06T00:10:37.4598185Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-06T00:10:37.4598641Z -- EXECUTORCH_USE_DL : ON 2025-06-06T00:10:37.4599111Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-06T00:10:37.4599510Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-06T00:10:37.4599907Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-06T00:10:37.4600299Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:10:37.4600836Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-06T00:10:37.4601441Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-06T00:10:37.4602126Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:10:37.4602722Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-06T00:10:37.4603351Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-06T00:10:37.4603984Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-06T00:10:37.4604599Z -- -------------------------- 2025-06-06T00:10:37.4605321Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-06T00:10:37.4606658Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:10:37.4607743Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:37.4608485Z CMake. 2025-06-06T00:10:37.4608685Z 2025-06-06T00:10:37.4609233Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:37.4610077Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:37.4610758Z to work with policies introduced by or earlier. 2025-06-06T00:10:37.4611055Z 2025-06-06T00:10:37.4611239Z  2025-06-06T00:10:37.4611692Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:10:37.4612459Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:10:37.4613137Z -- Setting GNU C compiler options with c11 and Posix 2025-06-06T00:10:37.4613631Z -- Disabling -pedantic for GCC >= 8.0 2025-06-06T00:10:37.4614424Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-06T00:10:37.4615321Z -- GCC_VERSION: 13.3.1 2025-06-06T00:10:37.4615557Z 2025-06-06T00:10:37.4616744Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Wno-unused-function -Wsign-conversion 2025-06-06T00:10:37.4619133Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-06T00:10:37.4620188Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:37.4620944Z CMake. 2025-06-06T00:10:37.4621093Z 2025-06-06T00:10:37.4621346Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:37.4622145Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:37.4622965Z to work with policies introduced by or earlier. 2025-06-06T00:10:37.4623428Z 2025-06-06T00:10:37.4623657Z  2025-06-06T00:10:37.4623956Z -- Resolved buck2 as buck2. 2025-06-06T00:10:37.4624360Z -- Killing buck2 daemon 2025-06-06T00:10:37.4624700Z 'buck2 killall' 2025-06-06T00:10:37.4625079Z -- executorch: Generating source lists 2025-06-06T00:10:37.4626040Z -- executorch: Using source file list /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:10:37.4627341Z -- executorch: Using sources file /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:10:37.4627997Z -- Generating operator lib: 2025-06-06T00:10:37.4628372Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:10:37.4629022Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:10:37.4629708Z -- ROOT_OPS: 2025-06-06T00:10:37.4630085Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:37.4632508Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-06T00:10:37.4634396Z -- Generating kernel bindings: 2025-06-06T00:10:37.4634799Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:10:37.4635401Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:10:37.4636125Z -- CUSTOM_OPS_YAML: 2025-06-06T00:10:37.4636468Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:37.4639620Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-06T00:10:37.4642651Z -- Generating operator lib: 2025-06-06T00:10:37.4643139Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:10:37.4643528Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:10:37.4643969Z -- DEPS: executorch_core 2025-06-06T00:10:37.4644951Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-06T00:10:37.4645901Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:37.4646628Z CMake. 2025-06-06T00:10:37.4646822Z 2025-06-06T00:10:37.4647278Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:37.4648295Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:37.4649058Z to work with policies introduced by or earlier. 2025-06-06T00:10:37.4649379Z 2025-06-06T00:10:37.4649609Z  2025-06-06T00:10:37.4649915Z -- Generating operator lib: 2025-06-06T00:10:37.4650282Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:10:37.4650977Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:10:37.4651725Z -- ROOT_OPS: 2025-06-06T00:10:37.4651989Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:37.4654014Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/backends/cortex_m/ops/operators.yaml" 2025-06-06T00:10:37.4655810Z -- Generating kernel bindings: 2025-06-06T00:10:37.4656144Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:10:37.4656451Z -- FUNCTIONS_YAML: 2025-06-06T00:10:37.4656896Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:10:37.4657410Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:37.4662319Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:10:37.4666008Z -- Generating operator lib: 2025-06-06T00:10:37.4666356Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:10:37.4666712Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-06T00:10:37.4667089Z -- DEPS: executorch 2025-06-06T00:10:37.4667360Z -- Generating operator lib: 2025-06-06T00:10:37.4667742Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:10:37.4668193Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:10:37.4668675Z -- ROOT_OPS: 2025-06-06T00:10:37.4668911Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:37.4670744Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-06T00:10:37.4672261Z -- Generating kernel bindings: 2025-06-06T00:10:37.4672606Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:10:37.4673018Z -- FUNCTIONS_YAML: 2025-06-06T00:10:37.4673486Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:10:37.4674268Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:37.4678614Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:10:37.4683216Z -- Generating operator lib: 2025-06-06T00:10:37.4683538Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:10:37.4683857Z -- KERNEL_LIBS: quantized_kernels 2025-06-06T00:10:37.4684188Z -- DEPS: executorch_core 2025-06-06T00:10:37.4684564Z -- Configuring done (0.3s) 2025-06-06T00:10:37.4684883Z -- Generating done (0.1s) 2025-06-06T00:10:37.4685362Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out 2025-06-06T00:10:37.4685940Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-06T00:10:37.4686378Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-06T00:10:37.4686760Z [build_executorch.sh] Configured CMAKE 2025-06-06T00:10:37.4687092Z ++ nproc 2025-06-06T00:10:37.4687501Z + cmake --build arm_test/test_run/cmake-out -j8 --target install --config Release -- 2025-06-06T00:10:37.4688589Z [ 3%] Built target flatbuffers_external_project 2025-06-06T00:10:37.4688994Z [ 5%] Built target flatcc_external_project 2025-06-06T00:10:37.4689433Z [ 6%] Built target executorch_delegate_ethos_u 2025-06-06T00:10:37.4689820Z [ 7%] Built target gflags_nothreads_static 2025-06-06T00:10:37.4690166Z [ 7%] Built target common_schema 2025-06-06T00:10:37.4691086Z [ 8%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:10:37.4691685Z [ 8%] Built target program_schema 2025-06-06T00:10:37.4692015Z [ 10%] Built target flatccrt 2025-06-06T00:10:37.4692315Z [ 17%] Built target executorch_core 2025-06-06T00:10:37.4692666Z [ 18%] Built target extension_runner_util 2025-06-06T00:10:37.4693023Z [ 20%] Built target executorch 2025-06-06T00:10:37.4693325Z [ 21%] Built target bundled_program 2025-06-06T00:10:37.4693651Z [ 23%] Built target etdump 2025-06-06T00:10:37.4693941Z [ 24%] Built target cortex_m_kernels 2025-06-06T00:10:37.4694287Z [ 30%] Built target kernels_util_all_deps 2025-06-06T00:10:37.4694632Z [ 31%] Built target cortex_m_ops_lib 2025-06-06T00:10:37.4694974Z [ 35%] Built target quantized_kernels 2025-06-06T00:10:37.4695307Z [ 37%] Built target quantized_ops_lib 2025-06-06T00:10:37.4695650Z [ 99%] Built target portable_kernels 2025-06-06T00:10:37.4695986Z [100%] Built target portable_ops_lib 2025-06-06T00:10:37.4696375Z Install the project... 2025-06-06T00:10:37.4696708Z -- Install configuration: "Release" 2025-06-06T00:10:37.4697225Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:10:37.4697926Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/fxdiv.h 2025-06-06T00:10:37.4698682Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:10:37.4699436Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:10:37.4700387Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-06T00:10:37.4701554Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-06T00:10:37.4702508Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core 2025-06-06T00:10:37.4703385Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-06T00:10:37.4704315Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-06T00:10:37.4705252Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/defines.h 2025-06-06T00:10:37.4706136Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/error.h 2025-06-06T00:10:37.4707026Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-06T00:10:37.4707954Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-06T00:10:37.4708943Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-06T00:10:37.4710035Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-06T00:10:37.4711106Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-06T00:10:37.4712147Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-06T00:10:37.4713213Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-06T00:10:37.4714359Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-06T00:10:37.4715682Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-06T00:10:37.4716883Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-06T00:10:37.4717932Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-06T00:10:37.4718995Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-06T00:10:37.4720159Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-06T00:10:37.4721377Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-06T00:10:37.4722639Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-06T00:10:37.4723825Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-06T00:10:37.4724901Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-06T00:10:37.4725904Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-06T00:10:37.4726888Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-06T00:10:37.4727921Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-06T00:10:37.4728964Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-06T00:10:37.4729997Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-06T00:10:37.4730961Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type 2025-06-06T00:10:37.4731988Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-06T00:10:37.4733111Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-06T00:10:37.4734267Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-06T00:10:37.4735314Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-06T00:10:37.4736354Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-06T00:10:37.4737452Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-06T00:10:37.4738628Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-06T00:10:37.4740021Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-06T00:10:37.4741230Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-06T00:10:37.4742459Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-06T00:10:37.4743751Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-06T00:10:37.4745001Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-06T00:10:37.4746238Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-06T00:10:37.4747465Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-06T00:10:37.4748722Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-06T00:10:37.4749997Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-06T00:10:37.4751210Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-06T00:10:37.4752461Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-06T00:10:37.4754045Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-06T00:10:37.4755360Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-06T00:10:37.4756732Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-06T00:10:37.4757862Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-06T00:10:37.4758942Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-06T00:10:37.4759998Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-06T00:10:37.4761108Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-06T00:10:37.4762205Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-06T00:10:37.4763282Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-06T00:10:37.4764370Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-06T00:10:37.4765493Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-06T00:10:37.4766573Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-06T00:10:37.4767663Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-06T00:10:37.4768957Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-06T00:10:37.4770184Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-06T00:10:37.4771149Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/result.h 2025-06-06T00:10:37.4772065Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/span.h 2025-06-06T00:10:37.4772963Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tag.h 2025-06-06T00:10:37.4976098Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-06T00:10:37.4977470Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-06T00:10:37.4978469Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/test 2025-06-06T00:10:37.4979327Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel 2025-06-06T00:10:37.4980382Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-06T00:10:37.4981450Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-06T00:10:37.4982537Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-06T00:10:37.4983502Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test 2025-06-06T00:10:37.4984444Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-06T00:10:37.4985507Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-06T00:10:37.4986509Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform 2025-06-06T00:10:37.4988632Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-06T00:10:37.4989607Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-06T00:10:37.4990558Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-06T00:10:37.4991531Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-06T00:10:37.4992529Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-06T00:10:37.4993486Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/default 2025-06-06T00:10:37.4994495Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/log.h 2025-06-06T00:10:37.4995439Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-06T00:10:37.4996474Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-06T00:10:37.4997441Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-06T00:10:37.4998398Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/system.h 2025-06-06T00:10:37.4999311Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test 2025-06-06T00:10:37.5000339Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-06T00:10:37.5001915Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-06T00:10:37.5002933Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/types.h 2025-06-06T00:10:37.5003850Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util 2025-06-06T00:10:37.5004929Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-06T00:10:37.5006220Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-06T00:10:37.5007284Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/test 2025-06-06T00:10:37.5008290Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-06T00:10:37.5009244Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor 2025-06-06T00:10:37.5010134Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-06T00:10:37.5011137Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-06T00:10:37.5012194Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-06T00:10:37.5013341Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-06T00:10:37.5014792Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/test 2025-06-06T00:10:37.5015670Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool 2025-06-06T00:10:37.5016657Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-06T00:10:37.5017663Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/test 2025-06-06T00:10:37.5018664Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-06T00:10:37.5019750Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-06T00:10:37.5020648Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:10:37.5021381Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:10:37.5022381Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-06T00:10:37.5023244Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:10:37.5024003Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:10:37.5024949Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-06T00:10:37.5026090Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-06T00:10:37.5027254Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libetdump.a 2025-06-06T00:10:37.5028303Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libbundled_program.a 2025-06-06T00:10:37.5029091Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:10:37.5029867Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:10:37.5030638Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:10:37.5031509Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-06T00:10:37.5032545Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-06T00:10:37.5033235Z + set +x 2025-06-06T00:10:37.5042489Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:10:37.5043415Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:10:37.5044552Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:10:37.5045548Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 6 00:08 arm_test/test_run/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-06T00:10:37.5046463Z -rw-r--r--. 1 ci-user ci-user 19348 Jun 6 00:08 arm_test/test_run/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-06T00:10:37.5047388Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:08 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-06T00:10:37.5048259Z -rw-r--r--. 1 ci-user ci-user 8248 Jun 6 00:08 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-06T00:10:37.5049200Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 6 00:08 arm_test/test_run/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-06T00:10:37.5050198Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:10 arm_test/test_run/cmake-out/kernels/portable/libportable_kernels.a 2025-06-06T00:10:37.5051066Z -rw-r--r--. 1 ci-user ci-user 255806 Jun 6 00:10 arm_test/test_run/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-06T00:10:37.5051956Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:08 arm_test/test_run/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-06T00:10:37.5053047Z -rw-r--r--. 1 ci-user ci-user 32660 Jun 6 00:08 arm_test/test_run/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-06T00:10:37.5055018Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:08 arm_test/test_run/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-06T00:10:37.5056826Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:10 arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:10:37.5058437Z -rw-r--r--. 1 ci-user ci-user 255806 Jun 6 00:10 arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:10:37.5060042Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:10:37.5061567Z -rw-r--r--. 1 ci-user ci-user 189584 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:10:37.5062926Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:10:48.4221452Z -rw-r--r--. 1 ci-user ci-user 8248 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:10:48.4222499Z -rw-r--r--. 1 ci-user ci-user 45288 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libetdump.a 2025-06-06T00:10:48.4223880Z -rw-r--r--. 1 ci-user ci-user 14436 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libbundled_program.a 2025-06-06T00:10:48.4224699Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:10:48.4225477Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:10:48.4226249Z -rw-r--r--. 1 ci-user ci-user 32660 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:10:48.4226982Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 6 00:10 arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:10:48.4227773Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:04 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:10:48.4228580Z -rw-r--r--. 1 ci-user ci-user 45288 Jun 6 00:08 arm_test/test_run/cmake-out/devtools/etdump/libetdump.a 2025-06-06T00:10:48.4229417Z -rw-r--r--. 1 ci-user ci-user 14436 Jun 6 00:08 arm_test/test_run/cmake-out/devtools/bundled_program/libbundled_program.a 2025-06-06T00:10:48.4230252Z -rw-r--r--. 1 ci-user ci-user 189584 Jun 6 00:08 arm_test/test_run/cmake-out/libexecutorch_core.a 2025-06-06T00:10:48.4230945Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:08 arm_test/test_run/cmake-out/libexecutorch.a 2025-06-06T00:10:48.4231546Z -------------------------------------------------------------------------------- 2025-06-06T00:10:48.4232407Z Build ExecuTorch Libraries Release portable kernels: aten::sub.out,aten::add.out,aten::mul.out into 'arm_test/test_run/cmake-out' 2025-06-06T00:10:48.4233329Z -------------------------------------------------------------------------------- 2025-06-06T00:10:48.4235104Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_SELECT_OPS_LIST=aten::sub.out,aten::add.out,aten::mul.out -Barm_test/test_run/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-06-06T00:10:48.4237229Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-06-06T00:10:48.4237805Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-06T00:10:48.4238446Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-06T00:10:48.4239106Z cmake_policy command to set the policy and suppress this warning. 2025-06-06T00:10:48.4239470Z 2025-06-06T00:10:48.4239602Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-06T00:10:48.4239849Z 2025-06-06T00:10:48.4239995Z /pytorch/executorch/examples/arm/../.. 2025-06-06T00:10:48.4240242Z 2025-06-06T00:10:48.4240509Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-06T00:10:48.4241075Z .cmake module might still use it. 2025-06-06T00:10:48.4241593Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-06T00:10:48.4242110Z  2025-06-06T00:10:48.4242469Z extension_data_loader library is not found. 2025-06-06T00:10:48.4243116Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4243706Z extension_flat_tensor library is not found. 2025-06-06T00:10:48.4244291Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4244882Z coreml_util library is not found. 2025-06-06T00:10:48.4245461Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4246069Z coreml_inmemoryfs library is not found. 2025-06-06T00:10:48.4246612Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4247209Z coremldelegate library is not found. 2025-06-06T00:10:48.4247805Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4248381Z mpsdelegate library is not found. 2025-06-06T00:10:48.4248910Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4249487Z neuron_backend library is not found. 2025-06-06T00:10:48.4250135Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4250746Z qnn_executorch_backend library is not found. 2025-06-06T00:10:48.4251320Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4251894Z custom_ops library is not found. 2025-06-06T00:10:48.4252485Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4253080Z extension_module library is not found. 2025-06-06T00:10:48.4253621Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4254252Z extension_module_static library is not found. 2025-06-06T00:10:48.4254879Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4255469Z extension_tensor library is not found. 2025-06-06T00:10:48.4256038Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4256615Z extension_threadpool library is not found. 2025-06-06T00:10:48.4257231Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4257770Z extension_training library is not found. 2025-06-06T00:10:48.4258339Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4258906Z xnnpack_backend library is not found. 2025-06-06T00:10:48.4259450Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4259990Z XNNPACK library is not found. 2025-06-06T00:10:48.4260595Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4261144Z microkernels-prod library is not found. 2025-06-06T00:10:48.4261695Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4262202Z kleidiai library is not found. 2025-06-06T00:10:48.4262705Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4263212Z cpuinfo library is not found. 2025-06-06T00:10:48.4263715Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4264229Z pthreadpool library is not found. 2025-06-06T00:10:48.4264864Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4265387Z vulkan_backend library is not found. 2025-06-06T00:10:48.4265925Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4266446Z optimized_kernels library is not found. 2025-06-06T00:10:48.4266992Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4267555Z optimized_portable_kernels library is not found. 2025-06-06T00:10:48.4268147Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4268645Z cpublas library is not found. 2025-06-06T00:10:48.4269166Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4269670Z eigen_blas library is not found. 2025-06-06T00:10:48.4270197Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4270729Z optimized_ops_lib library is not found. 2025-06-06T00:10:48.4271291Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4271923Z optimized_native_cpu_ops_lib library is not found. 2025-06-06T00:10:48.4272509Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4273053Z quantized_ops_aot_lib library is not found. 2025-06-06T00:10:48.4273603Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:48.4274066Z -- Generating operator lib: 2025-06-06T00:10:48.4274385Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:10:48.4274699Z -- OPS_SCHEMA_YAML: 2025-06-06T00:10:48.4275052Z -- ROOT_OPS: aten::sub.out,aten::add.out,aten::mul.out 2025-06-06T00:10:48.4275429Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:48.4277121Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::sub.out,aten::add.out,aten::mul.out" 2025-06-06T00:10:48.4278361Z -- Generating kernel bindings: 2025-06-06T00:10:48.4278689Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:10:48.4279254Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-06-06T00:10:48.4279823Z -- CUSTOM_OPS_YAML: 2025-06-06T00:10:48.4280113Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:48.4280434Z -- Generating operator lib: 2025-06-06T00:10:48.4280743Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:10:48.4281063Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:10:48.4281378Z -- DEPS: executorch 2025-06-06T00:10:48.4281644Z -- Configuring done (0.0s) 2025-06-06T00:10:48.4281948Z -- Generating done (0.0s) 2025-06-06T00:10:48.4282473Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out/examples/arm 2025-06-06T00:10:48.4283038Z ++ nproc 2025-06-06T00:10:48.4283440Z + cmake --build arm_test/test_run/cmake-out/examples/arm -j8 --config Release -- 2025-06-06T00:10:48.4284188Z [ 25%] Generating selected_operators.yaml for arm_portable_ops_lib 2025-06-06T00:10:48.4284775Z aten::sub.out,aten::add.out,aten::mul.out 2025-06-06T00:10:48.4285259Z [ 50%] Generating code for kernel registration 2025-06-06T00:10:48.4286332Z [ 75%] Building CXX object CMakeFiles/arm_portable_ops_lib.dir/arm_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:10:48.4287373Z [100%] Linking CXX static library libarm_portable_ops_lib.a 2025-06-06T00:10:48.4288058Z [100%] Built target arm_portable_ops_lib 2025-06-06T00:10:48.4288390Z + set +x 2025-06-06T00:10:48.4288746Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:10:48.4289494Z -rw-r--r--. 1 ci-user ci-user 6224 Jun 6 00:10 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:10:48.4290174Z -------------------------------------------------------------------------------- 2025-06-06T00:10:48.4290763Z Running e2e flow for model 'qops' with flags ' --quantize ' 2025-06-06T00:10:48.4291249Z -------------------------------------------------------------------------------- 2025-06-06T00:10:48.4292960Z CALL python3 -m examples.arm.aot_arm_compiler --model_name=qops --target=ethos-u55-128 --quantize --intermediate=/pytorch/executorch/arm_test/test_run/qops --output=/pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128.bpte --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram --bundleio 2025-06-06T00:10:48.4294798Z WARNING:root:Could not torch.save(model, /pytorch/executorch/arm_test/test_run/qops/model.pth) 2025-06-06T00:10:48.4295614Z Bundle PTE file saved as /pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128.bpte 2025-06-06T00:10:48.4296422Z pte_data_size: 7808 /pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128.bpte 2025-06-06T00:10:51.7971823Z pte_file: /pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128.bpte 2025-06-06T00:10:51.7975754Z + backends/arm/scripts/build_executor_runner.sh --et_build_root=arm_test/test_run --pte=/pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128.bpte --build_type=Release --target=ethos-u55-128 --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram --bundleio --etdump --extra_build_flags= --ethosu_tools_dir=/pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:10:51.7979299Z -------------------------------------------------------------------------------- 2025-06-06T00:10:51.7981979Z Build Arm Baremetal executor_runner for ethos-u55-128 with /pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128.bpte using Ethos_U55_High_End_Embedded Shared_Sram to '/pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128/cmake-out' 2025-06-06T00:10:51.7984691Z -------------------------------------------------------------------------------- 2025-06-06T00:10:51.7985980Z Building with BundleIO/etdump/extra flags: -DET_BUNDLE_IO=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON 2025-06-06T00:10:51.7987234Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:10:51.7988146Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:10:51.7988795Z -- Detecting C compiler ABI info 2025-06-06T00:10:51.7989355Z -- Detecting C compiler ABI info - done 2025-06-06T00:10:51.7991097Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:10:51.7993017Z -- Detecting C compile features 2025-06-06T00:10:51.7993556Z -- Detecting C compile features - done 2025-06-06T00:10:51.7994142Z -- Detecting CXX compiler ABI info 2025-06-06T00:10:51.7994715Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:10:51.7996094Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:10:51.7997916Z -- Detecting CXX compile features 2025-06-06T00:10:51.7998607Z -- Detecting CXX compile features - done 2025-06-06T00:10:51.8001083Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform 1916a9c984819c35b19c9e5c4c80d47e4e866420 /pytorch/executorch/examples/arm/ethos-u-setup' 2025-06-06T00:10:51.8003645Z /pytorch/executorch 2025-06-06T00:10:51.8005991Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:1916a9c984819c35b19c9e5c4c80d47e4e866420 patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-06-06T00:10:51.8008888Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform /pytorch/executorch 2025-06-06T00:10:51.8010244Z HEAD is now at 1916a9c Update applications to use ethosu_log lib 2025-06-06T00:10:51.8011100Z Applying: Add got section to the DDR 2025-06-06T00:10:51.8011767Z Applying: Move input_data_sec to NOLOAD area 2025-06-06T00:10:51.8013395Z [patch_repo] Patched core_platform @ tags/25.02-3-g8148d69 in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-06-06T00:10:51.8014624Z 2025-06-06T00:10:51.8014804Z /pytorch/executorch 2025-06-06T00:10:51.8015345Z -- SYSTEM_CONFIG is Ethos_U55_High_End_Embedded 2025-06-06T00:10:51.8016032Z -- MEMORY_MODE is Shared_Sram 2025-06-06T00:10:51.8017134Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-06T00:10:51.8018690Z Configuring target corstone-300 2025-06-06T00:10:51.8019365Z -- ******************************************************* 2025-06-06T00:10:51.8020123Z -- PROJECT_NAME : ethosu_core_driver 2025-06-06T00:10:51.8020996Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u55-128 2025-06-06T00:10:51.8021846Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:10:51.8023099Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-06-06T00:10:51.8024328Z -- ETHOSU_LOG_ENABLE : ON 2025-06-06T00:10:51.8025049Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:10:51.8025902Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-06-06T00:10:51.8026779Z -- ******************************************************* 2025-06-06T00:10:51.8028015Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-06-06T00:10:51.8029811Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-06-06T00:10:51.8032046Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-06-06T00:10:51.8034779Z CMake Deprecation Warning at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx/CMakeLists.txt:1 (cmake_minimum_required): 2025-06-06T00:10:51.8037031Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:51.8037913Z CMake. 2025-06-06T00:10:51.8038141Z 2025-06-06T00:10:51.8038599Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:51.8039729Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:51.8040719Z to work with policies introduced by or earlier. 2025-06-06T00:10:51.8041270Z 2025-06-06T00:10:51.8041533Z  2025-06-06T00:10:51.8041973Z -- The ASM compiler identification is GNU 2025-06-06T00:10:51.8043653Z -- Found assembler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc 2025-06-06T00:10:51.8045237Z -- THREADX_ARCH: cortex_m55 2025-06-06T00:10:51.8045734Z -- THREADX_TOOLCHAIN: gnu 2025-06-06T00:10:51.8046253Z -- Using default tx_user.h file 2025-06-06T00:10:51.8046788Z -- ******************************************************* 2025-06-06T00:10:51.8047525Z -- PROJECT_NAME : core_software 2025-06-06T00:10:51.8048285Z -- CORE_SOFTWARE_RTOS : All 2025-06-06T00:10:51.8048995Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-06-06T00:10:51.8049733Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:10:51.8050554Z -- ******************************************************* 2025-06-06T00:10:51.8051290Z -- ******************************************************* 2025-06-06T00:10:51.8052046Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:10:51.8052848Z -- FAST_MEMORY_SIZE : 2025-06-06T00:10:51.8053514Z -- MEMORY_MODEL : dram 2025-06-06T00:10:51.8054218Z -- MEMORY_ARENA : dram 2025-06-06T00:10:51.8054937Z -- TARGET_CPU : cortex-m55 2025-06-06T00:10:51.8055676Z -- CPU_CACHE_ENABLE : OFF 2025-06-06T00:10:51.8056350Z -- ******************************************************* 2025-06-06T00:10:51.8057065Z -- ******************************************************* 2025-06-06T00:10:51.8057854Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:10:51.8058665Z -- TR_ARENA_SIZE : 2025-06-06T00:10:51.8059400Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-06-06T00:10:51.8060106Z -- ******************************************************* 2025-06-06T00:10:51.8060904Z -- ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 0x200000 2025-06-06T00:10:51.8061749Z -- ET_ARM_BAREMETAL_FAST_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 2025-06-06T00:10:51.8062438Z -- Configuring done (2.4s) 2025-06-06T00:10:51.8062939Z -- Generating done (0.3s) 2025-06-06T00:10:51.8063951Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128/cmake-out 2025-06-06T00:10:51.8065356Z [backends/arm/scripts/build_executor_runner.sh] Configured CMAKE 2025-06-06T00:10:51.8067327Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-06-06T00:10:51.8069650Z [ 0%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-06-06T00:10:51.8071241Z [ 0%] Preprocessing and generating linker script 2025-06-06T00:10:51.8072123Z [ 0%] Generating model_pte.h 2025-06-06T00:10:51.8073777Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-06-06T00:10:51.8076233Z [ 0%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-06-06T00:10:51.8078661Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-06-06T00:10:51.8081016Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u55_u65.c.obj 2025-06-06T00:10:51.8082876Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:51.8084226Z : note: this is the location of the previous definition 2025-06-06T00:10:51.8085299Z [ 0%] Built target arm_executor_runner-linker-script 2025-06-06T00:10:51.8087896Z Input: /pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128.bpte with 7808 bytes. Output: /pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128/cmake-out/model_pte.h with 47174 bytes. Section: network_model_sec. 2025-06-06T00:10:51.8090274Z [ 0%] Built target gen_model_header 2025-06-06T00:10:51.8091276Z [ 0%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-06-06T00:10:51.8092141Z [ 0%] Built target ethosu_uart_cmsdk_apb 2025-06-06T00:10:51.8093032Z [ 33%] Linking C static library libtiming_adapter.a 2025-06-06T00:10:51.8093793Z [ 33%] Built target timing_adapter 2025-06-06T00:10:51.8094631Z [ 33%] Linking CXX static library libethosu_mailbox.a 2025-06-06T00:10:51.8095645Z [ 66%] Linking C static library libethosu_core_driver.a 2025-06-06T00:10:51.8096465Z [ 66%] Built target ethosu_mailbox 2025-06-06T00:10:51.8098058Z [ 66%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-06-06T00:10:51.8099488Z [ 66%] Built target ethosu_core_driver 2025-06-06T00:10:51.8100454Z [ 66%] Linking CXX static library libethosu_mhu_dummy.a 2025-06-06T00:10:51.8101291Z [ 66%] Built target ethosu_mhu_dummy 2025-06-06T00:10:51.8102519Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-06-06T00:10:51.8104304Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-06-06T00:10:55.0797958Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-06-06T00:10:55.0800122Z [ 66%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/retarget.c.obj 2025-06-06T00:10:55.0801956Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/target.cpp.obj 2025-06-06T00:10:55.0803914Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM55/Source/startup_ARMCM55.c.obj 2025-06-06T00:10:55.0805938Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM55/Source/system_ARMCM55.c.obj 2025-06-06T00:10:55.0807796Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-06-06T00:10:55.0808992Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:55.0809762Z : note: this is the location of the previous definition 2025-06-06T00:10:55.0810493Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:55.0811242Z : note: this is the location of the previous definition 2025-06-06T00:10:55.0811963Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:55.0812705Z : note: this is the location of the previous definition 2025-06-06T00:10:55.0813527Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:55.0814263Z : note: this is the location of the previous definition 2025-06-06T00:10:55.0815002Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:55.0815730Z : note: this is the location of the previous definition 2025-06-06T00:10:55.0816464Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:55.0817424Z : note: this is the location of the previous definition 2025-06-06T00:10:55.0818178Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:55.0818921Z : note: this is the location of the previous definition 2025-06-06T00:10:55.0819643Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:10:55.0820389Z : note: this is the location of the previous definition 2025-06-06T00:10:55.0821061Z [100%] Linking CXX executable arm_executor_runner 2025-06-06T00:10:55.0822398Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.data' can't be allocated in segment 0 2025-06-06T00:10:55.0823863Z LOAD: .text .ARM.extab .ARM.exidx .copy.table .zero.table .data 2025-06-06T00:10:55.0825241Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.rodata' can't be allocated in segment 1 2025-06-06T00:10:55.0826483Z LOAD: .ddr .rodata 2025-06-06T00:10:55.0827633Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-06-06T00:10:55.0828870Z [100%] Built target arm_executor_runner 2025-06-06T00:10:55.0829443Z [backends/arm/scripts/build_executor_runner.sh] Generated baremetal elf file: 2025-06-06T00:10:55.0830281Z /pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128/cmake-out/arm_executor_runner 2025-06-06T00:10:55.0830884Z executable_text: 475100 bytes 2025-06-06T00:10:55.0831201Z executable_data: 10692 bytes 2025-06-06T00:10:55.0831501Z executable_bss: 65045332 bytes 2025-06-06T00:10:55.0831804Z + '[' false = false ']' 2025-06-06T00:10:55.0832367Z + elf_file=/pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128/cmake-out/arm_executor_runner 2025-06-06T00:10:55.0833579Z + backends/arm/scripts/run_fvp.sh --elf=/pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128/cmake-out/arm_executor_runner --target=ethos-u55-128 2025-06-06T00:10:55.0834557Z -------------------------------------------------------------------------------- 2025-06-06T00:10:55.0835736Z Running /pytorch/executorch/arm_test/test_run/qops/qops_arm_ethos-u55-128/cmake-out/arm_executor_runner for ethos-u55-128 run with FVP:FVP_Corstone_SSE-300_Ethos-U55 num_macs:128 timeout:600 2025-06-06T00:10:55.0837004Z WARNING: Corstone FVP is not cycle accurate and should NOT be used to determine valid runtime 2025-06-06T00:10:55.0837649Z -------------------------------------------------------------------------------- 2025-06-06T00:10:55.0838200Z telnetterminal0: Listening for serial connection on port 5000 2025-06-06T00:10:55.0838765Z telnetterminal1: Listening for serial connection on port 5001 2025-06-06T00:10:55.0839308Z telnetterminal2: Listening for serial connection on port 5002 2025-06-06T00:10:55.0839863Z telnetterminal5: Listening for serial connection on port 5003 2025-06-06T00:10:55.0840203Z 2025-06-06T00:10:55.0840343Z Ethos-U rev 136b7d75 --- Apr 12 2023 13:44:01 2025-06-06T00:10:55.0840781Z (C) COPYRIGHT 2019-2023 Arm Limited 2025-06-06T00:10:55.0841105Z ALL RIGHTS RESERVED 2025-06-06T00:10:55.0841287Z 2025-06-06T00:10:55.0841549Z I [executorch:arm_executor_runner.cpp:491] PTE in 0x70000000 , Size: 7808 bytes 2025-06-06T00:10:55.0841949Z 2025-06-06T00:10:55.0842253Z I [executorch:arm_executor_runner.cpp:516] PTE Model data loaded. Size: 6448 bytes. 2025-06-06T00:10:55.0842671Z 2025-06-06T00:10:55.0842932Z I [executorch:arm_executor_runner.cpp:529] Model buffer loaded, has 1 methods 2025-06-06T00:10:55.0843345Z 2025-06-06T00:10:55.0843556Z I [executorch:arm_executor_runner.cpp:537] Running method forward 2025-06-06T00:10:55.0843892Z 2025-06-06T00:10:55.0844225Z I [executorch:arm_executor_runner.cpp:548] Setup Method allocator pool. Size: 62914560 bytes. 2025-06-06T00:10:55.0844679Z 2025-06-06T00:10:55.0844956Z I [executorch:arm_executor_runner.cpp:565] Setting up planned buffer 0, size 672. 2025-06-06T00:10:55.0845362Z 2025-06-06T00:10:55.0845570Z I [executorch:arm_executor_runner.cpp:595] Setting up ETDump 2025-06-06T00:10:55.0845887Z 2025-06-06T00:10:55.0846106Z I [executorch:arm_executor_runner.cpp:612] Method 'forward' loaded. 2025-06-06T00:10:55.0846467Z 2025-06-06T00:10:55.0846675Z I [executorch:arm_executor_runner.cpp:614] Preparing inputs... 2025-06-06T00:10:55.0847002Z 2025-06-06T00:10:55.0847282Z I [executorch:arm_executor_runner.cpp:621] Input testset[0] from bundled bpte 2025-06-06T00:10:55.0847671Z 2025-06-06T00:10:55.0847897Z I [executorch:arm_executor_runner.cpp:682] Input prepared. 2025-06-06T00:10:55.0848253Z 2025-06-06T00:10:55.0848506Z I [executorch:arm_executor_runner.cpp:684] Starting the model execution... 2025-06-06T00:10:55.0848891Z 2025-06-06T00:10:55.0849075Z I [executorch:arm_perf_monitor.cpp:133] NPU Inferences : 0 2025-06-06T00:10:55.0849392Z 2025-06-06T00:10:55.0849673Z I [executorch:arm_perf_monitor.cpp:134] Profiler report, CPU cycles per operator: 2025-06-06T00:10:55.0850081Z 2025-06-06T00:10:55.0850327Z I [executorch:arm_perf_monitor.cpp:138] ethos-u : cycle_cnt : 0 cycles 2025-06-06T00:10:55.0850681Z 2025-06-06T00:10:55.0850918Z I [executorch:arm_perf_monitor.cpp:145] Operator(s) total: 0 CPU cycles 2025-06-06T00:10:55.0851337Z 2025-06-06T00:10:55.0851611Z I [executorch:arm_perf_monitor.cpp:151] Inference runtime: 82055 CPU cycles total 2025-06-06T00:10:55.0852010Z 2025-06-06T00:10:55.0852507Z I [executorch:arm_perf_monitor.cpp:153] NOTE: CPU cycle values and ratio calculations require FPGA and identical CPU/NPU frequency 2025-06-06T00:10:55.0853129Z 2025-06-06T00:10:55.0853354Z I [executorch:arm_perf_monitor.cpp:162] Inference CPU ratio: 100.00 % 2025-06-06T00:10:55.0853718Z 2025-06-06T00:10:55.0853937Z I [executorch:arm_perf_monitor.cpp:166] Inference NPU ratio: 0.00 % 2025-06-06T00:10:55.0854281Z 2025-06-06T00:10:55.0854532Z I [executorch:arm_perf_monitor.cpp:175] cpu_wait_for_npu_cntr : 0 CPU cycles 2025-06-06T00:10:55.0854926Z 2025-06-06T00:10:55.0855115Z I [executorch:arm_perf_monitor.cpp:180] Ethos-U PMU report: 2025-06-06T00:10:55.0855426Z 2025-06-06T00:10:55.0855649Z I [executorch:arm_perf_monitor.cpp:181] ethosu_pmu_cycle_cntr : 0 2025-06-06T00:10:55.0855981Z 2025-06-06T00:10:55.0856172Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr0 : 0 2025-06-06T00:10:55.0856500Z 2025-06-06T00:10:55.0856690Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr1 : 0 2025-06-06T00:10:55.0857003Z 2025-06-06T00:10:55.0857189Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr2 : 0 2025-06-06T00:10:55.0857517Z 2025-06-06T00:10:55.0857709Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr3 : 0 2025-06-06T00:10:55.0858016Z 2025-06-06T00:10:55.0858785Z I [executorch:arm_perf_monitor.cpp:187] Ethos-U PMU Events:[ETHOSU_PMU_AXI0_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_AXI1_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_AXI0_WR_DATA_BEAT_WRITTEN, ETHOSU_PMU_NPU_IDLE] 2025-06-06T00:10:55.0859660Z 2025-06-06T00:10:55.0859940Z I [executorch:arm_executor_runner.cpp:692] model_pte_program_size: 6448 bytes. 2025-06-06T00:10:55.0860366Z 2025-06-06T00:10:55.0860677Z I [executorch:arm_executor_runner.cpp:693] model_pte_loaded_size: 7808 bytes. 2025-06-06T00:10:55.0861084Z 2025-06-06T00:10:55.0861496Z I [executorch:arm_executor_runner.cpp:707] method_allocator_used: 6900 / 62914560 free: 62907660 ( used: 0 % ) 2025-06-06T00:10:55.0862029Z 2025-06-06T00:10:55.0862300Z I [executorch:arm_executor_runner.cpp:714] method_allocator_planned: 672 bytes 2025-06-06T00:10:55.0862711Z 2025-06-06T00:10:55.0862982Z I [executorch:arm_executor_runner.cpp:716] method_allocator_loaded: 6228 bytes 2025-06-06T00:10:55.0863381Z 2025-06-06T00:10:55.0863652Z I [executorch:arm_executor_runner.cpp:717] method_allocator_input: 0 bytes 2025-06-06T00:10:55.0864041Z 2025-06-06T00:10:55.0864300Z I [executorch:arm_executor_runner.cpp:718] method_allocator_executor: 0 bytes 2025-06-06T00:10:55.0864703Z 2025-06-06T00:10:55.0865071Z I [executorch:arm_executor_runner.cpp:721] peak_temp_allocator: 0 / 2097152 free: 2097152 ( used: 0 % ) 2025-06-06T00:10:55.0865578Z 2025-06-06T00:10:55.0865817Z I [executorch:arm_executor_runner.cpp:737] Model executed successfully. 2025-06-06T00:10:55.0866194Z 2025-06-06T00:10:55.0866361Z I [executorch:arm_executor_runner.cpp:741] 3 outputs: 2025-06-06T00:10:55.0866650Z 2025-06-06T00:10:55.0866894Z I [executorch:arm_executor_runner.cpp:805] Writing etdump.bin [base64] 2025-06-06T00:10:55.0867253Z 2025-06-06T00:10:55.0867338Z #--- 2025-06-06T00:10:55.0867475Z 2025-06-06T00:10:55.6615301Z echo "ZAsAAAwAAABFRDAwAAAAAPj///8MAAAACAAIAAAABAACAAAAdAoAAAQAAACI9f//XAoAAAQAAAAkAAAAyAkAAJwJAAAwCQAABAkAAKAIAAB0CAAACAgAANwHAAB4BwAATAcAAOAGAAC0BgAAUAYAACQGAAC4BQAAjAUAAFAFAADsBAAAwAQAAFQEAAAoBAAAvAMAAJADAABUAwAA8AIAAMQCAABYAgAALAIAAMABAACUAQAAWAEAAPQAAADIAAAAXAAAADAAAAAEAAAA3vX//wQAAAC89f//siAfAAAAAABsVCAAAAAAAP////8AAAAAiAkAAAb2//8EAAAA1Pb//6JFIAAAAAAAbk4gAAAAAAASAAAAXAAAAAAAAAAu9v//BAAAAPz2//8nRyAAAAAAAJRIIAAAAAAAEgAAAAgAAAAAAAAAJQAAAG5hdGl2ZV9jYWxsX2RlcXVhbnRpemVfcGVyX3RlbnNvci5vdXQAAAANAAAAT1BFUkFUT1JfQ0FMTAAAAJb2//8EAAAAZPf//3w1IAAAAAAAkD4gAAAAAAARAAAAVAAAAAAAAAC+9v//BAAAAIz3///2NiAAAAAAANw4IAAAAAAAEQAAAAQAAAAjAAAAbmF0aXZlX2NhbGxfcXVhbnRpemVfcGVyX3RlbnNvci5vdXQADQAAAE9QRVJBVE9SX0NBTEwAAAAe9///BAAAAOz3//8mKCAAAAAAAJAuIAAAAAAAEAAAAAQAAAANAAAAT1BFUkFUT1JfQ0FMTAAAAFb3//8EAAAAJPj//0gYIAAAAAAAFCEgAAAAAAAPAAAAXAAAAAAAAAB+9///BAAAAEz4///NGSAAAAAAADobIAAAAAAADwAAAAgAAAAAAAAAJQAAAG5hdGl2ZV9jYWxsX2RlcXVhbnRpemVfcGVyX3RlbnNvci5vdXQAAAANAAAAT1BFUkFUT1JfQ0FMTAAAAOb3//8EAAAAtPj//2oIIAAAAAAANhEgAAAAAAAOAAAAXAAAAAAAAAAO+P//BAAAANz4///vCSAAAAAAAFwLIAAAAAAADgAAAAgAAAAAAAAAJQAAAG5hdGl2ZV9jYWxsX2RlcXVhbnRpemVfcGVyX3RlbnNvci5vdXQAAAANAAAAT1BFUkFUT1JfQ0FMTAAAAHb4//8EAAAARPn//0T4HwAAAAAAWAEgAAAAAAANAAAAVAAAAAAAAACe+P//BAAAAGz5//+++R8AAAAAAKT7HwAAAAAADQAAAAQAAAAjAAAAbmF0aXZlX2NhbGxfcXVhbnRpemVfcGVyX3RlbnNvci5vdXQADQAAAE9QRVJBVE9SX0NBTEwAAAD++P//BAAAAMz5//9+5R8AAAAAAFjxHwAAAAAADAAAAAQAAAANAAAAT1BFUkFUT1JfQ0FMTAAAADb5//8EAAAABPr//6DVHwAAAAAAbN4fAAAAAAALAAAAXAAAAAAAAABe+f//BAAAACz6//8l1x8AAAAAAJLYHwAAAAAACwAAAAgAAAAAAAAAJQAAAG5hdGl2ZV9jYWxsX2RlcXVhbnRpemVfcGVyX3RlbnNvci5vdXQAAAANAAAAT1BFUkFUT1JfQ0FMTAAAAMb5//8EAAAAlPr//8LFHwAAAAAAjs4fAAAAAAAKAAAAXAAAAAAAAADu+f//BAAAALz6//9Hxx8AAAAAALTIHwAAAAAACgAAAAgAAAAAAAAAJQAAAG5hdGl2ZV9jYWxsX2RlcXVhbnRpemVfcGVyX3RlbnNvci5vdXQAAAANAAAAT1BFUkFUT1JfQ0FMTAAAAFb6//8EAAAAJPv//6K0HwAAAAAAsL4fAAAAAAAJAAAAVAAAAAAAAAB++v//BAAAAEz7//8Wtx8AAAAAAPy4HwAAAAAACQAAAAQAAAAjAAAAbmF0aXZlX2NhbGxfcXVhbnRpemVfcGVyX3RlbnNvci5vdXQADQAAAE9QRVJBVE9SX0NBTEwAAADe+v//BAAAAKz7//9Uoh8AAAAAALatHwAAAAAACAAAAAQAAAANAAAAT1BFUkFUT1JfQ0FMTAAAABb7//8EAAAA5Pv//3aSHwAAAAAAQpsfAAAAAAAHAAAAXAAAAAAAAAA++///BAAAAAz8///7kx8AAAAAAGiVHwAAAAAABwAAAAgAAAAAAAAAJQAAAG5hdGl2ZV9jYWxsX2RlcXVhbnRpemVfcGVyX3RlbnNvci5vdXQAAAANAAAAT1BFUkFUT1JfQ0FMTAAAAKb7//8EAAAAdPz//1CCHwAAAAAAZIsfAAAAAAAGAAAAVAAAAAAAAADO+///BAAAAJz8///Kgx8AAAAAALCFHwAAAAAABgAAAAQAAAAjAAAAbmF0aXZlX2NhbGxfcXVhbnRpemVfcGVyX3RlbnNvci5vdXQADQAAAE9QRVJBVE9SX0NBTEwAAAAu/P//BAAAAPz8//+Tch8AAAAAAD57HwAAAAAABQAAAFwAAAAAAAAAVvz//wQAAAAk/f//GHQfAAAAAABkdR8AAAAAAAUAAAAIAAAAAAAAACUAAABuYXRpdmVfY2FsbF9kZXF1YW50aXplX3Blcl90ZW5zb3Iub3V0AAAADQAAAE9QRVJBVE9SX0NBTEwAAAC+/P//BAAAAIz9//+bYh8AAAAAAIFrHwAAAAAABAAAAFQAAAAAAAAA5vz//wQAAAC0/f//FWQfAAAAAADNZR8AAAAAAAQAAAAEAAAAIwAAAG5hdGl2ZV9jYWxsX3F1YW50aXplX3Blcl90ZW5zb3Iub3V0AA0AAABPUEVSQVRPUl9DQUxMAAAARv3//wQAAAAU/v//vVIfAAAAAACJWx8AAAAAAAMAAABcAAAAAAAAAG79//8EAAAAPP7//0JUHwAAAAAAr1UfAAAAAAADAAAACAAAAAAAAAAlAAAAbmF0aXZlX2NhbGxfZGVxdWFudGl6ZV9wZXJfdGVuc29yLm91dAAAAA0AAABPUEVSQVRPUl9DQUxMAAAA1v3//wQAAACk/v//l0IfAAAAAACrSx8AAAAAAAIAAABUAAAAAAAAAP79//8EAAAAzP7//xFEHwAAAAAA90UfAAAAAAACAAAABAAAACMAAABuYXRpdmVfY2FsbF9xdWFudGl6ZV9wZXJfdGVuc29yLm91dAANAAAAT1BFUkFUT1JfQ0FMTAAAAF7+//8EAAAALP///yszHwAAAAAAhTsfAAAAAAABAAAAXAAAAAAAAACG/v//BAAAAFT///+wNB8AAAAAAKs1HwAAAAAAAQAAAAgAAAAAAAAAJQAAAG5hdGl2ZV9jYWxsX2RlcXVhbnRpemVfcGVyX3RlbnNvci5vdXQAAAANAAAAT1BFUkFUT1JfQ0FMTAAAAO7+//8EAAAAvP///xYiHwAAAAAAGSwfAAAAAAAAAAAAaAAAAAAAAAAW////BAAAAOT///+QIx8AAAAAALgkHwAAAAAAAAAAABgAAAAUABwAGAAAABQAAAAAAAAABAAMACMAAABuYXRpdmVfY2FsbF9xdWFudGl6ZV9wZXJfdGVuc29yLm91dAANAAAAT1BFUkFUT1JfQ0FMTAAAAA8AAABNZXRob2Q6OmV4ZWN1dGUABwAAAEV4ZWN1dGUA9P///8AAAAAQAAAADAAMAAQAAAAAAAgAAgAAADAAAAAEAAAAzv///wQAAACs////wVESAAAAAACWiBMAAAAAAP////8AAAAAYAAAAPb///8MAAAAAAAGAAgABADc/////FMSAAAAAACFfhMAAAAAAP////8AAAAAHAAAAAAAAAAUACAAHAAUABgAAAAAAAAABAAMAAwAAABNZXRob2Q6OmluaXQAAAAAFAAAAFByb2dyYW06OmxvYWRfbWV0aG9kAAAAAAcAAABEZWZhdWx0AA" | base64 -d >etdump.bin 2025-06-06T00:10:55.6644030Z 2025-06-06T00:10:55.6644558Z python3 -m devtools.inspector.inspector_cli --etdump_path etdump.bin --source_time_scale cycles --target_time_scale cycles 2025-06-06T00:10:55.6645221Z 2025-06-06T00:10:55.6645338Z #--- 2025-06-06T00:10:55.6645476Z 2025-06-06T00:10:55.6645843Z I [executorch:arm_executor_runner.cpp:839] Model output match expected BundleIO bpte ref data. 2025-06-06T00:10:55.6646310Z 2025-06-06T00:10:55.6646621Z I [executorch:arm_executor_runner.cpp:840] TEST: BundleIO index[0] Test_result: PASS 2025-06-06T00:10:55.6647046Z 2025-06-06T00:10:55.6647281Z I [executorch:arm_executor_runner.cpp:856] Program complete, exiting. 2025-06-06T00:10:55.6647654Z 2025-06-06T00:10:55.6647795Z I [executorch:arm_executor_runner.cpp:860]  2025-06-06T00:10:55.6648211Z Info: /OSCI/SystemC: Simulation stopped by user. 2025-06-06T00:10:55.6648642Z [warning ][main@0][1300 ns] Simulation stopped by user 2025-06-06T00:10:55.6649153Z [backends/arm/scripts/run_fvp.sh] Simulation complete, 0 2025-06-06T00:10:55.6649572Z Checking for problems in log: 2025-06-06T00:10:55.6649874Z No problems found! 2025-06-06T00:10:55.6650108Z + set +x 2025-06-06T00:10:55.6650338Z + cd /pytorch/executorch 2025-06-06T00:10:55.6650603Z + set +x 2025-06-06T00:10:55.6650919Z -------------------------------------------------------------------------------- 2025-06-06T00:10:55.6651494Z Build ExecuTorch target libs Release into 'arm_test/test_run/cmake-out' 2025-06-06T00:10:55.6652046Z -------------------------------------------------------------------------------- 2025-06-06T00:10:55.6652558Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-06T00:10:55.6652961Z + '[' true = true ']' 2025-06-06T00:10:55.6653312Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=ON ' 2025-06-06T00:10:55.6653827Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:10:55.6654273Z + '[' true = true ']' 2025-06-06T00:10:55.6655225Z + build_with_etdump_flags='-DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF ' 2025-06-06T00:10:55.6657133Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF ' 2025-06-06T00:10:55.6659209Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF 2025-06-06T00:10:55.6663045Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_CORTEX_M=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=OFF -DFLATCC_ALLOW_WERROR=OFF -Barm_test/test_run/cmake-out /pytorch/executorch 2025-06-06T00:10:55.6666075Z -- --- Configured Options --- 2025-06-06T00:10:55.6666280Z 2025-06-06T00:10:55.6666414Z -- CMAKE_CXX_STANDARD : 17 2025-06-06T00:10:55.6666839Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:10:55.6667261Z -- CMAKE_BUILD_TYPE : Release 2025-06-06T00:10:55.6667683Z -- PYTHON_EXECUTABLE : python 2025-06-06T00:10:55.6668082Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-06T00:10:55.6668741Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-06T00:10:55.6669428Z -- BUCK2 x (unset) 2025-06-06T00:10:55.6669845Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-06T00:10:55.6670249Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-06T00:10:55.6670650Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-06T00:10:55.6671074Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-06T00:10:55.6671681Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-06T00:10:55.6672307Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-06T00:10:55.6672710Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-06T00:10:55.6673126Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-06T00:10:55.6673579Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-06T00:10:55.6673968Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-06T00:10:55.6674368Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-06T00:10:55.6674767Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-06T00:10:55.6675179Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-06T00:10:55.6675647Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-06T00:10:55.6676066Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-06T00:10:55.6676460Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-06T00:10:55.6676865Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-06T00:10:55.6677270Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-06T00:10:55.6677667Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-06T00:10:55.6678075Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-06T00:10:55.6678470Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-06T00:10:56.1881827Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-06T00:10:56.1882924Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-06T00:10:56.1883387Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-06T00:10:56.1883792Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-06T00:10:56.1884194Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-06T00:10:56.1884579Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-06T00:10:56.1884988Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-06T00:10:56.1885378Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-06T00:10:56.1885770Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-06T00:10:56.1886152Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-06T00:10:56.1886681Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-06T00:10:56.1887079Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-06T00:10:56.1887461Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-06T00:10:56.1888164Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-06T00:10:56.1888686Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-06T00:10:56.1889367Z -- EXECUTORCH_USE_DL : ON 2025-06-06T00:10:56.1889966Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-06T00:10:56.1890379Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-06T00:10:56.1890755Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-06T00:10:56.1891163Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:10:56.1891651Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-06T00:10:56.1892040Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-06T00:10:56.1892438Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:10:56.1892839Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-06T00:10:56.1893246Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-06T00:10:56.1893643Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-06T00:10:56.1894022Z -- -------------------------- 2025-06-06T00:10:56.1894552Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-06T00:10:56.1895765Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:10:56.1896721Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:56.1897296Z CMake. 2025-06-06T00:10:56.1897421Z 2025-06-06T00:10:56.1897754Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:56.1898431Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:56.1898980Z to work with policies introduced by or earlier. 2025-06-06T00:10:56.1899340Z 2025-06-06T00:10:56.1899474Z  2025-06-06T00:10:56.1899780Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:10:56.1900366Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:10:56.1900901Z -- Setting GNU C compiler options with c11 and Posix 2025-06-06T00:10:56.1901388Z -- Disabling -pedantic for GCC >= 8.0 2025-06-06T00:10:56.1902037Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-06T00:10:56.1902634Z -- GCC_VERSION: 13.3.1 2025-06-06T00:10:56.1902804Z 2025-06-06T00:10:56.1904385Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Wno-unused-function -Wsign-conversion 2025-06-06T00:10:56.1907324Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-06T00:10:56.1908972Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:56.1909801Z CMake. 2025-06-06T00:10:56.1910035Z 2025-06-06T00:10:56.1910481Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:56.1911609Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:56.1912426Z to work with policies introduced by or earlier. 2025-06-06T00:10:56.1912715Z 2025-06-06T00:10:56.1912892Z  2025-06-06T00:10:56.1913152Z -- Resolved buck2 as buck2. 2025-06-06T00:10:56.1913531Z -- Killing buck2 daemon 2025-06-06T00:10:56.1913794Z 'buck2 killall' 2025-06-06T00:10:56.1914069Z -- executorch: Generating source lists 2025-06-06T00:10:56.1914710Z -- executorch: Using source file list /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:10:56.1915723Z -- executorch: Using sources file /pytorch/executorch/arm_test/test_run/cmake-out/executorch_srcs.cmake 2025-06-06T00:10:56.1916367Z -- Generating operator lib: 2025-06-06T00:10:56.1916667Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:10:56.1917312Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:10:56.1917778Z -- ROOT_OPS: 2025-06-06T00:10:56.1918029Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:56.1919573Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-06T00:10:56.1920963Z -- Generating kernel bindings: 2025-06-06T00:10:56.1921289Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:10:56.1921727Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:10:56.1922205Z -- CUSTOM_OPS_YAML: 2025-06-06T00:10:56.1922480Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:56.1924812Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-06T00:10:56.1926744Z -- Generating operator lib: 2025-06-06T00:10:56.1927043Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:10:56.1927362Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:10:56.1927674Z -- DEPS: executorch_core 2025-06-06T00:10:56.1928332Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-06T00:10:56.1929143Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:56.1929619Z CMake. 2025-06-06T00:10:56.1929742Z 2025-06-06T00:10:56.1929991Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:56.1930616Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:56.1931161Z to work with policies introduced by or earlier. 2025-06-06T00:10:56.1931450Z 2025-06-06T00:10:56.1931563Z  2025-06-06T00:10:56.1931796Z -- Generating operator lib: 2025-06-06T00:10:56.1932092Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:10:56.1932567Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:10:56.1933087Z -- ROOT_OPS: 2025-06-06T00:10:56.1933336Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:56.1934871Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/backends/cortex_m/ops/operators.yaml" 2025-06-06T00:10:56.1936222Z -- Generating kernel bindings: 2025-06-06T00:10:56.1936540Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:10:56.1936832Z -- FUNCTIONS_YAML: 2025-06-06T00:10:56.1937299Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:10:56.1937852Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:56.1941973Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:10:56.1945550Z -- Generating operator lib: 2025-06-06T00:10:56.1945844Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:10:56.1946162Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-06T00:10:56.1946480Z -- DEPS: executorch 2025-06-06T00:10:56.1946745Z -- Generating operator lib: 2025-06-06T00:10:56.1947052Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:10:56.1947534Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:10:56.1948009Z -- ROOT_OPS: 2025-06-06T00:10:56.1948243Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:56.1949783Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-06T00:10:56.1951168Z -- Generating kernel bindings: 2025-06-06T00:10:56.1951481Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:10:56.1951792Z -- FUNCTIONS_YAML: 2025-06-06T00:10:56.1952192Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:10:56.1952689Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:56.1957020Z Generated files /pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_run/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:10:56.1960761Z -- Generating operator lib: 2025-06-06T00:10:56.1961138Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:10:56.1961454Z -- KERNEL_LIBS: quantized_kernels 2025-06-06T00:10:56.1961786Z -- DEPS: executorch_core 2025-06-06T00:10:56.1962071Z -- Configuring done (0.3s) 2025-06-06T00:10:56.1962370Z -- Generating done (0.1s) 2025-06-06T00:10:56.1962846Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out 2025-06-06T00:10:56.1963426Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-06T00:10:56.1963935Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-06T00:10:56.1964316Z [build_executorch.sh] Configured CMAKE 2025-06-06T00:10:56.1964647Z ++ nproc 2025-06-06T00:10:56.1965114Z + cmake --build arm_test/test_run/cmake-out -j8 --target install --config Release -- 2025-06-06T00:10:56.1966006Z [ 3%] Built target flatbuffers_external_project 2025-06-06T00:10:56.1966402Z [ 5%] Built target flatcc_external_project 2025-06-06T00:10:56.1966779Z [ 6%] Built target executorch_delegate_ethos_u 2025-06-06T00:10:56.1967262Z [ 7%] Built target gflags_nothreads_static 2025-06-06T00:10:56.1967608Z [ 7%] Built target common_schema 2025-06-06T00:10:56.1968336Z [ 8%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:10:56.1968925Z [ 8%] Built target program_schema 2025-06-06T00:10:56.1969254Z [ 10%] Built target flatccrt 2025-06-06T00:10:56.1969549Z [ 17%] Built target executorch_core 2025-06-06T00:10:56.1969901Z [ 18%] Built target extension_runner_util 2025-06-06T00:10:56.5920024Z [ 20%] Built target executorch 2025-06-06T00:10:56.5920649Z [ 21%] Built target bundled_program 2025-06-06T00:10:56.5921191Z [ 22%] Built target cortex_m_kernels 2025-06-06T00:10:56.5921731Z [ 24%] Built target etdump 2025-06-06T00:10:56.5922047Z [ 25%] Built target cortex_m_ops_lib 2025-06-06T00:10:56.5922398Z [ 31%] Built target kernels_util_all_deps 2025-06-06T00:10:56.5922839Z [ 35%] Built target quantized_kernels 2025-06-06T00:10:56.5923222Z [ 37%] Built target quantized_ops_lib 2025-06-06T00:10:56.5923741Z [ 99%] Built target portable_kernels 2025-06-06T00:10:56.5924178Z [100%] Built target portable_ops_lib 2025-06-06T00:10:56.5924880Z Install the project... 2025-06-06T00:10:56.5925362Z -- Install configuration: "Release" 2025-06-06T00:10:56.5926052Z -- Installing: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:10:56.5926883Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/fxdiv.h 2025-06-06T00:10:56.5927932Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:10:56.5929041Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:10:56.5930319Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-06T00:10:56.5931748Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-06T00:10:56.5933051Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core 2025-06-06T00:10:56.5934212Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-06T00:10:56.5935526Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-06T00:10:56.5937008Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/defines.h 2025-06-06T00:10:56.5938093Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/error.h 2025-06-06T00:10:56.5939250Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-06T00:10:56.5940736Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-06T00:10:56.5942196Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-06T00:10:56.5943734Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-06T00:10:56.5944967Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-06T00:10:56.5946236Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-06T00:10:56.5947422Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-06T00:10:56.5948564Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-06T00:10:56.5950156Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-06T00:10:56.5951726Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-06T00:10:56.5952847Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-06T00:10:56.5953914Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-06T00:10:56.5955083Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-06T00:10:56.5956608Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-06T00:10:56.5957977Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-06T00:10:56.5959341Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-06T00:10:56.5960430Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-06T00:10:56.5961553Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-06T00:10:56.5962526Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-06T00:10:56.5963875Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-06T00:10:56.5965374Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-06T00:10:56.5966398Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-06T00:10:56.5967384Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type 2025-06-06T00:10:56.5968407Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-06T00:10:56.5969544Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-06T00:10:56.5970664Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-06T00:10:56.5971735Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-06T00:10:56.5972767Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-06T00:10:56.5973848Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-06T00:10:56.5975087Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-06T00:10:56.5976345Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-06T00:10:56.5977523Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-06T00:10:56.5978728Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-06T00:10:56.5980004Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-06T00:10:56.5981255Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-06T00:10:56.5982660Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-06T00:10:56.5983857Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-06T00:10:56.5985117Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-06T00:10:56.5986382Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-06T00:10:56.5987798Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-06T00:10:56.5989060Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-06T00:10:56.5990322Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-06T00:10:56.5991645Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-06T00:10:56.5992986Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-06T00:10:56.5994187Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-06T00:10:56.5995343Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-06T00:10:56.5996461Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-06T00:10:56.5997544Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-06T00:10:56.5998647Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-06T00:10:56.5999731Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-06T00:10:56.6000829Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-06T00:10:56.6001939Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-06T00:10:56.6003040Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-06T00:10:56.6004141Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-06T00:10:56.6205267Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-06T00:10:56.6206428Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-06T00:10:56.6207526Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/result.h 2025-06-06T00:10:56.6208528Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/span.h 2025-06-06T00:10:56.6209411Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tag.h 2025-06-06T00:10:56.6210333Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-06T00:10:56.6211345Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-06T00:10:56.6212318Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/core/test 2025-06-06T00:10:56.6213205Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel 2025-06-06T00:10:56.6214140Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-06T00:10:56.6215209Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-06T00:10:56.6216414Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-06T00:10:56.6217915Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test 2025-06-06T00:10:56.6218907Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-06T00:10:56.6219992Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-06T00:10:56.6221004Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform 2025-06-06T00:10:56.6221897Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-06T00:10:56.6222842Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-06T00:10:56.6223774Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-06T00:10:56.6224757Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-06T00:10:56.6225838Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-06T00:10:56.6226778Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/default 2025-06-06T00:10:56.6227707Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/log.h 2025-06-06T00:10:56.6228635Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-06T00:10:56.6229717Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-06T00:10:56.6230892Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-06T00:10:56.6231841Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/system.h 2025-06-06T00:10:56.6232774Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test 2025-06-06T00:10:56.6233723Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-06T00:10:56.6234782Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-06T00:10:56.6235865Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/runtime/platform/types.h 2025-06-06T00:10:56.6236824Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util 2025-06-06T00:10:56.6237948Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-06T00:10:56.6239151Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-06T00:10:56.6240192Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/test 2025-06-06T00:10:56.6241201Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-06T00:10:56.6242136Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor 2025-06-06T00:10:56.6243186Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-06T00:10:56.6244414Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-06T00:10:56.6245450Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-06T00:10:56.6246478Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-06T00:10:56.6247453Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/tensor/test 2025-06-06T00:10:56.6248342Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool 2025-06-06T00:10:56.6249326Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-06T00:10:56.6250339Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/test 2025-06-06T00:10:56.6251344Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-06T00:10:56.6252421Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-06T00:10:56.6253336Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:10:56.6254067Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:10:56.6254918Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-06T00:10:56.6255823Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:10:56.6256705Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:10:56.6258224Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-06T00:10:56.6259323Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-06T00:10:56.6260230Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libetdump.a 2025-06-06T00:10:56.6260951Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libbundled_program.a 2025-06-06T00:10:56.6261722Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:10:56.6262512Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:10:56.6263275Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:10:56.6264167Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-06T00:10:56.6265215Z -- Up-to-date: /pytorch/executorch/arm_test/test_run/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-06T00:10:56.6265905Z + set +x 2025-06-06T00:10:56.6266263Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:10:56.6267260Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:10:56.6268300Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 6 00:03 arm_test/test_run/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:10:56.6269260Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 6 00:08 arm_test/test_run/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-06T00:10:56.6270299Z -rw-r--r--. 1 ci-user ci-user 19348 Jun 6 00:08 arm_test/test_run/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-06T00:10:56.6271273Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:08 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-06T00:10:56.6272172Z -rw-r--r--. 1 ci-user ci-user 8248 Jun 6 00:08 arm_test/test_run/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-06T00:10:56.6273125Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 6 00:08 arm_test/test_run/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-06T00:10:56.6274095Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:10 arm_test/test_run/cmake-out/kernels/portable/libportable_kernels.a 2025-06-06T00:10:56.6274965Z -rw-r--r--. 1 ci-user ci-user 255806 Jun 6 00:10 arm_test/test_run/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-06T00:10:56.6276004Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:08 arm_test/test_run/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-06T00:10:56.6276887Z -rw-r--r--. 1 ci-user ci-user 32660 Jun 6 00:08 arm_test/test_run/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-06T00:10:56.6277807Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:08 arm_test/test_run/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-06T00:10:59.1749079Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:10 arm_test/test_run/cmake-out/lib/libportable_kernels.a 2025-06-06T00:10:59.1750222Z -rw-r--r--. 1 ci-user ci-user 255806 Jun 6 00:10 arm_test/test_run/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:10:59.1750969Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libexecutorch.a 2025-06-06T00:10:59.1751710Z -rw-r--r--. 1 ci-user ci-user 189584 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:10:59.1752454Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:10:59.1753349Z -rw-r--r--. 1 ci-user ci-user 8248 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:10:59.1754069Z -rw-r--r--. 1 ci-user ci-user 45288 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libetdump.a 2025-06-06T00:10:59.1754776Z -rw-r--r--. 1 ci-user ci-user 14436 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libbundled_program.a 2025-06-06T00:10:59.1755620Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:10:59.1756397Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:10:59.1757161Z -rw-r--r--. 1 ci-user ci-user 32660 Jun 6 00:08 arm_test/test_run/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:10:59.1757900Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 6 00:10 arm_test/test_run/cmake-out/lib/libflatccrt.a 2025-06-06T00:10:59.1758674Z -rw-r--r--. 1 ci-user ci-user 6224 Jun 6 00:10 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:10:59.1759490Z -rw-r--r--. 1 ci-user ci-user 45288 Jun 6 00:08 arm_test/test_run/cmake-out/devtools/etdump/libetdump.a 2025-06-06T00:10:59.1760331Z -rw-r--r--. 1 ci-user ci-user 14436 Jun 6 00:08 arm_test/test_run/cmake-out/devtools/bundled_program/libbundled_program.a 2025-06-06T00:10:59.1761173Z -rw-r--r--. 1 ci-user ci-user 189584 Jun 6 00:08 arm_test/test_run/cmake-out/libexecutorch_core.a 2025-06-06T00:10:59.1761882Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:08 arm_test/test_run/cmake-out/libexecutorch.a 2025-06-06T00:10:59.1762540Z -------------------------------------------------------------------------------- 2025-06-06T00:10:59.1763368Z Build ExecuTorch Libraries Release portable kernels: aten::_softmax.out into 'arm_test/test_run/cmake-out' 2025-06-06T00:10:59.1764092Z -------------------------------------------------------------------------------- 2025-06-06T00:10:59.1765793Z + cmake -DCMAKE_INSTALL_PREFIX=arm_test/test_run/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_SELECT_OPS_LIST=aten::_softmax.out -Barm_test/test_run/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-06-06T00:10:59.1767839Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-06-06T00:10:59.1768477Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-06T00:10:59.1769120Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-06T00:10:59.1769773Z cmake_policy command to set the policy and suppress this warning. 2025-06-06T00:10:59.1770125Z 2025-06-06T00:10:59.1770261Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-06T00:10:59.1770522Z 2025-06-06T00:10:59.1770650Z /pytorch/executorch/examples/arm/../.. 2025-06-06T00:10:59.1770892Z 2025-06-06T00:10:59.1771158Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-06T00:10:59.1771650Z .cmake module might still use it. 2025-06-06T00:10:59.1772115Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-06T00:10:59.1772588Z  2025-06-06T00:10:59.1772924Z extension_data_loader library is not found. 2025-06-06T00:10:59.1773490Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1774054Z extension_flat_tensor library is not found. 2025-06-06T00:10:59.1774622Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1775136Z coreml_util library is not found. 2025-06-06T00:10:59.1775669Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1776193Z coreml_inmemoryfs library is not found. 2025-06-06T00:10:59.1776740Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1777251Z coremldelegate library is not found. 2025-06-06T00:10:59.1777796Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1778318Z mpsdelegate library is not found. 2025-06-06T00:10:59.1778872Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1779399Z neuron_backend library is not found. 2025-06-06T00:10:59.1779930Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1780486Z qnn_executorch_backend library is not found. 2025-06-06T00:10:59.1781047Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1781568Z custom_ops library is not found. 2025-06-06T00:10:59.1782090Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1782621Z extension_module library is not found. 2025-06-06T00:10:59.1783167Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1783711Z extension_module_static library is not found. 2025-06-06T00:10:59.1784288Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1784808Z extension_tensor library is not found. 2025-06-06T00:10:59.1785351Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1785883Z extension_threadpool library is not found. 2025-06-06T00:10:59.1786447Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1786983Z extension_training library is not found. 2025-06-06T00:10:59.1787521Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1788378Z xnnpack_backend library is not found. 2025-06-06T00:10:59.1788970Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1789488Z XNNPACK library is not found. 2025-06-06T00:10:59.1789995Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1790540Z microkernels-prod library is not found. 2025-06-06T00:10:59.1791088Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1791592Z kleidiai library is not found. 2025-06-06T00:10:59.1792109Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1792625Z cpuinfo library is not found. 2025-06-06T00:10:59.1793206Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1793713Z pthreadpool library is not found. 2025-06-06T00:10:59.1794251Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1794770Z vulkan_backend library is not found. 2025-06-06T00:10:59.1795321Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1795909Z optimized_kernels library is not found. 2025-06-06T00:10:59.1796463Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1797030Z optimized_portable_kernels library is not found. 2025-06-06T00:10:59.1797634Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1798148Z cpublas library is not found. 2025-06-06T00:10:59.1798659Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1799181Z eigen_blas library is not found. 2025-06-06T00:10:59.1799697Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1800240Z optimized_ops_lib library is not found. 2025-06-06T00:10:59.1800775Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1801367Z optimized_native_cpu_ops_lib library is not found. 2025-06-06T00:10:59.1801968Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1802504Z quantized_ops_aot_lib library is not found. 2025-06-06T00:10:59.1803071Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:10:59.1803527Z -- Generating operator lib: 2025-06-06T00:10:59.1803851Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:10:59.1804248Z -- OPS_SCHEMA_YAML: 2025-06-06T00:10:59.1804549Z -- ROOT_OPS: aten::_softmax.out 2025-06-06T00:10:59.1804859Z -- INCLUDE_ALL_OPS: 2025-06-06T00:10:59.1806295Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_run/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::_softmax.out" 2025-06-06T00:10:59.1807427Z -- Generating kernel bindings: 2025-06-06T00:10:59.1807739Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:10:59.1808311Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-06-06T00:10:59.1808874Z -- CUSTOM_OPS_YAML: 2025-06-06T00:10:59.1809165Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:10:59.1809485Z -- Generating operator lib: 2025-06-06T00:10:59.1809799Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:10:59.1810136Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:10:59.1810441Z -- DEPS: executorch 2025-06-06T00:10:59.1810729Z -- Configuring done (0.0s) 2025-06-06T00:10:59.1811017Z -- Generating done (0.0s) 2025-06-06T00:10:59.1811555Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/cmake-out/examples/arm 2025-06-06T00:10:59.1812119Z ++ nproc 2025-06-06T00:10:59.1812531Z + cmake --build arm_test/test_run/cmake-out/examples/arm -j8 --config Release -- 2025-06-06T00:10:59.1813284Z [ 25%] Generating selected_operators.yaml for arm_portable_ops_lib 2025-06-06T00:10:59.1813781Z aten::_softmax.out 2025-06-06T00:10:59.1814250Z [ 50%] Generating code for kernel registration 2025-06-06T00:10:59.1815266Z [ 75%] Building CXX object CMakeFiles/arm_portable_ops_lib.dir/arm_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:10:59.1816287Z [100%] Linking CXX static library libarm_portable_ops_lib.a 2025-06-06T00:10:59.1816756Z [100%] Built target arm_portable_ops_lib 2025-06-06T00:10:59.1817086Z + set +x 2025-06-06T00:10:59.1817446Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:10:59.1818193Z -rw-r--r--. 1 ci-user ci-user 4756 Jun 6 00:10 arm_test/test_run/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:10:59.1818927Z -------------------------------------------------------------------------------- 2025-06-06T00:10:59.1819465Z Running e2e flow for model 'qops' with flags '--delegate --quantize ' 2025-06-06T00:10:59.1820012Z -------------------------------------------------------------------------------- 2025-06-06T00:11:10.4948156Z CALL python3 -m examples.arm.aot_arm_compiler --model_name=qops --target=ethos-u85-128 --delegate --quantize --intermediate=/pytorch/executorch/arm_test/test_run/qops --output=/pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128.bpte --system_config=Ethos_U85_SYS_DRAM_Mid --memory_mode=Sram_Only --bundleio 2025-06-06T00:11:10.4950201Z Info: Changing const_mem_area from Sram to OnChipFlash. This will use the same characteristics as Sram. 2025-06-06T00:11:10.4950732Z 2025-06-06T00:11:10.4950838Z Network summary for out 2025-06-06T00:11:10.4951191Z Accelerator configuration Ethos_U85_128 2025-06-06T00:11:10.4951646Z System configuration Ethos_U85_SYS_DRAM_Mid 2025-06-06T00:11:10.4952092Z Memory mode Sram_Only 2025-06-06T00:11:10.4952535Z Accelerator clock 1000 MHz 2025-06-06T00:11:10.4952992Z Design peak SRAM bandwidth 29.80 GB/s 2025-06-06T00:11:10.4953292Z 2025-06-06T00:11:10.4953463Z Total SRAM used 0.11 KiB 2025-06-06T00:11:10.4953739Z 2025-06-06T00:11:10.4953843Z CPU operators = 0 (0.0%) 2025-06-06T00:11:10.4954137Z NPU operators = 3 (100.0%) 2025-06-06T00:11:10.4954318Z 2025-06-06T00:11:10.4954484Z Average SRAM bandwidth 22.89 GB/s 2025-06-06T00:11:10.4954959Z Input SRAM bandwidth 0.00 MB/batch 2025-06-06T00:11:10.4955668Z Weight SRAM bandwidth 0.00 MB/batch 2025-06-06T00:11:10.4956163Z Output SRAM bandwidth 0.00 MB/batch 2025-06-06T00:11:10.4956651Z Total SRAM bandwidth 0.00 MB/batch 2025-06-06T00:11:10.4957191Z Total SRAM bandwidth per input 0.00 MB/inference (batch size 1) 2025-06-06T00:11:10.4957573Z 2025-06-06T00:11:10.4957761Z Neural network macs 0 MACs/batch 2025-06-06T00:11:10.4958073Z 2025-06-06T00:11:10.4958253Z Info: The numbers below are internal compiler estimates. 2025-06-06T00:11:10.4958856Z For performance numbers the compiled network should be run on an FVP Model or FPGA. 2025-06-06T00:11:10.4959287Z 2025-06-06T00:11:10.4959463Z Network Tops/s 0.00 Tops/s 2025-06-06T00:11:10.4959750Z 2025-06-06T00:11:10.4959915Z NPU cycles 45 cycles/batch 2025-06-06T00:11:10.4960402Z SRAM Access cycles 33 cycles/batch 2025-06-06T00:11:10.4960893Z DRAM Access cycles 0 cycles/batch 2025-06-06T00:11:10.4961411Z On-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:11:10.4961947Z Off-chip Flash Access cycles 0 cycles/batch 2025-06-06T00:11:10.4962438Z Total cycles 45 cycles/batch 2025-06-06T00:11:10.4962735Z 2025-06-06T00:11:10.4963044Z Batch Inference time 0.00 ms, 22222222.22 inferences/s (batch size 1) 2025-06-06T00:11:10.4963477Z 2025-06-06T00:11:10.4963818Z WARNING:root:Could not torch.save(model, /pytorch/executorch/arm_test/test_run/qops/model.pth) 2025-06-06T00:11:10.4964691Z Bundle PTE file saved as /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128.bpte 2025-06-06T00:11:10.4965583Z pte_data_size: 6528 /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128.bpte 2025-06-06T00:11:10.4974011Z pte_file: /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128.bpte 2025-06-06T00:11:10.4976288Z + backends/arm/scripts/build_executor_runner.sh --et_build_root=arm_test/test_run --pte=/pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128.bpte --build_type=Release --target=ethos-u85-128 --system_config=Ethos_U85_SYS_DRAM_Mid --memory_mode=Sram_Only --bundleio --etdump --extra_build_flags= --ethosu_tools_dir=/pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:11:10.4978396Z -------------------------------------------------------------------------------- 2025-06-06T00:11:10.4979874Z Build Arm Baremetal executor_runner for ethos-u85-128 with /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128.bpte using Ethos_U85_SYS_DRAM_Mid Sram_Only to '/pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128/cmake-out' 2025-06-06T00:11:10.4981314Z -------------------------------------------------------------------------------- 2025-06-06T00:11:10.4982018Z Building with BundleIO/etdump/extra flags: -DET_BUNDLE_IO=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON 2025-06-06T00:11:10.4982667Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:11:10.4983089Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:11:10.4983470Z -- Detecting C compiler ABI info 2025-06-06T00:11:10.4983820Z -- Detecting C compiler ABI info - done 2025-06-06T00:11:10.4984780Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:11:10.4985721Z -- Detecting C compile features 2025-06-06T00:11:10.4986058Z -- Detecting C compile features - done 2025-06-06T00:11:10.4986401Z -- Detecting CXX compiler ABI info 2025-06-06T00:11:10.4986758Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:11:10.4987948Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:11:10.4989095Z -- Detecting CXX compile features 2025-06-06T00:11:10.4989449Z -- Detecting CXX compile features - done 2025-06-06T00:11:10.4990722Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform 1916a9c984819c35b19c9e5c4c80d47e4e866420 /pytorch/executorch/examples/arm/ethos-u-setup' 2025-06-06T00:11:10.4991990Z /pytorch/executorch 2025-06-06T00:11:10.4993224Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:1916a9c984819c35b19c9e5c4c80d47e4e866420 patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-06-06T00:11:10.4994811Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform /pytorch/executorch 2025-06-06T00:11:10.4995574Z HEAD is now at 1916a9c Update applications to use ethosu_log lib 2025-06-06T00:11:10.4996020Z Applying: Add got section to the DDR 2025-06-06T00:11:10.4996397Z Applying: Move input_data_sec to NOLOAD area 2025-06-06T00:11:10.4997193Z [patch_repo] Patched core_platform @ tags/25.02-3-gdee9dd3 in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-06-06T00:11:10.4997890Z 2025-06-06T00:11:10.4997994Z /pytorch/executorch 2025-06-06T00:11:10.4998283Z -- SYSTEM_CONFIG is Ethos_U85_SYS_DRAM_Mid 2025-06-06T00:11:10.4998627Z -- MEMORY_MODE is Sram_Only 2025-06-06T00:11:10.4999299Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-06T00:11:10.5000253Z Configuring target corstone-320 2025-06-06T00:11:10.5000613Z -- ******************************************************* 2025-06-06T00:11:10.5001027Z -- PROJECT_NAME : ethosu_core_driver 2025-06-06T00:11:10.5001511Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u85-128 2025-06-06T00:11:10.5001965Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m85 2025-06-06T00:11:10.5002626Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-06-06T00:11:10.5003268Z -- ETHOSU_LOG_ENABLE : ON 2025-06-06T00:11:10.5003650Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:11:10.5004170Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-06-06T00:11:10.5004608Z -- ******************************************************* 2025-06-06T00:11:10.5005253Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-06-06T00:11:10.5006251Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-06-06T00:11:10.5007359Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-06-06T00:11:10.5008774Z CMake Deprecation Warning at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx/CMakeLists.txt:1 (cmake_minimum_required): 2025-06-06T00:11:10.5009849Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:11:10.5010326Z CMake. 2025-06-06T00:11:10.5010448Z 2025-06-06T00:11:10.5010708Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:11:10.5011328Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:11:10.5011872Z to work with policies introduced by or earlier. 2025-06-06T00:11:10.5012157Z 2025-06-06T00:11:10.5012267Z  2025-06-06T00:11:10.5012526Z -- The ASM compiler identification is GNU 2025-06-06T00:11:10.5013392Z -- Found assembler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc 2025-06-06T00:11:10.5014253Z -- THREADX_ARCH: cortex_m85 2025-06-06T00:11:10.5014559Z -- THREADX_TOOLCHAIN: gnu 2025-06-06T00:11:10.5014846Z -- Using default tx_user.h file 2025-06-06T00:11:10.5015174Z -- ******************************************************* 2025-06-06T00:11:10.5015615Z -- PROJECT_NAME : core_software 2025-06-06T00:11:10.5016037Z -- CORE_SOFTWARE_RTOS : All 2025-06-06T00:11:10.5016422Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-06-06T00:11:10.5016822Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:11:10.5017193Z -- ******************************************************* 2025-06-06T00:11:10.5017552Z -- ******************************************************* 2025-06-06T00:11:10.5017985Z -- PROJECT_NAME : ethos-u-corstone-320 2025-06-06T00:11:10.5018416Z -- FAST_MEMORY_SIZE : 0 2025-06-06T00:11:10.5018789Z -- MEMORY_MODEL : sram 2025-06-06T00:11:10.5019156Z -- MEMORY_ARENA : sram 2025-06-06T00:11:10.5019550Z -- TARGET_CPU : cortex-m85 2025-06-06T00:11:10.5019940Z -- CPU_CACHE_ENABLE : OFF 2025-06-06T00:11:10.5020310Z -- ******************************************************* 2025-06-06T00:11:10.5020744Z Skipping driver_unit_conv application 2025-06-06T00:11:10.5021183Z Skipping FreeRTOS application 2025-06-06T00:11:10.5021589Z Skipping ThreadX application 2025-06-06T00:11:10.5021922Z -- ******************************************************* 2025-06-06T00:11:10.5022346Z -- PROJECT_NAME : ethos-u-corstone-320 2025-06-06T00:11:10.5022763Z -- TR_ARENA_SIZE : 2025-06-06T00:11:10.5023192Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-06-06T00:11:10.5023600Z -- ******************************************************* 2025-06-06T00:11:10.5024037Z -- ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 0x200000 2025-06-06T00:11:10.5024545Z -- ET_ARM_BAREMETAL_FAST_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 2025-06-06T00:11:10.5024954Z -- Configuring done (2.3s) 2025-06-06T00:11:10.5025249Z -- Generating done (0.3s) 2025-06-06T00:11:13.3636864Z -- Build files have been written to: /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128/cmake-out 2025-06-06T00:11:13.3637871Z [backends/arm/scripts/build_executor_runner.sh] Configured CMAKE 2025-06-06T00:11:13.3638903Z [ 0%] Generating model_pte.h 2025-06-06T00:11:13.3639927Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-06-06T00:11:13.3640895Z [ 0%] Preprocessing and generating linker script 2025-06-06T00:11:13.3641915Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-06-06T00:11:13.3643279Z [ 0%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-06-06T00:11:13.3644587Z [ 0%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-06-06T00:11:13.3645946Z [ 25%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u85.c.obj 2025-06-06T00:11:13.3647403Z [ 25%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-06-06T00:11:13.3648489Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:11:13.3649328Z : note: this is the location of the previous definition 2025-06-06T00:11:13.3649984Z [ 25%] Built target arm_executor_runner-linker-script 2025-06-06T00:11:13.3651528Z Input: /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128.bpte with 6528 bytes. Output: /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128/cmake-out/model_pte.h with 39454 bytes. Section: network_model_sec. 2025-06-06T00:11:13.3653014Z [ 25%] Built target gen_model_header 2025-06-06T00:11:13.3653644Z [ 25%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-06-06T00:11:13.3654190Z [ 25%] Built target ethosu_uart_cmsdk_apb 2025-06-06T00:11:13.3654758Z [ 50%] Linking C static library libtiming_adapter.a 2025-06-06T00:11:13.3655213Z [ 50%] Built target timing_adapter 2025-06-06T00:11:13.3655753Z [ 50%] Linking C static library libethosu_core_driver.a 2025-06-06T00:11:13.3656271Z [ 50%] Built target ethosu_core_driver 2025-06-06T00:11:13.3656803Z [ 50%] Linking CXX static library libethosu_mailbox.a 2025-06-06T00:11:13.3657263Z [ 50%] Built target ethosu_mailbox 2025-06-06T00:11:13.3658153Z [ 50%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-06-06T00:11:13.3659120Z [ 75%] Linking CXX static library libethosu_mhu_dummy.a 2025-06-06T00:11:13.3659592Z [ 75%] Built target ethosu_mhu_dummy 2025-06-06T00:11:13.3660319Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-06-06T00:11:13.3661303Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-06-06T00:11:13.3662831Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-06-06T00:11:13.3664824Z [ 75%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-320/retarget.c.obj 2025-06-06T00:11:13.3666975Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-320/target.cpp.obj 2025-06-06T00:11:13.3669046Z [ 75%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM85/Source/system_ARMCM85.c.obj 2025-06-06T00:11:13.3671252Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM85/Source/startup_ARMCM85.c.obj 2025-06-06T00:11:13.3673335Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-06-06T00:11:13.3674635Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:11:13.3675316Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:11:13.3676104Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:11:13.3676917Z : note: this is the location of the previous definition 2025-06-06T00:11:13.3677752Z : note: this is the location of the previous definition 2025-06-06T00:11:13.3678563Z : note: this is the location of the previous definition 2025-06-06T00:11:13.3679301Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:11:13.3679965Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:11:13.3680690Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:11:13.3681437Z : note: this is the location of the previous definition 2025-06-06T00:11:13.3682241Z : note: this is the location of the previous definition 2025-06-06T00:11:13.3683055Z : note: this is the location of the previous definition 2025-06-06T00:11:13.3683785Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:11:13.3684518Z : note: this is the location of the previous definition 2025-06-06T00:11:13.3685300Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:11:13.3686033Z : note: this is the location of the previous definition 2025-06-06T00:11:13.3686724Z [100%] Linking CXX executable arm_executor_runner 2025-06-06T00:11:13.3688301Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.sram' can't be allocated in segment 2 2025-06-06T00:11:13.3689539Z LOAD: .ddr .sram 2025-06-06T00:11:13.3690708Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-06-06T00:11:13.3691964Z [100%] Built target arm_executor_runner 2025-06-06T00:11:13.3692499Z [backends/arm/scripts/build_executor_runner.sh] Generated baremetal elf file: 2025-06-06T00:11:13.3693331Z /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128/cmake-out/arm_executor_runner 2025-06-06T00:11:13.3693975Z executable_text: 269628 bytes 2025-06-06T00:11:13.3694291Z executable_data: 60860 bytes 2025-06-06T00:11:13.3694585Z executable_bss: 65045316 bytes 2025-06-06T00:11:13.3694888Z + '[' false = false ']' 2025-06-06T00:11:13.3695566Z + elf_file=/pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128/cmake-out/arm_executor_runner 2025-06-06T00:11:13.3696924Z + backends/arm/scripts/run_fvp.sh --elf=/pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128/cmake-out/arm_executor_runner --target=ethos-u85-128 2025-06-06T00:11:13.3697954Z -------------------------------------------------------------------------------- 2025-06-06T00:11:13.3699060Z Running /pytorch/executorch/arm_test/test_run/qops/qops_arm_delegate_ethos-u85-128/cmake-out/arm_executor_runner for ethos-u85-128 run with FVP:FVP_Corstone_SSE-320 num_macs:128 timeout:600 2025-06-06T00:11:13.3700325Z WARNING: Corstone FVP is not cycle accurate and should NOT be used to determine valid runtime 2025-06-06T00:11:13.3701037Z -------------------------------------------------------------------------------- 2025-06-06T00:11:13.3701637Z telnetterminal0: Listening for serial connection on port 5000 2025-06-06T00:11:13.3702199Z telnetterminal1: Listening for serial connection on port 5001 2025-06-06T00:11:13.3702741Z telnetterminal2: Listening for serial connection on port 5002 2025-06-06T00:11:13.3703299Z telnetterminal5: Listening for serial connection on port 5003 2025-06-06T00:11:13.3703897Z I [executorch:arm_executor_runner.cpp:491] PTE in 0x70000000 , Size: 6528 bytes 2025-06-06T00:11:13.3704312Z 2025-06-06T00:11:13.3704599Z I [executorch:arm_executor_runner.cpp:516] PTE Model data loaded. Size: 5168 bytes. 2025-06-06T00:11:13.3705019Z 2025-06-06T00:11:13.3705294Z I [executorch:arm_executor_runner.cpp:529] Model buffer loaded, has 1 methods 2025-06-06T00:11:13.3705683Z 2025-06-06T00:11:13.3705895Z I [executorch:arm_executor_runner.cpp:537] Running method forward 2025-06-06T00:11:13.3706234Z 2025-06-06T00:11:13.3706564Z I [executorch:arm_executor_runner.cpp:548] Setup Method allocator pool. Size: 62914560 bytes. 2025-06-06T00:11:13.3707016Z 2025-06-06T00:11:13.3707296Z I [executorch:arm_executor_runner.cpp:565] Setting up planned buffer 0, size 416. 2025-06-06T00:11:13.3707717Z 2025-06-06T00:11:13.3707914Z I [executorch:arm_executor_runner.cpp:595] Setting up ETDump 2025-06-06T00:11:13.3708232Z 2025-06-06T00:11:13.3708520Z I [executorch:EthosUBackend.cpp:114] EthosUBackend::init 0x700000b0 2025-06-06T00:11:13.3708883Z 2025-06-06T00:11:13.3709101Z I [executorch:arm_executor_runner.cpp:612] Method 'forward' loaded. 2025-06-06T00:11:13.3709559Z 2025-06-06T00:11:13.3709763Z I [executorch:arm_executor_runner.cpp:614] Preparing inputs... 2025-06-06T00:11:13.3710093Z 2025-06-06T00:11:13.3710417Z I [executorch:arm_executor_runner.cpp:621] Input testset[0] from bundled bpte 2025-06-06T00:11:13.3710830Z 2025-06-06T00:11:13.3711017Z I [executorch:arm_executor_runner.cpp:682] Input prepared. 2025-06-06T00:11:13.3711325Z 2025-06-06T00:11:13.3711600Z I [executorch:arm_executor_runner.cpp:684] Starting the model execution... 2025-06-06T00:11:13.3711987Z 2025-06-06T00:11:13.3712174Z I [executorch:arm_perf_monitor.cpp:133] NPU Inferences : 1 2025-06-06T00:11:13.3712493Z 2025-06-06T00:11:13.3712776Z I [executorch:arm_perf_monitor.cpp:134] Profiler report, CPU cycles per operator: 2025-06-06T00:11:13.3713190Z 2025-06-06T00:11:13.3713442Z I [executorch:arm_perf_monitor.cpp:138] ethos-u : cycle_cnt : 22255 cycles 2025-06-06T00:11:13.3713815Z 2025-06-06T00:11:13.3714061Z I [executorch:arm_perf_monitor.cpp:145] Operator(s) total: 22255 CPU cycles 2025-06-06T00:11:13.3714439Z 2025-06-06T00:11:13.3714723Z I [executorch:arm_perf_monitor.cpp:151] Inference runtime: 58300 CPU cycles total 2025-06-06T00:11:13.3715122Z 2025-06-06T00:11:14.8767459Z I [executorch:arm_perf_monitor.cpp:153] NOTE: CPU cycle values and ratio calculations require FPGA and identical CPU/NPU frequency 2025-06-06T00:11:14.8768149Z 2025-06-06T00:11:14.8768380Z I [executorch:arm_perf_monitor.cpp:162] Inference CPU ratio: 99.44 % 2025-06-06T00:11:14.8768753Z 2025-06-06T00:11:14.8768995Z I [executorch:arm_perf_monitor.cpp:166] Inference NPU ratio: 0.56 % 2025-06-06T00:11:14.8769344Z 2025-06-06T00:11:14.8769686Z I [executorch:arm_perf_monitor.cpp:175] cpu_wait_for_npu_cntr : 324 CPU cycles 2025-06-06T00:11:14.8770343Z 2025-06-06T00:11:14.8770543Z I [executorch:arm_perf_monitor.cpp:180] Ethos-U PMU report: 2025-06-06T00:11:14.8770857Z 2025-06-06T00:11:14.8771193Z I [executorch:arm_perf_monitor.cpp:181] ethosu_pmu_cycle_cntr : 657 2025-06-06T00:11:14.8771562Z 2025-06-06T00:11:14.8771759Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr0 : 52 2025-06-06T00:11:14.8772096Z 2025-06-06T00:11:14.8772291Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr1 : 12 2025-06-06T00:11:14.8772614Z 2025-06-06T00:11:14.8772809Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr2 : 0 2025-06-06T00:11:14.8773137Z 2025-06-06T00:11:14.8773328Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr3 : 0 2025-06-06T00:11:14.8773715Z 2025-06-06T00:11:14.8773925Z I [executorch:arm_perf_monitor.cpp:184] ethosu_pmu_cntr4 : 405 2025-06-06T00:11:14.8774246Z 2025-06-06T00:11:14.8775152Z I [executorch:arm_perf_monitor.cpp:191] Ethos-U PMU Events:[ETHOSU_PMU_SRAM_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_SRAM_WR_DATA_BEAT_WRITTEN, ETHOSU_PMU_EXT_RD_DATA_BEAT_RECEIVED, ETHOSU_PMU_EXT_WR_DATA_BEAT_WRITTEN, ETHOSU_PMU_NPU_IDLE] 2025-06-06T00:11:14.8776214Z 2025-06-06T00:11:14.8776498Z I [executorch:arm_executor_runner.cpp:692] model_pte_program_size: 5168 bytes. 2025-06-06T00:11:14.8776911Z 2025-06-06T00:11:14.8777198Z I [executorch:arm_executor_runner.cpp:693] model_pte_loaded_size: 6528 bytes. 2025-06-06T00:11:14.8777605Z 2025-06-06T00:11:14.8778037Z I [executorch:arm_executor_runner.cpp:707] method_allocator_used: 3383 / 62914560 free: 62911177 ( used: 0 % ) 2025-06-06T00:11:14.8778575Z 2025-06-06T00:11:14.8778848Z I [executorch:arm_executor_runner.cpp:714] method_allocator_planned: 416 bytes 2025-06-06T00:11:14.8779272Z 2025-06-06T00:11:14.8779543Z I [executorch:arm_executor_runner.cpp:716] method_allocator_loaded: 2967 bytes 2025-06-06T00:11:14.8779947Z 2025-06-06T00:11:14.8780207Z I [executorch:arm_executor_runner.cpp:717] method_allocator_input: 0 bytes 2025-06-06T00:11:14.8780612Z 2025-06-06T00:11:14.8780879Z I [executorch:arm_executor_runner.cpp:718] method_allocator_executor: 0 bytes 2025-06-06T00:11:14.8781277Z 2025-06-06T00:11:14.8781690Z I [executorch:arm_executor_runner.cpp:721] peak_temp_allocator: 112 / 2097152 free: 2097152 ( used: 0 % ) 2025-06-06T00:11:14.8782202Z 2025-06-06T00:11:14.8782446Z I [executorch:arm_executor_runner.cpp:737] Model executed successfully. 2025-06-06T00:11:14.8782829Z 2025-06-06T00:11:14.8783064Z I [executorch:arm_executor_runner.cpp:741] 3 outputs: 2025-06-06T00:11:14.8783360Z 2025-06-06T00:11:14.8783613Z I [executorch:arm_executor_runner.cpp:805] Writing etdump.bin [base64] 2025-06-06T00:11:14.8783977Z 2025-06-06T00:11:14.8784065Z #--- 2025-06-06T00:11:14.8784201Z 2025-06-06T00:11:14.8808242Z echo "fAkAAAgAAABFRDAw+P///wwAAAAIAAgAAAAEAAIAAACQCAAABAAAAGz3//94CAAABAAAABsAAADkBwAAuAcAAFQHAAAoBwAAxAYAAJgGAAA0BgAACAYAAHwFAAAgBQAAxAQAAGgEAAAMBAAAsAMAAGQDAAAIAwAArAIAAFACAAAkAgAA+AEAAIwBAABgAQAA9AAAAMgAAABcAAAAMAAAAAQAAACe9///BAAAAHz3//8NqiAAAAAAAPmAIQAAAAAA/////wAAAADIBwAAxvf//wQAAACU+P//MHIhAAAAAAD5eiEAAAAAAAcAAABcAAAAAAAAAO73//8EAAAAvPj//7VzIQAAAAAAHXUhAAAAAAAHAAAACAAAAAAAAAAlAAAAbmF0aXZlX2NhbGxfZGVxdWFudGl6ZV9wZXJfdGVuc29yLm91dAAAAA0AAABPUEVSQVRPUl9DQUxMAAAAVvj//wQAAAAk+f//U2IhAAAAAAAcayEAAAAAAAYAAABcAAAAAAAAAH74//8EAAAATPn//9hjIQAAAAAAQGUhAAAAAAAGAAAACAAAAAAAAAAlAAAAbmF0aXZlX2NhbGxfZGVxdWFudGl6ZV9wZXJfdGVuc29yLm91dAAAAA0AAABPUEVSQVRPUl9DQUxMAAAA5vj//wQAAAC0+f//dlIhAAAAAAA/WyEAAAAAAAUAAABcAAAAAAAAAA75//8EAAAA3Pn///tTIQAAAAAAY1UhAAAAAAAFAAAACAAAAAAAAAAlAAAAbmF0aXZlX2NhbGxfZGVxdWFudGl6ZV9wZXJfdGVuc29yLm91dAAAAA0AAABPUEVSQVRPUl9DQUxMAAAAdvn//wQAAABE+v//t+wgAAAAAABiSyEAAAAAAAQAAACsAwAAAAAAAJ75//8EAAAAbPr//x/uIAAAAAAAQEUhAAAAAAAEAAAAZAMAAAAAAADG+f//BAAAAJT6//8EPiEAAAAAAFY/IQAAAAAABAAAAAQAAAAuAAAAK0V0aG9zVUJhY2tlbmQ6OmV4ZWN1dGUoKWhhbmRsZXMub3V0cHV0Lm1vdmUoKQAAHvr//wQAAADs+v//kTUhAAAAAADjNiEAAAAAAAQAAAAEAAAALgAAACtFdGhvc1VCYWNrZW5kOjpleGVjdXRlKCloYW5kbGVzLm91dHB1dC5tb3ZlKCkAAHb6//8EAAAARPv//x4tIQAAAAAAcC4hAAAAAAAEAAAABAAAAC4AAAArRXRob3NVQmFja2VuZDo6ZXhlY3V0ZSgpaGFuZGxlcy5vdXRwdXQubW92ZSgpAADO+v//BAAAAJz7//+tISEAAAAAAAElIQAAAAAABAAAAAQAAAAcAAAAK0V0aG9zVUJhY2tlbmQ6OmV4ZWN1dGUoKU5QVQAAAAAW+///BAAAAOT7//83GiEAAAAAAJkaIQAAAAAABAAAAAQAAAAvAAAAK0V0aG9zVUJhY2tlbmQ6OmV4ZWN1dGUoKWhhbmRsZXMuaW5wdXQubWVtY3B5KCkAbvv//wQAAAA8/P//jxIhAAAAAADlEiEAAAAAAAQAAAAEAAAALwAAACtFdGhvc1VCYWNrZW5kOjpleGVjdXRlKCloYW5kbGVzLmlucHV0Lm1lbWNweSgpAMb7//8EAAAAlPz//9sKIQAAAAAAPQshAAAAAAAEAAAABAAAAC8AAAArRXRob3NVQmFja2VuZDo6ZXhlY3V0ZSgpaGFuZGxlcy5pbnB1dC5tZW1jcHkoKQAe/P//BAAAAOz8//87AyEAAAAAAIkDIQAAAAAABAAAAAQAAAAvAAAAK0V0aG9zVUJhY2tlbmQ6OmV4ZWN1dGUoKWhhbmRsZXMuaW5wdXQubWVtY3B5KCkAdvz//wQAAABE/f//jvYgAAAAAAC4+yAAAAAAAAQAAAAIAAAAAAAAACgAAAArRXRob3NVQmFja2VuZDo6ZXhlY3V0ZSgpdmVsYV9iaW5fcmVhZCgpAAAAAM78//8EAAAAnP3//2zvIAAAAAAAk+8gAAAAAAAEAAAACAAAAAAAAAAnAAAAK0V0aG9zVUJhY2tlbmQ6OmV4ZWN1dGUoKXByb2Nlc3NlZF9kYXRhABgAAABFdGhvc1VCYWNrZW5kOjpleGVjdXRlKCkAAAAADQAAAERFTEVHQVRFX0NBTEwAAABW/f//BAAAACT+//+a3CAAAAAAAKTlIAAAAAAAAwAAAFQAAAAAAAAAfv3//wQAAABM/v//FN4gAAAAAADu3yAAAAAAAAMAAAAEAAAAIwAAAG5hdGl2ZV9jYWxsX3F1YW50aXplX3Blcl90ZW5zb3Iub3V0AA0AAABPUEVSQVRPUl9DQUxMAAAA3v3//wQAAACs/v//o8wgAAAAAACG1SAAAAAAAAIAAABUAAAAAAAAAAb+//8EAAAA1P7//x3OIAAAAAAA0M8gAAAAAAACAAAABAAAACMAAABuYXRpdmVfY2FsbF9xdWFudGl6ZV9wZXJfdGVuc29yLm91dAANAAAAT1BFUkFUT1JfQ0FMTAAAAGb+//8EAAAANP///4W8IAAAAAAAj8UgAAAAAAABAAAAVAAAAAAAAACO/v//BAAAAFz/////vSAAAAAAANm/IAAAAAAAAQAAAAQAAAAjAAAAbmF0aXZlX2NhbGxfcXVhbnRpemVfcGVyX3RlbnNvci5vdXQADQAAAE9QRVJBVE9SX0NBTEwAAADu/v//BAAAALz///9xqyAAAAAAAHG1IAAAAAAAAAAAAGgAAAAAAAAAFv///wQAAADk////66wgAAAAAAAOriAAAAAAAAAAAAAYAAAAFAAcABgAAAAUAAAAAAAAAAQADAAjAAAAbmF0aXZlX2NhbGxfcXVhbnRpemVfcGVyX3RlbnNvci5vdXQADQAAAE9QRVJBVE9SX0NBTEwAAAAPAAAATWV0aG9kOjpleGVjdXRlAAcAAABFeGVjdXRlAPT////AAAAAEAAAAAwADAAEAAAAAAAIAAIAAAAwAAAABAAAAM7///8EAAAArP///6xMEgAAAAAAhhYVAAAAAAD/////AAAAAGAAAAD2////DAAAAAAABgAIAAQA3P///+dOEgAAAAAAdwwVAAAAAAD/////AAAAABwAAAAAAAAAFAAgABwAFAAYAAAAAAAAAAQADAAMAAAATWV0aG9kOjppbml0AAAAABQAAABQcm9ncmFtOjpsb2FkX21ldGhvZAAAAAAHAAAARGVmYXVsdAA" | base64 -d >etdump.bin 2025-06-06T00:11:14.8832177Z 2025-06-06T00:11:14.8832696Z python3 -m devtools.inspector.inspector_cli --etdump_path etdump.bin --source_time_scale cycles --target_time_scale cycles 2025-06-06T00:11:14.8833321Z 2025-06-06T00:11:14.8833404Z #--- 2025-06-06T00:11:14.8833538Z 2025-06-06T00:11:14.8833872Z I [executorch:arm_executor_runner.cpp:839] Model output match expected BundleIO bpte ref data. 2025-06-06T00:11:14.8834338Z 2025-06-06T00:11:14.8834630Z I [executorch:arm_executor_runner.cpp:840] TEST: BundleIO index[0] Test_result: PASS 2025-06-06T00:11:14.8835127Z 2025-06-06T00:11:14.8835360Z I [executorch:arm_executor_runner.cpp:856] Program complete, exiting. 2025-06-06T00:11:14.8835781Z 2025-06-06T00:11:14.8835937Z I [executorch:arm_executor_runner.cpp:860]  2025-06-06T00:11:14.8836340Z Info: /OSCI/SystemC: Simulation stopped by user. 2025-06-06T00:11:14.8836814Z [backends/arm/scripts/run_fvp.sh] Simulation complete, 0 2025-06-06T00:11:14.8837231Z Checking for problems in log: 2025-06-06T00:11:14.8837545Z No problems found! 2025-06-06T00:11:14.8837781Z + set +x 2025-06-06T00:11:14.8838061Z test_arm_baremetal.sh test_run_ethosu_fvp: PASS 2025-06-06T00:11:14.8882040Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-06T00:11:14.8882603Z with: 2025-06-06T00:11:14.8882941Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:11:14.8883384Z fail-on-empty: false 2025-06-06T00:11:14.8883636Z env: 2025-06-06T00:11:14.8883913Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:11:14.8884298Z REPOSITORY: pytorch/executorch 2025-06-06T00:11:14.8884607Z PR_NUMBER: 2025-06-06T00:11:14.8887156Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:11:14.8890183Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:11:14.8890832Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:11:14.8891457Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:11:14.8891879Z ##[endgroup] 2025-06-06T00:11:14.9519080Z Prepare all required actions 2025-06-06T00:11:14.9562604Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-06T00:11:14.9563128Z with: 2025-06-06T00:11:14.9563518Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-06T00:11:14.9564153Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:11:14.9564611Z env: 2025-06-06T00:11:14.9564890Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:11:14.9565286Z REPOSITORY: pytorch/executorch 2025-06-06T00:11:14.9565596Z PR_NUMBER: 2025-06-06T00:11:14.9568178Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:11:14.9570917Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:11:14.9571571Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:11:14.9572178Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:11:14.9572617Z ##[endgroup] 2025-06-06T00:11:14.9599050Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:11:14.9599844Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:11:14.9609730Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:11:14.9610153Z env: 2025-06-06T00:11:14.9610431Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:11:14.9610851Z REPOSITORY: pytorch/executorch 2025-06-06T00:11:14.9611155Z PR_NUMBER: 2025-06-06T00:11:14.9613669Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:11:14.9616407Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:11:14.9617066Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:11:14.9617674Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:11:14.9618260Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:11:14.9618890Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-06T00:11:14.9619357Z ##[endgroup] 2025-06-06T00:11:14.9818780Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-06-06T00:11:15.2138887Z latest: Pulling from tool/alpine 2025-06-06T00:11:15.2139297Z 540db60ca938: Pulling fs layer 2025-06-06T00:11:15.3085102Z 540db60ca938: Download complete 2025-06-06T00:11:15.4066874Z 540db60ca938: Pull complete 2025-06-06T00:11:15.4172974Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-06T00:11:15.4213474Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-06T00:11:19.2638670Z Prepare all required actions 2025-06-06T00:11:19.2667825Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-06T00:11:19.2668232Z with: 2025-06-06T00:11:19.2668539Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-06T00:11:19.2669078Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:11:19.2669661Z env: 2025-06-06T00:11:19.2669933Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:11:19.2670339Z REPOSITORY: pytorch/executorch 2025-06-06T00:11:19.2670642Z PR_NUMBER: 2025-06-06T00:11:19.2673233Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:11:19.2676075Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:11:19.2676728Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:11:19.2677347Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:11:19.2677768Z ##[endgroup] 2025-06-06T00:11:19.2697451Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:11:19.2698247Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:11:19.2706451Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:11:19.2706874Z env: 2025-06-06T00:11:19.2707167Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:11:19.2707571Z REPOSITORY: pytorch/executorch 2025-06-06T00:11:19.2707882Z PR_NUMBER: 2025-06-06T00:11:19.2710373Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:11:19.2713128Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:11:19.2713785Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:11:19.2714399Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:11:19.2714977Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:11:19.2715615Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-06T00:11:19.2715999Z ##[endgroup] 2025-06-06T00:11:20.3336672Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-06T00:11:20.3337369Z # Only do these steps if we actually want to upload an artifact 2025-06-06T00:11:20.3337872Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-06T00:11:20.3338493Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-06T00:11:20.3339289Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-06T00:11:20.3339834Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-06T00:11:20.3340321Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-06T00:11:20.3340687Z  fi 2025-06-06T00:11:20.3340996Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-06T00:11:20.3341488Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-06T00:11:20.3341928Z  fi 2025-06-06T00:11:20.3342198Z fi 2025-06-06T00:11:20.3342413Z  2025-06-06T00:11:20.3342713Z upload_docs=0 2025-06-06T00:11:20.3343164Z # Check if there are files in the documentation folder to upload, note that 2025-06-06T00:11:20.3343674Z # empty folders do not count 2025-06-06T00:11:20.3344180Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-06T00:11:20.3344844Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-06T00:11:20.3345398Z  # upload will probably not work correctly 2025-06-06T00:11:20.3345775Z  upload_docs=1 2025-06-06T00:11:20.3346054Z fi 2025-06-06T00:11:20.3346398Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-06T00:11:20.3353627Z shell: /usr/bin/bash -e {0} 2025-06-06T00:11:20.3353919Z env: 2025-06-06T00:11:20.3354214Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:11:20.3354635Z REPOSITORY: pytorch/executorch 2025-06-06T00:11:20.3354943Z PR_NUMBER: 2025-06-06T00:11:20.3357544Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:11:20.3360294Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:11:20.3360944Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:11:20.3361563Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:11:20.3362021Z UPLOAD_ARTIFACT_NAME: 2025-06-06T00:11:20.3362296Z ##[endgroup] 2025-06-06T00:11:20.3468933Z Prepare all required actions 2025-06-06T00:11:20.3506425Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-06T00:11:20.3506816Z with: 2025-06-06T00:11:20.3507033Z env: 2025-06-06T00:11:20.3507301Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:11:20.3507700Z REPOSITORY: pytorch/executorch 2025-06-06T00:11:20.3508008Z PR_NUMBER: 2025-06-06T00:11:20.3510494Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:11:20.3513276Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:11:20.3513924Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:11:20.3514546Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:11:20.3514982Z ##[endgroup] 2025-06-06T00:11:20.3538590Z ##[group]Run set -eou pipefail 2025-06-06T00:11:20.3538943Z set -eou pipefail 2025-06-06T00:11:20.3539233Z  2025-06-06T00:11:20.3539627Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-06T00:11:20.3540147Z for _ in $(seq 1440); do 2025-06-06T00:11:20.3540500Z  # Break if no ssh session exists anymore 2025-06-06T00:11:20.3540887Z  if [ "$(who)" = "" ]; then 2025-06-06T00:11:20.3541204Z  break 2025-06-06T00:11:20.3541457Z  fi 2025-06-06T00:11:20.3541687Z  echo "." 2025-06-06T00:11:20.3541962Z  sleep 5 2025-06-06T00:11:20.3542309Z done 2025-06-06T00:11:20.3548486Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:11:20.3548901Z env: 2025-06-06T00:11:20.3549177Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:11:20.3549578Z REPOSITORY: pytorch/executorch 2025-06-06T00:11:20.3549882Z PR_NUMBER: 2025-06-06T00:11:20.3552400Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:11:20.3555145Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:11:20.3555888Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:11:20.3556508Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:11:20.3556944Z ##[endgroup] 2025-06-06T00:11:20.3580933Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-06T00:11:20.3677811Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-06T00:11:20.3678450Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-06T00:11:20.3678933Z # shellcheck disable=SC2046 2025-06-06T00:11:20.3679292Z docker stop $(docker ps -q) || true 2025-06-06T00:11:20.3679682Z # Prune all of the docker images 2025-06-06T00:11:20.3680036Z docker system prune -af 2025-06-06T00:11:20.3685918Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:11:20.3686468Z env: 2025-06-06T00:11:20.3686768Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:11:20.3687162Z REPOSITORY: pytorch/executorch 2025-06-06T00:11:20.3687479Z PR_NUMBER: 2025-06-06T00:11:20.3690244Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:11:20.3692990Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:11:20.3693639Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:11:20.3694259Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:11:20.3694682Z ##[endgroup] 2025-06-06T00:11:31.6220072Z 907f6e516a53 2025-06-06T00:11:32.0921249Z Deleted Containers: 2025-06-06T00:11:32.0921738Z 907f6e516a53e736acaf27cdde0cd2d11c32a59562a1c8279c84c7890700e70e 2025-06-06T00:11:32.0922405Z 2025-06-06T00:11:35.4989944Z Deleted Images: 2025-06-06T00:11:35.4990750Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-06T00:11:35.4991775Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-06T00:11:35.4992811Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-06-06T00:11:35.4993552Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-06-06T00:11:35.4994612Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-06T00:11:35.4996326Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk@sha256:0d5c21d463984bfbc970f6581a94145d33d344740c70e25bc23e6befdbb949c9 2025-06-06T00:11:35.4997511Z deleted: sha256:1a94608f22c41f81740bef06f7422764772eeea94a9eada7dd0f5cce39df18ad 2025-06-06T00:11:35.4998265Z deleted: sha256:5ec601ff95a05daba3cfa975165fec54009d3f235b3bffe3840ed920708e19e6 2025-06-06T00:11:35.4999007Z deleted: sha256:d4ff3fbb3ee1e372db334df0deb64ad5811a8fb59eb2f3b55166bb51e0a6a00a 2025-06-06T00:11:35.4999756Z deleted: sha256:13b9dc560352117be7cdbf8c9eb2d388c305715dec91fd8f2dd24e6330985d57 2025-06-06T00:11:35.5000470Z deleted: sha256:28199aade928a08022ff3bcc905892a68604917e4304bfc5045bac458173316f 2025-06-06T00:11:35.5001186Z deleted: sha256:d22c0c0c983837fa91aa33719705b4f83c04a336de23e3deb417758a159a9331 2025-06-06T00:11:35.5001890Z deleted: sha256:995f58b357536e57fd2a23d75b4035fc28c7f691ee117ecba82b81252776a914 2025-06-06T00:11:35.5002619Z deleted: sha256:5823e3d6e6649efc863a8b5312c2141ec7cc6067bfcd7f97ca43d7e309f74388 2025-06-06T00:11:35.5003346Z deleted: sha256:5402b2d94db9e51a4fe381173b9b4c0c7942e79d2c958970454ac282f69d12ef 2025-06-06T00:11:35.5004058Z deleted: sha256:e33f45752794bc0ded008164409bdf30abaa2c2d8099dabed02ec98006eca5c0 2025-06-06T00:11:35.5004779Z deleted: sha256:99b891705016c4b6a61b86360344948bf1ff94dd44e6f6c549073050549e85db 2025-06-06T00:11:35.5005485Z deleted: sha256:11eb87bc8c2f60ba3f5d31a02d355d21074d72f036dac5212ac9acb717769f13 2025-06-06T00:11:35.5006213Z deleted: sha256:a44ed3578f03e2160fa67337d098e4813cca068486c93617c1b151e0e45551ed 2025-06-06T00:11:35.5006930Z deleted: sha256:75f6c567b2876963fd837392b9a7ac2f0b134403afa83a29f19f4aa8d070818e 2025-06-06T00:11:35.5007644Z deleted: sha256:c194a5c3b0249f7c4b6d945ce2b2160b4f22cbc3e820351f7f6d3e206e2edbc3 2025-06-06T00:11:35.5008387Z deleted: sha256:db7ef66a1b940af1ebcd108d5465c32d41afe7e70615db0c545525fea7464d1e 2025-06-06T00:11:35.5009288Z deleted: sha256:c6f0c6c0007356db7e4308d352c535c71641cd1bf2e09690007881b4404b7c8b 2025-06-06T00:11:35.5010027Z deleted: sha256:b7a4234cbb69c9b1b6ef28a2291fb8d3f6be32f6c3374554dbd73d6c27ed7a8e 2025-06-06T00:11:35.5010739Z deleted: sha256:7179506bce74a48fac649b2439485eb565fe406667d78bb064426185245c9203 2025-06-06T00:11:35.5011455Z deleted: sha256:4128da566c1e767391cd1076cdace155fb183515f4e245c0e4963214e6637db5 2025-06-06T00:11:35.5012180Z deleted: sha256:7c75042edf3132b2949d54c6b6eaecb95426b5c939024d58903c60871b01eca4 2025-06-06T00:11:35.5012989Z deleted: sha256:d24f5c3fdfc6dac6e1d30d9cd675296fa1e0ae425708668d3c4476dde53f487c 2025-06-06T00:11:35.5014036Z deleted: sha256:632585fa2e3a4f1f3052f12cf256c77e9704e70498b3aa3ed801d161ebf4db2f 2025-06-06T00:11:35.5014874Z deleted: sha256:80b4fecf8cbf57d22bc034bd9e96ade01236ea5792e3ad0fbca7c8a1bef14d07 2025-06-06T00:11:35.5015623Z deleted: sha256:42f2808ef3fa764d4dd359409f8b0d904c86892f21543fa566639e95d16e7f34 2025-06-06T00:11:35.5016360Z deleted: sha256:f56165fb92e8468f382269b4f4b5a68ccee7b9ad9a47e975519dfcc1e9d227ea 2025-06-06T00:11:35.5017096Z deleted: sha256:6baef9a92114b1fe0cc5db5c6c84771005b1acf37eac03ce633afac431709b8e 2025-06-06T00:11:35.5017846Z deleted: sha256:b6e526fd3e38f0a22b44a36e6f0150bd7c59e9cf21eae74d4fec050c7c73de19 2025-06-06T00:11:35.5018569Z deleted: sha256:525c340bf46ccb79454e4e0f765a3c0b39a374f2301e347f88744d1589d7185e 2025-06-06T00:11:35.5019406Z deleted: sha256:0293f81f5c939bdd5e81947acbcacf4ec1b4b58bb9d029712fc7ffc4192edace 2025-06-06T00:11:35.5020169Z deleted: sha256:9f85e5da08a04976d2cfad6ab7dbcf7531fce0c7f3aa1352c4f3a89f276ec6e7 2025-06-06T00:11:35.5020940Z deleted: sha256:dffaca05acc53ad0f09dd2ee3a8dbdf2c99ae48a24e7b60e9025e55d3d0bc741 2025-06-06T00:11:35.5021703Z deleted: sha256:f60a46c766fa98bfc19ad2143c8230b4591cfe3ed0c6ce95fdc23268adfd4494 2025-06-06T00:11:35.5022417Z deleted: sha256:39c60a951c2b18262a626041ff1137e647cfcb65977b7352b0356ed098a60b26 2025-06-06T00:11:35.5023141Z deleted: sha256:ff02322f624aa4da0c0229f90e430b3960ce174fa4c88ea83447640dda32ce80 2025-06-06T00:11:35.5023904Z deleted: sha256:bb80166d4410f46deb56858f88f277bfc87b8c6f912d802aa80ac611299bc1d9 2025-06-06T00:11:35.5025025Z deleted: sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226 2025-06-06T00:11:35.5025798Z 2025-06-06T00:11:35.5026052Z Total reclaimed space: 14.29GB 2025-06-06T00:11:35.5060503Z ##[group]Run set +e 2025-06-06T00:11:35.5060805Z set +e 2025-06-06T00:11:35.5061083Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-06T00:11:35.5061527Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-06T00:11:35.5061937Z else 2025-06-06T00:11:35.5062242Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-06T00:11:35.5062606Z fi 2025-06-06T00:11:35.5062838Z set -e 2025-06-06T00:11:35.5069991Z shell: /usr/bin/bash -e {0} 2025-06-06T00:11:35.5070307Z env: 2025-06-06T00:11:35.5070581Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:11:35.5070992Z REPOSITORY: pytorch/executorch 2025-06-06T00:11:35.5071306Z PR_NUMBER: 2025-06-06T00:11:35.5073868Z 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}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_run_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:11:35.5076701Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:11:35.5077354Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:11:35.5077977Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:11:35.5078415Z NO_SUDO: false 2025-06-06T00:11:35.5078656Z ##[endgroup] 2025-06-06T00:11:39.3555911Z Post job cleanup. 2025-06-06T00:11:39.4712222Z Post job cleanup. 2025-06-06T00:11:39.5811698Z [command]/usr/bin/git version 2025-06-06T00:11:39.5856375Z git version 2.47.1 2025-06-06T00:11:39.5909810Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b7278f7c-8123-46e7-a0ba-895ed693b53d' before making global git config changes 2025-06-06T00:11:39.5911752Z Adding repository directory to the temporary git global config as a safe directory 2025-06-06T00:11:39.5917745Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-06T00:11:39.5954276Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-06T00:11:39.5996780Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-06T00:11:39.6290021Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-06T00:11:39.6310033Z http.https://github.com/.extraheader 2025-06-06T00:11:39.6320504Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-06T00:11:39.6349091Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-06T00:11:39.6700956Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-06T00:11:39.6726976Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-06T00:11:39.6733132Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:11:39.6733766Z ##[endgroup] 2025-06-06T00:11:39.6823159Z [!ALERT!] Swap in detected! [!ALERT!] 2025-06-06T00:11:51.8693460Z [!ALERT!] Swap out detected [!ALERT!] 2025-06-06T00:12:11.7948704Z Cleaning up orphan processes