2025-06-05T23:48:52.6539627Z Current runner version: '2.325.0' 2025-06-05T23:48:52.6546734Z Runner name: 'i-00872297582a69574' 2025-06-05T23:48:52.6547827Z Machine name: 'ip-10-0-41-247' 2025-06-05T23:48:52.6551023Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:48:52.6553602Z Contents: read 2025-06-05T23:48:52.6554229Z Metadata: read 2025-06-05T23:48:52.6554989Z ##[endgroup] 2025-06-05T23:48:52.6557702Z Secret source: Actions 2025-06-05T23:48:52.6558514Z Prepare workflow directory 2025-06-05T23:48:52.7203057Z Prepare all required actions 2025-06-05T23:48:52.7248617Z Getting action download info 2025-06-05T23:48:53.0054483Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:48:53.2873389Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:49:02.5925559Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:49:02.8370866Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:49:02.9470811Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:49:03.2336350Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:49:03.4856882Z Getting action download info 2025-06-05T23:49:03.5759963Z Download action repository 'pytorch/pytorch@main' (SHA:28796f71d04302029290f473a286efc2aba339c2) 2025-06-05T23:49:16.0965012Z Complete job name: test-arm-backend (test_pytest_models_ethosu_fvp) / linux-job 2025-06-05T23:49:16.1506092Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:49:16.1620696Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:49:16.1630819Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:16.1631608Z ##[endgroup] 2025-06-05T23:49:17.4550658Z Runner Type: linux.2xlarge.memory 2025-06-05T23:49:17.4551278Z Instance Type: r5.2xlarge 2025-06-05T23:49:17.4551576Z AMI Name: unknown 2025-06-05T23:49:17.4580071Z AMI ID: ami-071226ecf16aa7d96 2025-06-05T23:49:23.3668720Z ##[group]Run set -euxo pipefail 2025-06-05T23:49:23.3669212Z set -euxo pipefail 2025-06-05T23:49:23.3669563Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:49:23.3669995Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:49:23.3670434Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:49:23.3670776Z else 2025-06-05T23:49:23.3671085Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:49:23.3671499Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:49:23.3671823Z fi 2025-06-05T23:49:23.3672070Z  2025-06-05T23:49:23.3672316Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:49:23.3672691Z echo "::endgroup::" 2025-06-05T23:49:23.3682157Z shell: /usr/bin/bash -e {0} 2025-06-05T23:49:23.3682498Z env: 2025-06-05T23:49:23.3682804Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:23.3683267Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:23.3683648Z PR_NUMBER: 2025-06-05T23:49:23.3686239Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:23.3689107Z NO_SUDO: false 2025-06-05T23:49:23.3689359Z ##[endgroup] 2025-06-05T23:49:23.3717280Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:49:23.3729269Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:49:23.3736650Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:49:23.5004863Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:49:23.5005823Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:49:23.5021921Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:49:23.5034008Z + echo ::endgroup:: 2025-06-05T23:49:23.5034975Z ##[endgroup] 2025-06-05T23:49:23.5153601Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:49:23.5154100Z with: 2025-06-05T23:49:23.5154372Z repository: pytorch/test-infra 2025-06-05T23:49:23.5154698Z path: test-infra 2025-06-05T23:49:23.5154972Z submodules: recursive 2025-06-05T23:49:23.5155588Z token: *** 2025-06-05T23:49:23.5155825Z ssh-strict: true 2025-06-05T23:49:23.5156085Z ssh-user: git 2025-06-05T23:49:23.5156344Z persist-credentials: true 2025-06-05T23:49:23.5156647Z clean: true 2025-06-05T23:49:23.5156909Z sparse-checkout-cone-mode: true 2025-06-05T23:49:23.5157240Z fetch-depth: 1 2025-06-05T23:49:23.5157483Z fetch-tags: false 2025-06-05T23:49:23.5157746Z show-progress: true 2025-06-05T23:49:23.5158014Z lfs: false 2025-06-05T23:49:23.5158253Z set-safe-directory: true 2025-06-05T23:49:23.5158570Z env: 2025-06-05T23:49:23.5158841Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:23.5159246Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:23.5159612Z PR_NUMBER: 2025-06-05T23:49:23.5162421Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:23.5165094Z ##[endgroup] 2025-06-05T23:49:23.6421407Z Syncing repository: pytorch/test-infra 2025-06-05T23:49:23.6422257Z ##[group]Getting Git version info 2025-06-05T23:49:23.6422865Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:49:23.6423670Z [command]/usr/bin/git version 2025-06-05T23:49:23.6423999Z git version 2.47.1 2025-06-05T23:49:23.6434025Z ##[endgroup] 2025-06-05T23:49:23.6446012Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f699add3-da47-4312-9229-51ccab7db8ac' before making global git config changes 2025-06-05T23:49:23.6447106Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:49:23.6459084Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:49:23.6487086Z ##[group]Initializing the repository 2025-06-05T23:49:23.6491835Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:49:23.6526152Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:49:23.6526870Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:49:23.6527652Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:49:23.6528127Z hint: 2025-06-05T23:49:23.6528454Z hint: git config --global init.defaultBranch 2025-06-05T23:49:23.6528852Z hint: 2025-06-05T23:49:23.6529227Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:49:23.6530089Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:49:23.6530588Z hint: 2025-06-05T23:49:23.6530829Z hint: git branch -m 2025-06-05T23:49:23.6531600Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:49:23.6535906Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:49:23.6562395Z ##[endgroup] 2025-06-05T23:49:23.6562899Z ##[group]Disabling automatic garbage collection 2025-06-05T23:49:23.6566682Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:49:23.6591824Z ##[endgroup] 2025-06-05T23:49:23.6592287Z ##[group]Setting up auth 2025-06-05T23:49:23.6597922Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:49:23.6623939Z [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:23.6919170Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:49:23.6945094Z [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:23.7227620Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:49:23.7267483Z ##[endgroup] 2025-06-05T23:49:23.7268132Z ##[group]Determining the default branch 2025-06-05T23:49:23.7270790Z Retrieving the default branch name 2025-06-05T23:49:23.9335462Z Default branch 'main' 2025-06-05T23:49:23.9336365Z ##[endgroup] 2025-06-05T23:49:23.9336842Z ##[group]Fetching the repository 2025-06-05T23:49:23.9342754Z [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:24.2834573Z From https://github.com/pytorch/test-infra 2025-06-05T23:49:24.2835097Z * [new branch] main -> origin/main 2025-06-05T23:49:24.2857175Z ##[endgroup] 2025-06-05T23:49:24.2857651Z ##[group]Determining the checkout info 2025-06-05T23:49:24.2858650Z ##[endgroup] 2025-06-05T23:49:24.2863400Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:49:24.2896484Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:49:24.2921307Z ##[group]Checking out the ref 2025-06-05T23:49:24.2925234Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:49:24.3864458Z Switched to a new branch 'main' 2025-06-05T23:49:24.3866246Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:49:24.3873173Z ##[endgroup] 2025-06-05T23:49:24.3873654Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:49:24.3878947Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:49:24.3919779Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:49:24.3948291Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:49:24.3975580Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:49:24.3999808Z ##[endgroup] 2025-06-05T23:49:24.4000588Z ##[group]Fetching submodules 2025-06-05T23:49:24.4003012Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:49:24.4290425Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:49:24.4576523Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:49:24.4854960Z ##[endgroup] 2025-06-05T23:49:24.4855758Z ##[group]Persisting credentials for submodules 2025-06-05T23:49:24.4861652Z [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:24.5143034Z [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:24.5424519Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:49:24.5707827Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:49:24.5982430Z ##[endgroup] 2025-06-05T23:49:24.6015528Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:49:24.6036409Z e339ed56a2ad5e0f901a4edc5e1d5770100696d3 2025-06-05T23:49:24.6224446Z Prepare all required actions 2025-06-05T23:49:24.6225000Z Getting action download info 2025-06-05T23:49:24.7180696Z Download action repository 'pytorch/test-infra@main' (SHA:e339ed56a2ad5e0f901a4edc5e1d5770100696d3) 2025-06-05T23:49:26.1364525Z Getting action download info 2025-06-05T23:49:26.2235405Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:49:26.3736902Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:49:26.3737317Z env: 2025-06-05T23:49:26.3737598Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:26.3738007Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:26.3738307Z PR_NUMBER: 2025-06-05T23:49:26.3740890Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:26.3743512Z ##[endgroup] 2025-06-05T23:49:26.3835337Z ##[group]Run set -euo pipefail 2025-06-05T23:49:26.3835714Z set -euo pipefail 2025-06-05T23:49:26.3836042Z function get_ec2_metadata() { 2025-06-05T23:49:26.3836451Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:49:26.3837176Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:49:26.3837803Z  category=$1 2025-06-05T23:49:26.3838813Z  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:26.3839848Z } 2025-06-05T23:49:26.3840129Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:49:26.3840601Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:49:26.3841121Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:49:26.3841584Z echo "system info $(uname -a)" 2025-06-05T23:49:26.3848148Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:26.3848571Z env: 2025-06-05T23:49:26.3848853Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:26.3849255Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:26.3849557Z PR_NUMBER: 2025-06-05T23:49:26.3852088Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:26.3854845Z ##[endgroup] 2025-06-05T23:49:26.3992571Z ami-id: ami-071226ecf16aa7d96 2025-06-05T23:49:26.4092156Z instance-id: i-00872297582a69574 2025-06-05T23:49:26.4188683Z instance-type: r5.2xlarge 2025-06-05T23:49:26.4200153Z system info Linux ip-10-0-41-247.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:26.4236736Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:49:26.4237955Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:49:26.4244994Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:26.4245417Z env: 2025-06-05T23:49:26.4245695Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:26.4246099Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:26.4246413Z PR_NUMBER: 2025-06-05T23:49:26.4248948Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:26.4251549Z ##[endgroup] 2025-06-05T23:49:26.4329384Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:49:26.4329877Z if systemctl is-active --quiet docker; then 2025-06-05T23:49:26.4330291Z  echo "Docker daemon is running..."; 2025-06-05T23:49:26.4330655Z else 2025-06-05T23:49:26.4331031Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:49:26.4331505Z fi 2025-06-05T23:49:26.4337095Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:26.4337514Z env: 2025-06-05T23:49:26.4337799Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:26.4338186Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:26.4338499Z PR_NUMBER: 2025-06-05T23:49:26.4341015Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:26.4343620Z ##[endgroup] 2025-06-05T23:49:26.4419303Z Docker daemon is running... 2025-06-05T23:49:26.4447466Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:49:26.4448260Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:49:26.4449073Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:49:26.4449750Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:49:26.4450578Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:49:26.4456615Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:26.4457032Z env: 2025-06-05T23:49:26.4457303Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:26.4457698Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:26.4457996Z PR_NUMBER: 2025-06-05T23:49:26.4460668Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:26.4463282Z AWS_RETRY_MODE: standard 2025-06-05T23:49:26.4463623Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:49:26.4463944Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:49:26.4464246Z ##[endgroup] 2025-06-05T23:49:27.5592247Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:49:27.5593218Z Configure a credential helper to remove this warning. See 2025-06-05T23:49:27.5594000Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:49:27.5594540Z 2025-06-05T23:49:27.5594706Z Login Succeeded 2025-06-05T23:49:27.5639893Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:49:27.5640559Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:49:27.5641119Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:49:27.5648595Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:27.5649003Z env: 2025-06-05T23:49:27.5649297Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:27.5649704Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:27.5650017Z PR_NUMBER: 2025-06-05T23:49:27.5652529Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:27.5655158Z ##[endgroup] 2025-06-05T23:49:27.5747720Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:49:27.5748269Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:49:27.5748713Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:49:27.5749110Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:49:27.5749613Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:49:27.5750077Z  2025-06-05T23:49:27.5750408Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:49:27.5750981Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:49:27.5751392Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:49:27.5751932Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:49:27.5752428Z  2025-06-05T23:49:27.5752690Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:49:27.5753062Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:49:27.5753424Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:49:27.5753867Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:49:27.5760301Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:27.5760709Z env: 2025-06-05T23:49:27.5760998Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:27.5761398Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:27.5761785Z PR_NUMBER: 2025-06-05T23:49:27.5764303Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:27.5767035Z ##[endgroup] 2025-06-05T23:49:28.1017766Z ##[group]Run needs=0 2025-06-05T23:49:28.1018098Z needs=0 2025-06-05T23:49:28.1018500Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:49:28.1018991Z  needs=1 2025-06-05T23:49:28.1019229Z fi 2025-06-05T23:49:28.1019505Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:49:28.1025863Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:28.1026284Z env: 2025-06-05T23:49:28.1026560Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:28.1026965Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:28.1027280Z PR_NUMBER: 2025-06-05T23:49:28.1029806Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:28.1032573Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:28.1033231Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:28.1033835Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:28.1034268Z ##[endgroup] 2025-06-05T23:49:28.1300255Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:49:28.1300897Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:49:28.1301367Z # shellcheck disable=SC2046 2025-06-05T23:49:28.1301752Z docker stop $(docker ps -q) || true 2025-06-05T23:49:28.1302138Z # Prune all of the docker images 2025-06-05T23:49:28.1302502Z docker system prune -af 2025-06-05T23:49:28.1308816Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:28.1309221Z env: 2025-06-05T23:49:28.1309516Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:28.1309901Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:28.1310211Z PR_NUMBER: 2025-06-05T23:49:28.1312744Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:28.1315485Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:28.1316276Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:28.1316899Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:28.1317323Z ##[endgroup] 2025-06-05T23:49:28.1556867Z "docker stop" requires at least 1 argument. 2025-06-05T23:49:28.1557267Z See 'docker stop --help'. 2025-06-05T23:49:28.1557475Z 2025-06-05T23:49:28.1557655Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:49:28.1557956Z 2025-06-05T23:49:28.1558093Z Stop one or more running containers 2025-06-05T23:49:28.1822912Z Total reclaimed space: 0B 2025-06-05T23:49:28.1899293Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:49:28.1899712Z with: 2025-06-05T23:49:28.1900403Z github-secret: *** 2025-06-05T23:49:28.1901176Z 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:28.1902044Z activate-with-label: false 2025-06-05T23:49:28.1902339Z label: with-ssh 2025-06-05T23:49:28.1902610Z remove-existing-keys: true 2025-06-05T23:49:28.1902903Z fail-silently: true 2025-06-05T23:49:28.1903163Z env: 2025-06-05T23:49:28.1903432Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:28.1903833Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:28.1904144Z PR_NUMBER: 2025-06-05T23:49:28.1907612Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:28.1910394Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:28.1911046Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:28.1911663Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:28.1912083Z ##[endgroup] 2025-06-05T23:49:28.3112842Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:49:28.3114464Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:49:28.3243390Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:49:28.3243874Z with: 2025-06-05T23:49:28.3244119Z repository: pytorch/executorch 2025-06-05T23:49:28.3244479Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:49:28.3244844Z path: pytorch/executorch 2025-06-05T23:49:28.3245152Z fetch-depth: 1 2025-06-05T23:49:28.3245398Z submodules: recursive 2025-06-05T23:49:28.3245831Z token: *** 2025-06-05T23:49:28.3246078Z ssh-strict: true 2025-06-05T23:49:28.3246319Z ssh-user: git 2025-06-05T23:49:28.3246588Z persist-credentials: true 2025-06-05T23:49:28.3246871Z clean: true 2025-06-05T23:49:28.3247142Z sparse-checkout-cone-mode: true 2025-06-05T23:49:28.3247459Z fetch-tags: false 2025-06-05T23:49:28.3247719Z show-progress: true 2025-06-05T23:49:28.3247967Z lfs: false 2025-06-05T23:49:28.3248213Z set-safe-directory: true 2025-06-05T23:49:28.3248481Z env: 2025-06-05T23:49:28.3248803Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:28.3249186Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:28.3249495Z PR_NUMBER: 2025-06-05T23:49:28.3252003Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:28.3254909Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:28.3255573Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:28.3256198Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:28.3256619Z ##[endgroup] 2025-06-05T23:49:28.4325210Z Syncing repository: pytorch/executorch 2025-06-05T23:49:28.4334060Z ##[group]Getting Git version info 2025-06-05T23:49:28.4334694Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:49:28.4363536Z [command]/usr/bin/git version 2025-06-05T23:49:28.4403110Z git version 2.47.1 2025-06-05T23:49:28.4430141Z ##[endgroup] 2025-06-05T23:49:28.4442453Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0c52a5e6-0887-4f29-b8f8-6e70bc408fb6' before making global git config changes 2025-06-05T23:49:28.4443525Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:49:28.4457936Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:49:28.4486539Z ##[group]Initializing the repository 2025-06-05T23:49:28.4491815Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:49:28.4524246Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:49:28.4525499Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:49:28.4526311Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:49:28.4526764Z hint: 2025-06-05T23:49:28.4527086Z hint: git config --global init.defaultBranch 2025-06-05T23:49:28.4527460Z hint: 2025-06-05T23:49:28.4527832Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:49:28.4528472Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:49:28.4528947Z hint: 2025-06-05T23:49:28.4529190Z hint: git branch -m 2025-06-05T23:49:28.4530106Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:49:28.4535244Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:49:28.4562585Z ##[endgroup] 2025-06-05T23:49:28.4563462Z ##[group]Disabling automatic garbage collection 2025-06-05T23:49:28.4568622Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:49:28.4595469Z ##[endgroup] 2025-06-05T23:49:28.4596218Z ##[group]Setting up auth 2025-06-05T23:49:28.4602999Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:49:28.4632281Z [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:28.4923049Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:49:28.4949245Z [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:28.5228258Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:49:28.5267609Z ##[endgroup] 2025-06-05T23:49:28.5268240Z ##[group]Fetching the repository 2025-06-05T23:49:28.5285426Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:49:31.0105347Z From https://github.com/pytorch/executorch 2025-06-05T23:49:31.0105992Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:49:31.0125094Z ##[endgroup] 2025-06-05T23:49:31.0125963Z ##[group]Determining the checkout info 2025-06-05T23:49:31.0128911Z ##[endgroup] 2025-06-05T23:49:31.0134184Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:49:31.0168526Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:49:31.0195101Z ##[group]Checking out the ref 2025-06-05T23:49:31.0200071Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:49:31.5734302Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:49:31.5734703Z 2025-06-05T23:49:31.5734972Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:49:31.5735613Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:49:31.5736228Z state without impacting any branches by switching back to a branch. 2025-06-05T23:49:31.5736583Z 2025-06-05T23:49:31.5736825Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:49:31.5737378Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:49:31.5737699Z 2025-06-05T23:49:31.5737836Z git switch -c 2025-06-05T23:49:31.5738056Z 2025-06-05T23:49:31.5738174Z Or undo this operation with: 2025-06-05T23:49:31.5738399Z 2025-06-05T23:49:31.5738499Z git switch - 2025-06-05T23:49:31.5738643Z 2025-06-05T23:49:31.5738916Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:49:31.5739306Z 2025-06-05T23:49:31.5739601Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:49:31.5764655Z ##[endgroup] 2025-06-05T23:49:31.5765354Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:49:31.5773419Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:49:31.5813808Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:49:31.5841452Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:49:31.5871304Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:49:31.5894915Z ##[endgroup] 2025-06-05T23:49:31.5896142Z ##[group]Fetching submodules 2025-06-05T23:49:31.5899810Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:49:31.6192422Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:49:31.6474051Z 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:31.6476194Z 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:31.6480332Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:49:31.6485256Z 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:31.6490258Z 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:31.6493802Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:49:31.6497084Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:49:31.6500530Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:49:31.6504003Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:49:31.6507810Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:49:31.6511512Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:49:31.6515254Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:49:31.6518921Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:49:31.6522707Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:49:31.6526722Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:49:31.6531637Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:49:31.6537546Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:49:31.6541977Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:49:31.6546435Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:49:31.6550879Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:49:31.6555663Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:49:31.6560467Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:49:31.6565413Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:49:31.6570458Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:49:31.6598696Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:49:32.4712522Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:49:32.9493435Z warning: redirecting to https://git.gitlab.arm.com/-/push_from_secondary/7/tosa/tosa-serialization.git/ 2025-06-05T23:49:33.6779007Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:49:33.9268656Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:49:34.3499984Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:49:34.6661797Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:49:34.8862031Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:49:35.1221949Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:49:35.3209598Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:49:36.0786749Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:49:36.4755708Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:49:36.7310949Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:49:37.0833702Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:49:37.7684814Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:49:38.0393678Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:49:38.4501143Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:49:38.7690293Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:49:38.9720427Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:49:39.2279602Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:49:39.4786439Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:49:39.6964129Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:49:40.1081567Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:49:40.2976269Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:49:40.6553724Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:49:42.2507519Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:49:42.2509232Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:49:42.2626904Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:49:42.7615878Z warning: redirecting to https://git.gitlab.arm.com/-/push_from_secondary/7/tosa/tosa-serialization.git/ 2025-06-05T23:49:43.7888016Z warning: redirecting to https://git.gitlab.arm.com/-/push_from_secondary/7/tosa/tosa-serialization.git/ 2025-06-05T23:49:44.8038002Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:49:44.8038620Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:49:44.8159123Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:49:44.8176550Z 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:44.8203356Z 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:46.0244940Z From https://github.com/google/flatbuffers 2025-06-05T23:49:46.0245512Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:49:46.1390039Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:49:46.7181307Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:49:46.7181889Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:49:46.7266722Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:49:47.5233426Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:49:47.5234006Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:49:47.5790902Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:49:48.2279245Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:49:48.2280267Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:49:48.2626781Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:49:48.7140338Z From https://github.com/zeux/volk 2025-06-05T23:49:48.7140868Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:49:48.7229932Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:49:49.2190847Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:49:49.2191407Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:49:49.2284216Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:49:49.6128238Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:49:49.6128803Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:49:49.6185935Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:49:51.3146989Z From https://github.com/google/XNNPACK 2025-06-05T23:49:51.3147537Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:49:51.9738000Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:49:52.4336520Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:49:52.4337067Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:49:52.5267592Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:49:53.0392948Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:49:53.0393534Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:49:53.0480409Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:49:53.5627073Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:49:53.5627647Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:49:53.6117684Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:49:53.6134898Z 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:53.6137136Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:49:53.6140072Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:49:53.6142904Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:49:53.6146083Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:49:53.6174102Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:49:53.9591246Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:49:54.4065740Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:49:54.7770365Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:49:55.0409444Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:49:57.5162795Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:49:57.5163401Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:49:57.6240746Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:49:58.3452257Z From https://github.com/nlohmann/json 2025-06-05T23:49:58.3453065Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:49:58.4496573Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:49:59.0749325Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:49:59.0749933Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:49:59.1594300Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:49:59.1612635Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:49:59.1642117Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:49:59.9755534Z From https://github.com/zherczeg/sljit 2025-06-05T23:49:59.9756099Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:49:59.9967516Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:50:00.4599968Z From https://github.com/google/re2 2025-06-05T23:50:00.4600864Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:50:00.4781144Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:50:01.0467155Z From https://github.com/google/sentencepiece 2025-06-05T23:50:01.0467730Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:50:01.1876151Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:50:02.8315204Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:50:02.8315781Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:50:02.9720706Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:50:03.4557762Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:50:03.4558361Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:50:03.4783819Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:50:04.0470632Z From https://github.com/pytorch/ao 2025-06-05T23:50:04.0471257Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:50:04.1652077Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:50:04.1671504Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:50:04.1699887Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:50:06.0855142Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:50:06.0855690Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:50:06.7051278Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:50:07.3539749Z From https://github.com/google/flatbuffers 2025-06-05T23:50:07.3540317Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:50:07.4685924Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:50:08.0359662Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:50:08.0360237Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:50:08.0632059Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:50:08.5915390Z From https://github.com/gflags/gflags 2025-06-05T23:50:08.5916237Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:50:08.6010209Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:50:09.2675397Z From https://github.com/google/googletest 2025-06-05T23:50:09.2675975Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:50:09.3062962Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:50:09.8214982Z From https://github.com/leetal/ios-cmake 2025-06-05T23:50:09.8215534Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:50:09.8291646Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:50:10.4314302Z From https://github.com/nlohmann/json 2025-06-05T23:50:10.4314856Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:50:10.5338647Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:50:10.5438637Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:50:11.3234372Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:50:11.3235223Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:50:11.4776787Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:50:12.1093645Z From https://github.com/pybind/pybind11 2025-06-05T23:50:12.1094211Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:50:12.1404986Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:50:12.1439819Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:50:12.1727501Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:50:12.1770301Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:50:12.1812711Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:50:12.1860152Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:50:12.1903769Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:50:12.1947038Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:50:12.1990362Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:50:12.2032983Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:50:12.2075084Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:50:12.2117747Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:50:12.2176152Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:50:12.2219756Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:50:12.2262456Z Entering 'extension/llm/tokenizers' 2025-06-05T23:50:12.2304126Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:50:12.2348964Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:50:12.2392376Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:50:12.2434602Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:50:12.2478971Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:50:12.2521052Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:50:12.2564667Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:50:12.2610109Z Entering 'shim' 2025-06-05T23:50:12.2652307Z Entering 'third-party/ao' 2025-06-05T23:50:12.2694458Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:50:12.2748382Z Entering 'third-party/flatbuffers' 2025-06-05T23:50:12.2793299Z Entering 'third-party/flatcc' 2025-06-05T23:50:12.2836490Z Entering 'third-party/gflags' 2025-06-05T23:50:12.2878326Z Entering 'third-party/googletest' 2025-06-05T23:50:12.2920326Z Entering 'third-party/ios-cmake' 2025-06-05T23:50:12.2961757Z Entering 'third-party/json' 2025-06-05T23:50:12.3005019Z Entering 'third-party/pocketfft' 2025-06-05T23:50:12.3046994Z Entering 'third-party/prelude' 2025-06-05T23:50:12.3092051Z Entering 'third-party/pybind11' 2025-06-05T23:50:12.3142976Z ##[endgroup] 2025-06-05T23:50:12.3143463Z ##[group]Persisting credentials for submodules 2025-06-05T23:50:12.3150221Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-06-05T23:50:12.3430856Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:50:12.3486362Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:50:12.3541612Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:50:12.3602209Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:50:12.3658324Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:50:12.3714288Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:50:12.3770272Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:50:12.3826136Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:50:12.3881482Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:50:12.3938009Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:50:12.4010379Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:50:12.4065888Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:50:12.4121772Z Entering 'extension/llm/tokenizers' 2025-06-05T23:50:12.4176131Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:50:12.4234759Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:50:12.4291235Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:50:12.4346079Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:50:12.4404038Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:50:12.4459886Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:50:12.4518508Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:50:12.4576445Z Entering 'shim' 2025-06-05T23:50:12.4632435Z Entering 'third-party/ao' 2025-06-05T23:50:12.4688651Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:50:12.4755724Z Entering 'third-party/flatbuffers' 2025-06-05T23:50:12.4815106Z Entering 'third-party/flatcc' 2025-06-05T23:50:12.4870896Z Entering 'third-party/gflags' 2025-06-05T23:50:12.4926675Z Entering 'third-party/googletest' 2025-06-05T23:50:12.4981947Z Entering 'third-party/ios-cmake' 2025-06-05T23:50:12.5037166Z Entering 'third-party/json' 2025-06-05T23:50:12.5093868Z Entering 'third-party/pocketfft' 2025-06-05T23:50:12.5148794Z Entering 'third-party/prelude' 2025-06-05T23:50:12.5207422Z Entering 'third-party/pybind11' 2025-06-05T23:50:12.5276407Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-06-05T23:50:12.5559971Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:50:12.5614215Z 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:50:12.5630447Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:50:12.5684389Z 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:50:12.5699607Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:50:12.5753500Z 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:50:12.5774618Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:50:12.5827790Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:50:12.5844294Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:50:12.5896617Z 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:50:12.5913071Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:50:12.5965490Z 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:50:12.5981631Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:50:12.6035208Z 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:50:12.6051361Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:50:12.6103432Z 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:50:12.6120279Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:50:12.6174479Z 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:50:12.6190383Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:50:12.6245687Z 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:50:12.6278242Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:50:12.6332650Z 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:50:12.6349911Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:50:12.6403419Z 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:50:12.6419379Z Entering 'extension/llm/tokenizers' 2025-06-05T23:50:12.6472938Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:50:12.6488547Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:50:12.6546400Z 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:50:12.6560995Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:50:12.6614118Z 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:50:12.6631443Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:50:12.6685805Z 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:50:12.6700967Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:50:12.6756369Z 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:50:12.6774172Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:50:12.6827026Z 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:50:12.6842857Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:50:12.6895376Z 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:50:12.6913245Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:50:12.6966682Z 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:50:12.6984830Z Entering 'shim' 2025-06-05T23:50:12.7039142Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:50:12.7055179Z Entering 'third-party/ao' 2025-06-05T23:50:12.7107724Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:50:12.7124294Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:50:12.7178334Z 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:50:12.7204827Z Entering 'third-party/flatbuffers' 2025-06-05T23:50:12.7258043Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:50:12.7275851Z Entering 'third-party/flatcc' 2025-06-05T23:50:12.7328867Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:50:12.7344816Z Entering 'third-party/gflags' 2025-06-05T23:50:12.7397300Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:50:12.7412785Z Entering 'third-party/googletest' 2025-06-05T23:50:12.7465527Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:50:12.7481390Z Entering 'third-party/ios-cmake' 2025-06-05T23:50:12.7534899Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:50:12.7550002Z Entering 'third-party/json' 2025-06-05T23:50:12.7602386Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:50:12.7620242Z Entering 'third-party/pocketfft' 2025-06-05T23:50:12.7673690Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:50:12.7688926Z Entering 'third-party/prelude' 2025-06-05T23:50:12.7741630Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:50:12.7760719Z Entering 'third-party/pybind11' 2025-06-05T23:50:12.7816923Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:50:12.8088276Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:50:12.8375008Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:50:12.8417698Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:50:12.8459285Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:50:12.8506731Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:50:12.8549954Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:50:12.8592869Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:50:12.8636489Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:50:12.8679282Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:50:12.8722170Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:50:12.8764617Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:50:12.8824738Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:50:12.8867932Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:50:12.8911205Z Entering 'extension/llm/tokenizers' 2025-06-05T23:50:12.8953250Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:50:12.8997542Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:50:12.9041526Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:50:12.9084679Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:50:12.9130654Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:50:12.9173285Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:50:12.9217597Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:50:12.9262307Z Entering 'shim' 2025-06-05T23:50:12.9304247Z Entering 'third-party/ao' 2025-06-05T23:50:12.9347047Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:50:12.9399361Z Entering 'third-party/flatbuffers' 2025-06-05T23:50:12.9445668Z Entering 'third-party/flatcc' 2025-06-05T23:50:12.9487845Z Entering 'third-party/gflags' 2025-06-05T23:50:12.9530130Z Entering 'third-party/googletest' 2025-06-05T23:50:12.9573152Z Entering 'third-party/ios-cmake' 2025-06-05T23:50:12.9615167Z Entering 'third-party/json' 2025-06-05T23:50:12.9658684Z Entering 'third-party/pocketfft' 2025-06-05T23:50:12.9700969Z Entering 'third-party/prelude' 2025-06-05T23:50:12.9746775Z Entering 'third-party/pybind11' 2025-06-05T23:50:12.9802021Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:50:13.0083464Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:50:13.0127311Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:50:13.0169429Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:50:13.0215536Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:50:13.0257908Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:50:13.0300072Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:50:13.0343593Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:50:13.0386053Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:50:13.0429145Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:50:13.0472111Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:50:13.0532992Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:50:13.0576910Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:50:13.0619949Z Entering 'extension/llm/tokenizers' 2025-06-05T23:50:13.0662986Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:50:13.0707584Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:50:13.0751091Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:50:13.0792413Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:50:13.0837537Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:50:13.0881644Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:50:13.0927172Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:50:13.0972324Z Entering 'shim' 2025-06-05T23:50:13.1015405Z Entering 'third-party/ao' 2025-06-05T23:50:13.1059813Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:50:13.1112591Z Entering 'third-party/flatbuffers' 2025-06-05T23:50:13.1158822Z Entering 'third-party/flatcc' 2025-06-05T23:50:13.1201569Z Entering 'third-party/gflags' 2025-06-05T23:50:13.1244491Z Entering 'third-party/googletest' 2025-06-05T23:50:13.1287181Z Entering 'third-party/ios-cmake' 2025-06-05T23:50:13.1334696Z Entering 'third-party/json' 2025-06-05T23:50:13.1378620Z Entering 'third-party/pocketfft' 2025-06-05T23:50:13.1420655Z Entering 'third-party/prelude' 2025-06-05T23:50:13.1466737Z Entering 'third-party/pybind11' 2025-06-05T23:50:13.1517883Z ##[endgroup] 2025-06-05T23:50:13.1552329Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:50:13.1573136Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:50:13.1796494Z Prepare all required actions 2025-06-05T23:50:13.1797061Z Getting action download info 2025-06-05T23:50:13.2602723Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:50:13.4044113Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:50:13.4044559Z with: 2025-06-05T23:50:13.4044858Z docker-image-name: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:13.4045291Z docker-build-dir: .ci/docker 2025-06-05T23:50:13.4045612Z working-directory: pytorch/executorch 2025-06-05T23:50:13.4045978Z docker-build-script: ./build.sh 2025-06-05T23:50:13.4046399Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:13.4046838Z force-push: false 2025-06-05T23:50:13.4047074Z env: 2025-06-05T23:50:13.4047348Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:13.4047739Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:13.4048038Z PR_NUMBER: 2025-06-05T23:50:13.4050598Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:13.4053330Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:13.4053986Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:13.4054600Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:13.4055015Z ##[endgroup] 2025-06-05T23:50:13.4078188Z ##[group]Run set -ex 2025-06-05T23:50:13.4078550Z set -ex 2025-06-05T23:50:13.4078784Z  2025-06-05T23:50:13.4079230Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:50:13.4079963Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:50:13.4080602Z # job could then download the pre-built image as usual 2025-06-05T23:50:13.4081355Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:50:13.4082024Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:13.4082527Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:13.4082965Z  2025-06-05T23:50:13.4083357Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:50:13.4083848Z  exit 0 2025-06-05T23:50:13.4084088Z else 2025-06-05T23:50:13.4084382Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:13.4084727Z fi 2025-06-05T23:50:13.4084951Z  2025-06-05T23:50:13.4085309Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:50:13.4085978Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:50:13.4086577Z  # use it as it is, but first let's extract the tag 2025-06-05T23:50:13.4087098Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:50:13.4087665Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:13.4088190Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:13.4088641Z else 2025-06-05T23:50:13.4088914Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:50:13.4089343Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:50:13.4089910Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:50:13.4090274Z  fi 2025-06-05T23:50:13.4090776Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:50:13.4091442Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:13.4092150Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:13.4092940Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:13.4093407Z fi 2025-06-05T23:50:13.4099596Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:13.4099997Z env: 2025-06-05T23:50:13.4100282Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:13.4100671Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:13.4100982Z PR_NUMBER: 2025-06-05T23:50:13.4103508Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:13.4106459Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:13.4107123Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:13.4107744Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:13.4108178Z REPO_NAME: executorch 2025-06-05T23:50:13.4108526Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:13.4108926Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:50:13.4109244Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:50:13.4109651Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:13.4110086Z CUSTOM_TAG_PREFIX: 2025-06-05T23:50:13.4110349Z ##[endgroup] 2025-06-05T23:50:13.4138942Z + [[ ! -d .ci/docker ]] 2025-06-05T23:50:13.4139273Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:50:13.4139729Z + echo skip=false 2025-06-05T23:50:13.4140378Z + [[ 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:50:13.4141027Z + [[ executorch-ubuntu-22.04-arm-sdk == *:* ]] 2025-06-05T23:50:13.4143810Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:50:13.4160113Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:13.4160593Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:13.4161545Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:13.4162471Z + echo custom-tag-prefix= 2025-06-05T23:50:13.4192819Z ##[group]Run set +e 2025-06-05T23:50:13.4193180Z set +e 2025-06-05T23:50:13.4193429Z set -x 2025-06-05T23:50:13.4193655Z  2025-06-05T23:50:13.4193883Z login() { 2025-06-05T23:50:13.4194418Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:50:13.4195001Z } 2025-06-05T23:50:13.4195216Z  2025-06-05T23:50:13.4195441Z retry () { 2025-06-05T23:50:13.4195735Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:50:13.4196072Z } 2025-06-05T23:50:13.4196296Z  2025-06-05T23:50:13.4196535Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:50:13.4196872Z  2025-06-05T23:50:13.4197097Z START_TIME=$(date +%s) 2025-06-05T23:50:13.4197573Z # Wait up to 120 minutes 2025-06-05T23:50:13.4197968Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:50:13.4198516Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:50:13.4199061Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:50:13.4199454Z  exit 0 2025-06-05T23:50:13.4199718Z  fi 2025-06-05T23:50:13.4199938Z  2025-06-05T23:50:13.4200359Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:50:13.4201085Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:50:13.4201919Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:50:13.4202508Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:50:13.4202947Z  # It's a Docker build job, let's build the image 2025-06-05T23:50:13.4203333Z  break 2025-06-05T23:50:13.4203574Z  else 2025-06-05T23:50:13.4203956Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:50:13.4204405Z  sleep 300 2025-06-05T23:50:13.4204678Z  fi 2025-06-05T23:50:13.4204911Z done 2025-06-05T23:50:13.4205340Z  2025-06-05T23:50:13.4205726Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:50:13.4206350Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:50:13.4206925Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:50:13.4207416Z  # if we're on the base branch then use the parent commit 2025-06-05T23:50:13.4207860Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:50:13.4208236Z else 2025-06-05T23:50:13.4208602Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:50:13.4209111Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:50:13.4209514Z fi 2025-06-05T23:50:13.4209730Z  2025-06-05T23:50:13.4209983Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:50:13.4210364Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:13.4210847Z  2025-06-05T23:50:13.4211367Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:50:13.4211971Z  exit 0 2025-06-05T23:50:13.4212215Z fi 2025-06-05T23:50:13.4212429Z  2025-06-05T23:50:13.4212780Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:50:13.4213528Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:50:13.4214178Z  exit 1 2025-06-05T23:50:13.4214427Z fi 2025-06-05T23:50:13.4214639Z  2025-06-05T23:50:13.4215037Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:50:13.4215760Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:50:13.4216415Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:50:13.4217180Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:50:13.4218025Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:50:13.4218532Z fi 2025-06-05T23:50:13.4218748Z  2025-06-05T23:50:13.4219036Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:13.4224955Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:13.4225362Z env: 2025-06-05T23:50:13.4226221Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:13.4227080Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:13.4227388Z PR_NUMBER: 2025-06-05T23:50:13.4229904Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:13.4232657Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:13.4233318Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:13.4233946Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:13.4234389Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:50:13.4234773Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:50:13.4235249Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:13.4235745Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:13.4236182Z DOCKER_PUSH: 2025-06-05T23:50:13.4236419Z ##[endgroup] 2025-06-05T23:50:13.4260514Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:13.4260998Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:13.4263462Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:50:13.4264900Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:13.9791127Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:50:13.9791805Z Configure a credential helper to remove this warning. See 2025-06-05T23:50:13.9792601Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:50:13.9793207Z 2025-06-05T23:50:13.9793814Z Login Succeeded 2025-06-05T23:50:13.9807497Z ++ date +%s 2025-06-05T23:50:13.9817027Z + START_TIME=1749167413 2025-06-05T23:50:13.9820377Z ++ date +%s 2025-06-05T23:50:13.9829104Z + [[ 1749160213 -lt 1749167413 ]] 2025-06-05T23:50:13.9830000Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:14.1783883Z { 2025-06-05T23:50:14.1784272Z "schemaVersion": 2, 2025-06-05T23:50:14.1785041Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:50:14.1785932Z "config": { 2025-06-05T23:50:14.1786310Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:50:14.1786773Z "size": 15116, 2025-06-05T23:50:14.1787236Z "digest": "sha256:1a94608f22c41f81740bef06f7422764772eeea94a9eada7dd0f5cce39df18ad" 2025-06-05T23:50:14.1787751Z }, 2025-06-05T23:50:14.1787966Z "layers": [ 2025-06-05T23:50:14.1788178Z { 2025-06-05T23:50:14.1788541Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1789009Z "size": 30438509, 2025-06-05T23:50:14.1789487Z "digest": "sha256:f557aa5ee22480ee9e1af0a094ce5174a8c3d83e1aa20dc8482e4e387546e0c3" 2025-06-05T23:50:14.1790025Z }, 2025-06-05T23:50:14.1790220Z { 2025-06-05T23:50:14.1790582Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1791035Z "size": 631, 2025-06-05T23:50:14.1791493Z "digest": "sha256:e9a71f6cf6a033cad973f94ad3269a9e3774b3a547f2d35c6337589ebab6aeac" 2025-06-05T23:50:14.1792009Z }, 2025-06-05T23:50:14.1792216Z { 2025-06-05T23:50:14.1792565Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1793270Z "size": 150104825, 2025-06-05T23:50:14.1793742Z "digest": "sha256:1c2419c026f994d51da561821c2d5405ab211b796da9af7d7a5e063a19f54604" 2025-06-05T23:50:14.1794252Z }, 2025-06-05T23:50:14.1794511Z { 2025-06-05T23:50:14.1794869Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1795317Z "size": 622, 2025-06-05T23:50:14.1795767Z "digest": "sha256:8f296761951c2477ba8d9546ac834b6cf17e772fbe388f9e3b2f4e822beb7713" 2025-06-05T23:50:14.1796454Z }, 2025-06-05T23:50:14.1796667Z { 2025-06-05T23:50:14.1797032Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1797486Z "size": 19308737, 2025-06-05T23:50:14.1798117Z "digest": "sha256:61b1f5baa53e67c1f9846169f854204a22c707b79cfabb83bdba63228a9b0144" 2025-06-05T23:50:14.1799141Z }, 2025-06-05T23:50:14.1799512Z { 2025-06-05T23:50:14.1799858Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1800323Z "size": 736, 2025-06-05T23:50:14.1800765Z "digest": "sha256:4420b1e1a07f73643ce79401c2021c6970bc6e411c501a43b58d157e19090d5a" 2025-06-05T23:50:14.1801279Z }, 2025-06-05T23:50:14.1801473Z { 2025-06-05T23:50:14.1801914Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1802384Z "size": 131418050, 2025-06-05T23:50:14.1802834Z "digest": "sha256:9ea6f8733a037f03d99a397418e7897b20030ef55771767ca107f3c53ea4c5c8" 2025-06-05T23:50:14.1803358Z }, 2025-06-05T23:50:14.1803557Z { 2025-06-05T23:50:14.1803917Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1804363Z "size": 445, 2025-06-05T23:50:14.1804800Z "digest": "sha256:172401b941b1764c760147d40814402d1238a7f1c7287fd8c0c9dd4897f09610" 2025-06-05T23:50:14.1805486Z }, 2025-06-05T23:50:14.1805695Z { 2025-06-05T23:50:14.1806041Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1806506Z "size": 102, 2025-06-05T23:50:14.1806968Z "digest": "sha256:08f9a627d97be81309ccf16cf39ed5beb24962447ad72a1615b0748e4173b204" 2025-06-05T23:50:14.1807483Z }, 2025-06-05T23:50:14.1807689Z { 2025-06-05T23:50:14.1808035Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1808494Z "size": 636, 2025-06-05T23:50:14.1808930Z "digest": "sha256:2d7e5abdd88dbf42ba6487b146573396d6f489b24623393763a4916452feeb69" 2025-06-05T23:50:14.1809603Z }, 2025-06-05T23:50:14.1809795Z { 2025-06-05T23:50:14.1810151Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1810616Z "size": 35165365, 2025-06-05T23:50:14.1811074Z "digest": "sha256:133eacd75ef58376aed6d2b550e0014a25704b03df5a04163e80b5401e528729" 2025-06-05T23:50:14.1811601Z }, 2025-06-05T23:50:14.1811803Z { 2025-06-05T23:50:14.1812163Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1812612Z "size": 318, 2025-06-05T23:50:14.1813073Z "digest": "sha256:380307a36ed2d54c982df9262fd1ec3b7fb61743ad1a24e7d1b691bc44edba7a" 2025-06-05T23:50:14.1813587Z }, 2025-06-05T23:50:14.1813793Z { 2025-06-05T23:50:14.1814136Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1814603Z "size": 252129750, 2025-06-05T23:50:14.1815065Z "digest": "sha256:2011df2b1f9883df3798e22c2153a2695bd6c277473f3897f8df94438197af03" 2025-06-05T23:50:14.1815568Z }, 2025-06-05T23:50:14.1815778Z { 2025-06-05T23:50:14.1816120Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1816582Z "size": 475, 2025-06-05T23:50:14.1817026Z "digest": "sha256:3ec19c2849b3bf6807efe10c62465e3f4d91dfd9fc8c1ff5b3667814c740339d" 2025-06-05T23:50:14.1817553Z }, 2025-06-05T23:50:14.1817743Z { 2025-06-05T23:50:14.1818099Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1818560Z "size": 1042, 2025-06-05T23:50:14.1818995Z "digest": "sha256:4e6543e5b9d468a212c2149870e7fe630b7571d2c6e914bd5017a3433bf60bba" 2025-06-05T23:50:14.1819653Z }, 2025-06-05T23:50:14.1819852Z { 2025-06-05T23:50:14.1820216Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1820668Z "size": 613, 2025-06-05T23:50:14.1821136Z "digest": "sha256:5e70c61fded41a31ea65efce907d9dff9acbc03826fb949591a55cfdd3385730" 2025-06-05T23:50:14.1821665Z }, 2025-06-05T23:50:14.1821869Z { 2025-06-05T23:50:14.1822213Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1822679Z "size": 77567408, 2025-06-05T23:50:14.1823157Z "digest": "sha256:cee7e6ffb076665cc7f2ee4887d6bce36de2c6d11a1c295294982c8a1d54f548" 2025-06-05T23:50:14.1823681Z }, 2025-06-05T23:50:14.1823887Z { 2025-06-05T23:50:14.1824231Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1824693Z "size": 572, 2025-06-05T23:50:14.1825126Z "digest": "sha256:ca4242386be9499ce676f36a87df7885bade394639154148b03e58bf32f30b32" 2025-06-05T23:50:14.1825646Z }, 2025-06-05T23:50:14.1825845Z { 2025-06-05T23:50:14.1826204Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1826653Z "size": 208, 2025-06-05T23:50:14.1827106Z "digest": "sha256:bf607c5c40f127d26ebf09ca05963503e3ee1030088eb5515d1b4bf89386381f" 2025-06-05T23:50:14.1827631Z }, 2025-06-05T23:50:14.1827826Z { 2025-06-05T23:50:14.1828180Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1828634Z "size": 1190, 2025-06-05T23:50:14.1829083Z "digest": "sha256:5630a9397492da6fac00fcc2b54281af300c4762827878ad79bbf050d7f1388d" 2025-06-05T23:50:14.1829590Z }, 2025-06-05T23:50:14.1829795Z { 2025-06-05T23:50:14.1830136Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1830594Z "size": 679, 2025-06-05T23:50:14.1831053Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:50:14.1831570Z }, 2025-06-05T23:50:14.1831780Z { 2025-06-05T23:50:14.1832131Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1832599Z "size": 6857035734, 2025-06-05T23:50:14.1833074Z "digest": "sha256:638a44f2a35ef7ba7c528fd4cdcbbab8b894ee1ca0e56f7ad01b1a4e87b875b0" 2025-06-05T23:50:14.1833613Z }, 2025-06-05T23:50:14.1833810Z { 2025-06-05T23:50:14.1834171Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1834689Z "size": 1383, 2025-06-05T23:50:14.1835181Z "digest": "sha256:09dac94eaf912c1143008ab2c199dc2a0547cf68fe2b08e1b96af9c2895928ae" 2025-06-05T23:50:14.1835710Z }, 2025-06-05T23:50:14.1835903Z { 2025-06-05T23:50:14.1836258Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1836730Z "size": 679, 2025-06-05T23:50:14.1837174Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:50:14.1837706Z }, 2025-06-05T23:50:14.1837900Z { 2025-06-05T23:50:14.1838267Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1838721Z "size": 232890849, 2025-06-05T23:50:14.1839180Z "digest": "sha256:a863980141538027df18ea91d40f0f443f9327f0066980bb1e5e45919226f7ed" 2025-06-05T23:50:14.1839700Z }, 2025-06-05T23:50:14.1839897Z { 2025-06-05T23:50:14.1840258Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1840712Z "size": 827, 2025-06-05T23:50:14.1841192Z "digest": "sha256:dec0deaa1ed566de23b66dcd78ea8449250b56b611cab27ebb83b9504d48a46b" 2025-06-05T23:50:14.1841723Z }, 2025-06-05T23:50:14.1842017Z { 2025-06-05T23:50:14.1842365Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1842831Z "size": 679, 2025-06-05T23:50:14.1843276Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:50:14.1843812Z }, 2025-06-05T23:50:14.1844021Z { 2025-06-05T23:50:14.1844367Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1844920Z "size": 185012180, 2025-06-05T23:50:14.1845386Z "digest": "sha256:7b93bf5911ad60a288a2fdad5c327a3aba6ab59696d572174b92cc0eaddf4924" 2025-06-05T23:50:14.1845928Z }, 2025-06-05T23:50:14.1846123Z { 2025-06-05T23:50:14.1846480Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1846929Z "size": 530, 2025-06-05T23:50:14.1847391Z "digest": "sha256:e8c9ad02b5187f5d1cb1d0cce8e115dd9462726f44a685de71b4cbe4f70c67e6" 2025-06-05T23:50:14.1847917Z }, 2025-06-05T23:50:14.1848122Z { 2025-06-05T23:50:14.1848478Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1848924Z "size": 679, 2025-06-05T23:50:14.1849386Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:50:14.1849906Z }, 2025-06-05T23:50:14.1850110Z { 2025-06-05T23:50:14.1850453Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1850914Z "size": 354, 2025-06-05T23:50:14.1851359Z "digest": "sha256:ca22a013d303766ddf153f37526c40fa37dc1c0d112176fdb33378c50a81c354" 2025-06-05T23:50:14.1851882Z }, 2025-06-05T23:50:14.1852096Z { 2025-06-05T23:50:14.1852437Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1852895Z "size": 32, 2025-06-05T23:50:14.1853337Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:50:14.1853876Z }, 2025-06-05T23:50:14.1854067Z { 2025-06-05T23:50:14.1854423Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1854866Z "size": 166, 2025-06-05T23:50:14.1855310Z "digest": "sha256:92e60f7b3962f803f07d1039c079dc07e38030ab45275eb4cea08d6825a51054" 2025-06-05T23:50:14.1855816Z }, 2025-06-05T23:50:14.1856022Z { 2025-06-05T23:50:14.1856375Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1856821Z "size": 1109, 2025-06-05T23:50:14.1857291Z "digest": "sha256:c2b62aa0dc26b7dd48338aef7893ebaf56403579f42aa88a56bd416c04f43619" 2025-06-05T23:50:14.1857812Z }, 2025-06-05T23:50:14.1858018Z { 2025-06-05T23:50:14.1858363Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1858821Z "size": 32, 2025-06-05T23:50:14.1859265Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:50:14.1859876Z }, 2025-06-05T23:50:14.1860072Z { 2025-06-05T23:50:14.1860435Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:14.1860896Z "size": 108, 2025-06-05T23:50:14.1861347Z "digest": "sha256:1d5d95926a594c47acbd85e8c69aaa9a451df3ac8b228a859981dc1a7a9b3e06" 2025-06-05T23:50:14.1861884Z } 2025-06-05T23:50:14.1862076Z ] 2025-06-05T23:50:14.1862278Z } 2025-06-05T23:50:14.1862487Z + exit 0 2025-06-05T23:50:14.1892912Z ##[group]Run set -eux 2025-06-05T23:50:14.1893222Z set -eux 2025-06-05T23:50:14.1894206Z 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:50:14.1901453Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:14.1901867Z env: 2025-06-05T23:50:14.1902162Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:14.1902564Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:14.1902880Z PR_NUMBER: 2025-06-05T23:50:14.1905785Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:14.1908547Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:14.1909213Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:14.1909819Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:14.1910260Z ##[endgroup] 2025-06-05T23:50:14.1939819Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:50:14.1940891Z + jq --raw-output .SecretString 2025-06-05T23:50:14.1942097Z + jq -r .docker_hub_readonly_token 2025-06-05T23:50:14.1943856Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:50:14.8077944Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:50:14.8078694Z Configure a credential helper to remove this warning. See 2025-06-05T23:50:14.8079880Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:50:14.8080736Z 2025-06-05T23:50:14.8080928Z Login Succeeded 2025-06-05T23:50:14.8165549Z Prepare all required actions 2025-06-05T23:50:14.8219349Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:50:14.8219776Z with: 2025-06-05T23:50:14.8220511Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:14.8221487Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:14.8221924Z env: 2025-06-05T23:50:14.8222190Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:14.8222586Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:14.8222888Z PR_NUMBER: 2025-06-05T23:50:14.8225457Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:14.8228329Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:14.8228976Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:14.8229585Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:14.8230003Z ##[endgroup] 2025-06-05T23:50:14.8250807Z ##[group]Run set -x 2025-06-05T23:50:14.8251093Z set -x 2025-06-05T23:50:14.8251342Z set +e 2025-06-05T23:50:14.8251581Z  2025-06-05T23:50:14.8251798Z login() { 2025-06-05T23:50:14.8252327Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:50:14.8252906Z } 2025-06-05T23:50:14.8253135Z  2025-06-05T23:50:14.8253350Z retry () { 2025-06-05T23:50:14.8253644Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:50:14.8253980Z } 2025-06-05T23:50:14.8254201Z  2025-06-05T23:50:14.8254446Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:50:14.8254779Z  2025-06-05T23:50:14.8255313Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:50:14.8256031Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:50:14.8256441Z  2025-06-05T23:50:14.8256647Z set -e 2025-06-05T23:50:14.8257018Z # ignore output since only exit code is used for conditional 2025-06-05T23:50:14.8257550Z # only pull docker image if it's not available locally 2025-06-05T23:50:14.8258156Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:50:14.8258713Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:50:14.8259050Z fi 2025-06-05T23:50:14.8265314Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:14.8265714Z env: 2025-06-05T23:50:14.8266441Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:14.8267290Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:14.8267599Z PR_NUMBER: 2025-06-05T23:50:14.8270263Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:14.8272991Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:14.8273635Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:14.8274262Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:14.8274792Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:14.8275225Z ##[endgroup] 2025-06-05T23:50:14.8300198Z + set +e 2025-06-05T23:50:14.8300657Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:14.8301159Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:14.8303928Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:50:14.8305677Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:15.3810277Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:50:15.3811384Z Configure a credential helper to remove this warning. See 2025-06-05T23:50:15.3812373Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:50:15.3813045Z 2025-06-05T23:50:15.3813165Z Login Succeeded 2025-06-05T23:50:15.3831760Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:15.3832740Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:50:15.5856031Z + IMAGE_SIZE=7601.834650039673 2025-06-05T23:50:15.5856491Z + echo 'Compressed size of image in MB: 7601.834650039673' 2025-06-05T23:50:15.5856917Z + set -e 2025-06-05T23:50:15.5857715Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:15.5858687Z Compressed size of image in MB: 7601.834650039673 2025-06-05T23:50:15.5982124Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:15.5983494Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:15.8641399Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:15.8645465Z f557aa5ee224: Pulling fs layer 2025-06-05T23:50:15.8646040Z e9a71f6cf6a0: Pulling fs layer 2025-06-05T23:50:15.8646558Z 1c2419c026f9: Pulling fs layer 2025-06-05T23:50:15.8647052Z 8f296761951c: Pulling fs layer 2025-06-05T23:50:15.8647581Z 61b1f5baa53e: Pulling fs layer 2025-06-05T23:50:15.8648089Z 4420b1e1a07f: Pulling fs layer 2025-06-05T23:50:15.8648633Z 9ea6f8733a03: Pulling fs layer 2025-06-05T23:50:15.8649185Z 172401b941b1: Pulling fs layer 2025-06-05T23:50:15.8649551Z 08f9a627d97b: Pulling fs layer 2025-06-05T23:50:15.8649841Z 8f296761951c: Waiting 2025-06-05T23:50:15.8650101Z 2d7e5abdd88d: Pulling fs layer 2025-06-05T23:50:15.8650400Z 61b1f5baa53e: Waiting 2025-06-05T23:50:15.8650660Z 133eacd75ef5: Pulling fs layer 2025-06-05T23:50:15.8650978Z 380307a36ed2: Pulling fs layer 2025-06-05T23:50:15.8651269Z 2011df2b1f98: Pulling fs layer 2025-06-05T23:50:15.8651576Z 3ec19c2849b3: Pulling fs layer 2025-06-05T23:50:15.8651857Z 4420b1e1a07f: Waiting 2025-06-05T23:50:15.8652124Z 4e6543e5b9d4: Pulling fs layer 2025-06-05T23:50:15.8652416Z 08f9a627d97b: Waiting 2025-06-05T23:50:15.8652674Z 5e70c61fded4: Pulling fs layer 2025-06-05T23:50:15.8652968Z 380307a36ed2: Waiting 2025-06-05T23:50:15.8653212Z 2d7e5abdd88d: Waiting 2025-06-05T23:50:15.8653469Z 133eacd75ef5: Waiting 2025-06-05T23:50:15.8653711Z 2011df2b1f98: Waiting 2025-06-05T23:50:15.8653960Z 172401b941b1: Waiting 2025-06-05T23:50:15.8654198Z 3ec19c2849b3: Waiting 2025-06-05T23:50:15.8654696Z cee7e6ffb076: Pulling fs layer 2025-06-05T23:50:15.8655274Z 4e6543e5b9d4: Waiting 2025-06-05T23:50:15.8655540Z 5e70c61fded4: Waiting 2025-06-05T23:50:15.8655798Z ca4242386be9: Pulling fs layer 2025-06-05T23:50:15.8656114Z bf607c5c40f1: Pulling fs layer 2025-06-05T23:50:15.8656426Z 5630a9397492: Pulling fs layer 2025-06-05T23:50:15.8656879Z 1fc2d9899ffb: Pulling fs layer 2025-06-05T23:50:15.8657183Z cee7e6ffb076: Waiting 2025-06-05T23:50:15.8657446Z 638a44f2a35e: Pulling fs layer 2025-06-05T23:50:15.8657758Z 09dac94eaf91: Pulling fs layer 2025-06-05T23:50:15.8658042Z ca4242386be9: Waiting 2025-06-05T23:50:15.8658350Z bf607c5c40f1: Waiting 2025-06-05T23:50:15.8658591Z 5630a9397492: Waiting 2025-06-05T23:50:15.8658852Z a86398014153: Pulling fs layer 2025-06-05T23:50:15.8659145Z dec0deaa1ed5: Pulling fs layer 2025-06-05T23:50:15.8659581Z 09dac94eaf91: Waiting 2025-06-05T23:50:15.8659847Z 638a44f2a35e: Waiting 2025-06-05T23:50:15.8660090Z a86398014153: Waiting 2025-06-05T23:50:15.8660360Z 7b93bf5911ad: Pulling fs layer 2025-06-05T23:50:15.8660666Z e8c9ad02b518: Pulling fs layer 2025-06-05T23:50:15.8660965Z 1fc2d9899ffb: Waiting 2025-06-05T23:50:15.8661299Z ca22a013d303: Pulling fs layer 2025-06-05T23:50:15.8661603Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:50:15.8661895Z 92e60f7b3962: Pulling fs layer 2025-06-05T23:50:15.8662507Z c2b62aa0dc26: Pulling fs layer 2025-06-05T23:50:15.8662848Z 4f4fb700ef54: Waiting 2025-06-05T23:50:15.8663114Z 7b93bf5911ad: Waiting 2025-06-05T23:50:15.8663392Z 92e60f7b3962: Waiting 2025-06-05T23:50:15.8663725Z 1d5d95926a59: Pulling fs layer 2025-06-05T23:50:15.8664022Z c2b62aa0dc26: Waiting 2025-06-05T23:50:15.8664265Z 1d5d95926a59: Waiting 2025-06-05T23:50:15.8664529Z e8c9ad02b518: Waiting 2025-06-05T23:50:15.8664785Z ca22a013d303: Waiting 2025-06-05T23:50:15.9456506Z e9a71f6cf6a0: Verifying Checksum 2025-06-05T23:50:15.9457037Z e9a71f6cf6a0: Download complete 2025-06-05T23:50:16.1224228Z 8f296761951c: Verifying Checksum 2025-06-05T23:50:16.1225006Z 8f296761951c: Download complete 2025-06-05T23:50:16.2184767Z f557aa5ee224: Download complete 2025-06-05T23:50:16.2919707Z 4420b1e1a07f: Verifying Checksum 2025-06-05T23:50:16.2920480Z 4420b1e1a07f: Download complete 2025-06-05T23:50:16.3985614Z 61b1f5baa53e: Verifying Checksum 2025-06-05T23:50:16.3986251Z 61b1f5baa53e: Download complete 2025-06-05T23:50:16.5115537Z 172401b941b1: Verifying Checksum 2025-06-05T23:50:16.5116187Z 172401b941b1: Download complete 2025-06-05T23:50:16.5931098Z 08f9a627d97b: Verifying Checksum 2025-06-05T23:50:16.5931772Z 08f9a627d97b: Download complete 2025-06-05T23:50:16.6862500Z 2d7e5abdd88d: Verifying Checksum 2025-06-05T23:50:16.6863192Z 2d7e5abdd88d: Download complete 2025-06-05T23:50:17.1122287Z 133eacd75ef5: Verifying Checksum 2025-06-05T23:50:17.1122945Z 133eacd75ef5: Download complete 2025-06-05T23:50:17.2068516Z 380307a36ed2: Verifying Checksum 2025-06-05T23:50:17.2069083Z 380307a36ed2: Download complete 2025-06-05T23:50:17.2675116Z f557aa5ee224: Pull complete 2025-06-05T23:50:17.2777387Z e9a71f6cf6a0: Pull complete 2025-06-05T23:50:17.4252524Z 1c2419c026f9: Verifying Checksum 2025-06-05T23:50:17.4252958Z 1c2419c026f9: Download complete 2025-06-05T23:50:17.5179969Z 3ec19c2849b3: Verifying Checksum 2025-06-05T23:50:17.5180586Z 3ec19c2849b3: Download complete 2025-06-05T23:50:17.6190346Z 4e6543e5b9d4: Download complete 2025-06-05T23:50:17.6692750Z 9ea6f8733a03: Verifying Checksum 2025-06-05T23:50:17.6693241Z 9ea6f8733a03: Download complete 2025-06-05T23:50:17.6842052Z 5e70c61fded4: Download complete 2025-06-05T23:50:17.7576101Z ca4242386be9: Verifying Checksum 2025-06-05T23:50:17.7577672Z ca4242386be9: Download complete 2025-06-05T23:50:17.8190654Z bf607c5c40f1: Verifying Checksum 2025-06-05T23:50:17.8191302Z bf607c5c40f1: Download complete 2025-06-05T23:50:17.8913737Z 5630a9397492: Verifying Checksum 2025-06-05T23:50:17.8914370Z 5630a9397492: Download complete 2025-06-05T23:50:17.9679412Z 1fc2d9899ffb: Download complete 2025-06-05T23:50:18.4994924Z cee7e6ffb076: Verifying Checksum 2025-06-05T23:50:18.4995586Z cee7e6ffb076: Download complete 2025-06-05T23:50:18.5638953Z 09dac94eaf91: Verifying Checksum 2025-06-05T23:50:18.5639970Z 09dac94eaf91: Download complete 2025-06-05T23:50:19.7905412Z 2011df2b1f98: Verifying Checksum 2025-06-05T23:50:19.8595154Z dec0deaa1ed5: Verifying Checksum 2025-06-05T23:50:19.8595807Z dec0deaa1ed5: Download complete 2025-06-05T23:50:20.9466013Z a86398014153: Verifying Checksum 2025-06-05T23:50:20.9466727Z a86398014153: Download complete 2025-06-05T23:50:21.0379272Z e8c9ad02b518: Verifying Checksum 2025-06-05T23:50:21.0379939Z e8c9ad02b518: Download complete 2025-06-05T23:50:21.1060078Z ca22a013d303: Verifying Checksum 2025-06-05T23:50:21.1060742Z ca22a013d303: Download complete 2025-06-05T23:50:21.1128827Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:50:21.1129502Z 4f4fb700ef54: Download complete 2025-06-05T23:50:21.1793202Z 92e60f7b3962: Verifying Checksum 2025-06-05T23:50:21.2509865Z c2b62aa0dc26: Download complete 2025-06-05T23:50:21.3378414Z 1d5d95926a59: Verifying Checksum 2025-06-05T23:50:21.3379103Z 1d5d95926a59: Download complete 2025-06-05T23:50:21.7450877Z 1c2419c026f9: Pull complete 2025-06-05T23:50:21.7633915Z 7b93bf5911ad: Verifying Checksum 2025-06-05T23:50:21.7634322Z 7b93bf5911ad: Download complete 2025-06-05T23:50:21.7650046Z 8f296761951c: Pull complete 2025-06-05T23:50:22.0287018Z 61b1f5baa53e: Pull complete 2025-06-05T23:50:22.0496748Z 4420b1e1a07f: Pull complete 2025-06-05T23:50:24.7734490Z 9ea6f8733a03: Pull complete 2025-06-05T23:50:24.7943428Z 172401b941b1: Pull complete 2025-06-05T23:50:24.8147792Z 08f9a627d97b: Pull complete 2025-06-05T23:50:24.8364022Z 2d7e5abdd88d: Pull complete 2025-06-05T23:50:25.4602178Z 133eacd75ef5: Pull complete 2025-06-05T23:50:25.4808429Z 380307a36ed2: Pull complete 2025-06-05T23:50:31.6502896Z 2011df2b1f98: Pull complete 2025-06-05T23:50:31.8758803Z 3ec19c2849b3: Pull complete 2025-06-05T23:50:32.0992843Z 4e6543e5b9d4: Pull complete 2025-06-05T23:50:32.3022551Z 5e70c61fded4: Pull complete 2025-06-05T23:50:34.4886609Z cee7e6ffb076: Pull complete 2025-06-05T23:50:34.6961593Z ca4242386be9: Pull complete 2025-06-05T23:50:34.9067330Z bf607c5c40f1: Pull complete 2025-06-05T23:50:35.1266055Z 5630a9397492: Pull complete 2025-06-05T23:50:35.3413563Z 1fc2d9899ffb: Pull complete 2025-06-05T23:51:26.6107783Z 638a44f2a35e: Verifying Checksum 2025-06-05T23:51:26.6108345Z 638a44f2a35e: Download complete 2025-06-05T23:52:39.4114157Z 638a44f2a35e: Pull complete 2025-06-05T23:52:39.4301833Z 09dac94eaf91: Pull complete 2025-06-05T23:52:45.5012586Z a86398014153: Pull complete 2025-06-05T23:52:45.6093842Z dec0deaa1ed5: Pull complete 2025-06-05T23:52:52.7210237Z 7b93bf5911ad: Pull complete 2025-06-05T23:52:52.9418236Z e8c9ad02b518: Pull complete 2025-06-05T23:52:53.2288443Z ca22a013d303: Pull complete 2025-06-05T23:52:53.3514395Z 4f4fb700ef54: Pull complete 2025-06-05T23:52:53.5324820Z 92e60f7b3962: Pull complete 2025-06-05T23:52:53.6156416Z c2b62aa0dc26: Pull complete 2025-06-05T23:52:53.8298023Z 1d5d95926a59: Pull complete 2025-06-05T23:52:53.8946344Z Digest: sha256:0d5c21d463984bfbc970f6581a94145d33d344740c70e25bc23e6befdbb949c9 2025-06-05T23:52:53.9425787Z 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:53.9669912Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:53.9713350Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:52:53.9714422Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:52:53.9723513Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:53.9723947Z env: 2025-06-05T23:52:53.9724235Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:52:53.9724645Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:53.9724952Z PR_NUMBER: 2025-06-05T23:52:53.9727531Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:52:53.9730286Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:53.9730932Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:53.9731552Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:53.9732061Z ##[endgroup] 2025-06-05T23:52:53.9918952Z ##[group]Run set -ex 2025-06-05T23:52:53.9919265Z set -ex 2025-06-05T23:52:53.9919517Z { 2025-06-05T23:52:53.9919761Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:52:53.9920123Z  echo "set -eou pipefail"; 2025-06-05T23:52:53.9920465Z  # shellcheck disable=SC2016 2025-06-05T23:52:53.9921034Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:52:53.9921400Z  echo "set -x"; 2025-06-05T23:52:53.9921698Z  echo "${SCRIPT}"; 2025-06-05T23:52:53.9922139Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:52:53.9922508Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:52:53.9923326Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:52:53.9929578Z shell: /usr/bin/bash -e {0} 2025-06-05T23:52:53.9929877Z env: 2025-06-05T23:52:53.9930643Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:53.9931483Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:53.9931796Z PR_NUMBER: 2025-06-05T23:52:53.9934317Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:52:53.9937069Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:53.9937722Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:53.9938340Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:53.9939128Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:52:53.9939459Z ##[endgroup] 2025-06-05T23:52:53.9964323Z + echo '#!/usr/bin/env bash' 2025-06-05T23:52:53.9964852Z + echo 'set -eou pipefail' 2025-06-05T23:52:53.9965493Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:52:53.9965878Z + echo 'set -x' 2025-06-05T23:52:53.9966409Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:52:53.9967015Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:52:53.9967425Z conda activate "${CONDA_ENV}" 2025-06-05T23:52:53.9967625Z 2025-06-05T23:52:53.9967747Z source .ci/scripts/utils.sh 2025-06-05T23:52:53.9968074Z install_executorch "--use-pt-pinned-commit" 2025-06-05T23:52:53.9968354Z 2025-06-05T23:52:53.9968496Z .ci/scripts/setup-arm-baremetal-tools.sh 2025-06-05T23:52:53.9968757Z 2025-06-05T23:52:53.9968986Z # Increase number of files user can monitor to bypass buck failures. 2025-06-05T23:52:53.9969493Z # Hopefully this is high enough for this setup. 2025-06-05T23:52:53.9969964Z sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 2025-06-05T23:52:53.9970286Z 2025-06-05T23:52:53.9970417Z ARM_TEST=test_pytest_models_ethosu_fvp 2025-06-05T23:52:53.9970661Z 2025-06-05T23:52:53.9970784Z # Test test_arm_baremetal.sh with test 2025-06-05T23:52:53.9971183Z backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:52:53.9971579Z ' 2025-06-05T23:52:53.9971892Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:52:53.9976787Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:53:37.0020321Z Running command: 2025-06-05T23:53:37.0028454Z 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_8cd31420-34c0-4903-8603-0cf7b90c17ef":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_8cd31420-34c0-4903-8603-0cf7b90c17ef" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:53:37.0035010Z 2025-06-05T23:53:37.0035430Z 5c0f12dd0206b899b99ed5f458c2938eabe54d83a054f7e280d294e40cae6755 2025-06-05T23:53:37.0036206Z Running command: docker exec -t 5c0f12dd0206b899b99ed5f458c2938eabe54d83a054f7e280d294e40cae6755 /exec 2025-06-05T23:53:37.0036842Z ++ conda env list --json 2025-06-05T23:53:37.0037130Z ++ local cmd=env 2025-06-05T23:53:37.0037364Z ++ case "$cmd" in 2025-06-05T23:53:37.0037630Z ++ __conda_exe env list --json 2025-06-05T23:53:37.0037928Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:53:37.0038234Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:53:37.0038585Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:53:37.0038940Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:53:37.0039272Z + local cmd=activate 2025-06-05T23:53:37.0039537Z + case "$cmd" in 2025-06-05T23:53:37.0039838Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:53:37.0040206Z + '[' -n '' ']' 2025-06-05T23:53:37.0040449Z + local ask_conda 2025-06-05T23:53:37.0040684Z ++ PS1='(base) ' 2025-06-05T23:53:37.0041016Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:37.0041552Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:37.0042118Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:53:37.0043086Z 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:37.0044137Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:37.0044545Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:37.0044862Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:37.0045255Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:37.0045642Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:37.0046028Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:37.0046374Z export _CE_M='\'''\'' 2025-06-05T23:53:37.0046649Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:37.0047005Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:37.0047496Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:53:37.0048451Z 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:37.0049465Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:37.0049858Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:37.0050792Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:37.0051194Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:37.0051574Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:37.0051951Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:37.0052315Z export _CE_M='\'''\'' 2025-06-05T23:53:37.0052665Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:37.0053022Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:37.0053405Z ++ PS1='(py_3.10) ' 2025-06-05T23:53:37.0054297Z ++ 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:37.0055826Z ++ 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:37.0056791Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:37.0057183Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:37.0057510Z ++ export CONDA_SHLVL=2 2025-06-05T23:53:37.0057779Z ++ CONDA_SHLVL=2 2025-06-05T23:53:37.0058034Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:37.0058366Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:37.0058685Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:53:37.0059060Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:53:37.0059392Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:37.0059727Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:37.0060034Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:37.0060386Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:37.0060695Z ++ export _CE_M= 2025-06-05T23:53:37.0060929Z ++ _CE_M= 2025-06-05T23:53:37.0061166Z ++ export _CE_CONDA= 2025-06-05T23:53:37.0061409Z ++ _CE_CONDA= 2025-06-05T23:53:37.0061693Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:37.0062077Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:37.0062417Z + __conda_hashr 2025-06-05T23:53:37.0062655Z + '[' -n '' ']' 2025-06-05T23:53:37.0062890Z + '[' -n '' ']' 2025-06-05T23:53:37.0063109Z + hash -r 2025-06-05T23:53:37.0063347Z + source .ci/scripts/utils.sh 2025-06-05T23:53:37.0063695Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:53:37.0064038Z + which pip 2025-06-05T23:53:37.0064289Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:53:37.0064640Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:53:37.0065160Z 2025-06-05 23:53:35,976 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:53:37.0065884Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:37.0066799Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:53:37.0067919Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:53:37.0068962Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:53:37.0069783Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:53:37.0070339Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:53:37.0071297Z 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:37.0072302Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:53:37.0072930Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:53:37.0073952Z 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:37.0074971Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:53:37.0075830Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-06-05T23:53:37.0076889Z 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:37.0078159Z 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:37.0079722Z 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:37.0081005Z 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:37.0082354Z 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:37.0083624Z 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:37.0085004Z 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:37.0086492Z 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:37.0087988Z 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:37.0089517Z 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:37.0091058Z 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:37.0092619Z 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:37.0094173Z 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:37.0095743Z 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:40.3874212Z 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:40.3875880Z 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:40.3877571Z 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:40.3879230Z 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:40.3880567Z 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:40.3881636Z 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:40.3882728Z 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:40.3884053Z 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:40.3885015Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3885706Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:53:40.3886494Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3887153Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:53:40.3887819Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3888486Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:53:40.3889184Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3890302Z 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:40.3891987Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:53:40.3892777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 94.9 MB/s eta 0:00:00 2025-06-05T23:53:40.3893567Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3894439Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-06-05T23:53:40.3895282Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3896096Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:53:40.3896913Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3897724Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:53:40.3898544Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3899511Z 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:40.3900936Z 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:40.3902229Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3903174Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-06-05T23:53:40.3904454Z 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:40.3906061Z 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:40.3907072Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3907879Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-06-05T23:53:40.3908670Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3909521Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:53:40.3910743Z 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:40.3911915Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3913107Z 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:40.3914208Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:40.3915155Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:53:40.3916172Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:53:40.3916894Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:53:40.3917753Z 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:40.3918780Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-06-05T23:53:40.3919907Z 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:40.3920938Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:53:40.3922000Z 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:40.3922962Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:53:40.3923933Z 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:40.3924882Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:53:40.3926199Z 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:40.3927930Z 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:40.3929187Z 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:40.3930449Z 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:40.3931550Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) 2025-06-05T23:53:40.3932642Z 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:40.3933739Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-06-05T23:53:40.3934802Z 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:40.3935837Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (72 kB) 2025-06-05T23:53:40.3937299Z 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:40.3939183Z 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:40.3940985Z 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:40.3942387Z 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:43.1369629Z 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:43.1372228Z 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:43.1374130Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:43.1375855Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:53:43.1377454Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:53:43.1379951Z [?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:43.1383215Z 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:43.1386481Z 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:43.1389912Z 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:43.1391988Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:53:43.1393223Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:43.1394602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 103.0 MB/s eta 0:00:00 2025-06-05T23:53:43.1395957Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-06-05T23:53:43.1397299Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-06-05T23:53:43.1398536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 165.7 MB/s eta 0:00:00 2025-06-05T23:53:43.1399718Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:53:43.1401003Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:53:43.1402754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 93.1 MB/s eta 0:00:00 2025-06-05T23:53:43.1404013Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:53:43.1405638Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-06-05T23:53:43.1407358Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:43.1408777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 79.4 MB/s eta 0:00:00 2025-06-05T23:53:43.1410004Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:53:43.1410930Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:53:43.1412173Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-06-05T23:53:43.1413811Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:53:43.1415265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 118.6 MB/s eta 0:00:00 2025-06-05T23:53:43.1416526Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:53:43.1418219Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219 kB) 2025-06-05T23:53:43.1419839Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333 kB) 2025-06-05T23:53:43.1421183Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:53:43.1422392Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:53:43.1424034Z 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:43.1426017Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206 kB) 2025-06-05T23:53:43.1427472Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.3 MB) 2025-06-05T23:53:43.1428932Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.3 MB ? eta -:--:-- 2025-06-05T23:53:43.1430396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 264.5 MB/s eta 0:00:00 2025-06-05T23:53:43.1432038Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-06-05T23:53:43.1433704Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-06-05T23:53:43.1435138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 126.6 MB/s eta 0:00:00 2025-06-05T23:53:43.1436337Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:53:43.1437946Z 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:43.1439858Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-06-05T23:53:43.1441499Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-06-05T23:53:43.1443133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 160.9 MB/s eta 0:00:00 2025-06-05T23:53:43.1444418Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:53:43.1449772Z  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:43.1454544Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- \ done 2025-06-05T23:53:43.1457243Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=8de3ce6f744f38c4807b29261b216656548aa4dda7246f05dd406b22502efcc5 2025-06-05T23:53:43.1459765Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:53:43.1461184Z Successfully built antlr4-python3-runtime 2025-06-05T23:53:43.1464527Z 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:43.1467967Z [?25l 2025-06-05T23:53:43.1468907Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:43.1470265Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:43.1471768Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:43.1473102Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:52.0679814Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:52.0680611Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:52.0681308Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:52.0682053Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:52.0682766Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:52.0683590Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:53:52.0684378Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:52.0684973Z  Attempting uninstall: fsspec 2025-06-05T23:53:52.0685533Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:52.0686102Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:53:52.0686753Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:52.0687260Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:53:52.0687829Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:52.0688367Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:53:52.0688975Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:52.0689641Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:53:52.0690593Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:52.0691273Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:52.0691926Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:52.0692718Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:52.0693369Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:52.0694032Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:52.0707758Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:52.0708523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [multiprocess] 2025-06-05T23:53:52.0709273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:52.0709776Z  Attempting uninstall: timm 2025-06-05T23:53:52.0710335Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:52.0710975Z  Found existing installation: timm 0.6.13 2025-06-05T23:53:52.0711612Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:52.0712106Z  Uninstalling timm-0.6.13: 2025-06-05T23:53:52.0712653Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:52.0713306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:52.0713828Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:53:52.0714403Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:52.0715054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:52.0715699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:52.0716324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:52.0717007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:52.0717684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:52.0718344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:52.0719019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:52.0719635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:53:52.0720062Z [?25h 2025-06-05T23:53:52.0722905Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.9 aiosignal-1.3.2 antlr4-python3-runtime-4.9.3 async-timeout-5.0.1 blobfile-3.0.0 cmake-3.31.6 datasets-3.6.0 dill-0.3.8 frozenlist-1.6.2 fsspec-2025.3.0 hf-transfer-0.1.9 kagglehub-0.3.12 multidict-6.4.4 multiprocess-0.70.16 omegaconf-2.3.0 propcache-0.3.1 psutil-7.0.0 pyarrow-20.0.0 pycryptodomex-3.23.0 sentencepiece-0.2.0 tiktoken-0.9.0 timm-1.0.7 torchdata-0.11.0 torchtune-0.6.1 xxhash-3.5.0 yarl-1.20.0 2025-06-05T23:53:52.0725200Z Processing ./third-party/ao 2025-06-05T23:53:52.0725651Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:53:52.0726131Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:53:52.0726645Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:53:52.0727686Z [?25hRequirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.9.0) 2025-06-05T23:53:52.0728935Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.21.1) 2025-06-05T23:53:52.0730199Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.2.0) 2025-06-05T23:53:52.0731526Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2024.11.6) 2025-06-05T23:53:52.0732872Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2.32.3) 2025-06-05T23:53:52.0734347Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.4.2) 2025-06-05T23:53:52.0735860Z 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:59.9507976Z 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:59.9510440Z 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:59.9512128Z 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:59.9513660Z 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:59.9515641Z 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:59.9517488Z 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:59.9519116Z 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:59.9521031Z 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:59.9522747Z 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:59.9524406Z 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:59.9525504Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:59.9528362Z  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:59.9530997Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-06-05T23:53:59.9532342Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955946 sha256=ae625fd62a7619e3cd6dbd09d8936aad3f63cc3b9efe305cb7d0777369068e06 2025-06-05T23:53:59.9533745Z Stored in directory: /tmp/pip-ephem-wheel-cache-3phqfsbf/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:53:59.9534823Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:53:59.9536325Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=99004e50bbf480eafd7d3d308f32ee04a9af4e33332329f290c34f7afcd65040 2025-06-05T23:53:59.9537733Z Stored in directory: /tmp/pip-ephem-wheel-cache-3phqfsbf/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:53:59.9538549Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:53:59.9539020Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:59.9539541Z [?25l 2025-06-05T23:53:59.9540089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:59.9540701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:59.9541275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:59.9541855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:59.9542464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:53:59.9542910Z [?25h 2025-06-05T23:53:59.9543415Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:53:59.9544142Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:53:59.9544942Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:59.9545542Z Processing /pytorch/executorch 2025-06-05T23:53:59.9545918Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:53:59.9547160Z /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:59.9548162Z !! 2025-06-05T23:53:59.9548296Z 2025-06-05T23:53:59.9548432Z ******************************************************************************** 2025-06-05T23:53:59.9549371Z 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:59.9550256Z 2025-06-05T23:53:59.9550503Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:53:59.9551039Z or your builds will no longer be supported. 2025-06-05T23:53:59.9551303Z 2025-06-05T23:53:59.9551701Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:59.9552359Z ******************************************************************************** 2025-06-05T23:53:59.9552626Z 2025-06-05T23:53:59.9552732Z !! 2025-06-05T23:53:59.9552957Z corresp(dist, value, root_dir) 2025-06-05T23:53:59.9553924Z /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:59.9554867Z !! 2025-06-05T23:53:59.9555001Z 2025-06-05T23:53:59.9555135Z ******************************************************************************** 2025-06-05T23:53:59.9555736Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:59.9556223Z 2025-06-05T23:53:59.9556391Z License :: OSI Approved :: BSD License 2025-06-05T23:53:59.9556644Z 2025-06-05T23:53:59.9557048Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:59.9557690Z ******************************************************************************** 2025-06-05T23:53:59.9557972Z 2025-06-05T23:53:59.9558059Z !! 2025-06-05T23:53:59.9558291Z dist._finalize_license_expression() 2025-06-05T23:53:59.9559169Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:59.9560014Z !! 2025-06-05T23:53:59.9560138Z 2025-06-05T23:53:59.9560273Z ******************************************************************************** 2025-06-05T23:53:59.9561030Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:59.9561498Z 2025-06-05T23:53:59.9561634Z License :: OSI Approved :: BSD License 2025-06-05T23:53:59.9561977Z 2025-06-05T23:53:59.9562367Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:59.9563029Z ******************************************************************************** 2025-06-05T23:53:59.9563295Z 2025-06-05T23:53:59.9563392Z !! 2025-06-05T23:53:59.9563648Z self._finalize_license_expression() 2025-06-05T23:53:59.9563984Z running dist_info 2025-06-05T23:53:59.9564389Z creating /tmp/pip-modern-metadata-qbjjpvin/executorch.egg-info 2025-06-05T23:53:59.9565019Z writing /tmp/pip-modern-metadata-qbjjpvin/executorch.egg-info/PKG-INFO 2025-06-05T23:53:59.9565850Z writing dependency_links to /tmp/pip-modern-metadata-qbjjpvin/executorch.egg-info/dependency_links.txt 2025-06-05T23:53:59.9566778Z writing entry points to /tmp/pip-modern-metadata-qbjjpvin/executorch.egg-info/entry_points.txt 2025-06-05T23:53:59.9567630Z writing requirements to /tmp/pip-modern-metadata-qbjjpvin/executorch.egg-info/requires.txt 2025-06-05T23:53:59.9568492Z writing top-level names to /tmp/pip-modern-metadata-qbjjpvin/executorch.egg-info/top_level.txt 2025-06-05T23:53:59.9569334Z writing manifest file '/tmp/pip-modern-metadata-qbjjpvin/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:59.9570251Z reading manifest file '/tmp/pip-modern-metadata-qbjjpvin/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:59.9570853Z adding license file 'LICENSE' 2025-06-05T23:53:59.9571394Z writing manifest file '/tmp/pip-modern-metadata-qbjjpvin/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:59.9572202Z creating '/tmp/pip-modern-metadata-qbjjpvin/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:53:59.9573022Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:53:59.9573914Z 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:59.9574793Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:59.9576290Z 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:59.9577788Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:53:59.9578766Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.84.2) 2025-06-05T23:54:01.0110178Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:54:01.0112137Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.6) 2025-06-05T23:54:01.0114492Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (25.0) 2025-06-05T23:54:01.0116340Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.3) 2025-06-05T23:54:01.0117677Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.9.0) 2025-06-05T23:54:01.0119198Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (7.2.0) 2025-06-05T23:54:01.0120185Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:01.0121924Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/0d/b2/0e802fde6f1c5b2f7ae7e9ad42b83fd4ecebac18a8a8c2f2f14e39dce6e1/pytest_xdist-3.7.0-py3-none-any.whl.metadata 2025-06-05T23:54:01.0123335Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:54:01.0123964Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:01.0125450Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/f3/30/11d836ff01c938969efa319b4ebe2374ed79d28043a12bfc908577aab9f3/pytest_rerunfailures-15.1-py3-none-any.whl.metadata 2025-06-05T23:54:01.0126967Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:54:01.0127929Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.0.1) 2025-06-05T23:54:01.0129151Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.17.32) 2025-06-05T23:54:01.0130382Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.14.0) 2025-06-05T23:54:01.0131222Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:01.0132497Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-06-05T23:54:01.0133835Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:54:01.0135061Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (4.14.0) 2025-06-05T23:54:01.0136032Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:01.0137493Z 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:54:01.0139260Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata (2.6 kB) 2025-06-05T23:54:01.0139957Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:01.0141436Z 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:54:01.0142938Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) 2025-06-05T23:54:01.0144004Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (4.67.1) 2025-06-05T23:54:01.0145393Z Requirement already satisfied: attrs>=21.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (25.3.0) 2025-06-05T23:54:01.0146404Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:01.0147724Z Obtaining dependency information for cattrs from https://files.pythonhosted.org/packages/18/b0/215274ef0d835bbc1056392a367646648b6084e39d489099959aefcca2af/cattrs-25.1.1-py3-none-any.whl.metadata 2025-06-05T23:54:01.0149020Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:54:01.0149612Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:01.0150901Z Obtaining dependency information for pyaml from https://files.pythonhosted.org/packages/aa/7d/1b5061beff826f902285827261485a058b943332eba8a5532a0164735205/pyaml-25.5.0-py3-none-any.whl.metadata 2025-06-05T23:54:01.0152172Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:54:01.0153195Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2.9.0.post0) 2025-06-05T23:54:01.0154639Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:54:01.0156014Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:54:01.0157461Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.7.0a0+bd57234) (1.17.0) 2025-06-05T23:54:01.0159020Z Requirement already satisfied: exceptiongroup>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from cattrs->coremltools==8.3->executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:54:01.0160552Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.7.0a0+bd57234) (2.4.0) 2025-06-05T23:54:01.0162038Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.1.0) 2025-06-05T23:54:01.0163368Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (1.6.0) 2025-06-05T23:54:01.0164663Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.0.1) 2025-06-05T23:54:01.0165552Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:01.0166886Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/2f/de/afa024cbe022b1b318a3d224125aa24939e99b4ff6f22e0ba639a2eaee47/pytest-8.4.0-py3-none-any.whl.metadata 2025-06-05T23:54:01.0168186Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:54:01.0169194Z Requirement already satisfied: pygments>=2.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.19.1) 2025-06-05T23:54:01.0170178Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:01.0171531Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-06-05T23:54:01.0172874Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:54:01.0173890Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.7.0a0+bd57234) (0.2.12) 2025-06-05T23:54:01.0174946Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl (2.3 MB) 2025-06-05T23:54:01.0175928Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:54:01.0176698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 88.1 MB/s eta 0:00:00 2025-06-05T23:54:01.0177454Z [?25hDownloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl (321 kB) 2025-06-05T23:54:01.0178023Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:54:01.0178544Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:54:01.0179043Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:54:01.0179562Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:54:01.0180088Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:54:01.0180568Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:54:01.0181039Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:54:01.0181494Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:54:01.0181951Z Building wheels for collected packages: executorch 2025-06-05T23:54:01.0182464Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:54:01.0183630Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:54:01.0184642Z !! 2025-06-05T23:54:01.0184763Z 2025-06-05T23:54:01.0184905Z ******************************************************************************** 2025-06-05T23:54:01.0185856Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:54:01.0186652Z 2025-06-05T23:54:02.3843669Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:54:02.3846362Z or your builds will no longer be supported. 2025-06-05T23:54:02.3846717Z 2025-06-05T23:54:02.3847154Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:02.3848145Z ******************************************************************************** 2025-06-05T23:54:02.3848421Z 2025-06-05T23:54:02.3848528Z !! 2025-06-05T23:54:02.3848762Z corresp(dist, value, root_dir) 2025-06-05T23:54:02.3849880Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:54:02.3850996Z !! 2025-06-05T23:54:02.3851126Z 2025-06-05T23:54:02.3851265Z ******************************************************************************** 2025-06-05T23:54:02.3852143Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:54:02.3852767Z 2025-06-05T23:54:02.3852937Z License :: OSI Approved :: BSD License 2025-06-05T23:54:02.3853205Z 2025-06-05T23:54:02.3853612Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:02.3854552Z ******************************************************************************** 2025-06-05T23:54:02.3854837Z 2025-06-05T23:54:02.3854924Z !! 2025-06-05T23:54:02.3855175Z dist._finalize_license_expression() 2025-06-05T23:54:02.3856038Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:54:02.3856879Z !! 2025-06-05T23:54:02.3856995Z 2025-06-05T23:54:02.3857129Z ******************************************************************************** 2025-06-05T23:54:02.3857754Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:54:02.3858223Z 2025-06-05T23:54:02.3858370Z License :: OSI Approved :: BSD License 2025-06-05T23:54:02.3858621Z 2025-06-05T23:54:02.3859015Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:02.3859678Z ******************************************************************************** 2025-06-05T23:54:02.3859943Z 2025-06-05T23:54:02.3860028Z !! 2025-06-05T23:54:02.3860272Z self._finalize_license_expression() 2025-06-05T23:54:02.3860608Z running bdist_wheel 2025-06-05T23:54:02.3860877Z running build 2025-06-05T23:54:02.3861148Z command options for 'CustomBuild': 2025-06-05T23:54:02.3861482Z build_base = pip-out 2025-06-05T23:54:02.3861782Z build_purelib = pip-out/lib 2025-06-05T23:54:02.3862152Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:54:02.3862614Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:54:02.3863010Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:54:02.3863414Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-06-05T23:54:02.3863804Z plat_name = linux-x86_64 2025-06-05T23:54:02.3864101Z compiler = None 2025-06-05T23:54:02.3864354Z parallel = None 2025-06-05T23:54:02.3864604Z debug = None 2025-06-05T23:54:02.3864846Z force = None 2025-06-05T23:54:02.3865129Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:54:02.3865699Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:54:02.3866388Z clearing /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:54:02.3866915Z Preset CMake variables: 2025-06-05T23:54:02.3867100Z 2025-06-05T23:54:02.3867226Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:54:02.3867770Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:54:02.3868214Z 2025-06-05T23:54:02.3868382Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:54:02.3868814Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:54:02.3869225Z -- Detecting C compiler ABI info 2025-06-05T23:54:02.3869571Z -- Detecting C compiler ABI info - done 2025-06-05T23:54:02.3870025Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:54:02.3870460Z -- Detecting C compile features 2025-06-05T23:54:02.3870810Z -- Detecting C compile features - done 2025-06-05T23:54:02.3871165Z -- Detecting CXX compiler ABI info 2025-06-05T23:54:02.3871533Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:54:02.3871989Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:54:02.3872524Z -- Detecting CXX compile features 2025-06-05T23:54:02.3872887Z -- Detecting CXX compile features - done 2025-06-05T23:54:02.3873391Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:54:02.3874037Z -- --- Configured Options --- 2025-06-05T23:54:02.3874249Z 2025-06-05T23:54:02.3874386Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:54:02.3874796Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:54:02.3875211Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:54:02.3875772Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:54:02.3876277Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:54:02.3876680Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:54:02.3877094Z -- BUCK2 : 2025-06-05T23:54:02.3877807Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:54:02.3878405Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:54:02.3878809Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:54:02.3879218Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:54:02.3879649Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:54:02.3880352Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:54:02.3880977Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:54:02.3881414Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:54:02.3881960Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:54:02.3882370Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:54:02.3882791Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:54:02.3883206Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:54:02.3883611Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:54:02.3884030Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:54:02.3884441Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:54:02.3884870Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:54:02.3885268Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:54:02.3885680Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:54:02.3886086Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:54:02.3886495Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:54:02.3886913Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:54:02.3887320Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:54:02.3887728Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:54:02.3888112Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:54:02.3888516Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:54:02.3888905Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:54:02.3889298Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:54:02.3889705Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:54:02.3890112Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:54:02.3890517Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:54:02.3890908Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:54:02.3891300Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:54:02.3891690Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:54:02.3892100Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:54:02.3892487Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:54:02.3892887Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:54:02.3893292Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:54:02.3893683Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:54:02.3894080Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:54:02.3894475Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:54:02.3894881Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:54:02.3895373Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:54:02.3895794Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:54:02.3896188Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:54:02.3896600Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:54:02.3897016Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:54:02.3897498Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:54:02.3897920Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:54:02.3898288Z -- -------------------------- 2025-06-05T23:54:02.3898781Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:54:02.3899558Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:54:02.3900312Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.3900790Z CMake. 2025-06-05T23:54:02.3900918Z 2025-06-05T23:54:02.3901171Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.3901801Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.3902343Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.3902645Z 2025-06-05T23:54:02.3902655Z 2025-06-05T23:54:02.3902757Z -- pybind11 v2.13.6 2025-06-05T23:54:02.3903401Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:54:02.3904205Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:54:02.3904672Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:54:02.3905020Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:54:02.3905853Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:02.3906576Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.3907060Z CMake. 2025-06-05T23:54:02.3907188Z 2025-06-05T23:54:02.3907453Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.3908073Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.3908618Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.3908910Z 2025-06-05T23:54:02.3908915Z 2025-06-05T23:54:02.3909107Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:02.3909626Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:02.3910061Z -- Setting Clang compiler options 2025-06-05T23:54:02.3910861Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:54:02.3911987Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:02.3912789Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.3913261Z CMake. 2025-06-05T23:54:02.3913392Z 2025-06-05T23:54:02.3913640Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.3914263Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.3914812Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.3915102Z 2025-06-05T23:54:02.3915107Z 2025-06-05T23:54:02.3915546Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:02.3916368Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.3916824Z CMake. 2025-06-05T23:54:11.3220661Z 2025-06-05T23:54:11.3221457Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:11.3222443Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:11.3223928Z to work with policies introduced by or earlier. 2025-06-05T23:54:11.3224240Z 2025-06-05T23:54:11.3224245Z 2025-06-05T23:54:11.3224411Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:54:11.3224895Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:54:11.3225420Z -- Found Threads: TRUE 2025-06-05T23:54:11.3226084Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:11.3226935Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:11.3227411Z CMake. 2025-06-05T23:54:11.3227539Z 2025-06-05T23:54:11.3227787Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:11.3228418Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:11.3228966Z to work with policies introduced by or earlier. 2025-06-05T23:54:11.3229254Z 2025-06-05T23:54:11.3229266Z 2025-06-05T23:54:11.3229378Z -- Resolved buck2 as buck2. 2025-06-05T23:54:11.3229691Z -- Killing buck2 daemon 2025-06-05T23:54:11.3229960Z 'buck2 killall' 2025-06-05T23:54:11.3230244Z -- executorch: Generating source lists 2025-06-05T23:54:11.3231501Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:11.3233074Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:11.3234247Z '/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:11.3235023Z -- Generating operator lib: 2025-06-05T23:54:11.3235353Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:11.3235809Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:11.3236287Z -- ROOT_OPS: 2025-06-05T23:54:11.3236655Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:11.3238428Z 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:11.3240000Z -- Generating kernel bindings: 2025-06-05T23:54:11.3240322Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:11.3240791Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:11.3241266Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:11.3241561Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:11.3243863Z 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:11.3246046Z -- Generating operator lib: 2025-06-05T23:54:11.3246372Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:11.3246693Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:54:11.3247041Z -- DEPS: executorch_core 2025-06-05T23:54:11.3247359Z -- Generating operator lib: 2025-06-05T23:54:11.3247665Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:11.3248136Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:11.3248604Z -- ROOT_OPS: 2025-06-05T23:54:11.3248859Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:11.3250575Z 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:11.3252362Z -- Generating kernel bindings: 2025-06-05T23:54:11.3252751Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:11.3253239Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:11.3253874Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:11.3254196Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:11.3256642Z 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:11.3259413Z -- Generating operator lib: 2025-06-05T23:54:11.3259737Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:11.3260100Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:54:11.3260581Z -- DEPS: executorch_core 2025-06-05T23:54:11.3261000Z -- Merging kernel yaml files: 2025-06-05T23:54:11.3261567Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:54:11.3262599Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:54:11.3263461Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-06-05T23:54:11.3264306Z -- Generating operator lib: 2025-06-05T23:54:11.3264663Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:11.3265469Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:11.3266272Z -- ROOT_OPS: 2025-06-05T23:54:11.3266591Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:11.3268605Z 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:11.3270591Z -- Generating kernel bindings: 2025-06-05T23:54:11.3270940Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:11.3271669Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:11.3272354Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:11.3272636Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:11.3274969Z 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:11.3277307Z -- Generating operator lib: 2025-06-05T23:54:11.3277642Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:11.3278102Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:54:11.3278529Z -- DEPS: executorch_core 2025-06-05T23:54:11.3279089Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:54:11.3279825Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:11.3280304Z CMake. 2025-06-05T23:54:11.3280432Z 2025-06-05T23:54:11.3280697Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:11.3281318Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:11.3281956Z to work with policies introduced by or earlier. 2025-06-05T23:54:11.3282249Z 2025-06-05T23:54:11.3282254Z 2025-06-05T23:54:11.3282373Z -- Looking for C++ include unistd.h 2025-06-05T23:54:11.3282864Z -- Looking for C++ include unistd.h - found 2025-06-05T23:54:11.3283228Z -- Looking for C++ include stdint.h 2025-06-05T23:54:11.3283591Z -- Looking for C++ include stdint.h - found 2025-06-05T23:54:11.3283971Z -- Looking for C++ include inttypes.h 2025-06-05T23:54:11.3284334Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:54:11.3284781Z -- Looking for C++ include sys/types.h 2025-06-05T23:54:11.3285156Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:54:11.3285537Z -- Looking for C++ include sys/stat.h 2025-06-05T23:54:11.3285894Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:54:11.3286275Z -- Looking for C++ include fnmatch.h 2025-06-05T23:54:11.3286630Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:54:11.3287003Z -- Looking for C++ include stddef.h 2025-06-05T23:54:11.3287365Z -- Looking for C++ include stddef.h - found 2025-06-05T23:54:11.3287715Z -- Check size of uint32_t 2025-06-05T23:54:11.3288028Z -- Check size of uint32_t - done 2025-06-05T23:54:11.3288345Z -- Looking for strtoll 2025-06-05T23:54:11.3288645Z -- Looking for strtoll - found 2025-06-05T23:54:11.3289085Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-06-05T23:54:11.3289581Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:54:11.3289972Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-06-05T23:54:11.3290667Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:54:11.3291332Z -- Generating microkernels.cmake 2025-06-05T23:54:11.3291755Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:54:11.3292240Z No microkernel found in src/reference/packing.cc 2025-06-05T23:54:11.3292703Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:54:11.3293567Z '/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:11.3294367Z -- MKL_ARCH: None, set to ` intel64` by default 2025-06-05T23:54:11.3294753Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-06-05T23:54:11.3295124Z -- MKL_LINK: None, set to ` dynamic` by default 2025-06-05T23:54:11.3295566Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-06-05T23:54:11.3296066Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-06-05T23:54:11.3296501Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-06-05T23:54:11.3297292Z 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:11.3298088Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:54:11.3298501Z Call Stack (most recent call first): 2025-06-05T23:54:11.3299287Z /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:11.3300079Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:54:11.3300475Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:54:11.3300718Z 2025-06-05T23:54:11.3300724Z 2025-06-05T23:54:11.3301042Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:54:12.1328981Z -- 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:12.1330781Z -- Generating operator lib: 2025-06-05T23:54:12.1331347Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:12.1332186Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:12.1333025Z -- ROOT_OPS: 2025-06-05T23:54:12.1333467Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:12.1336496Z 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:12.1339539Z -- Generating kernel bindings: 2025-06-05T23:54:12.1340090Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:12.1340616Z -- FUNCTIONS_YAML: 2025-06-05T23:54:12.1341324Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:12.1342452Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:12.1350417Z 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:12.1358392Z -- Generating operator lib: 2025-06-05T23:54:12.1358990Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:12.1359611Z -- OPS_SCHEMA_YAML: 2025-06-05T23:54:12.1365334Z -- 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:12.1371010Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:12.1378841Z 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:12.1386285Z -- Generating kernel bindings: 2025-06-05T23:54:12.1386880Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:12.1387459Z -- FUNCTIONS_YAML: 2025-06-05T23:54:12.1388183Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:12.1388990Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:12.1389552Z -- Generating custom ops aot lib: 2025-06-05T23:54:12.1390132Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:12.1391193Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:54:12.1392736Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:54:12.1394347Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:54:12.1396088Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:54:12.1397865Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:54:12.1399538Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:54:12.1401337Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:54:12.1403341Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:54:12.1405322Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:54:12.1406858Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:54:12.1408423Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:54:12.1410107Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:54:12.1411243Z -- Generating operator lib: 2025-06-05T23:54:12.1411822Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:12.1412744Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:12.1413540Z -- ROOT_OPS: 2025-06-05T23:54:12.1414004Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:12.1416919Z 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:12.1419672Z -- Generating kernel bindings: 2025-06-05T23:54:12.1420193Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:12.1420822Z -- FUNCTIONS_YAML: 2025-06-05T23:54:12.1421515Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:12.1422325Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:12.1422904Z -- Generating operator lib: 2025-06-05T23:54:12.1423418Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:12.1424047Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:54:12.1424660Z -- DEPS: portable_lib 2025-06-05T23:54:12.1425170Z -- Generating operator lib: 2025-06-05T23:54:12.1425674Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:12.1426203Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:54:12.1426758Z -- DEPS: executorch_core 2025-06-05T23:54:12.1427261Z -- Configuring done (10.1s) 2025-06-05T23:54:12.1427751Z -- Generating done (0.5s) 2025-06-05T23:54:12.1428754Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:54:12.1431400Z 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:12.1433610Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:54:12.1434430Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:54:12.1437066Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:54:12.1439012Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:54:12.1442804Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:54:12.1444378Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:54:12.1445885Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:54:12.1446998Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:54:12.1447737Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:54:12.1448773Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:54:12.1449494Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:54:12.1450162Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:54:12.1450836Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:54:12.1451838Z [ 0%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:54:12.1452679Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:54:12.1453382Z CMake Warning: 2025-06-05T23:54:12.1453928Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:12.1454476Z 2025-06-05T23:54:12.1454484Z 2025-06-05T23:54:12.1454651Z CMake Warning: 2025-06-05T23:54:12.1455219Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:12.1455787Z 2025-06-05T23:54:12.1455795Z 2025-06-05T23:54:12.1456262Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:12.1457516Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:12.1458444Z CMake. 2025-06-05T23:54:12.1458684Z 2025-06-05T23:54:12.1459158Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:12.1460355Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:12.1461395Z to work with policies introduced by or earlier. 2025-06-05T23:54:12.1461960Z 2025-06-05T23:54:12.1461968Z 2025-06-05T23:54:12.1462243Z fatal: No names found, cannot describe anything. 2025-06-05T23:54:12.1463041Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:54:12.1463770Z git describe failed with exit code: 128 2025-06-05T23:54:12.1464229Z 2025-06-05T23:54:12.1464581Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:54:12.1465402Z Call Stack (most recent call first): 2025-06-05T23:54:12.1466044Z CMakeLists.txt:5 (include) 2025-06-05T23:54:12.1466357Z 2025-06-05T23:54:12.1466364Z 2025-06-05T23:54:12.1466547Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:54:13.2005706Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:54:13.2007522Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:54:13.2009279Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:54:13.2011121Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:54:13.2012400Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:54:13.2013596Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:54:13.2014694Z -- Detecting C compiler ABI info 2025-06-05T23:54:13.2015730Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:54:13.2016864Z [ 2%] Linking C static library libpthreadpool.a 2025-06-05T23:54:13.2017548Z [ 2%] Built target pthreadpool 2025-06-05T23:54:13.2018784Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:54:13.2020695Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:54:13.2022078Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:54:13.2023300Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:54:13.2024480Z -- Detecting CXX compiler ABI info 2025-06-05T23:54:13.2025671Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:54:13.2026900Z -- Detecting C compiler ABI info - done 2025-06-05T23:54:13.2028316Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:54:13.2029641Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:54:13.2030447Z -- Detecting C compile features 2025-06-05T23:54:13.2031078Z -- Detecting C compile features - done 2025-06-05T23:54:13.2032470Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:54:13.2033818Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:13.2034743Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:13.2035558Z -- Setting Clang compiler options 2025-06-05T23:54:13.2037016Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:54:13.2038494Z -- Configuring done (0.4s) 2025-06-05T23:54:13.2039598Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:54:13.2040756Z -- Generating done (0.0s) 2025-06-05T23:54:13.2042576Z -- 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:13.2044540Z [ 2%] Performing build step for 'flatcc_external_project' 2025-06-05T23:54:13.2045852Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:54:13.2048036Z [ 2%] 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:13.2049923Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:13.2050848Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:54:13.2052014Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:54:13.2053701Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:54:13.2055010Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:54:13.2055825Z -- Detecting CXX compile features 2025-06-05T23:54:13.2056480Z -- Detecting CXX compile features - done 2025-06-05T23:54:13.2057525Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:54:13.2059079Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:54:13.2060241Z -- Looking for strtof_l 2025-06-05T23:54:13.2060996Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:13.2062384Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:54:13.2063741Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:13.2065073Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:54:13.2066552Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:54:13.2068467Z [ 2%] 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:13.2071151Z [ 2%] 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:13.2073342Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:54:13.2074608Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:13.2076020Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:54:13.2077755Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:54:13.2079355Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:54:13.2081115Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:54:13.2082770Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:13.2083696Z -- Looking for strtof_l - found 2025-06-05T23:54:13.2084275Z -- Looking for strtoull_l 2025-06-05T23:54:13.2085366Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:54:13.2087559Z [ 2%] 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:13.2089582Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:54:13.2091236Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:54:13.2093536Z [ 2%] 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:13.2095459Z [ 30%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:13.2096910Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:54:13.2098762Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:54:13.2100439Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:54:13.2101984Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:54:13.2103530Z [ 36%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:13.2105245Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:54:13.2106819Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:54:13.2108019Z [ 36%] Built target flatccrt 2025-06-05T23:54:13.2109133Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:54:13.2111309Z [ 3%] 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:13.2113323Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:54:13.2114830Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:54:13.2116061Z -- Looking for strtoull_l - found 2025-06-05T23:54:13.2116601Z -- Looking for realpath 2025-06-05T23:54:13.2117441Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:54:13.2118965Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:54:13.2120713Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:54:13.2122561Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:54:13.2124313Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:54:13.2126060Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:54:13.2127492Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:54:13.2129202Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:54:13.2130995Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:54:13.2133215Z [ 4%] 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:13.2135600Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:54:13.2137313Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:54:14.1892858Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:54:14.1894033Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:54:14.1895449Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:54:14.1896392Z [ 4%] Linking C static library libcpuinfo.a 2025-06-05T23:54:14.1898109Z [ 4%] 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:14.1900444Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:54:14.1901830Z -- Looking for realpath - found 2025-06-05T23:54:14.1902650Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:54:14.1903501Z [ 4%] Built target cpuinfo 2025-06-05T23:54:14.1904145Z -- Configuring done (1.2s) 2025-06-05T23:54:14.1905730Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:54:14.1907952Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:54:14.1909398Z -- Generating done (0.0s) 2025-06-05T23:54:14.1911477Z -- 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:14.1913771Z [ 4%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:54:14.1915431Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:54:14.1917107Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:54:14.1918296Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:54:14.1919929Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:54:14.1921959Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:54:14.1924000Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:54:14.1926160Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:54:14.1928716Z [ 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:14.1930669Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:54:14.1931765Z [ 6%] Linking CXX static library libeigen_blas.a 2025-06-05T23:54:14.1937840Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:54:14.1939300Z [ 6%] Built target microparams-init 2025-06-05T23:54:14.1940411Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:54:14.1941567Z [ 6%] Built target eigen_blas 2025-06-05T23:54:14.1942156Z [ 6%] Built target indirection 2025-06-05T23:54:14.1943692Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:54:14.1945598Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:54:14.1947154Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:54:14.1948587Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:54:14.1949556Z [ 6%] Built target logging 2025-06-05T23:54:14.1951157Z [ 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:14.1953730Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:54:14.1955548Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:54:14.1956415Z [ 6%] Built target normalization 2025-06-05T23:54:14.1957993Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:54:14.1959612Z [ 6%] Built target datatype 2025-06-05T23:54:14.1960843Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:54:14.1962961Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:54:14.1964644Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:54:14.1966670Z [ 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:14.1968722Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:54:14.1969759Z [ 7%] Built target operator-utils 2025-06-05T23:54:14.1970724Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:54:14.1972087Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:54:14.1973164Z [ 7%] Built target reference-ukernels 2025-06-05T23:54:14.1974214Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:54:14.1976377Z [ 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:14.1978132Z [ 7%] Built target operator-run 2025-06-05T23:54:14.1979810Z [ 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:14.1983556Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:54:14.1985273Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:54:14.1987111Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:54:14.1988483Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:54:14.1990172Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:54:14.1992098Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:54:14.1994616Z [ 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:14.1996432Z [ 7%] Built target hardware-config 2025-06-05T23:54:14.1998358Z [ 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:14.2001670Z [ 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:14.2004078Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:54:14.2005328Z [ 7%] Built target allocator 2025-06-05T23:54:14.2005918Z [ 7%] Built target packing 2025-06-05T23:54:14.2006984Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:54:14.2009461Z [ 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:14.2011829Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:54:14.2013028Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:54:14.2013850Z [ 93%] Built target flatcc 2025-06-05T23:54:14.2014402Z [ 7%] Built target cache 2025-06-05T23:54:14.2015204Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:54:14.2016627Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:54:14.2018603Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:54:14.2020576Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:54:14.2022951Z [ 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:14.2025995Z [ 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:14.2027842Z [ 7%] Built target microkernel-utils 2025-06-05T23:54:14.2028710Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:54:14.2029929Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:54:14.2030884Z [ 7%] Built target mutex 2025-06-05T23:54:14.2032631Z [ 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:14.2034483Z [ 7%] Built target memory 2025-06-05T23:54:14.2035266Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:54:14.2036156Z [100%] Built target flatcc_cli 2025-06-05T23:54:14.2036890Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-05T23:54:14.2038325Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:54:14.2039583Z [ 21%] Built target flatccrt 2025-06-05T23:54:14.2040406Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:54:14.2041304Z [ 93%] Built target flatcc 2025-06-05T23:54:14.2041957Z [100%] Built target flatcc_cli 2025-06-05T23:54:14.2042546Z Install the project... 2025-06-05T23:54:14.2043301Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:54:14.2044205Z -- Install configuration: "" 2025-06-05T23:54:14.2045737Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:54:14.2048313Z -- 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:14.2051076Z -- 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:14.2054064Z -- 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:14.2056823Z -- 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:14.2059639Z -- 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:14.2062504Z -- 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:14.2065023Z -- 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:14.2067751Z -- 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:14.2070601Z -- 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:14.2073478Z -- 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:14.2076288Z -- 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:14.2079103Z -- 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:14.2082096Z -- 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:14.2090638Z -- 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:14.2093438Z -- 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:14.2096169Z -- 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:14.2098947Z -- 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:14.2102014Z -- 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:14.2104717Z -- 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:14.2107307Z -- 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:14.2109943Z -- 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:14.2112565Z -- 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:14.2115234Z -- 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:14.2117957Z -- 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:14.2120061Z -- 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:14.2121897Z -- 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:14.2123401Z -- 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:14.2124925Z -- 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:14.2126415Z -- 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:14.2129131Z -- 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:14.2132054Z -- 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:14.2134951Z -- 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:14.2137932Z -- 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:14.2140891Z -- 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:14.2143762Z -- 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:14.2146805Z -- 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:14.2149736Z -- 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:14.2152635Z -- 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:14.2155479Z -- 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:14.2158294Z -- 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:14.2160959Z -- 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:14.2163893Z -- 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:14.2166589Z -- 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:14.2168808Z -- 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:14.2170811Z -- 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:14.2172279Z -- 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:14.2173847Z -- 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:14.2175295Z -- 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:14.2176734Z -- 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:14.2178814Z -- 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:14.2180290Z -- 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:14.7789688Z -- 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:14.7792761Z -- 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:14.7795680Z -- 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:14.7798600Z -- 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:14.7801461Z -- 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:14.7804605Z -- 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:14.7807700Z -- 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:14.7810522Z -- 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:14.7813304Z -- 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:14.7816217Z -- 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:14.7819113Z -- 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:14.7821940Z -- 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:14.7824762Z -- 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:14.7827439Z -- 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:14.7830484Z -- 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:14.7833837Z -- 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:14.7837073Z -- 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:14.7840505Z -- 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:14.7843697Z -- 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:14.7846767Z -- 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:14.7849508Z -- 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:14.7852311Z -- 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:14.7855134Z -- 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:14.7858001Z -- 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:14.7860769Z -- 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:14.7863494Z -- 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:14.7866036Z -- 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:14.7868512Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:54:14.7871189Z [ 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:14.7873034Z [ 7%] Completed 'flatcc_external_project' 2025-06-05T23:54:14.7874485Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:54:14.7875963Z [ 7%] Built target flatcc_external_project 2025-06-05T23:54:14.7877691Z [ 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:14.7880472Z [ 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:14.7883144Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:54:14.7885492Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:54:14.7887326Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:54:14.7889375Z [ 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:14.7891534Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:14.7893063Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:14.7894556Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:14.7896505Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:54:14.7898859Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:54:14.7901287Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:54:14.7903200Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:14.7905516Z [ 9%] 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:14.7908604Z [ 9%] 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:14.7911810Z [ 11%] 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:14.7914815Z [ 11%] 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:14.7917208Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:54:14.7918925Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:54:14.7920327Z [ 11%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:14.7935895Z [ 11%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:14.7937530Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:54:14.7938633Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:54:14.7939655Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:54:14.7941293Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:54:14.7943167Z [ 11%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:14.7945184Z [ 11%] 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:14.7946782Z [ 11%] Built target flatccrt 2025-06-05T23:54:14.7948297Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-06-05T23:54:14.7950826Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:54:16.3087040Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:54:16.3089488Z [ 11%] 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:16.3091788Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:54:16.3094115Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-06-05T23:54:16.3096505Z [ 11%] 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:16.3098217Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:54:16.3099274Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:54:16.3100307Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:54:16.3101371Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:54:16.3103049Z [ 11%] 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:16.3105670Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:54:16.3107867Z [ 11%] 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:16.3109636Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:54:16.3111631Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:54:16.3113059Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:54:16.3114750Z [ 11%] 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:16.3117069Z [ 11%] 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:16.3119359Z [ 11%] 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:16.3121063Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:54:16.3122219Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:54:16.3123826Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:54:16.3125870Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:54:16.3128014Z [ 11%] 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:16.3130296Z [ 11%] 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:16.3132560Z [ 11%] 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:16.3134843Z [ 11%] 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:16.3136889Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:54:16.3138994Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:54:16.3140732Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:54:16.3141869Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:54:16.3143650Z [ 12%] 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:16.3145361Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:54:16.3146380Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:54:16.3148071Z [ 12%] 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:16.3150231Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:54:16.3152092Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:54:16.3153510Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:54:16.3154450Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:54:16.3155936Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:54:16.3157787Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:54:16.3159394Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:54:16.3161647Z [ 13%] 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:16.3164198Z [ 13%] 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:16.3166423Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:54:16.3168630Z [ 13%] 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:16.3170435Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:54:16.3171396Z [ 13%] Built target operators 2025-06-05T23:54:16.3172827Z [ 13%] 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:16.3175118Z [ 13%] 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:16.3177486Z [ 13%] 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:16.3179763Z [ 13%] 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:16.3181938Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:54:16.3183964Z [ 13%] 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:16.3185908Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:54:16.3187966Z [ 13%] 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:16.3189735Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:54:16.3191382Z [ 13%] 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:16.3193729Z [ 13%] 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:16.3196265Z [ 13%] 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:16.3198465Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:54:16.3199815Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:54:16.3200920Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:54:16.3202682Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:54:16.3204731Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:54:16.3207255Z [ 13%] 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:16.3209599Z [ 13%] 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:16.3211380Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:54:16.3213317Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:54:16.3215381Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:54:16.3216902Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:54:17.4201390Z [ 14%] 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:17.4204021Z [ 14%] 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:17.4206880Z [ 14%] 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:17.4209572Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:54:17.4211784Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:54:17.4213847Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:54:17.4215548Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:54:17.4216949Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:54:17.4219158Z [ 14%] 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:17.4221634Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:54:17.4224126Z [ 14%] 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:17.4226215Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:54:17.4227636Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:54:17.4229372Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:54:17.4231560Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:54:17.4233894Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:54:17.4236740Z [ 16%] 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:17.4239303Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:54:17.4241946Z [ 16%] 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:17.4244649Z [ 16%] 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:17.4246119Z [100%] Linking CXX executable flatc 2025-06-05T23:54:17.4247670Z [ 16%] 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:17.4250054Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:54:17.4252198Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:54:17.4254752Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:54:17.4256802Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:54:17.4259078Z [ 16%] 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:17.4261959Z [ 16%] 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:17.4264492Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:54:17.4266880Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:54:17.4269535Z [ 16%] 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:17.4271898Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:54:17.4274299Z [ 16%] 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:17.4278951Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:54:17.4282214Z [ 16%] 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:17.4285455Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:54:17.4288224Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:54:17.4290840Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:54:17.4293980Z [ 16%] 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:17.4297817Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:54:17.4300680Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:54:17.4303557Z [ 18%] 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:17.4307327Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:54:17.4310452Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:54:17.4313549Z [ 18%] 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:17.4316410Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:54:17.4318590Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:54:17.4320682Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:54:17.4323313Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:54:17.4326000Z [ 18%] 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:17.4329572Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-06-05T23:54:17.4332917Z [ 18%] 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:17.4336071Z [ 18%] 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:17.4339050Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-06-05T23:54:17.4341869Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-06-05T23:54:17.4345000Z [ 18%] 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:17.4346740Z [ 18%] Built target subgraph 2025-06-05T23:54:17.4348401Z [ 18%] 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:17.4351210Z [ 18%] 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:17.4354227Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-06-05T23:54:17.4357233Z [ 18%] 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:17.4360079Z [ 18%] 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:17.4362988Z [ 19%] 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:17.9269429Z [ 19%] 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:17.9272313Z [ 19%] 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:17.9274974Z [ 19%] 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:17.9277535Z [ 19%] 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:17.9280012Z [ 19%] 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:17.9282723Z [ 19%] 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:17.9285335Z [ 19%] 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:17.9287897Z [ 19%] 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:17.9289600Z [ 19%] 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:17.9291425Z [ 19%] 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:17.9293167Z [ 19%] 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:17.9294631Z [ 19%] 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:17.9296696Z [ 19%] 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:17.9299168Z [ 19%] 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:17.9301446Z [ 19%] 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:17.9302866Z [100%] Built target flatc 2025-06-05T23:54:17.9304214Z [ 20%] 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:17.9305999Z [ 20%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:54:17.9307664Z [ 20%] 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:17.9309559Z [ 20%] 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:17.9311075Z [ 20%] 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:17.9312796Z [ 20%] 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:17.9314627Z [ 20%] 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:17.9315650Z [100%] Built target flatc 2025-06-05T23:54:17.9316102Z Install the project... 2025-06-05T23:54:17.9317646Z [ 20%] 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:17.9319399Z -- Install configuration: "" 2025-06-05T23:54:17.9320655Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:54:17.9323027Z -- 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:17.9325480Z -- 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:17.9328300Z -- 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:17.9331181Z -- 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:17.9333933Z -- 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:17.9336762Z -- 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:17.9339731Z -- 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:17.9342634Z -- 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:17.9345215Z -- 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:17.9347987Z -- 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:17.9350689Z -- 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:17.9352392Z -- 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:17.9353853Z -- 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:17.9355325Z -- 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:17.9356821Z -- 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:17.9358263Z -- 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:17.9359673Z -- 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:17.9361217Z -- 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:17.9362736Z -- 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:17.9364181Z -- 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:17.9365628Z -- 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:17.9367102Z -- 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:17.9368566Z -- 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:17.9370740Z -- 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:17.9373241Z -- 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:17.9375345Z -- 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:17.9376817Z -- 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:17.9378327Z -- 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:18.8678940Z -- 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:18.8682038Z -- 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:18.8684195Z -- 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:18.8685688Z -- 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:18.8687295Z -- 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:18.8688852Z -- 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:18.8690482Z -- 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:18.8692951Z -- 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:18.8695724Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:54:18.8698471Z [ 20%] 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:18.8701496Z -- 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:18.8704594Z -- 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:18.8706713Z [ 20%] Completed 'flatbuffers_external_project' 2025-06-05T23:54:18.8707465Z [ 20%] Built target flatbuffers_external_project 2025-06-05T23:54:18.8709454Z [ 20%] 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:18.8711400Z [ 20%] Generating common_schema headers 2025-06-05T23:54:18.8712066Z [ 22%] Generating xnnpack_schema headers 2025-06-05T23:54:18.8713944Z [ 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:18.8716977Z [ 22%] 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:18.8718830Z [ 22%] Built target common_schema 2025-06-05T23:54:18.8719454Z [ 22%] Generating program_schema headers 2025-06-05T23:54:18.8720031Z [ 22%] Built target xnnpack_schema 2025-06-05T23:54:18.8721979Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:54:18.8723935Z [ 22%] Built target program_schema 2025-06-05T23:54:18.8725848Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:54:18.8728176Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:54:18.8730459Z [ 22%] 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:18.8733591Z [ 22%] 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:18.8736958Z [ 22%] 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:18.8740048Z [ 23%] 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:18.8743011Z [ 23%] 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:18.8745539Z [ 23%] 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:18.8747399Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:54:18.8748972Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:54:18.8750825Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:54:18.8752481Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:54:18.8753843Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:54:18.8755129Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:54:18.8756526Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:54:18.8758369Z [ 23%] 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:18.8760279Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:54:18.8761675Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:54:18.8763636Z [ 23%] 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:18.8765729Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:54:18.8767282Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:54:18.8769344Z [ 23%] 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:18.8771437Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:54:18.8773360Z [ 23%] 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:18.8774760Z [ 23%] 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:18.8775845Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:54:18.8776992Z [ 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:18.8778438Z [ 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:18.8779905Z [ 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:18.8781402Z [ 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:18.8783103Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:54:18.8784224Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:54:18.8785443Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:54:18.8786682Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:54:18.8789014Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:18.8790176Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:54:18.8790926Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:54:18.8791950Z [ 24%] 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:18.8793038Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:54:18.8794083Z [ 24%] 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:18.8795400Z [ 24%] 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:20.1964211Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-06-05T23:54:20.1966971Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-06-05T23:54:20.1969610Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-06-05T23:54:20.1971325Z [ 25%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:54:20.1973290Z [ 25%] 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:20.1976039Z [ 25%] 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:20.1977701Z [ 25%] Built target executorch_core 2025-06-05T23:54:20.1979232Z [ 25%] 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:20.1981145Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:54:20.1982610Z [ 27%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:54:20.1984654Z [ 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:20.1987354Z [ 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:20.1990006Z [ 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:20.1992581Z [ 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:20.1995228Z [ 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:20.1998080Z [ 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:20.2001288Z [ 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:20.2004376Z [ 27%] 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:20.2008426Z [ 27%] 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:20.2011574Z [ 27%] 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:20.2013840Z [ 27%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:54:20.2016027Z [ 28%] 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:20.2018764Z [ 28%] 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:20.2021600Z [ 28%] 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:20.2024386Z [ 28%] 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:20.2027402Z [ 28%] 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:20.2030372Z [ 28%] 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:20.2033291Z [ 28%] 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:20.2035101Z [ 28%] Linking CXX static library libexecutorch.a 2025-06-05T23:54:20.2036877Z [ 28%] 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:20.2038577Z [ 28%] Built target executorch 2025-06-05T23:54:20.2039641Z [ 28%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:54:20.2041200Z [ 28%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:54:20.2043412Z [ 28%] 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:20.2045740Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:54:20.2047835Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:54:20.2049896Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:54:20.2051792Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:54:20.2054138Z [ 28%] 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:20.2056877Z [ 28%] 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:20.2059573Z [ 28%] 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:20.2061303Z [ 28%] Linking CXX static library libextension_tensor.a 2025-06-05T23:54:20.2062018Z [ 28%] Built target extension_tensor 2025-06-05T23:54:20.2063233Z [ 28%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:54:20.2065321Z [ 28%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:54:20.2067227Z [ 28%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:54:20.2069081Z [ 28%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:54:20.2071312Z [ 28%] 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:20.2073578Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:54:20.2076097Z [ 29%] 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:20.2078596Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:54:20.2080975Z [ 29%] 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:20.2083387Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:54:20.2085304Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:54:20.2086735Z [ 29%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:54:20.2088219Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:54:20.2089599Z [ 29%] Built target extension_threadpool 2025-06-05T23:54:20.2090872Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:54:20.2093131Z [ 29%] 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:20.2095807Z [ 30%] 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:20.2097528Z [ 30%] Generating etdump headers 2025-06-05T23:54:20.2098484Z [ 30%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:54:20.2099760Z [ 30%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:54:20.2101803Z [ 30%] 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:20.2103987Z [ 30%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:54:20.2105835Z [ 30%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:54:20.2107598Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:54:20.2109421Z [ 30%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:54:20.2110730Z [ 30%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:54:22.2269304Z [ 30%] 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:22.2270674Z [ 30%] Built target extension_data_loader 2025-06-05T23:54:22.2271725Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:54:22.2273199Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:54:22.2274841Z [ 30%] 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:22.2277128Z [ 30%] 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:22.2278589Z [ 30%] Generating bundled_program headers 2025-06-05T23:54:22.2279670Z [ 30%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:54:22.2280935Z [ 30%] Linking CXX static library libetdump.a 2025-06-05T23:54:22.2281949Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:54:22.2282776Z [ 30%] Built target etdump 2025-06-05T23:54:22.2283341Z [ 30%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:54:22.2284567Z [ 30%] 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:22.2286590Z [ 30%] 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:22.2288027Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:54:22.2289142Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:54:22.2290095Z [ 32%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:54:22.2291069Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:54:22.2292122Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:54:22.2292938Z [ 32%] Linking CXX static library libbundled_program.a 2025-06-05T23:54:22.2293410Z [ 32%] Built target bundled_program 2025-06-05T23:54:22.2293962Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:54:22.2295258Z [ 32%] 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:22.2296601Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:54:22.2297495Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:54:22.2298412Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:54:22.2299409Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:54:22.2300860Z [ 32%] 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:22.2303196Z [ 32%] 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:22.2304503Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:54:22.2305750Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:22.2307030Z [ 32%] 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:22.2308373Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:54:22.2309416Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:54:22.2310116Z [ 33%] Linking CXX static library libcpublas.a 2025-06-05T23:54:22.2311261Z [ 33%] 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:22.2312150Z [ 33%] Built target cpublas 2025-06-05T23:54:22.2313095Z [ 33%] 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:22.2314627Z [ 33%] 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:22.2315809Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:54:22.2316857Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:54:22.2318114Z [ 33%] 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:22.2320574Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:54:22.2322245Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:54:22.2323374Z [ 33%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:54:22.2323995Z [ 33%] Linking CXX static library libutil.a 2025-06-05T23:54:22.2324354Z [ 33%] Built target util 2025-06-05T23:54:22.2324946Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:54:22.2325599Z [ 33%] Built target kernels_util_all_deps 2025-06-05T23:54:22.2326418Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:54:22.2327658Z [ 34%] 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:22.2329226Z [ 34%] 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:22.2330739Z [ 34%] 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:22.2332225Z [ 34%] 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:22.2333728Z [ 34%] 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:22.2334925Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:22.2335759Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:22.2336646Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:54:22.2337626Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:22.2338434Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:22.2339637Z [ 34%] 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:22.2340832Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:22.2341672Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:54:22.2342896Z [ 34%] 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:22.2344278Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:54:22.2345189Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:54:22.2346596Z [ 34%] 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:22.2348248Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:54:22.2350056Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:54:22.2351982Z [ 34%] 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:22.2353996Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:22.2355426Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:22.2357400Z [ 34%] 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:26.1745814Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:54:26.1748477Z [ 34%] 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:26.1750984Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:54:26.1752832Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:54:26.1754638Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:54:26.1757111Z [ 35%] 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:26.1759576Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:54:26.1761447Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:54:26.1763983Z [ 35%] 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:26.1767070Z [ 35%] 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:26.1770287Z [ 35%] 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:26.1772742Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:26.1774643Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:54:26.1776642Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:54:26.1779059Z [ 35%] 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:26.1781981Z [ 37%] 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:26.1784422Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:54:26.1787109Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:26.1789519Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:54:26.1791261Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:26.1793714Z [ 37%] 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:26.1796018Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:26.1798348Z [ 37%] 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:26.1800878Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:54:26.1802849Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:26.1807451Z [ 38%] 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:26.1810595Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:26.1814057Z [ 38%] 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:26.1816898Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:26.1820038Z [ 38%] 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:26.1823513Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:54:26.1825726Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:26.1828363Z [ 38%] 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:26.1831275Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:54:26.1834277Z [ 38%] 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:26.1836947Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:54:26.1839873Z [ 38%] 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:26.1842411Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:54:26.1844270Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:54:26.1846623Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:54:26.1849500Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:54:26.1852311Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:54:26.1854825Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:54:26.1857061Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:54:26.1859416Z [ 39%] 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:26.1862023Z [ 39%] 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:26.1864784Z [ 39%] 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:26.1867400Z [ 40%] 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:26.1869817Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:54:26.1872279Z [ 40%] 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:26.1874524Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:26.1876825Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:54:26.1879698Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:54:26.1882118Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:54:26.1884434Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:54:26.1887176Z [ 40%] 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:26.1889339Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:54:26.1892111Z [ 40%] 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:26.1895711Z [ 40%] 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:26.1898525Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:54:26.1901284Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-06-05T23:54:30.9844250Z [ 40%] 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:30.9846917Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:54:30.9848104Z [ 40%] 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:30.9849542Z [ 40%] 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:30.9850750Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:54:30.9851941Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-06-05T23:54:30.9853579Z [ 40%] 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:30.9854775Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:54:30.9855949Z [ 40%] 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:30.9857393Z [ 40%] 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:30.9858536Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:30.9859673Z [ 41%] 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:30.9861003Z [ 41%] 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:30.9862120Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:30.9863252Z [ 41%] 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:30.9864626Z [ 41%] 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:30.9865814Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:30.9866980Z [ 41%] 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:30.9868356Z [ 41%] 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:30.9869534Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:54:30.9870626Z [ 41%] 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:30.9871941Z [ 41%] 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:30.9873062Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:54:30.9874161Z [ 41%] 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:30.9875458Z [ 41%] 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:30.9876562Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:54:30.9877667Z [ 41%] 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:30.9879006Z [ 41%] 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:30.9880128Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:30.9881267Z [ 41%] 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:30.9882702Z [ 41%] 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:30.9884065Z [ 41%] 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:30.9885203Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:54:30.9886341Z [ 41%] 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:30.9887996Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:54:30.9889114Z [ 44%] 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:30.9890382Z [ 44%] 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:30.9891659Z [ 44%] 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:30.9892773Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:54:30.9893882Z [ 44%] 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:30.9895195Z [ 44%] 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:30.9896298Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:54:30.9897397Z [ 44%] 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:30.9898663Z [ 44%] 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:30.9899750Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:54:30.9900879Z [ 44%] 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:30.9902172Z [ 44%] 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:30.9903403Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:54:30.9905491Z [ 44%] 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:30.9907607Z [ 44%] 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:30.9909949Z [ 44%] 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:30.9912347Z [ 44%] 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:30.9913739Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:30.9914716Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:54:30.9915700Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:54:30.9916803Z [ 44%] 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:30.9918178Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:54:30.9919487Z [ 44%] 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:30.9921350Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:54:30.9923523Z [ 44%] 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:30.9925785Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:54:30.9927834Z [ 45%] 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:32.9476998Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:32.9478848Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:54:32.9481026Z [ 45%] 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:32.9483200Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:54:32.9485329Z [ 45%] 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:32.9487589Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:54:32.9489463Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:54:32.9491364Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:54:32.9493330Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:54:32.9495667Z [ 46%] 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:32.9497956Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:54:32.9499780Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:54:32.9502051Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-06-05T23:54:32.9504303Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:32.9506332Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:54:32.9508370Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:54:32.9510726Z [ 46%] 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:32.9513140Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:54:32.9515544Z [ 46%] 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:32.9517614Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:54:32.9519763Z [ 46%] 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:32.9522358Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-06-05T23:54:32.9524813Z [ 46%] 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:32.9527395Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:54:32.9529157Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:54:32.9531356Z [ 46%] 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:32.9533728Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:54:32.9535607Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:32.9537914Z [ 46%] 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:32.9540226Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:54:32.9542403Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-06-05T23:54:32.9544979Z [ 46%] 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:32.9547242Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:54:32.9549156Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:54:32.9551407Z [ 46%] 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:32.9553658Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:54:32.9555990Z [ 48%] 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:32.9558219Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:54:32.9560047Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:54:32.9562373Z [ 49%] 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:32.9564906Z [ 49%] 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:32.9567167Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:54:32.9569315Z [ 49%] 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:32.9571835Z [ 49%] 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:32.9574387Z [ 49%] 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:32.9576652Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:54:32.9578873Z [ 49%] 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:32.9581108Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:54:32.9583343Z [ 49%] 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:32.9585378Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:54:32.9587544Z [ 49%] 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:32.9590184Z [ 49%] 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:32.9592922Z [ 49%] 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:32.9595314Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:54:32.9597469Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:54:32.9599531Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:54:32.9601819Z [ 49%] 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:32.9604477Z [ 49%] 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:32.9606900Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:54:32.9609148Z [ 49%] 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:32.9611789Z [ 49%] 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:32.9614298Z [ 49%] 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:32.9616705Z [ 50%] 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:32.9618942Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:54:32.9620789Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:54:34.8613452Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:34.8615060Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:34.8616514Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:54:34.8618236Z [ 50%] 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:34.8620096Z [ 50%] 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:34.8621654Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:54:34.8623002Z [ 51%] 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:34.8624330Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:54:34.8625613Z [ 51%] 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:34.8627084Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-06-05T23:54:34.8628780Z [ 51%] 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:34.8630176Z [ 51%] 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:34.8631491Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:54:34.8632935Z [ 51%] 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:34.8634403Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-06-05T23:54:34.8635826Z [ 51%] 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:34.8637067Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:34.8638393Z [ 51%] 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:34.8639615Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:54:34.8640608Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:34.8641593Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:54:34.8642985Z [ 51%] 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:34.8644472Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-06-05T23:54:34.8645926Z [ 51%] 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:34.8647110Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:54:34.8648210Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:54:34.8649507Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:54:34.8650995Z [ 51%] 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:34.8652163Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:54:34.8653421Z [ 53%] 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:34.8654835Z [ 53%] 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:34.8656166Z [ 53%] 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:34.8657468Z [ 53%] 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:34.8658783Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:54:34.8660422Z [ 53%] 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:34.8661549Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:54:34.8662785Z [ 53%] 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:34.8664946Z [ 53%] 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:34.8667344Z [ 53%] 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:34.8668701Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:54:34.8669630Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:54:34.8670747Z [ 53%] 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:34.8672189Z [ 53%] 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:34.8674536Z [ 53%] 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:34.8676609Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:54:34.8678304Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:54:34.8680405Z [ 54%] 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:34.8682686Z [ 54%] 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:34.8684736Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:54:34.8686523Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:54:34.8687996Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:54:34.8689675Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-06-05T23:54:34.8691510Z [ 54%] 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:34.8693349Z [ 54%] 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:34.8695164Z [ 55%] 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:34.8697058Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-06-05T23:54:34.8698638Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:54:34.8700053Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:54:34.8701392Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:54:34.8703235Z [ 55%] 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:34.8705602Z [ 55%] 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:34.8707233Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:54:34.8708453Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:54:36.5813657Z [ 55%] 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:36.5816078Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:54:36.5818335Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:54:36.5820197Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:54:36.5821812Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:54:36.5823062Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:54:36.5824223Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:54:36.5824934Z [ 55%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:54:36.5825832Z [ 55%] 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:36.5827700Z [ 55%] 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:36.5829742Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:54:36.5831548Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:54:36.5833762Z [ 55%] 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:36.5835495Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:54:36.5836356Z [ 55%] Built target optimized_kernels 2025-06-05T23:54:36.5837200Z [ 55%] 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:36.5838343Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:54:36.5839490Z [ 56%] 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:36.5840646Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:54:36.5841626Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:54:36.5842906Z [ 56%] 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:36.5844276Z [ 56%] 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:36.5845479Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:54:36.5846672Z [ 56%] 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:36.5847806Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:36.5849004Z [ 56%] 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:36.5850186Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:54:36.5851273Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:54:36.5852191Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:54:36.5853127Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:54:36.5854417Z [ 58%] 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:36.5855828Z [ 58%] 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:36.5857206Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-06-05T23:54:36.5858650Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-06-05T23:54:36.5859859Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:54:36.5860827Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:54:36.5862003Z [ 58%] 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:36.5863173Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:54:36.5864430Z [ 58%] 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:36.5865998Z [ 58%] 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:36.5868326Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:54:36.5870688Z [ 58%] 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:36.5873476Z [ 58%] 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:36.5876183Z [ 58%] 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:36.5878756Z [ 58%] 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:36.5880927Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:54:36.5882800Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:54:36.5884476Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:54:36.5886099Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:36.5888156Z [ 59%] 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:36.5890522Z [ 59%] 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:36.5892538Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:54:36.5894273Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:54:36.5896282Z [ 59%] 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:36.5898339Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:54:36.5900289Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:54:36.5901928Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:54:36.5903295Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:54:36.5904501Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-06-05T23:54:36.5906440Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:54:36.5907439Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:54:36.5908543Z [ 59%] 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:36.5909776Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:54:36.5910891Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:54:36.5912188Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:54:38.1808078Z [ 60%] 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:38.1810951Z [ 60%] 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:38.1813726Z [ 60%] 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:38.1816122Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:54:38.1818569Z [ 60%] 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:38.1821016Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:54:38.1823089Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:54:38.1824999Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:54:38.1826925Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:54:38.1828958Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:54:38.1831355Z [ 61%] 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:38.1834092Z [ 61%] 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:38.1836686Z [ 61%] 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:38.1838805Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:38.1840526Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:54:38.1842453Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:54:38.1844802Z [ 61%] 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:38.1847614Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:54:38.1850458Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:54:38.1852903Z [ 61%] 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:38.1855514Z [ 61%] 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:38.1858263Z [ 61%] 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:38.1860861Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:54:38.1863489Z [ 61%] 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:38.1866001Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:54:38.1868161Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:54:38.1870509Z [ 61%] 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:38.1872847Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:54:38.1875153Z [ 61%] 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:38.1877668Z [ 61%] 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:38.1880255Z [ 61%] 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:38.1882999Z [ 62%] 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:38.1885406Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:54:38.1887533Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:54:38.1889581Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:54:38.1891586Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:54:38.1893818Z [ 62%] 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:38.1896345Z [ 62%] 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:38.1898910Z [ 62%] 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:38.1901238Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:54:38.1903482Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:54:38.1908694Z [ 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:38.1911393Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:54:38.1913561Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:54:38.1915579Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:54:38.1917497Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:54:38.1919833Z [ 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:38.1922660Z [ 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:38.1925024Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:54:38.1927306Z [ 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:38.1929852Z [ 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:38.1932410Z [ 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:38.1934641Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:54:38.1936820Z [ 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:38.1939112Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:54:38.1943126Z [ 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:38.1945839Z [ 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:38.1948390Z [ 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:38.1950910Z [ 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:38.1954499Z [ 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:38.1957073Z [ 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:38.1959724Z [ 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:39.3942387Z [ 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:39.3944492Z [ 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:39.3946527Z [ 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:39.3949130Z [ 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:39.3951895Z [ 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:39.3953788Z [ 65%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:54:39.3955856Z [ 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:39.3958612Z [ 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:39.3961376Z [ 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:39.3964196Z [ 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:39.3966991Z [ 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:39.3969922Z [ 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:39.3973136Z [ 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:39.3976439Z [ 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:39.3979512Z [ 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:39.3982588Z [ 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:39.3984503Z [ 66%] Built target optimized_portable_kernels 2025-06-05T23:54:39.3997670Z [ 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:39.4000421Z [ 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:39.4003290Z [ 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:39.4004987Z [ 66%] Merging kernel yaml files 2025-06-05T23:54:39.4006770Z [ 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:39.4009468Z [ 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:39.4012199Z [ 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:39.4015045Z [ 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:39.4017914Z [ 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:39.4020775Z [ 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:39.4023887Z [ 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:39.4026535Z [ 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:39.4028371Z [ 66%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:54:39.4030400Z [ 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:39.4032915Z [ 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:39.4035377Z [ 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:39.4037829Z [ 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:39.4040327Z [ 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:39.4042887Z [ 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:39.4045375Z [ 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:39.4047815Z [ 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:39.4050293Z [ 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:39.4052791Z [ 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:39.4055254Z [ 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:39.4058040Z [ 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:39.4061117Z [ 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:39.4064324Z [ 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:39.4067647Z [ 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:39.4070826Z [ 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:39.4073888Z [ 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:39.4075816Z [ 67%] Generating code for kernel registration 2025-06-05T23:54:39.4077747Z [ 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:39.4080880Z [ 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:39.4084058Z [ 67%] 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:39.4087387Z [ 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:39.4090669Z [ 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:39.4093895Z [ 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:39.4097233Z [ 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:39.4100400Z [ 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:39.4103560Z [ 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:40.5859222Z [ 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:40.5862260Z [ 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:40.5865425Z [ 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:40.5868714Z [ 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:40.5872057Z [ 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:40.5875497Z [ 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:40.5878930Z [ 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:40.5882117Z [ 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:40.5885159Z [ 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:40.5888316Z [ 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:40.5891547Z [ 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:40.5894778Z [ 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:40.5897899Z [ 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:40.5901074Z [ 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:40.5904276Z [ 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:40.5907980Z [ 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:40.5911255Z [ 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:40.5914656Z [ 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:40.5917963Z [ 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:40.5921366Z [ 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:40.5924672Z [ 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:40.5927727Z [ 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:40.5930914Z [ 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:40.5934124Z [ 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:40.5937290Z [ 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:40.5940389Z [ 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:40.5943501Z [ 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:40.5946669Z [ 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:40.5949922Z [ 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:40.5953099Z [ 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:40.5956177Z [ 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:40.5959481Z [ 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:40.5963037Z [ 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:40.5966425Z [ 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:40.5969742Z [ 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:40.5972904Z [ 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:40.5976324Z [ 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:40.5979542Z [ 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:40.5982926Z [ 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:40.5985922Z [ 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:40.5989121Z [ 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:40.5992634Z [ 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:40.5995957Z [ 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:40.5999238Z [ 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:40.6002574Z [ 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:40.6008119Z [ 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:40.6011357Z [ 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:40.6014543Z [ 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:41.5724328Z [ 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:41.5727348Z [ 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:41.5729523Z [ 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:41.5731303Z [ 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:41.5733270Z [ 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:41.5736226Z [ 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:41.5739195Z [ 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:41.5741997Z [ 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:41.5743890Z [ 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:41.5745823Z [ 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:41.5747588Z [ 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:41.5749449Z [ 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:41.5751182Z [ 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:41.5752771Z [ 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:41.5754253Z [ 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:41.5755708Z [ 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:41.5757203Z [ 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:41.5758721Z [ 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:41.5760190Z [ 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:41.5761690Z [ 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:41.5763648Z [ 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:41.5766216Z [ 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:41.5768890Z [ 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:41.5771941Z [ 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:41.5775024Z [ 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:41.5778153Z [ 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:41.5781162Z [ 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:41.5784221Z [ 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:41.5787313Z [ 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:41.5790397Z [ 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:41.5793431Z [ 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:41.5796388Z [ 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:41.5799449Z [ 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:41.5802218Z [ 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:41.5804959Z [ 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:41.5807138Z [ 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:41.5808849Z [ 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:41.5810520Z [ 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:41.5812162Z [ 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:41.5813837Z [ 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:41.5815976Z [ 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:41.5819152Z [ 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:41.5822289Z [ 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:41.5825306Z [ 76%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:54:41.5828049Z [ 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:41.5830843Z [ 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:41.5833482Z [ 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:41.5836085Z [ 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:41.5838776Z [ 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:42.6027384Z [ 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:42.6030383Z [ 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:42.6033717Z [ 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:42.6036708Z [ 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:42.6039980Z [ 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:42.6042049Z [ 76%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:54:42.6044105Z [ 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:42.6046046Z [ 76%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:42.6047904Z [ 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:42.6050961Z [ 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:42.6054125Z [ 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:42.6057230Z [ 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:42.6060361Z [ 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:42.6063575Z [ 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:42.6066639Z [ 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:42.6069868Z [ 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:42.6073067Z [ 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:42.6076171Z [ 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:42.6079419Z [ 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:42.6082848Z [ 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:42.6086175Z [ 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:42.6089422Z [ 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:42.6092657Z [ 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:42.6095927Z [ 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:42.6099299Z [ 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:42.6102518Z [ 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:42.6106408Z [ 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:42.6109710Z [ 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:42.6112832Z [ 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:42.6116052Z [ 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:42.6119250Z [ 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:42.6122561Z [ 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:42.6125850Z [ 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:42.6129084Z [ 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:42.6132119Z [ 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:42.6135177Z [ 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:42.6138222Z [ 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:42.6141236Z [ 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:42.6144068Z [ 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:42.6146759Z [ 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:42.6149451Z [ 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:42.6152084Z [ 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:42.6154574Z [ 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:42.6157304Z [ 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:42.6160100Z [ 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:42.6163188Z [ 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:42.6166357Z [ 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:42.6168939Z [ 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:42.6171837Z [ 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:42.6174664Z [ 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:42.6177562Z [ 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:42.6180533Z [ 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:43.4768676Z [ 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:43.4771511Z [ 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:43.4774018Z [ 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:43.4776284Z [ 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:43.4778199Z [ 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:43.4780814Z [ 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:43.4783157Z [ 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:43.4785500Z [ 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:43.4787384Z [ 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:43.4788807Z [ 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:43.4790207Z [ 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:43.4791615Z [ 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:43.4792939Z [ 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:43.4794363Z [ 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:43.4795857Z [ 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:43.4797378Z [ 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:43.4798857Z [ 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:43.4800504Z [ 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:43.4802015Z [ 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:43.4803770Z [ 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:43.4805689Z [ 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:43.4807239Z [ 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:43.4808837Z [ 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:43.4810368Z [ 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:43.4811848Z [ 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:43.4813407Z [ 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:43.4815190Z [ 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:43.4817701Z [ 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:43.4820419Z [ 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:43.4823424Z [ 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:43.4826238Z [ 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:43.4829075Z [ 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:43.4831221Z [ 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:43.4832924Z [ 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:43.4834538Z [ 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:43.4836116Z [ 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:43.4837706Z [ 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:43.4839266Z [ 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:43.4840801Z [ 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:43.4842581Z [ 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:43.4844100Z [ 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:43.4845718Z [ 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:43.4847543Z [ 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:43.4849087Z [ 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:43.4850932Z [ 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:43.4852991Z [ 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:43.4855312Z [ 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:43.4856764Z [ 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:43.4858095Z [ 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:43.4859605Z [ 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:43.4861067Z [ 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:43.4862401Z [ 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:43.4863738Z [ 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:44.4765368Z [ 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:44.4766900Z [ 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:44.4768418Z [ 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:44.4769944Z [ 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:44.4772131Z [ 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:44.4773615Z [ 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:44.4775226Z [ 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:44.4776672Z [ 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:44.4778111Z [ 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:44.4779808Z [ 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:44.4781535Z [ 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:44.4784463Z [ 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:44.4787261Z [ 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:44.4789433Z [ 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:44.4790939Z [ 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:44.4792498Z [ 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:44.4794026Z [ 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:44.4795555Z [ 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:44.4797054Z [ 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:44.4798524Z [ 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:44.4800023Z [ 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:44.4801476Z [ 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:44.4803047Z [ 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:44.4804553Z [ 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:44.4806487Z [ 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:44.4808008Z [ 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:44.4809508Z [ 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:44.4810964Z [ 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:44.4812473Z [ 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:44.4813939Z [ 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:44.4815235Z [ 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:44.4816691Z [ 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:44.4817964Z [ 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:44.4819350Z [ 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:44.4820724Z [ 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:44.4822162Z [ 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:44.4823663Z [ 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:44.4825111Z [ 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:44.4826450Z [ 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:44.4827858Z [ 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:44.4829299Z [ 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:44.4830856Z [ 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:44.4832443Z [ 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:44.4835266Z [ 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:44.4837965Z [ 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:44.4840572Z [ 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:44.4843302Z [ 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:44.4845961Z [ 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:44.4848459Z [ 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:44.4850628Z [ 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:44.4852906Z [ 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:44.4855225Z [ 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:44.4857524Z [ 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:44.4859822Z [ 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:45.3220694Z [ 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:45.3223315Z [ 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:45.3225717Z [ 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:45.3227686Z [ 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:45.3229859Z [ 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:45.3232101Z [ 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:45.3234259Z [ 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:45.3236766Z [ 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:45.3239478Z [ 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:45.3242721Z [ 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:45.3245828Z [ 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:45.3248840Z [ 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:45.3251740Z [ 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:45.3254520Z [ 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:45.3257214Z [ 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:45.3260262Z [ 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:45.3262991Z [ 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:45.3265635Z [ 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:45.3267225Z [ 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:45.3268756Z [ 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:45.3270525Z [ 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:45.3271880Z [ 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:45.3273268Z [ 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:45.3274810Z [ 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:45.3276221Z [ 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:45.3277552Z [ 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:45.3278895Z [ 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:45.3280168Z [ 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:45.3281399Z [ 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:45.3282725Z [ 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:45.3284114Z [ 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:45.3285447Z [ 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:45.3286794Z [ 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:45.3288106Z [ 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:45.3289436Z [ 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:45.3290844Z [ 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:45.3292141Z [ 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:45.3293345Z [ 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:45.3294570Z [ 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:45.3295836Z [ 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:45.3297590Z [ 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:45.3299484Z [ 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:45.3301985Z [ 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:45.3304870Z [ 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:45.3307794Z [ 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:45.3309582Z [ 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:45.3311186Z [ 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:45.3312877Z [ 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:45.3314266Z [ 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:45.3315640Z [ 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:45.3317132Z [ 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:45.3318592Z [ 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:45.3320051Z [ 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:45.3321502Z [ 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:45.3323091Z [ 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:46.6220900Z [ 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:46.6223685Z [ 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:46.6226417Z [ 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:46.6229152Z [ 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:46.6231579Z [ 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:46.6233928Z [ 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:46.6236206Z [ 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:46.6238434Z [ 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:46.6240723Z [ 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:46.6243048Z [ 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:46.6245289Z [ 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:46.6247485Z [ 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:46.6249637Z [ 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:46.6251901Z [ 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:46.6254408Z [ 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:46.6257317Z [ 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:46.6260676Z [ 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:46.6263389Z [ 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:46.6265843Z [ 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:46.6268191Z [ 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:46.6270745Z [ 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:46.6273227Z [ 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:46.6275633Z [ 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:46.6278229Z [ 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:46.6280945Z [ 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:46.6283769Z [ 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:46.6286478Z [ 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:46.6289217Z [ 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:46.6292027Z [ 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:46.6294965Z [ 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:46.6297730Z [ 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:46.6300119Z [ 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:46.6302427Z [ 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:46.6304681Z [ 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:46.6307258Z [ 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:46.6309382Z [ 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:46.6311492Z [ 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:46.6313610Z [ 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:46.6314891Z [ 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:46.6316141Z [ 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:46.6317580Z [ 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:46.6318785Z [ 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:46.6320010Z [ 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:46.6321455Z [ 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:46.6322880Z [ 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:46.6324059Z [ 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:46.6325250Z [ 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:46.6326475Z [ 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:46.6327791Z [ 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:46.6329077Z [ 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:46.6330302Z [ 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:46.6331575Z [ 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:46.6332723Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:54:46.6333492Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:54:46.6333903Z [ 97%] Built target microkernels-prod 2025-06-05T23:54:46.6334267Z [ 97%] Generating build_identifier.c 2025-06-05T23:54:46.6334957Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:54:46.6336029Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:54:46.6337152Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:54:46.6338239Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:54:46.6339491Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:54:46.6341258Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:54:57.5031292Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:54:57.5033583Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:54:57.5035750Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:54:57.5037897Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:54:57.5040106Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:54:57.5042367Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:54:57.5044691Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:54:57.5046817Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:54:57.5048937Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:54:57.5051363Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:54:57.5053624Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:54:57.5055690Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:54:57.5057715Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:54:57.5059825Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:54:57.5062101Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:54:57.5064312Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:54:57.5066456Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:54:57.5068603Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:54:57.5070699Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:54:57.5072753Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:54:57.5074805Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:54:57.5076683Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:54:57.5078389Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:54:57.5080188Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:54:57.5081531Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:54:57.5082346Z [100%] Built target XNNPACK 2025-06-05T23:54:57.5083509Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:54:57.5085341Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:54:57.5087121Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:54:57.5088972Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:54:57.5090918Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:54:57.5092900Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:54:57.5094320Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:54:57.5095097Z [100%] Built target xnnpack_backend 2025-06-05T23:54:57.5096214Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:54:57.5097682Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:54:57.5098679Z [100%] Built target portable_lib 2025-06-05T23:54:57.5099874Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:54:57.5102043Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:54:57.5104332Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:54:57.5106893Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:54:57.5110104Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:54:57.5111564Z Linking CXX static library libcoreml_util.a 2025-06-05T23:54:57.5112274Z Built target coreml_util 2025-06-05T23:54:57.5112936Z Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:54:57.5113704Z Built target coreml_inmemoryfs 2025-06-05T23:54:57.5115202Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:54:57.5117700Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:54:57.5119669Z Linking CXX shared library executorchcoreml.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:54:57.5120692Z Built target executorchcoreml 2025-06-05T23:54:57.5121355Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:54:57.5122192Z [ 1%] Built target flatcc_external_project 2025-06-05T23:54:57.5122893Z [ 2%] Built target pthreadpool 2025-06-05T23:54:57.5123520Z [ 3%] Built target xnnpack_schema 2025-06-05T23:54:57.5124145Z [ 3%] Built target common_schema 2025-06-05T23:54:57.5124753Z [ 4%] Built target cpuinfo 2025-06-05T23:54:57.5125309Z [ 6%] Built target logging 2025-06-05T23:54:57.5125867Z [ 7%] Built target flatccrt 2025-06-05T23:54:57.5126437Z [ 7%] Built target indirection 2025-06-05T23:54:57.5127084Z [ 7%] Built target microparams-init 2025-06-05T23:54:57.5127735Z [ 8%] Built target eigen_blas 2025-06-05T23:54:57.5128330Z [ 8%] Built target normalization 2025-06-05T23:54:57.5128939Z [ 8%] Built target datatype 2025-06-05T23:54:57.5129526Z [ 8%] Built target microkernel-utils 2025-06-05T23:54:57.5130170Z [ 8%] Built target memory 2025-06-05T23:54:57.5130718Z [ 8%] Built target mutex 2025-06-05T23:54:57.5131299Z [ 8%] Built target operator-utils 2025-06-05T23:54:57.5131952Z [ 8%] Built target reference-ukernels 2025-06-05T23:54:57.5132627Z [ 8%] Built target operator-run 2025-06-05T23:54:57.5133238Z [ 8%] Built target program_schema 2025-06-05T23:54:57.5133890Z [ 8%] Built target hardware-config 2025-06-05T23:54:57.5134527Z [ 8%] Built target packing 2025-06-05T23:54:57.5135092Z [ 8%] Built target allocator 2025-06-05T23:54:57.5135665Z [ 8%] Built target cache 2025-06-05T23:54:57.5136198Z [ 11%] Built target operators 2025-06-05T23:54:57.5136798Z [ 12%] Built target executorch_core 2025-06-05T23:54:57.5137419Z [ 14%] Built target subgraph 2025-06-05T23:54:57.5138040Z [ 14%] Built target extension_data_loader 2025-06-05T23:54:57.5138725Z [ 14%] Built target extension_threadpool 2025-06-05T23:54:57.5139413Z [ 14%] Built target extension_tensor 2025-06-05T23:54:57.5140050Z [ 16%] Built target executorch 2025-06-05T23:54:57.5140664Z [ 16%] Built target bundled_program 2025-06-05T23:54:57.5141297Z [ 17%] Built target cpublas 2025-06-05T23:54:57.5141854Z [ 17%] Built target etdump 2025-06-05T23:54:57.5142459Z [ 18%] Built target kernels_util_all_deps 2025-06-05T23:54:57.5143103Z [ 18%] Built target util 2025-06-05T23:54:57.5144295Z [ 19%] Built target optimized_kernels 2025-06-05T23:54:57.5145016Z [ 34%] Built target optimized_portable_kernels 2025-06-05T23:54:57.5145786Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:57.5146495Z [ 97%] Built target microkernels-prod 2025-06-05T23:54:57.5147532Z [100%] Built target XNNPACK 2025-06-05T23:54:57.5148120Z [100%] Built target xnnpack_backend 2025-06-05T23:54:57.5148957Z [100%] Built target portable_lib 2025-06-05T23:54:57.5150159Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:54:57.5151934Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:54:57.5153864Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:54:57.5155909Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:54:57.5157967Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:54:57.5159992Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:54:57.5162045Z [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:57.5164252Z [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:57.5166255Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:54:57.5168129Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:54:57.5169574Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:54:57.5170373Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:54:57.5171088Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:54:57.5171844Z [ 1%] Built target flatcc_external_project 2025-06-05T23:54:57.5172538Z [ 2%] Built target pthreadpool 2025-06-05T23:54:57.5173136Z [ 3%] Built target cpuinfo 2025-06-05T23:54:57.5173716Z [ 3%] Built target common_schema 2025-06-05T23:54:57.5174359Z [ 4%] Built target xnnpack_schema 2025-06-05T23:54:57.5174989Z [ 6%] Built target eigen_blas 2025-06-05T23:54:57.5175585Z [ 7%] Built target flatccrt 2025-06-05T23:54:57.5176153Z [ 7%] Built target indirection 2025-06-05T23:54:57.5176748Z [ 8%] Built target logging 2025-06-05T23:54:57.5177336Z [ 8%] Built target microparams-init 2025-06-05T23:54:57.5178004Z [ 8%] Built target normalization 2025-06-05T23:55:04.1957053Z [ 8%] Built target datatype 2025-06-05T23:55:04.1957632Z [ 8%] Built target program_schema 2025-06-05T23:55:04.1958124Z [ 8%] Built target reference-ukernels 2025-06-05T23:55:04.1958527Z [ 8%] Built target hardware-config 2025-06-05T23:55:04.1958872Z [ 8%] Built target packing 2025-06-05T23:55:04.1959176Z [ 8%] Built target allocator 2025-06-05T23:55:04.1959484Z [ 8%] Built target cache 2025-06-05T23:55:04.1959851Z [ 8%] Built target microkernel-utils 2025-06-05T23:55:04.1960418Z [ 8%] Built target memory 2025-06-05T23:55:04.1960923Z [ 8%] Built target mutex 2025-06-05T23:55:04.1961488Z [ 8%] Built target operator-utils 2025-06-05T23:55:04.1962179Z [ 8%] Built target operator-run 2025-06-05T23:55:04.1962738Z [ 9%] Built target executorch_core 2025-06-05T23:55:04.1963334Z [ 12%] Built target operators 2025-06-05T23:55:04.1963896Z [ 13%] Built target executorch 2025-06-05T23:55:04.1964502Z [ 13%] Built target extension_data_loader 2025-06-05T23:55:04.1965161Z [ 13%] Built target extension_threadpool 2025-06-05T23:55:04.1965812Z [ 13%] Built target extension_tensor 2025-06-05T23:55:04.1966430Z [ 15%] Built target subgraph 2025-06-05T23:55:04.1967020Z [ 16%] Built target kernels_util_all_deps 2025-06-05T23:55:04.1967650Z [ 16%] Built target bundled_program 2025-06-05T23:55:04.1968241Z [ 16%] Built target etdump 2025-06-05T23:55:04.1968948Z [ 18%] Built target cpublas 2025-06-05T23:55:04.1969488Z [ 19%] Built target optimized_kernels 2025-06-05T23:55:04.1970080Z [ 19%] Built target util 2025-06-05T23:55:04.1970646Z [ 33%] Built target optimized_portable_kernels 2025-06-05T23:55:04.1971672Z [ 33%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:55:04.1972383Z [ 95%] Built target microkernels-prod 2025-06-05T23:55:04.1973008Z [ 97%] Built target XNNPACK 2025-06-05T23:55:04.1973589Z [ 97%] Built target xnnpack_backend 2025-06-05T23:55:04.1974180Z [ 97%] Built target portable_lib 2025-06-05T23:55:04.1975074Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:55:04.1976117Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:55:04.1978009Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:55:04.1979974Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:55:04.1981905Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:04.1983866Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:55:04.1985830Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:55:04.1987877Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:55:04.1989820Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:55:04.1991726Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:55:04.1993221Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:55:04.1994098Z [ 98%] Built target quantized_pybind_kernels_lib 2025-06-05T23:55:04.1995027Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:55:04.1995989Z [ 98%] Generating code for kernel registration 2025-06-05T23:55:04.1997798Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:55:04.1999749Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:55:04.2000599Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:55:04.2001470Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:55:04.2007859Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-06-05T23:55:04.2011476Z [ 98%] Generating code for kernel registration 2025-06-05T23:55:04.2012988Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:55:04.2015275Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:55:04.2017286Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:55:04.2019047Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:55:04.2020847Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:55:04.2022938Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:55:04.2024768Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:04.2026610Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:55:04.2028641Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:55:04.2030514Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:55:04.2032341Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:55:04.2034128Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:55:04.2036077Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:55:04.2038312Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-06-05T23:55:04.2039982Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:55:04.2040810Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:55:04.2041447Z running build_py 2025-06-05T23:55:04.2042217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:55:04.2043591Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:55:04.2045253Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:55:04.2046887Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:55:04.2048570Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:55:04.2049984Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:55:04.2051384Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:55:04.2052796Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2054103Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2055379Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2056951Z copying src/executorch/exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2058595Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2060278Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2061986Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2063732Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2065364Z copying src/executorch/exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2066946Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2068611Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2070412Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2072170Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2073852Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2075760Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2077473Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2079173Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2081011Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2082744Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2084357Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2085944Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2087516Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2089123Z copying src/executorch/exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2124645Z copying src/executorch/exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2125983Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:04.2126818Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:55:04.2127669Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:55:04.2128449Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:55:04.2129243Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:55:04.2130430Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:55:04.2131423Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:55:04.2132412Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2133326Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2134553Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2135698Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2137084Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2138288Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2139532Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2140749Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2141963Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2143065Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2144178Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2145475Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2146633Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2147924Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:55:04.2149067Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:55:04.2150177Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:55:04.2151406Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:55:04.2152740Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:55:04.2153957Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:55:04.2154907Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:04.2155946Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:04.2157348Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:04.2158687Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:04.2159580Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:04.2160502Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:04.2161660Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:04.2162948Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:04.2164273Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:04.2165331Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:04.2166393Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:04.2167751Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:04.2169118Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:04.2170197Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:55:04.2171115Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:55:04.2172151Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2173226Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2174658Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2175951Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2177421Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2178978Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2180420Z 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:55:04.2181964Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2183627Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2184897Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2186398Z 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:55:04.2187849Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2189200Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2190777Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2192398Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:04.2193939Z 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:55:04.2195100Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:04.2196043Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:04.2197400Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:04.2198836Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:04.2199959Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:04.2201422Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:04.2202581Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:04.2203651Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:04.2204974Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:04.2206313Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:04.2207468Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:04.2208736Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:04.2272165Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:04.2273791Z 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:55:04.2275605Z 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:55:04.2276983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:55:04.2278666Z 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:55:04.2281410Z 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:55:04.2284006Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:04.2286138Z 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:55:04.2289009Z 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:55:04.2291432Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:55:04.2293566Z 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:55:04.2296432Z 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:55:04.2298658Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:04.2301063Z 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:55:04.2303401Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:04.2305715Z 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:55:04.2308408Z 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:55:04.2311194Z 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:55:04.2313956Z 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:55:04.2316695Z 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:55:04.2319546Z 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:55:04.2322450Z 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:55:04.2325281Z 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:55:04.2328148Z 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:55:04.2330993Z 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:55:04.2333802Z 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:55:04.2336513Z 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:55:04.2339286Z 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:55:04.2342029Z 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:55:04.2344718Z 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:55:04.2347697Z 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:55:04.2350469Z 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:55:04.2353346Z 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:55:04.2356082Z 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:55:04.2358824Z 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:55:04.2360880Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:55:04.2363046Z 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:55:04.2365782Z 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:55:04.2367973Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:55:04.2370263Z 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:55:04.2373308Z 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:55:04.2375545Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:04.2377467Z 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:55:04.2379980Z 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:55:04.2382630Z 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:55:04.2385296Z 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:55:04.2387863Z 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:55:04.2390439Z 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:55:04.2393009Z 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:55:04.2394970Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:55:04.2396935Z 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:55:04.2399476Z 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:55:04.2401401Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:04.2402402Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:04.2403570Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:04.2405174Z 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:55:04.2407727Z 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:55:04.2410297Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:04.2412582Z 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:55:04.2414958Z 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:55:04.2417341Z 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:55:04.2419748Z 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:55:04.2422084Z 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:55:04.2424517Z 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:55:04.2427099Z 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:55:04.2429732Z 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:55:04.2432323Z 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:55:04.2434835Z 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:55:04.2437265Z 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:55:04.2439743Z 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:55:04.2442309Z 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:55:04.2444751Z 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:55:04.2447303Z 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:55:04.2449867Z 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:55:04.2452309Z 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:55:04.2454798Z 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:55:04.2457372Z 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:55:04.2459946Z 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:55:04.2462556Z 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:55:04.2465343Z 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:55:04.2467848Z 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:55:04.2470395Z 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:55:04.2472807Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:04.2475223Z 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:55:04.2477689Z 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:55:04.2480323Z 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:55:04.2482802Z 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:55:04.2485259Z 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:55:04.2487687Z 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:55:04.2490307Z 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:55:04.2492880Z 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:55:04.2495268Z 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:55:04.2497743Z 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:55:04.2500380Z 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:55:04.2502892Z 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:55:04.2505443Z 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:55:04.2507699Z 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:55:04.2510175Z 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:55:04.2512635Z 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:55:04.2514986Z 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:55:04.2517419Z 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:55:04.2519993Z 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:55:04.2522775Z 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:55:04.2525291Z 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:55:04.2527102Z 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:55:04.2529550Z 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:55:04.2531645Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:04.2533685Z 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:55:04.2536450Z 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:55:04.2539308Z 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:55:04.2541998Z 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:55:04.2544298Z 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:55:04.2547079Z 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:55:04.2549916Z 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:55:04.2552747Z 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:55:04.2555616Z 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:55:04.2558429Z 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:55:04.2560171Z 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:55:04.2575158Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2577093Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2579549Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2581994Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2584371Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2586740Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2589142Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2591501Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2594073Z 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:55:04.2595631Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2597387Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2599875Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2602427Z 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:55:04.2604896Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2607776Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2610106Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2612453Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2614832Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2617163Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2619498Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2621811Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2624047Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2625272Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2626507Z 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:55:04.2627788Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2629047Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2630268Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2631483Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2633614Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2635989Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2638448Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2640902Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2643409Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2646135Z 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:55:04.2648612Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2651057Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2653618Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2655740Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2658102Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2660450Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2662702Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2665091Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2667452Z 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:55:04.2669958Z 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:55:04.2672485Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2675087Z 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:55:04.2677563Z 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:55:04.2679934Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2682321Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2684927Z 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:55:04.2687475Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2689956Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2692394Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:04.2694283Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:04.2696140Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:04.2698552Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:04.2701090Z 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:55:04.2703712Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:04.2706894Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:04.2708899Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:55:04.2710764Z 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:55:04.2712851Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:04.2714534Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:04.2716715Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:04.2718938Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:04.2721189Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:04.2722980Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:55:04.2724785Z 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:55:04.2726636Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:04.2728628Z 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:55:04.2731294Z 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:55:04.2733894Z 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:55:04.2736425Z 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:55:04.2739015Z 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:55:04.2741633Z 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:55:04.2744241Z 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:55:04.2746908Z 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:55:04.2749119Z 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:55:04.2751996Z 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:55:04.2754755Z 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:55:04.2756699Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:04.2758647Z 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:55:04.2761277Z 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:55:04.2763805Z 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:55:04.2766486Z 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:55:04.2769046Z 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:55:04.2771827Z 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:55:04.2774515Z 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:55:04.2777172Z 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:55:04.2779799Z 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:55:04.2782453Z 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:55:04.2785081Z 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:55:04.2786925Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:04.2788757Z 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:55:04.2791062Z 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:55:04.2793453Z 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:55:04.2795759Z 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:55:04.2798020Z 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:55:04.2800235Z 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:55:04.2802686Z 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:55:04.2805202Z 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:55:04.2807498Z 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:55:04.2809256Z 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:55:04.2811695Z 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:55:04.2814096Z 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:55:04.2816424Z 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:55:04.2818787Z 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:55:04.2821134Z 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:55:04.2823587Z 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:55:04.2826284Z 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:55:04.2828507Z 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:55:04.2831047Z 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:55:04.2833489Z 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:55:04.2836029Z 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:55:04.2838351Z 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:55:04.2840774Z 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:55:04.2843276Z 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:55:04.2845577Z 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:55:04.2846832Z 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:55:04.2848158Z 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:55:04.2850509Z 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:55:04.2852869Z 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:55:04.2855211Z 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:55:04.2857547Z 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:55:04.2859876Z 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:55:04.2862303Z 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:55:04.2864713Z 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:55:04.2867152Z 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:55:04.2869664Z 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:55:04.2872125Z 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:55:04.2874594Z 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:55:04.2876988Z 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:55:04.2879371Z 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:55:04.2882134Z 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:55:04.2884667Z 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:55:04.2887031Z 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:55:04.2889537Z 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:55:04.2891996Z 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:55:04.2894466Z 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:55:04.2896833Z 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:55:04.2899188Z 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:55:04.2901612Z 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:55:04.2904044Z 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:55:04.2906675Z 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:55:04.2909118Z 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:55:04.2911487Z 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:55:04.2913840Z 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:55:04.2916181Z 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:55:04.2918505Z 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:55:04.2920509Z 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:55:04.2922938Z 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:55:04.2925063Z 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:55:04.2926324Z 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:55:04.2927581Z 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:55:04.2928811Z 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:55:04.2930043Z 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:55:04.2931745Z 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:55:04.2934186Z 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:55:04.2936882Z 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:55:04.2938637Z 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:55:04.2939870Z 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:55:04.2941512Z 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:55:04.2943945Z 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:55:04.2946439Z 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:55:04.2948871Z 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:55:04.2951234Z 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:55:04.2953576Z 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:55:04.2956013Z 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:55:04.2958414Z 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:55:04.2960798Z 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:55:04.2963304Z 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:55:04.2965689Z 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:55:04.2967988Z 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:55:04.2970014Z 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:55:04.2972390Z 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:55:04.2974749Z 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:55:04.2977146Z 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:55:04.2979738Z 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:55:04.2982469Z 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:55:04.2984970Z 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:55:04.2987161Z 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:55:04.2989536Z 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:55:04.2991907Z 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:55:04.2993781Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:04.2996040Z 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:55:04.2998804Z 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:55:04.3001741Z 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:55:04.3004689Z 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:55:04.3007656Z 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:55:04.3010465Z 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:55:04.3013359Z 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:55:04.3016275Z 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:55:04.3019149Z 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:55:04.3022134Z 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:55:04.3024463Z 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:55:04.3027343Z 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:55:04.3029309Z 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:55:04.3032026Z 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:55:04.3034569Z 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:55:04.3037392Z 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:55:04.3039415Z 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:55:04.3040904Z 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:55:04.3042621Z 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:55:04.3045371Z 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:55:04.3047561Z 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:55:04.3049020Z 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:55:04.3050850Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:55:04.3052977Z 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:55:04.3055263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:04.3057013Z 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:55:04.3058368Z 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:55:04.3059730Z 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:55:04.3061051Z 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:55:04.3062086Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:55:04.3063091Z 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:55:04.3064896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:04.3067352Z 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:55:04.3070008Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:04.3071964Z 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:55:04.3075848Z 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:55:04.3078062Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:04.3079802Z 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:55:04.3082065Z 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:55:04.3084132Z 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:55:04.3086534Z 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:55:04.3088888Z 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:55:04.3091183Z 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:55:04.3093530Z 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:55:04.3095489Z 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:55:04.3097645Z 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:55:04.3099816Z 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:55:04.3102203Z 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:55:04.3104630Z 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:55:04.3106913Z 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:55:04.3108989Z 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:55:04.3111122Z 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:55:04.3113578Z 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:55:04.3115770Z 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:55:04.3117784Z 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:55:04.3119825Z 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:55:04.3121940Z 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:55:04.3123927Z 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:55:04.3125922Z 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:55:04.3127946Z 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:55:04.3129941Z 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:55:04.3132083Z 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:55:04.3134063Z 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:55:04.3136097Z 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:55:04.3138366Z 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:55:04.3140725Z 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:55:04.3142902Z 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:55:04.3145008Z 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:55:04.3147036Z 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:55:04.3149013Z 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:55:04.3150985Z 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:55:04.3152461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:04.3154153Z 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:55:04.3155756Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:04.3157511Z 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:55:04.3159111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:04.3160970Z 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:55:04.3162840Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:04.3164664Z 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:55:04.3166627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:04.3168585Z 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:55:04.3171151Z 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:55:04.3173184Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:04.3174980Z 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:55:04.3177398Z 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:55:04.3179340Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:04.3181160Z 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:55:04.3183441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:04.3233551Z 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:55:04.3237897Z 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:55:04.3242042Z 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:55:04.3245625Z 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:55:04.3248038Z 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:55:04.3250193Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:04.3253720Z 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:55:04.3258452Z 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:55:04.3263011Z 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:55:04.3266773Z 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:55:04.3269633Z 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:55:04.3271740Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:04.3273632Z 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:55:04.3275511Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:04.3277445Z 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:55:04.3279352Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:04.3281239Z 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:55:04.3283197Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:04.3285067Z 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:55:04.3286916Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:04.3288820Z 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:55:04.3291852Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:04.3295555Z 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:55:04.3299300Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:04.3301463Z 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:55:04.3305379Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:04.3309025Z 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:55:04.3312916Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:04.3316580Z 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:55:04.3320446Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:04.3324166Z 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:55:04.3327848Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:04.3330957Z 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:55:04.3333406Z 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:55:04.3335966Z 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:55:04.3340601Z 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:55:04.3344291Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:04.3347984Z 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:55:04.3351744Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:04.3355231Z 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:55:04.3358963Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:04.3362034Z 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:55:04.3365635Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:04.3369259Z 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:55:04.3373001Z 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:55:04.3377387Z 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:55:04.3382855Z 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:55:04.3387349Z 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:55:04.3391903Z 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:55:04.3397069Z 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:55:04.3401596Z 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:55:04.3407283Z 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:55:04.3411737Z 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:55:04.3415998Z 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:55:04.3421593Z 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:55:04.3425313Z 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:55:04.3429425Z 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:55:04.3433795Z 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:55:04.3438601Z 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:55:04.3441701Z 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:55:04.3444675Z 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:55:04.3446909Z 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:55:04.3449090Z 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:55:04.3451942Z 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:55:04.3454103Z 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:55:04.3456395Z 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:55:04.3459393Z 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:55:04.3462326Z 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:55:04.3464540Z 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:55:04.3466783Z 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:55:04.3469707Z 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:55:04.3472708Z 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:55:04.3475837Z 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:55:04.3479445Z 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:55:04.3485383Z 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:55:04.3491316Z 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:55:04.3497170Z 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:55:04.3503039Z 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:55:04.3507628Z 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:55:04.3513447Z 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:55:04.3519322Z 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:55:04.3525213Z 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:55:04.3529167Z 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:55:04.3532962Z 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:55:04.3536465Z 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:55:04.3539818Z 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:55:04.3543152Z 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:55:04.3546268Z 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:55:04.3549315Z 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:55:04.3552223Z 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:55:04.3555475Z 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:55:04.3557964Z 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:55:04.3560342Z 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:55:04.3563541Z 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:55:04.3566113Z 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:55:04.3568699Z 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:55:04.3572298Z 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:55:04.3576228Z 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:55:04.3580372Z 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:55:04.3584688Z 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:55:04.3588466Z 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:55:04.3592069Z 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:55:04.3594706Z 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:55:04.3597733Z 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:55:04.3601282Z 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:55:04.3604953Z 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:55:04.3609176Z 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:55:04.3612553Z 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:55:04.3614864Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:04.3617094Z 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:55:04.3620004Z 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:55:04.3622784Z 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:55:04.3625375Z 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:55:04.3628337Z 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:55:04.3631413Z 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:55:04.3634532Z 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:55:04.3637416Z 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:55:04.3640300Z 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:55:04.3643239Z 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:55:04.3645597Z 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:55:04.3648530Z 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:55:04.3652428Z 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:55:04.3655882Z 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:55:04.3659298Z 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:55:04.3662528Z 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:55:04.3665659Z 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:55:04.3668993Z 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:55:04.3672279Z 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:55:04.3675405Z 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:55:04.3678821Z 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:55:04.3682128Z 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:55:04.3685296Z 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:55:04.3688502Z 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:55:04.3690884Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:04.3692988Z 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:55:04.3695841Z 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:55:04.3698597Z 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:55:04.3700782Z 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:55:04.3703144Z 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:55:04.3705627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:04.3707770Z 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:55:04.3710556Z 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:55:04.3713513Z 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:55:04.3715999Z 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:55:04.3718511Z 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:55:04.3720945Z 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:55:04.3722843Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:04.3724668Z 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:55:04.3726573Z 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:55:04.3728642Z 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:55:04.3731571Z 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:55:04.3734553Z 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:55:04.3736780Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:04.3738904Z 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:55:04.3741029Z 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:55:04.3743122Z 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:55:04.3746245Z 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:55:04.3749565Z 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:55:04.3752723Z 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:55:04.3756039Z 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:55:04.3759640Z 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:55:04.3762922Z 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:55:04.3766032Z 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:55:04.3768754Z 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:55:04.3771431Z 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:55:04.3774085Z 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:55:04.3776719Z 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:55:04.3779361Z 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:55:04.3782035Z 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:55:04.3784931Z 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:55:04.3787681Z 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:55:04.3790283Z 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:55:04.3793142Z 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:55:04.3796057Z 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:55:04.3799346Z 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:55:04.3802469Z 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:55:04.3805676Z 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:55:04.3808072Z 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:55:04.3810305Z 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:55:04.3813507Z 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:55:04.3815901Z 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:55:04.3818457Z 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:55:04.3822023Z 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:55:04.3825811Z 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:55:04.3829140Z 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:55:04.3832690Z 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:55:04.3836164Z 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:55:04.3839324Z 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:55:04.3842182Z 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:55:04.3844668Z 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:55:04.3848055Z 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:55:04.3851460Z 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:55:04.3854723Z 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:55:04.3857245Z 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:55:04.3859763Z 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:55:04.3924377Z 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:55:04.3927386Z 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:55:04.3930331Z 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:55:04.3933957Z 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:55:04.3937543Z 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:55:04.3941298Z 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:55:04.3944742Z 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:55:04.3947086Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3948273Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3949480Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3950921Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3952244Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3953659Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3955012Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3956303Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3957592Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3959158Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3960639Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3961987Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3963378Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3964691Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3966114Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3967331Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3968796Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3970217Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3971421Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:04.3972559Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:04.3973546Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:04.3975128Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:04.3976440Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:04.3977918Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:04.3978971Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:04.3979952Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:04.3981449Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:04.3982945Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:04.3983997Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:04.3985314Z 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:55:04.3986825Z 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:55:04.3988444Z 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:55:04.3990084Z 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:55:04.3991139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:04.3992259Z 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:55:04.3994086Z 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:55:04.3995574Z 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:55:04.3997218Z 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:55:04.3998627Z 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:55:04.4000251Z 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:55:04.4001979Z 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:55:04.4003435Z 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:55:04.4005312Z 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:55:04.4006435Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:04.4007484Z 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:55:04.4008845Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:04.4046717Z 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:55:04.4048368Z 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:55:04.4049707Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:04.4050937Z 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:55:04.4052585Z 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:55:04.4054247Z 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:55:04.4055459Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:04.4056622Z 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:55:04.4057828Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:04.4059135Z 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:55:04.4060437Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:04.4061696Z 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:55:04.4063423Z 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:55:04.4065124Z 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:55:04.4066991Z 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:55:04.4068409Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:04.4069958Z 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:55:04.4071957Z 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:55:04.4074008Z 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:55:04.4075554Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:04.4077116Z 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:55:04.4079428Z 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:55:04.4082053Z 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:55:04.4084196Z 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:55:04.4086061Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:04.4087855Z 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:55:04.4090125Z 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:55:04.4092255Z 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:55:04.4094250Z 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:55:04.4095900Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:04.4097395Z 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:55:04.4099618Z 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:55:04.4101049Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:04.4102663Z 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:55:04.4104824Z 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:55:04.4106820Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:04.4108319Z 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:55:04.4110542Z 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:55:04.4112810Z 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:55:04.4115052Z 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:55:04.4117427Z 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:55:04.4119572Z 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:55:04.4122047Z 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:55:04.4123783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:04.4125444Z 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:55:04.4127659Z 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:55:04.4130106Z 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:55:04.4132285Z 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:55:04.4134347Z 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:55:04.4180535Z 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:55:04.4182647Z 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:55:04.4184704Z 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:55:04.4186884Z 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:55:04.4189016Z 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:55:04.4190985Z 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:55:04.4193037Z 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:55:04.4194898Z 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:55:04.4197017Z 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:55:04.4199314Z 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:55:04.4200852Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:55:04.4202106Z 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:55:04.4203248Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:55:04.4204491Z 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:55:04.4206120Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:55:04.4207353Z 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:55:04.4208665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:04.4210390Z 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:55:04.4212535Z 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:55:04.4214263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:04.4215638Z 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:55:04.4217407Z 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:55:04.4219154Z 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:55:04.4220999Z 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:55:04.4222827Z 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:55:04.4224550Z 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:55:04.4226265Z 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:55:04.4227769Z 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:55:04.4229741Z 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:55:04.4231544Z 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:55:04.4232720Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:55:04.4234017Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:55:04.4235719Z 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:55:04.4237065Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:04.4238542Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:04.4240101Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:04.4241903Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:04.4243370Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:04.4244789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:55:04.4246192Z 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:55:04.4247992Z 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:55:04.4249555Z 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:55:04.4250753Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:04.4251827Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:04.4253105Z 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:55:04.4254590Z 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:55:04.4255934Z 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:55:04.4256963Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:04.4258182Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:04.4259692Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:04.4260974Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:04.4262095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:04.4263066Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:04.4264579Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:04.4265951Z 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:55:04.4267459Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:04.4295238Z 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:55:04.4297000Z 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:55:04.4298330Z 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:55:04.4299919Z 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:55:04.4301261Z 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:55:04.4302830Z 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:55:04.4304093Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:04.4305560Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:04.4306687Z 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:55:04.4308061Z 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:55:04.4309811Z 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:55:04.4311356Z 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:55:04.4312550Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:04.4313957Z 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:55:04.4315674Z 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:55:04.4317475Z 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:55:04.4319390Z 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:55:04.4320722Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:04.4322048Z 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:55:04.4323229Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:04.4324609Z 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:55:04.4326390Z 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:55:04.4327780Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:04.4329150Z 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:55:04.4330914Z 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:55:04.4332770Z 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:55:04.4334554Z 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:55:04.4336362Z 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:55:04.4338222Z 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:55:04.4339610Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:04.4340984Z 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:55:04.4343012Z 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:55:04.4345082Z 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:55:04.4347239Z 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:55:04.4348701Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:04.4350225Z 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:55:04.4352249Z 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:55:04.4354062Z 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:55:04.4356091Z 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:55:04.4357556Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:04.4359130Z 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:55:04.4360667Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:04.4362548Z 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:55:04.4364948Z 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:55:04.4367261Z 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:55:04.4369697Z 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:55:04.4372210Z 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:55:04.4374707Z 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:55:04.4377145Z 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:55:04.4379486Z 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:55:04.4457097Z 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:55:04.4459852Z 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:55:04.4462435Z 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:55:04.4464913Z 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:55:04.4467356Z 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:55:04.4469012Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:04.4470721Z 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:55:04.4472784Z 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:55:04.4474981Z 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:55:04.4477257Z 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:55:04.4478744Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:04.4480145Z 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:55:04.4481842Z 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:55:04.4483719Z 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:55:04.4485488Z 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:55:04.4487178Z 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:55:04.4488960Z 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:55:04.4490586Z 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:55:04.4492593Z 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:55:04.4494377Z 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:55:04.4496288Z 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:55:04.4498421Z 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:55:04.4500349Z 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:55:04.4502308Z 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:55:04.4504075Z 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:55:04.4506082Z 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:55:04.4507963Z 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:55:04.4509569Z 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:55:04.4511341Z 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:55:04.4513043Z 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:55:04.4514839Z 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:55:04.4516588Z 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:55:04.4518310Z 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:55:04.4520089Z 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:55:04.4521695Z 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:55:04.4523665Z 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:55:04.4525479Z 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:55:04.4527297Z 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:55:04.4529032Z 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:55:04.4530847Z 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:55:04.4532667Z 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:55:04.4534345Z 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:55:04.4536516Z 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:55:04.4538323Z 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:55:04.4540293Z 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:55:04.4542433Z 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:55:04.4544272Z 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:55:04.4607891Z 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:55:04.4609839Z 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:55:04.4611516Z 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:55:04.4613322Z 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:55:04.4615060Z 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:55:04.4617022Z 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:55:04.4618944Z 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:55:04.4620537Z 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:55:04.4622322Z 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:55:04.4624009Z 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:55:04.4625903Z 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:55:04.4627649Z 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:55:04.4629329Z 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:55:04.4631332Z 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:55:04.4633205Z 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:55:04.4635208Z 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:55:04.4637198Z 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:55:04.4638111Z 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:55:04.4638915Z 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:55:04.4639670Z 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:55:04.4640509Z 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:55:04.4641318Z 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:55:04.4642232Z 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:55:04.4643014Z 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:55:04.4644024Z 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:55:04.4644751Z 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:55:04.4645500Z 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:55:04.4646249Z 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:55:04.4647211Z 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:55:04.4648011Z 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:55:04.4648768Z 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:55:04.4649551Z 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:55:04.4650445Z 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:55:04.4651210Z 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:55:04.4652035Z 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:55:04.4653108Z 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:55:04.4653894Z 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:55:04.4654749Z 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:55:04.4655524Z 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:55:04.4656459Z 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:55:04.4657256Z 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:55:04.4658070Z 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:55:04.4658977Z 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:55:04.4659766Z 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:55:04.4660515Z 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:55:04.4661291Z 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:55:04.4662100Z 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:55:04.4662877Z 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:55:04.4663616Z 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:55:04.4759032Z 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:55:04.4759932Z 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:55:04.4760901Z 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:55:04.4761661Z 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:55:04.4762474Z 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:55:04.4763358Z 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:55:04.4764309Z 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:55:04.4765046Z 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:55:04.4765802Z 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:55:04.4766765Z 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:55:04.4767570Z 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:55:04.4768334Z 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:55:04.4769136Z 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:55:04.4770194Z 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:55:04.4770970Z 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:55:04.4771697Z 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:55:04.4772554Z 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:55:04.4773406Z 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:55:04.4774140Z 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:55:04.4774955Z 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:55:04.4775936Z 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:55:04.4776782Z 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:55:04.4777557Z 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:55:04.4778330Z 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:55:04.4779349Z 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:55:04.4780226Z 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:55:04.4781045Z 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:55:04.4782065Z 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:55:04.4782865Z 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:55:04.4783646Z 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:55:04.4784518Z 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:55:04.4785419Z 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:55:04.4786199Z 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:55:04.4786993Z 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:55:04.4787787Z 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:55:04.4788726Z 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:55:04.4789525Z 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:55:04.4790266Z 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:55:04.4791166Z 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:55:04.4791967Z 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:55:04.4792734Z 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:55:04.4793485Z 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:55:04.4794413Z 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:55:04.4795278Z 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:55:04.4796086Z 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:55:04.4796861Z 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:55:04.4797838Z 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:55:04.4798686Z 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:55:04.4799494Z 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:55:04.4907758Z 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:55:04.4908639Z 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:55:04.4909760Z 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:55:04.4910534Z 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:55:04.4911417Z 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:55:04.4912247Z 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:55:04.4913125Z 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:55:04.4913956Z 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:55:04.4914811Z 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:55:04.4915683Z 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:55:04.4916538Z 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:55:04.4917385Z 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:55:04.4918266Z 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:55:04.4919084Z 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:55:04.4920057Z 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:55:04.4921018Z 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:55:04.4921921Z 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:55:04.4922955Z 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:55:04.4923923Z 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:55:04.4924836Z 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:55:04.4926119Z 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:55:04.4927376Z 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:55:04.4928677Z 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:55:04.4930093Z 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:55:04.4931618Z 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:55:04.4933002Z 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:55:04.4933824Z 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:55:04.4934703Z 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:55:04.4935417Z 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:55:04.4936139Z 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:55:04.4936868Z 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:55:04.4937732Z 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:55:04.4938480Z 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:55:04.4939289Z 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:55:04.4940211Z 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:55:04.4941038Z 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:55:04.4941843Z 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:55:04.4942815Z 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:55:04.4943727Z 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:55:04.4944475Z 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:55:04.4945329Z 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:55:04.4946328Z 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:55:04.4947299Z 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:55:04.4948296Z 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:55:04.4949088Z 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:55:04.4950025Z 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:55:04.4950776Z 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:55:04.4951514Z 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:55:04.5034311Z 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:55:04.5035050Z 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:55:04.5035673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:04.5036764Z 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:55:04.5037699Z 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:55:04.5038881Z 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:55:04.5039903Z 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:55:04.5040850Z 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:55:04.5042213Z 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:55:04.5043243Z 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:55:04.5044321Z 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:55:04.5045643Z 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:55:04.5046853Z 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:55:04.5048082Z 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:55:04.5049275Z 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:55:04.5050211Z 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:55:04.5051645Z 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:55:04.5052592Z 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:55:04.5053671Z 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:55:04.5054808Z 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:55:04.5055902Z 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:55:04.5057079Z 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:55:04.5058227Z 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:55:04.5059153Z 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:55:04.5060362Z 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:55:04.5061445Z 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:55:04.5062467Z 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:55:04.5063598Z 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:55:04.5064671Z 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:55:04.5065794Z 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:55:04.5066983Z 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:55:04.5068104Z 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:55:04.5069241Z 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:55:04.5070413Z 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:55:04.5071502Z 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:55:04.5072668Z 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:55:04.5073711Z 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:55:04.5074808Z 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:55:04.5075939Z 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:55:04.5152963Z 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:55:04.5154888Z 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:55:04.5156719Z 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:55:04.5158584Z 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:55:04.5160485Z 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:55:04.5162433Z 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:55:04.5164278Z 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:55:04.5166340Z 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:55:04.5168241Z 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:55:04.5170220Z 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:55:04.5172128Z 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:55:04.5173952Z 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:55:04.5175853Z 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:55:04.5177724Z 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:55:04.5179576Z 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:55:04.5180629Z 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:55:04.5181925Z 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:55:04.5183809Z 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:55:04.5185680Z 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:55:04.5187572Z 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:55:04.5189470Z 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:55:04.5191361Z 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:55:04.5193256Z 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:55:04.5195199Z 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:55:04.5197376Z 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:55:04.5217582Z 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:55:04.5219706Z 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:55:04.5221597Z 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:55:04.5223509Z 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:55:04.5225358Z 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:55:04.5227206Z 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:55:04.5229087Z 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:55:04.5231013Z 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:55:04.5232895Z 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:55:04.5234778Z 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:55:04.5236639Z 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:55:04.5238638Z 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:55:04.5240511Z 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:55:04.5247593Z 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:55:04.5248565Z 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:55:04.5249494Z 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:55:04.5250726Z 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:55:04.5251720Z 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:55:04.5252747Z 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:55:04.5253821Z 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:55:04.5254880Z 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:55:04.5255483Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:04.5256456Z 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:55:04.5256871Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:04.5257678Z 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:55:04.5258737Z 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:55:04.5259663Z 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:55:04.5260142Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:04.5261459Z 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:55:04.5262428Z 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:55:04.5263701Z 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:55:04.5264834Z 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:55:04.5265844Z 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:55:04.5266895Z 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:55:04.5268039Z 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:55:04.5269207Z 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:55:04.5270183Z 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:55:04.5271547Z 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:55:04.5272539Z 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:55:04.5273820Z 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:55:04.5274820Z 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:55:04.5275930Z 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:55:04.5277123Z 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:55:04.5278247Z 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:55:04.5278879Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:04.5279848Z 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:55:04.5280774Z 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:55:04.5281998Z 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:55:04.5282903Z 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:55:04.5283793Z 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:55:04.5284944Z 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:55:04.5285827Z 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:55:04.5286800Z 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:55:04.5287815Z 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:55:04.5416998Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:04.5418123Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:04.5418779Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:04.5419073Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:55:04.5419675Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:55:04.5419994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:55:04.5420719Z 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:55:04.5421027Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:04.5421696Z 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:55:04.5422318Z 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:55:04.5422937Z 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:55:04.5423576Z 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:55:04.5424232Z 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:55:04.5424887Z 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:55:04.5425512Z 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:55:04.5426141Z 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:55:04.5426771Z 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:55:04.5427412Z 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:55:04.5428170Z 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:55:04.5428478Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5429052Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5429718Z 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:55:04.5430342Z 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:55:04.5431261Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5431872Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5432547Z 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:55:04.5433323Z 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:55:04.5433968Z 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:55:04.5434597Z 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:55:04.5435208Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5435824Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5436750Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5437361Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5438028Z 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:55:04.5438714Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5439503Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5440260Z 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:55:04.5440905Z 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:55:04.5441527Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5442493Z 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:55:04.5443176Z 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:55:04.5443743Z 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:55:04.5444393Z 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:55:04.5445309Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5445922Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5446674Z 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:55:04.5447345Z 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:55:04.5448244Z 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:55:04.5448926Z 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:55:04.5449637Z 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:55:04.5450289Z 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:55:04.5451171Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5451809Z 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:55:04.5452442Z 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:55:04.5453231Z 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:55:04.5453970Z 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:55:04.5594308Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:04.5594753Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5595480Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5596273Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5596889Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5597549Z 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:55:04.5598241Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5598983Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5599576Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5600176Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5600855Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5601612Z 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:55:04.5602353Z 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:55:04.5603111Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5603696Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5604443Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5605420Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5606026Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5606605Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5607347Z 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:55:04.5608137Z 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:55:04.5608761Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5609357Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5610003Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5610774Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5611415Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5611996Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5612605Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5613342Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5614105Z 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:55:04.5614719Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5615294Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5615984Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5616754Z 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:55:04.5617339Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5617966Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5618627Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5619516Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5620183Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5620801Z 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:55:04.5621588Z 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:55:04.5622337Z 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:55:04.5623025Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5623627Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5624203Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5624908Z 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:55:04.5625800Z 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:55:04.5626442Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5627057Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5627722Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5628487Z 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:55:04.5629229Z 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:55:04.5629811Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5630458Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5631249Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5632024Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5632600Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5774832Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5775432Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5776047Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5776661Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5777403Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5778022Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5778710Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5779309Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5779922Z 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:55:04.5780513Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5781149Z 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:55:04.5781953Z 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:55:04.5782619Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5783202Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5783821Z 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:55:04.5784569Z 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:55:04.5785316Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5785957Z 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:55:04.5786602Z 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:55:04.5787346Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5788014Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5788612Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5789192Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5789907Z 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:55:04.5790639Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5791218Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5791822Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5792573Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5793175Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5793811Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5794746Z 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:55:04.5795428Z 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:55:04.5796025Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5796717Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5797484Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:04.5797788Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:55:04.5798381Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:55:04.5798702Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:04.5799397Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:04.5800272Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:04.5800902Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:04.5801205Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:04.5801917Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:04.5802873Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:04.5803602Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:04.5804230Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:04.5804574Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:04.5805628Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:04.5806559Z 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:55:04.5806868Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:04.5807432Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:04.5808208Z 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:55:04.5808940Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:04.5809460Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:04.5810051Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:04.5810626Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:04.5811267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:04.5812163Z 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:55:04.5985564Z 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:55:04.5986165Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:55:04.5987565Z 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:55:04.5988487Z 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:55:04.5989501Z 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:55:04.5989867Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:04.5990435Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:04.5991250Z 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:55:04.5991865Z 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:55:04.5992505Z 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:55:04.5993117Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:04.5993991Z 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:55:04.5994599Z 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:55:04.5995228Z 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:55:04.5995857Z 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:55:04.5996245Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:55:04.5996976Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:55:04.5997421Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:55:04.5998089Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:55:04.5998376Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:55:04.5999252Z 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:55:04.5999636Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:04.6000607Z 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:55:04.6001451Z 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:55:04.6002402Z 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:55:04.6002700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:04.6003520Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:04.6004106Z 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:55:04.6004722Z 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:55:04.6005622Z 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:55:04.6006046Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:04.6006860Z 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:55:04.6007566Z 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:55:04.6008412Z 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:55:04.6008813Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:04.6009732Z 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:55:04.6010442Z 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:55:04.6011204Z 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:55:04.6012135Z 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:55:04.6013024Z 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:55:04.6013713Z 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:55:04.6014106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:04.6014832Z 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:55:04.6015462Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:04.6016587Z 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:55:04.6017675Z 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:55:04.6018681Z 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:55:04.6019560Z 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:55:04.6020418Z 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:55:04.6021270Z 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:55:04.6022181Z 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:55:04.6022691Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:04.6023926Z 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:55:04.6024483Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:04.6025936Z 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:55:04.6157205Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:04.6158329Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:04.6159538Z 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:55:04.6160164Z 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:55:04.6160771Z 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:55:04.6161370Z 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:55:04.6162100Z 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:55:04.6162691Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:04.6163477Z 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:55:04.6164230Z 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:55:04.6164994Z 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:55:04.6165623Z 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:55:04.6166288Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:04.6166592Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6167201Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6167851Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6168559Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6169158Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6169751Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6170389Z 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:55:04.6171090Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6171676Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6172301Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6172894Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6173491Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6174092Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6174782Z 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:55:04.6175502Z 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:55:04.6176099Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6176681Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6177428Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6178057Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6178675Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6179286Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6179990Z 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:55:04.6180608Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6181477Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6182175Z 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:55:04.6182889Z 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:55:04.6183661Z 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:55:04.6184289Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6184891Z 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:55:04.6185502Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6186316Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6187077Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6187694Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6188304Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6188938Z 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:55:04.6189528Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6190133Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6190794Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6191539Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6192157Z 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:55:04.6192841Z 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:55:04.6193611Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6194339Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6194962Z 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:55:04.6339319Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6341513Z 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:55:04.6343696Z 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:55:04.6345387Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6346792Z 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:55:04.6348299Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:04.6349402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:04.6350611Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:04.6352023Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:04.6353321Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:04.6354419Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:04.6356090Z 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:55:04.6357216Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:04.6358488Z 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:55:04.6360147Z 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:55:04.6361363Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:55:04.6362592Z 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:55:04.6363927Z 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:55:04.6365724Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:55:04.6367967Z 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:55:04.6370160Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:04.6372050Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:04.6374528Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:04.6376942Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:04.6379453Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:04.6381544Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:04.6383953Z 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:55:04.6386927Z 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:55:04.6390116Z 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:55:04.6393220Z 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:55:04.6396357Z 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:55:04.6399477Z 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:55:04.6401901Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:04.6404185Z 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:55:04.6407381Z 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:55:04.6409539Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:04.6411606Z 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:55:04.6414297Z 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:55:04.6417020Z 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:55:04.6419768Z 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:55:04.6422176Z 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:55:04.6424925Z 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:55:04.6427745Z 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:55:04.6430564Z 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:55:04.6433330Z 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:55:04.6434839Z 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:55:04.6436276Z 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:55:04.6437711Z 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:55:04.6439091Z 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:55:04.6440269Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:04.6441307Z 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:55:04.6442699Z 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:55:04.6444116Z 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:55:04.6445496Z 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:55:04.6446845Z 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:55:04.6448140Z 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:55:04.6449453Z 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:55:04.6450814Z 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:55:04.6560816Z 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:55:04.6562938Z 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:55:04.6565483Z 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:55:04.6567581Z 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:55:04.6569002Z 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:55:04.6570421Z 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:55:04.6572904Z 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:55:04.6575459Z 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:55:04.6578066Z 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:55:04.6580735Z 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:55:04.6583390Z 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:55:04.6585228Z 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:55:04.6586573Z 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:55:04.6587873Z 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:55:04.6589198Z 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:55:04.6590706Z 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:55:04.6592061Z 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:55:04.6593420Z 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:55:04.6595864Z 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:55:04.6598466Z 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:55:04.6601075Z 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:55:04.6603748Z 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:55:04.6606274Z 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:55:04.6607612Z 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:55:04.6609008Z 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:55:04.6610399Z 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:55:04.6611725Z 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:55:04.6613037Z 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:55:04.6614369Z 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:55:04.6615753Z 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:55:04.6618302Z 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:55:04.6620889Z 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:55:04.6623452Z 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:55:04.6626187Z 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:55:04.6628908Z 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:55:04.6630884Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:04.6633091Z 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:55:04.6635972Z 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:55:04.6638986Z 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:55:04.6642296Z 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:55:04.6645245Z 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:55:04.6648490Z 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:55:04.6651474Z 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:55:04.6653703Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:04.6656033Z 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:55:04.6659158Z 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:55:04.6662218Z 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:55:04.6664592Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:04.6666798Z 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:55:04.6669971Z 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:55:04.6672286Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:04.6674290Z 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:55:04.6676926Z 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:55:04.6679061Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:04.6681013Z 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:55:04.6682292Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:04.6683466Z 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:55:04.6953422Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:04.6954883Z 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:55:04.6956118Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:04.6957424Z 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:55:04.6958741Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:04.6960085Z 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:55:04.6962049Z 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:55:04.6963776Z 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:55:04.6965189Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:04.6966541Z 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:55:04.6967879Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:04.6969226Z 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:55:04.6971024Z 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:55:04.6972890Z 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:55:04.6974767Z 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:55:04.6976122Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:04.6977513Z 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:55:04.6979366Z 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:55:04.6981232Z 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:55:04.6983562Z 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:55:04.6987288Z 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:55:04.6991008Z 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:55:04.6994602Z 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:55:04.6998244Z 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:55:04.7002008Z 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:55:04.7005871Z 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:55:04.7009623Z 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:55:04.7012041Z 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:55:04.7015896Z 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:55:04.7019709Z 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:55:04.7023552Z 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:55:04.7027193Z 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:55:04.7030579Z 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:55:04.7034148Z 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:55:04.7037708Z 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:55:04.7040930Z 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:55:04.7044746Z 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:55:04.7048570Z 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:55:04.7051634Z 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:55:04.7054399Z 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:55:04.7057789Z 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:55:04.7060996Z 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:55:04.7064280Z 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:55:04.7066856Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:04.7069614Z 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:55:04.7073442Z 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:55:04.7077136Z 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:55:04.7138359Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:04.7140176Z 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:55:04.7141564Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:55:04.7142368Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:55:04.7143359Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:55:04.7144488Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:55:04.7145678Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:55:04.7146714Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:55:04.7147638Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:55:04.7149025Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:55:04.7150282Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:55:04.7151613Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:55:04.7152782Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:55:04.7154171Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:55:04.7155148Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:04.7156135Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:04.7157197Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:04.7158302Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:04.7159531Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:04.7160882Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:04.7162353Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:04.7163693Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:04.7164630Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:04.7165556Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:04.7166971Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:04.7168379Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:04.7169451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:04.7170627Z 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:55:04.7171978Z 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:55:04.7173378Z 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:55:04.7174824Z 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:55:04.7175949Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:04.7177009Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:04.7178238Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:04.7179372Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:04.7180386Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:04.7181914Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:04.7183339Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:04.7184361Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:04.7185501Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:04.7186930Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:04.7187887Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:04.7188995Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:04.7190261Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:04.7191310Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:04.7192279Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:04.7193555Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:04.7194523Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:04.7195412Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:04.7196622Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:04.7197982Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:04.7199494Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:04.7201013Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:04.7202136Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:55:04.7203608Z 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:55:04.7205418Z 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:55:04.7206758Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:04.7207740Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:04.7209057Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:04.7210457Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:04.7211780Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:55:04.7213030Z 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:55:04.7214312Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:04.7215607Z 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:55:04.7217119Z 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:55:04.7218479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:04.7219680Z 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:55:04.7220927Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:55:04.7291150Z 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:55:04.7292970Z 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:55:04.7294481Z 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:55:04.7295667Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:55:04.7296721Z 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:55:04.7298072Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:04.7299315Z 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:55:04.7300572Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:04.7302067Z 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:55:04.7303384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:55:04.7304500Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:55:04.7305702Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:55:04.7307167Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:55:04.7308212Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:04.7309341Z 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:55:04.7311067Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:04.7312888Z 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:55:04.7314421Z 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:55:04.7316299Z 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:55:04.7317547Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:04.7318659Z 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:55:04.7319974Z 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:55:04.7321578Z 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:55:04.7323099Z 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:55:04.7324412Z 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:55:04.7325402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:55:04.7326247Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:55:04.7327612Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:55:04.7328783Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:55:04.7329964Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:55:04.7330908Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:04.7332223Z 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:55:04.7333811Z 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:55:04.7335330Z 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:55:04.7336665Z 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:55:04.7338093Z 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:55:04.7339132Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:04.7340529Z 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:55:04.7342134Z 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:55:04.7343720Z 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:55:04.7345411Z 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:55:04.7346892Z 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:55:04.7348144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:55:04.7349344Z 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:55:04.7350728Z 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:55:04.7351870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:55:04.7352883Z 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:55:04.7354404Z 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:55:04.7355393Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:04.7356464Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:04.7357745Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:04.7358911Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:55:04.7359989Z 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:55:04.7361455Z 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:55:04.7362758Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:04.7363944Z 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:55:04.7365420Z 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:55:04.7366461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:55:04.7367498Z 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:55:04.7368885Z 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:55:04.7370074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:55:04.7371221Z 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:55:04.7372783Z 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:55:04.7438411Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7440126Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7441739Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7443609Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7445056Z 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:55:04.7446505Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7448076Z 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:55:04.7449495Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7450944Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7452574Z 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:55:04.7454164Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7455650Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7457254Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7458588Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7460129Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7461655Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:04.7462975Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:04.7464408Z 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:55:04.7465433Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:04.7466592Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:04.7467828Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:04.7469067Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:04.7470232Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:04.7471380Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:04.7472560Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:04.7473920Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:04.7475142Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:04.7476789Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:04.7478069Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:04.7479317Z 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:55:04.7480722Z 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:55:04.7481977Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:04.7483194Z 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:55:04.7484733Z 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:55:04.7486178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:04.7487388Z 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:55:04.7488687Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:04.7489841Z 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:55:04.7491106Z 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:55:04.7492662Z 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:55:04.7494288Z 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:55:04.7495753Z 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:55:04.7496983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:55:04.7498085Z 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:55:04.7499575Z 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:55:04.7500613Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:55:04.7501761Z 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:55:04.7503081Z 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:55:04.7504276Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:04.7505464Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:04.7506882Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:04.7507941Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:04.7509109Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:04.7510638Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:04.7511665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:04.7512645Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:04.7514406Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:04.7515488Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:04.7516532Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:04.7517902Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:04.7518977Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:55:04.7520230Z 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:55:04.7521704Z 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:55:04.7522908Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:55:04.7524084Z 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:55:04.7556949Z 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:55:04.7557990Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:04.7559027Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:04.7560347Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:04.7561707Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:04.7563554Z 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:55:04.7565644Z 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:55:04.7567706Z 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:55:04.7569819Z 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:55:04.7571636Z 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:55:04.7573706Z 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:55:04.7575191Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:55:04.7576497Z 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:55:04.7578259Z 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:55:04.7579413Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:04.7580901Z 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:55:04.7582575Z 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:55:04.7584319Z 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:55:04.7586039Z 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:55:04.7587401Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:55:04.7588474Z 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:55:04.7590038Z 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:55:04.7591551Z 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:55:04.7592704Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:04.7593985Z 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:55:04.7595895Z 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:55:04.7597775Z 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:55:04.7599685Z 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:55:04.7601551Z 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:55:04.7603505Z 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:55:04.7605572Z 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:55:04.7607438Z 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:55:04.7609278Z 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:55:04.7611145Z 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:55:04.7613088Z 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:55:04.7614768Z 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:55:04.7616548Z 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:55:04.7618570Z 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:55:04.7620363Z 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:55:04.7622353Z 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:55:04.7624543Z 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:55:04.7626629Z 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:55:04.7628032Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:04.7629265Z 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:55:04.7630784Z 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:55:04.7632497Z 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:55:04.7634071Z 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:55:04.7635618Z 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:55:04.7637261Z 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:55:04.7638845Z 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:55:04.7640141Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:04.7709792Z 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:55:04.7711264Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:04.7712706Z 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:55:04.7714551Z 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:55:04.7716348Z 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:55:04.7718286Z 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:55:04.7719582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:04.7720980Z 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:55:04.7723011Z 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:55:04.7724592Z 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:55:04.7726238Z 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:55:04.7727660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:04.7728941Z 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:55:04.7730409Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:04.7731905Z 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:55:04.7733621Z 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:55:04.7735012Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:04.7736476Z 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:55:04.7738438Z 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:55:04.7739863Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:04.7741442Z 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:55:04.7743441Z 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:55:04.7744941Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:55:04.7745996Z 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:55:04.7747495Z 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:55:04.7748534Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:55:04.7749736Z 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:55:04.7750729Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:04.7751744Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:04.7752846Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:04.7754075Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:04.7755193Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:04.7756472Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:04.7757730Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:04.7758772Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:04.7760032Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:04.7761108Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:04.7762204Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:55:04.7763051Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:55:04.7764310Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:55:04.7765426Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:55:04.7766674Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:55:04.7767783Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:55:04.7768925Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:55:04.7769719Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:55:04.7770652Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:55:04.7771652Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:55:04.7772653Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:55:04.7773816Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:55:04.7774623Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:04.7775635Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:04.7776629Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:04.7777599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:55:04.7778367Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:55:04.7779450Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:55:04.7780417Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:55:04.7781190Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:55:04.7782036Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:55:04.7783166Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:55:04.7784337Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:55:04.7785280Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7786519Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7787933Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7789288Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7860581Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7861871Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7863042Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7864302Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7865674Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7866918Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7868149Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7869371Z 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:55:04.7870662Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7871856Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7873174Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7874374Z 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:55:04.7875580Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7876772Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7878092Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7879353Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7880607Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7882149Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7883280Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7884610Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7885814Z 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:55:04.7887241Z 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:55:04.7888635Z 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:55:04.7889988Z 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:55:04.7891563Z 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:55:04.7892818Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7894223Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7895435Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7896784Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7897326Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:55:04.7897577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:55:04.7898023Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:55:04.7898486Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:55:04.7899121Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:55:04.7899418Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:55:04.7899833Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:55:04.7900505Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:55:04.7900933Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:55:04.7901377Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:55:04.7901811Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:55:04.7902305Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:55:04.7902637Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7903110Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7903537Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7904056Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7904685Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7905378Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7905855Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7906350Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7906868Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7907587Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7908065Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7908705Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7909410Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7909951Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7910523Z 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:55:04.7911113Z 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:55:04.7911715Z 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:55:04.7912210Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7912665Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7913113Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7913596Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7914283Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7914866Z 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:55:04.7915504Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7915974Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7916519Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.7917087Z 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:55:04.8009004Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.8009453Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.8009916Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.8010379Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.8011039Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.8011504Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.8011954Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:55:04.8012219Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:55:04.8012784Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:55:04.8013459Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:55:04.8014264Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:55:04.8014790Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:55:04.8015159Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:04.8015756Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:04.8016275Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:04.8016818Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:04.8017490Z 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:55:04.8018025Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:04.8018377Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:04.8019135Z 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:55:04.8020047Z 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:55:04.8020838Z 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:55:04.8021618Z 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:55:04.8022391Z 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:55:04.8022657Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:04.8023322Z 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:55:04.8024026Z 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:55:04.8024698Z 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:55:04.8025368Z 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:55:04.8025926Z 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:55:04.8026478Z 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:55:04.8027022Z 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:55:04.8027726Z 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:55:04.8028252Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:04.8028902Z 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:55:04.8029456Z 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:55:04.8030006Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:04.8030824Z 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:55:04.8031402Z 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:55:04.8031955Z 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:55:04.8032754Z 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:55:04.8033351Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:04.8033863Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:04.8034598Z 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:55:04.8035104Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:04.8035395Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:55:04.8036039Z 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:55:04.8036667Z 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:55:04.8036970Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:04.8037852Z 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:55:04.8038574Z 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:55:04.8039226Z 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:55:04.8039514Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:55:04.8040036Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:55:04.8040359Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:04.8041033Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:04.8041303Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:55:04.8042161Z 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:55:04.8042622Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:55:04.8043443Z 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:55:04.8043763Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:55:04.8044437Z 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:55:04.8044976Z 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:55:04.8045348Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:04.8206962Z 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:55:04.8207638Z 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:55:04.8208369Z 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:55:04.8208678Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:55:04.8209197Z 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:55:04.8209768Z 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:55:04.8210080Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:55:04.8210628Z 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:55:04.8211185Z 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:55:04.8211484Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:55:04.8212168Z 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:55:04.8212759Z 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:55:04.8213075Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:04.8213808Z 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:55:04.8214136Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:55:04.8214658Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:55:04.8214986Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:55:04.8215529Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:55:04.8215810Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:04.8216366Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:04.8217006Z 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:55:04.8217686Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:04.8218056Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:55:04.8218733Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:55:04.8219053Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:04.8219760Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:04.8220280Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:04.8220555Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:55:04.8221162Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:55:04.8221430Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:04.8221951Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:04.8222554Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:04.8223302Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:04.8223662Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:04.8224360Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:04.8224759Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:55:04.8225349Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:55:04.8225628Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:55:04.8226126Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:55:04.8226460Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:04.8227090Z 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:55:04.8227980Z 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:55:04.8228733Z 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:55:04.8229033Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:55:04.8229639Z 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:55:04.8229968Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:55:04.8230638Z 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:55:04.8230957Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:04.8231745Z 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:55:04.8232384Z 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:55:04.8233156Z 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:55:04.8233937Z 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:55:04.8234753Z 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:55:04.8235601Z 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:55:04.8236226Z 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:55:04.8236908Z 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:55:04.8237504Z 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:55:04.8237839Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:04.8238562Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:04.8239171Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:04.8239827Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:04.8240585Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:04.8241223Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:04.8242048Z 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:55:04.8242441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:04.8243043Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:04.8243812Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:04.8464292Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:04.8465061Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:04.8465490Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:55:04.8466105Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:55:04.8466473Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:04.8467334Z 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:55:04.8467817Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:04.8468718Z 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:55:04.8469603Z 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:55:04.8469949Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:55:04.8470624Z 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:55:04.8471652Z 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:55:04.8472005Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:04.8472649Z 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:55:04.8473608Z 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:55:04.8474296Z 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:55:04.8475105Z 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:55:04.8475665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:04.8476590Z 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:55:04.8477506Z 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:55:04.8478311Z 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:55:04.8479090Z 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:55:04.8479892Z 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:55:04.8480209Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:04.8480871Z 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:55:04.8481321Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:04.8482241Z 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:55:04.8482718Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:04.8483671Z 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:55:04.8484612Z 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:55:04.8485044Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:04.8485912Z 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:55:04.8486755Z 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:55:04.8487294Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:04.8488258Z 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:55:04.8488740Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:04.8489767Z 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:55:04.8490772Z 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:55:04.8491269Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:04.8492321Z 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:55:04.8493095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:04.8494605Z 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:55:04.8495134Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:04.8496420Z 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:55:04.8497000Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:04.8498072Z 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:55:04.8498582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:04.8499621Z 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:55:04.8500167Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:04.8501326Z 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:55:04.8501858Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:04.8502989Z 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:55:04.8604675Z 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:55:04.8605804Z 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:55:04.8606984Z 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:55:04.8608069Z 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:55:04.8609272Z 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:55:04.8610502Z 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:55:04.8611476Z 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:55:04.8612031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:04.8613293Z 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:55:04.8613744Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:04.8614772Z 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:55:04.8615605Z 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:55:04.8616579Z 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:55:04.8617051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:04.8617914Z 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:55:04.8618772Z 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:55:04.8619786Z 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:55:04.8620278Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:04.8621481Z 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:55:04.8621965Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:04.8622972Z 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:55:04.8623491Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:04.8624642Z 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:55:04.8625960Z 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:55:04.8626612Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:04.8627888Z 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:55:04.8629114Z 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:55:04.8630471Z 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:55:04.8631869Z 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:55:04.8632402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:04.8633409Z 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:55:04.8634352Z 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:55:04.8635278Z 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:55:04.8636316Z 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:55:04.8637316Z 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:55:04.8637897Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:04.8638967Z 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:55:04.8639572Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:04.8640747Z 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:55:04.8641890Z 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:55:04.8642231Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:55:04.8643017Z 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:55:04.8643323Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:04.8643939Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:04.8644660Z 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:55:04.8645324Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:04.8645665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:55:06.2971097Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:55:06.2972791Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:06.2974399Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:06.2975993Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:55:06.2977434Z 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:55:06.2978990Z 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:55:06.2980396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:06.2981719Z 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:55:06.2983233Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:55:06.2984650Z 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:55:06.2985804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:06.2986960Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:06.2987922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:06.2988946Z 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:55:06.2990650Z 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:55:06.2991885Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:55:06.2992850Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:55:06.2993603Z running egg_info 2025-06-05T23:55:06.2994000Z creating executorch.egg-info 2025-06-05T23:55:06.2994404Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:55:06.2994960Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:55:06.2995544Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:55:06.2996280Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:55:06.2996874Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:55:06.2997455Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:06.2997983Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:06.2998836Z adding license file 'LICENSE' 2025-06-05T23:55:06.2999260Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:06.3000010Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:06.3001003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:55:06.3002039Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:55:06.3003187Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:55:06.3004450Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:55:06.3006275Z 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:55:06.3007665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:06.3009354Z 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:55:06.3011672Z 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:55:06.3013708Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:06.3015847Z 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:55:06.3018761Z 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:55:06.3021443Z 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:55:06.3023565Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:06.3025765Z 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:55:06.3028559Z 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:55:06.3031482Z 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:55:06.3033673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:06.3035826Z 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:55:06.3038779Z 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:55:06.3041634Z 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:55:06.3044727Z 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:55:06.3047476Z 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:55:06.3050287Z 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:55:06.3053896Z 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:55:06.3056516Z 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:55:06.3059103Z 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:55:06.3061677Z 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:55:06.3064253Z 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:55:06.3067156Z 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:55:06.3070161Z 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:55:06.3072895Z 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:55:06.3075906Z 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:55:06.3078492Z 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:55:06.3081466Z 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:55:06.3084395Z 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:55:06.3087380Z 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:55:06.3089833Z 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:55:06.3093819Z 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:55:06.3098609Z 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:55:06.3103435Z 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:55:06.3108351Z 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:55:06.3112095Z 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:55:06.3116170Z 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:55:06.3120299Z 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:55:06.3124520Z 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:55:06.3128524Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:06.3132139Z 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:55:06.3136935Z 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:55:06.3141707Z 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:55:06.3145689Z 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:55:06.3149452Z 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:55:06.3154516Z 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:55:06.3158261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:06.3162215Z 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:55:06.3167122Z 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:55:06.3170979Z 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:55:06.3174929Z 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:55:06.3179012Z 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:55:06.3183349Z 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:55:06.3187454Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:06.3191154Z 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:55:06.3196269Z 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:55:06.3201859Z 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:55:06.3206108Z 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:55:06.3210108Z 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:55:06.3215571Z 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:55:06.3220694Z 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:55:06.3225734Z 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:55:06.3230495Z 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:55:06.3234250Z 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:55:06.3238149Z 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:55:06.3243318Z 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:55:06.3247087Z 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:55:06.3250768Z 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:55:06.3254537Z 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:55:06.3258413Z 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:55:06.3262138Z 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:55:06.3266086Z 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:55:06.3271204Z 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:55:06.3276309Z 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:55:06.3281374Z 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:55:06.3286745Z 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:55:06.3291979Z 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:55:06.3296103Z 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:55:06.3300327Z 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:55:06.3305975Z 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:55:06.3310710Z 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:55:06.3314839Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:06.3318690Z 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:55:06.3323827Z 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:55:06.3328866Z 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:55:06.3333910Z 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:55:06.3338864Z 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:55:06.3343799Z 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:55:06.3348840Z 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:55:06.3354072Z 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:55:06.3359155Z 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:55:06.3364627Z 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:55:06.3369816Z 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:55:06.3375157Z 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:55:06.3380250Z 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:55:06.3384065Z 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:55:06.3387949Z 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:55:06.3391841Z 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:55:06.3395587Z 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:55:06.3400346Z 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:55:06.3404053Z 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:55:06.3407907Z 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:55:06.3411126Z 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:55:06.3413875Z 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:55:06.3416104Z 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:55:06.3418463Z 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:55:06.3421242Z 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:55:06.3424457Z 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:55:06.3428374Z 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:55:06.3433671Z 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:55:06.3437869Z 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:55:06.3442373Z 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:55:06.3448064Z 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:55:06.3450548Z 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:55:06.3453564Z 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:55:06.3456423Z 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:55:06.3459109Z 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:55:06.3461814Z 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:55:06.3464541Z 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:55:06.3468136Z 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:55:06.3471752Z 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:55:06.3474400Z 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:55:06.3477028Z 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:55:06.3480415Z 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:55:06.3482594Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:06.3483931Z 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:55:06.3485667Z 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:55:06.3487214Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:06.3488761Z 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:55:06.3490588Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:06.3491921Z 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:55:06.3493697Z 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:55:06.3495097Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:06.3496278Z 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:55:06.3498035Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:06.3499274Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:06.3500894Z 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:55:06.3503036Z 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:55:06.3505330Z 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:55:06.3507298Z 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:55:06.3509261Z 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:55:06.3511238Z 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:55:06.3513455Z 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:55:06.3515606Z 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:55:06.3517968Z 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:55:06.3519948Z 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:55:06.3522051Z 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:55:06.3523951Z 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:55:06.3525847Z 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:55:06.3527875Z 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:55:06.3529930Z 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:55:06.3532044Z 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:55:06.3534207Z 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:55:06.3536380Z 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:55:06.3538484Z 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:55:06.3540328Z 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:55:06.3542381Z 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:55:06.3544637Z 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:55:06.3547006Z 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:55:06.3550018Z 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:55:06.3553315Z 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:55:06.3556694Z 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:55:06.3560054Z 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:55:06.3563277Z 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:55:06.3566624Z 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:55:06.3569575Z 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:55:06.3572439Z 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:55:06.3575598Z 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:55:06.3578846Z 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:55:06.3581393Z 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:55:06.3584152Z 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:55:06.3587530Z 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:55:06.3590854Z 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:55:06.3593903Z 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:55:06.3596951Z 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:55:06.3600135Z 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:55:06.3603653Z 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:55:06.3607127Z 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:55:06.3610313Z 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:55:06.3613457Z 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:55:06.3616789Z 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:55:06.3619756Z 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:55:06.3622806Z 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:55:06.3625711Z 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:55:06.3628860Z 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:55:06.3631884Z 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:55:06.3635040Z 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:55:06.3637700Z 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:55:06.3640996Z 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:55:06.3644316Z 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:55:06.3647329Z 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:55:06.3650237Z 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:55:06.3653385Z 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:55:06.3656600Z 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:55:06.3659616Z 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:55:06.3662487Z 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:55:06.3665730Z 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:55:06.3668794Z 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:55:06.3671873Z 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:55:06.3674944Z 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:55:06.3677163Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:06.3679105Z 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:55:06.3681566Z 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:55:06.3684088Z 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:55:06.3686301Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:06.3688659Z 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:55:06.3691797Z 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:55:06.3694847Z 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:55:06.3697910Z 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:55:06.3701094Z 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:55:06.3704103Z 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:55:06.3707280Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:06.3709918Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:06.3712896Z 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:55:06.3715506Z 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:55:06.3717475Z 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:55:06.3720047Z 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:55:06.3723159Z 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:55:06.3726398Z 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:55:06.3729261Z 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:55:06.3731547Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:06.3734082Z 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:55:06.3737465Z 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:55:06.3740901Z 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:55:06.3743988Z 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:55:06.3745848Z 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:55:06.3747634Z 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:55:06.3749468Z 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:55:06.3751214Z 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:55:06.3752965Z 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:55:06.3754718Z 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:55:06.3756473Z 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:55:06.3758283Z 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:55:06.3760064Z 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:55:06.3761749Z 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:55:06.3763516Z 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:55:06.3765211Z 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:55:06.3766915Z 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:55:06.3768684Z 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:55:06.3770481Z 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:55:06.3772193Z 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:55:06.3773928Z 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:55:06.3775689Z 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:55:06.3777450Z 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:55:06.3779301Z 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:55:06.3781038Z 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:55:06.3782775Z 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:55:06.3784502Z 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:55:06.3786280Z 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:55:06.3788023Z 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:55:06.3789775Z 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:55:06.3791528Z 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:55:06.3793231Z 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:55:06.3794949Z 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:55:06.3796741Z 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:55:06.3798532Z 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:55:06.3800320Z 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:55:06.3802146Z 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:55:06.3803898Z 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:55:06.3805862Z 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:55:06.3807684Z 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:55:06.3809463Z 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:55:06.3811146Z 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:55:06.3812919Z 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:55:06.3814600Z 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:55:06.3816289Z 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:55:06.3818113Z 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:55:06.3819891Z 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:55:06.3821726Z 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:55:06.3823528Z 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:55:06.3825324Z 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:55:06.3827171Z 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:55:06.3829010Z 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:55:06.3830854Z 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:55:06.3832701Z 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:55:06.3834544Z 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:55:06.3836365Z 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:55:06.3838210Z 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:55:06.3840075Z 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:55:06.3841994Z 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:55:06.3843837Z 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:55:06.3845700Z 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:55:06.3847593Z 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:55:06.3849347Z 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:55:06.3851088Z 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:55:06.3852945Z 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:55:06.3854772Z 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:55:06.3856608Z 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:55:06.3858362Z 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:55:06.3860061Z 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:55:06.3861760Z 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:55:06.3863466Z 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:55:06.3865191Z 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:55:06.3866884Z 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:55:06.3868521Z 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:55:06.3870287Z 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:55:06.3872143Z 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:55:06.3873996Z 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:55:06.3875917Z 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:55:06.3877854Z 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:55:06.3879744Z 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:55:06.3881578Z 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:55:06.3883550Z 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:55:06.3885417Z 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:55:06.3887324Z 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:55:06.3889129Z 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:55:06.3890981Z 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:55:06.3892887Z 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:55:06.3894835Z 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:55:06.4801250Z 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:55:06.4804996Z 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:55:06.4808754Z 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:55:06.4812279Z 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:55:06.4815872Z 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:55:06.4819477Z 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:55:06.4823218Z 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:55:06.4827057Z 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:55:06.4830727Z 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:55:06.4834278Z 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:55:06.4837899Z 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:55:06.4841979Z 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:55:06.4845689Z 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:55:06.4849251Z 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:55:06.4852397Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:06.4854686Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:06.4857313Z 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:55:06.4860245Z 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:55:06.4863005Z 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:55:06.4865757Z 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:55:06.4868458Z 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:55:06.4871104Z 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:55:06.4873831Z 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:55:06.4876276Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:06.4878628Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:06.4881256Z 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:55:06.4884091Z 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:55:06.4887504Z 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:55:06.4891704Z 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:55:06.4895334Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:06.4897941Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:06.4900486Z 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:55:06.4902520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:55:06.4904347Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:55:06.4906727Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:06.4908299Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:06.4910439Z 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:55:06.4913250Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:06.4915078Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-06-05T23:55:06.4916909Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:55:06.4918907Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4920658Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4922721Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4924726Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4926662Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4928572Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4930560Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4932647Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4934881Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4937082Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4939171Z copying runtime/core/function_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4941369Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4943570Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4945665Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4947667Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4949626Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4951499Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4953441Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4955592Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:06.4957581Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:06.4959626Z 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:55:06.4961913Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:06.4964593Z 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:55:06.4967614Z 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:55:06.4970143Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:06.4972399Z 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:55:06.4974725Z 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:55:06.4976184Z 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:55:06.4977630Z 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:55:06.4979036Z 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:55:06.4980201Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:06.4981339Z 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:55:06.4982698Z 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:55:06.4984040Z 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:55:06.4985374Z 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:55:06.4986693Z 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:55:06.4987979Z 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:55:06.4989519Z 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:55:06.4992056Z 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:55:06.4994337Z 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:55:06.4995687Z 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:55:06.4997037Z 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:55:06.4998356Z 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:55:06.4999680Z 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:55:06.5001030Z 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:55:06.5002484Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:06.5003867Z 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:55:06.5005760Z 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:55:06.5007130Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:06.5008504Z 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:55:06.5010148Z 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:55:06.5011785Z 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:55:06.5013374Z 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:55:06.5014961Z 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:55:06.5016607Z 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:55:06.5018246Z 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:55:06.5019845Z 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:55:06.5021462Z 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:55:06.5023098Z 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:55:06.5024778Z 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:55:06.5026435Z 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:55:06.5027637Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:06.5028621Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:06.5029795Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:06.5030969Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:06.5032172Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:06.5033209Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:06.5034351Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:06.5035365Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:06.5036323Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:06.5037499Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:06.5038588Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:06.5644645Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:06.5646929Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:06.5649072Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:06.5651203Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:06.5653401Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:06.5655578Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:06.5657742Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:06.5659862Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:06.5661789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:06.5663854Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:06.5666251Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:06.5668361Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:06.5670606Z 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:55:06.5673230Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:06.5675656Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:06.5677635Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:06.5679578Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:06.5681871Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:06.5684120Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:06.5686358Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:06.5688365Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:06.5690432Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:06.5693148Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:06.5695697Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:06.5697317Z running build_ext 2025-06-05T23:55:06.5698445Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:55:06.5701201Z 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:55:06.5704358Z 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:55:06.5707487Z 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:55:06.5711424Z 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:55:06.5715675Z 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:55:06.5719767Z 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:55:06.5722282Z installing to pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:55:06.5722996Z running install 2025-06-05T23:55:06.5723456Z running install_lib 2025-06-05T23:55:06.5724019Z creating pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:55:06.5724815Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-06-05T23:55:06.5725793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-06-05T23:55:06.5727460Z 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:55:06.5729797Z 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:55:06.5732094Z 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:55:06.5734360Z 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:55:06.5736045Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api 2025-06-05T23:55:06.5737804Z 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:55:06.5740282Z 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:55:06.5742764Z 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:55:06.5745243Z 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:55:06.5747140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api/types 2025-06-05T23:55:06.5749102Z 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:55:06.5752069Z 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:55:06.5754868Z 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:55:06.5756788Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/test 2025-06-05T23:55:06.5758964Z 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:55:06.5761875Z 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:55:06.5764701Z 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:55:06.5767514Z 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:55:06.5770357Z 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:55:06.5773189Z 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:55:06.5775154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-06-05T23:55:06.5776971Z 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:55:06.5779585Z 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:55:06.5782220Z 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:55:06.5784826Z 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:55:06.5787588Z 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:55:06.5790406Z 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:55:06.5793000Z 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:55:06.5794911Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-06-05T23:55:06.5797037Z 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:55:06.5799965Z 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:55:06.5803089Z 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:55:06.5806410Z 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:55:06.5808527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-06-05T23:55:06.5810204Z 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:55:06.5811995Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-06-05T23:55:06.5814294Z 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:55:06.5817281Z 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:55:06.5819698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:55:06.5822096Z 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:55:06.5824455Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-06-05T23:55:06.5826591Z 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:55:06.5829536Z 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:55:06.5832498Z 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:55:06.5834724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:55:06.5837068Z 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:55:06.5840439Z 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:55:06.5843114Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:06.5845700Z 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:55:06.5849257Z 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:55:06.5852758Z 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:55:06.5855213Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:06.5857641Z 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:55:06.5860172Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:06.5862849Z 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:55:06.5866599Z 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:55:06.5870195Z 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:55:06.5872657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:55:06.5875187Z 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:55:06.5878477Z 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:55:06.5881937Z 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:55:06.5884291Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:55:06.5886611Z 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:55:06.5888835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-06-05T23:55:06.5890953Z 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:55:06.5893842Z 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:55:06.5895866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-06-05T23:55:06.5897858Z 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:55:06.5900655Z 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:55:06.5902665Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:55:06.5904845Z 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:55:06.5908051Z 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:55:06.5910917Z 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:55:06.5912922Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-06-05T23:55:06.5914874Z 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:55:06.5917622Z 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:55:06.5919643Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:55:06.5921954Z 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:55:06.5924141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-06-05T23:55:06.5926160Z 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:55:06.5928989Z 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:55:06.5931874Z 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:55:06.5935198Z 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:55:06.5938307Z 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:55:06.5940436Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:55:06.5942879Z 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:55:06.5946123Z 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:55:06.5949386Z 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:55:06.5952742Z 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:55:06.5956202Z 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:55:06.5958690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:55:06.5961022Z 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:55:06.5964400Z 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:55:06.5966714Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-06-05T23:55:06.5968845Z 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:55:06.5971977Z 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:55:06.5975325Z 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:55:06.5977508Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-06-05T23:55:06.5979050Z 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:55:06.5981210Z 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:55:06.5983396Z 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:55:06.5985593Z 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:55:06.5987848Z 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:55:06.5990098Z 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:55:06.5992396Z 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:55:06.5994621Z 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:55:06.5996899Z 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:55:06.5999109Z 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:55:06.6001478Z 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:55:06.6003988Z 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:55:06.6006409Z 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:55:06.6008666Z 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:55:06.6010911Z 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:55:06.6013190Z 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:55:06.6015449Z 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:55:06.6017674Z 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:55:06.6019829Z 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:55:06.6021993Z 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:55:06.6024149Z 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:55:06.6026291Z 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:55:06.6028442Z 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:55:06.6030575Z 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:55:06.6032239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-06-05T23:55:06.6034112Z 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:55:06.6036624Z 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:55:06.6039224Z 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:55:06.6041958Z 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:55:06.6044654Z 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:55:06.6047335Z 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:55:06.6049954Z 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:55:06.6052658Z 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:55:06.6055545Z 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:55:06.6057461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-06-05T23:55:06.6059457Z 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:55:06.6062376Z 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:55:06.6065242Z 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:55:06.6068205Z 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:55:06.6071180Z 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:55:06.6073950Z 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:55:06.6076658Z 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:55:06.6078525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-06-05T23:55:06.6080371Z 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:55:06.6083095Z 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:55:06.6085849Z 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:55:06.6088609Z 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:55:06.6091309Z 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:55:06.6093871Z 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:55:06.6095894Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:06.6098556Z 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:55:06.6102259Z 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:55:06.6106363Z 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:55:06.6110280Z 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:55:06.6114083Z 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:55:06.6116780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-06-05T23:55:06.6118968Z 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:55:06.6122212Z 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:55:06.6125595Z 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:55:06.6128748Z 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:55:06.6131898Z 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:55:06.6134874Z 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:55:06.6137789Z 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:55:06.6140839Z 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:55:06.6143868Z 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:55:06.6146802Z 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:55:06.6149810Z 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:55:06.6152838Z 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:55:06.6155815Z 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:55:06.6158875Z 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:55:06.6161986Z 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:55:06.6165057Z 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:55:06.6168076Z 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:55:06.6170960Z 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:55:06.6173945Z 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:55:06.6176882Z 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:55:06.6179060Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:55:06.6181349Z 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:55:06.6184627Z 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:55:06.6187046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:06.6189553Z 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:55:06.6193195Z 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:55:06.6196606Z 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:55:06.6198761Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-06-05T23:55:06.6200542Z 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:55:06.6203132Z 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:55:06.6205845Z 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:55:06.6208310Z 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:55:06.6210133Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-06-05T23:55:06.6211980Z 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:55:06.6214470Z 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:55:06.6216349Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-06-05T23:55:06.6218362Z 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:55:06.6220433Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:55:06.6222811Z 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:55:06.6225078Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-06-05T23:55:06.6227043Z 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:55:06.6229037Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:55:06.6231142Z 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:55:06.6234080Z 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:55:06.6236186Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:06.6238614Z 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:55:06.6241720Z 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:55:06.6244891Z 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:55:06.6247214Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:55:06.6249261Z 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:55:06.6252160Z 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:55:06.6254351Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:06.6256594Z 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:55:06.6258824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:55:06.6260948Z 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:55:06.6263904Z 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:55:06.6266023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:55:06.6268235Z 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:55:06.6271348Z 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:55:06.6274318Z 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:55:06.6276332Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-06-05T23:55:06.6278468Z 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:55:06.6280533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-06-05T23:55:06.6282286Z 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:55:06.6284682Z 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:55:06.6287095Z 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:55:06.6288840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-06-05T23:55:06.6290730Z 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:55:06.6292592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-06-05T23:55:06.6294447Z 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:55:06.6297041Z 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:55:06.6299733Z 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:55:06.6301617Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-06-05T23:55:06.6303690Z 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:55:06.6305987Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-06-05T23:55:06.6307730Z 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:55:06.6310425Z 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:55:06.6313206Z 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:55:06.6315890Z 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:55:06.6318699Z 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:55:06.6321538Z 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:55:06.6324358Z 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:55:06.6327259Z 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:55:06.6330169Z 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:55:06.6332911Z 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:55:06.6335767Z 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:55:06.6338648Z 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:55:06.6341411Z 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:55:06.6344246Z 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:55:06.6347166Z 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:55:06.6349928Z 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:55:06.6352672Z 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:55:06.6355415Z 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:55:06.6358080Z 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:55:06.6361044Z 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:55:06.6364010Z 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:55:06.6366982Z 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:55:06.6369792Z 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:55:06.6372735Z 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:55:06.6375730Z 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:55:06.6378785Z 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:55:06.6381660Z 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:55:06.6384533Z 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:55:06.6387410Z 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:55:06.6390085Z 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:55:06.6392755Z 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:55:06.6395440Z 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:55:06.6398182Z 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:55:06.6400158Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-06-05T23:55:06.6402031Z 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:55:06.6404568Z 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:55:06.6407310Z 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:55:06.6409169Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-06-05T23:55:06.6411138Z 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:55:06.6413979Z 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:55:06.6416872Z 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:55:06.6418863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-06-05T23:55:06.6420776Z 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:55:06.6423283Z 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:55:06.6425828Z 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:55:06.6428448Z 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:55:06.6431167Z 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:55:06.6433764Z 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:55:06.6435770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-06-05T23:55:06.6437773Z 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:55:06.6440353Z 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:55:06.6443211Z 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:55:06.6446105Z 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:55:06.6448763Z 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:55:06.6467837Z 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:55:06.6470428Z 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:55:06.6472924Z 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:55:06.6475475Z 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:55:06.6478071Z 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:55:06.6480839Z 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:55:06.6483603Z 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:55:06.6486117Z 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:55:06.6488837Z 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:55:06.6491669Z 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:55:06.6494534Z 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:55:06.6497333Z 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:55:06.6500104Z 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:55:06.6502677Z 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:55:06.6505515Z 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:55:06.6508092Z 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:55:06.6510834Z 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:55:06.6513585Z 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:55:06.6516241Z 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:55:06.6518916Z 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:55:06.6521750Z 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:55:06.6524591Z 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:55:06.6527172Z 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:55:06.6529665Z 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:55:06.6532153Z 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:55:06.6534717Z 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:55:06.6537297Z 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:55:06.6539856Z 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:55:06.6541756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-06-05T23:55:06.6543806Z 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:55:06.6546654Z 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:55:06.6549476Z 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:55:06.6552328Z 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:55:06.6554378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-06-05T23:55:06.6556557Z 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:55:06.6559459Z 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:55:06.6561110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-06-05T23:55:06.6562827Z 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:55:06.6564682Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-06-05T23:55:06.6566519Z 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:55:06.6568412Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-06-05T23:55:06.6569584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-06-05T23:55:06.6571669Z 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:55:06.6573669Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-06-05T23:55:06.6575460Z 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:55:06.6577893Z 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:55:06.6580224Z 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:55:06.6581935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-06-05T23:55:06.6582995Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-06-05T23:55:06.6584831Z 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:55:06.6587404Z 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:55:06.6590025Z 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:55:06.6592756Z 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:55:06.6595485Z 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:55:06.6598108Z 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:55:06.6600744Z 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:55:06.6603489Z 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:55:06.6606319Z 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:55:06.6609065Z 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:55:06.6611762Z 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:55:06.6614315Z 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:55:06.6616937Z 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:55:06.6619109Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-06-05T23:55:06.6621116Z 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:55:06.6623959Z 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:55:06.6627215Z 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:55:06.6630479Z 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:55:06.6633500Z 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:55:06.6636355Z 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:55:06.6639300Z 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:55:06.6642363Z 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:55:06.6645341Z 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:55:06.6648319Z 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:55:06.6651326Z 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:55:06.6654484Z 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:55:06.6657712Z 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:55:06.6660911Z 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:55:06.6663986Z 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:55:06.6667040Z 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:55:06.6670129Z 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:55:06.6673230Z 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:55:06.6676280Z 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:55:06.6679575Z 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:55:06.6682776Z 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:55:06.6685822Z 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:55:06.6689104Z 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:55:06.6692240Z 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:55:06.6695414Z 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:55:06.6698630Z 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:55:06.6701812Z 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:55:06.6704891Z 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:55:06.6708111Z 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:55:06.6711098Z 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:55:06.6714152Z 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:55:06.6717222Z 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:55:06.6720438Z 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:55:06.6723653Z 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:55:06.6726708Z 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:55:06.6729735Z 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:55:06.6732885Z 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:55:06.6736101Z 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:55:06.6739167Z 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:55:06.6742509Z 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:55:06.6745737Z 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:55:06.6748892Z 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:55:06.6752077Z 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:55:06.6755064Z 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:55:06.6758167Z 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:55:06.6761232Z 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:55:06.6764184Z 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:55:06.6767247Z 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:55:06.6770390Z 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:55:06.6773592Z 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:55:06.6776678Z 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:55:06.6779850Z 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:55:06.6783123Z 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:55:06.6785518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:55:06.6787806Z 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:55:06.6791159Z 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:55:06.6794596Z 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:55:06.6797951Z 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:55:06.6801322Z 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:55:06.6804893Z 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:55:06.6808506Z 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:55:06.6811910Z 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:55:06.6815451Z 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:55:06.6818828Z 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:55:06.6822270Z 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:55:06.6824725Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-06-05T23:55:06.6826826Z 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:55:06.6829849Z 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:55:06.6832847Z 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:55:06.6835765Z 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:55:06.6838682Z 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:55:06.6841649Z 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:55:06.6844668Z 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:55:06.6847661Z 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:55:06.6850661Z 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:55:06.6853589Z 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:55:06.6856560Z 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:55:06.6859601Z 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:55:06.6862669Z 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:55:06.6865653Z 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:55:06.6868727Z 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:55:06.6871667Z 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:55:06.6874596Z 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:55:06.6877605Z 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:55:06.6880522Z 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:55:06.6883471Z 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:55:06.6886381Z 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:55:06.6889313Z 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:55:06.6892273Z 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:55:06.6895314Z 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:55:06.6898314Z 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:55:06.6901290Z 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:55:06.6904225Z 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:55:06.6907325Z 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:55:06.6910288Z 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:55:06.6913331Z 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:55:06.6916337Z 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:55:06.6919364Z 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:55:06.6922492Z 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:55:06.6925545Z 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:55:06.6928528Z 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:55:06.6931727Z 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:55:06.6934664Z 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:55:06.6937574Z 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:55:06.6940651Z 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:55:06.6943598Z 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:55:06.6946547Z 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:55:06.6949525Z 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:55:06.6952604Z 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:55:06.6955740Z 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:55:06.6958904Z 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:55:06.6962319Z 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:55:06.6965418Z 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:55:06.6968370Z 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:55:06.6971586Z 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:55:06.6974730Z 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:55:06.6977804Z 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:55:06.6980842Z 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:55:06.6982992Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:55:06.6985116Z 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:55:06.6988114Z 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:55:06.6991279Z 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:55:06.6994683Z 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:55:06.6998001Z 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:55:06.7000265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/scripts 2025-06-05T23:55:06.7002607Z 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:55:06.7004747Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-06-05T23:55:06.7006859Z 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:55:06.7009589Z 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:55:06.7012424Z 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:55:06.7015260Z 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:55:06.7017291Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:55:06.7019543Z 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:55:06.7022762Z 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:55:06.7025964Z 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:55:06.7029113Z 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:55:06.7032277Z 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:55:06.7035467Z 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:55:06.7038718Z 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:55:06.7042081Z 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:55:06.7045368Z 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:55:06.7048825Z 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:55:06.7052181Z 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:55:06.7054376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-06-05T23:55:06.7056647Z 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:55:06.7060005Z 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:55:06.7063187Z 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:55:06.7066442Z 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:55:06.7069555Z 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:55:06.7072792Z 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:55:06.7076094Z 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:55:06.7079341Z 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:55:06.7082670Z 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:55:06.7085914Z 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:55:06.7089123Z 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:55:06.7091347Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:55:06.7093424Z 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:55:06.7096353Z 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:55:06.7099343Z 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:55:06.7102336Z 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:55:06.7105443Z 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:55:06.7108348Z 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:55:06.7111296Z 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:55:06.7114268Z 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:55:06.7117224Z 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:55:06.7120302Z 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:55:06.7123581Z 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:55:06.7126528Z 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:55:06.7129586Z 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:55:06.7132495Z 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:55:06.7135435Z 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:55:06.7138511Z 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:55:06.7141523Z 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:55:06.7144509Z 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:55:06.7147507Z 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:55:06.7150509Z 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:55:06.7153667Z 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:55:06.7156729Z 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:55:06.7159754Z 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:55:06.7162861Z 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:55:06.7165760Z 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:55:06.7168650Z 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:55:06.7171580Z 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:55:06.7174525Z 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:55:06.7177451Z 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:55:06.7180379Z 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:55:06.7183301Z 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:55:06.7186345Z 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:55:06.7189354Z 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:55:06.7192418Z 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:55:06.7195391Z 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:55:06.7198501Z 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:55:06.7201543Z 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:55:06.7204663Z 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:55:06.7207787Z 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:55:06.7210718Z 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:55:06.7213879Z 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:55:06.7216988Z 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:55:06.7219925Z 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:55:06.7222918Z 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:55:06.7225969Z 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:55:06.7229000Z 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:55:06.7231964Z 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:55:06.7234883Z 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:55:06.7237872Z 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:55:06.7240910Z 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:55:06.7243981Z 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:55:06.7247194Z 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:55:06.7250165Z 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:55:06.7253041Z 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:55:06.7256108Z 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:55:06.7259010Z 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:55:06.7261899Z 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:55:06.7264903Z 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:55:06.7267876Z 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:55:06.7270841Z 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:55:06.7273849Z 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:55:06.7276839Z 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:55:06.7279808Z 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:55:06.7282861Z 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:55:06.7285929Z 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:55:06.7288973Z 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:55:06.7291947Z 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:55:06.7294933Z 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:55:06.7297898Z 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:55:06.7300978Z 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:55:06.7304084Z 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:55:06.7307312Z 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:55:06.7310436Z 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:55:06.7313344Z 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:55:06.7316326Z 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:55:06.7319496Z 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:55:06.7322474Z 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:55:06.7325440Z 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:55:06.7328437Z 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:55:06.7331325Z 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:55:06.7334254Z 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:55:06.7337245Z 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:55:06.7340182Z 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:55:06.7343194Z 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:55:06.7346363Z 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:55:06.7349596Z 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:55:06.7352671Z 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:55:06.7355565Z 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:55:06.7358532Z 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:55:06.7361519Z 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:55:06.7363726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:55:06.7366095Z 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:55:06.7369408Z 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:55:06.7372815Z 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:55:06.7376414Z 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:55:06.7379836Z 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:55:06.7383328Z 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:55:06.7386799Z 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:55:06.7390323Z 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:55:06.7393713Z 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:55:06.7397299Z 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:55:06.7400821Z 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:55:06.7404421Z 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:55:06.7408031Z 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:55:06.7411331Z 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:55:06.7414619Z 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:55:06.7418013Z 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:55:06.7421515Z 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:55:06.7425034Z 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:55:06.7428415Z 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:55:06.7431783Z 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:55:06.7435081Z 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:55:06.7438646Z 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:55:06.7441109Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:55:06.7443617Z 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:55:06.7446189Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:55:06.7448345Z 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:55:06.7451519Z 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:55:06.7454740Z 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:55:06.7457902Z 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:55:06.7460147Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:55:06.7462388Z 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:55:06.7464547Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-06-05T23:55:06.7466635Z 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:55:06.7468793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-06-05T23:55:06.7470300Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:06.7473026Z 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:55:06.7475840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:55:06.7477788Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:06.7481050Z 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:55:06.7485771Z 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:55:06.7489135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:06.7492580Z 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:55:06.7497251Z 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:55:06.7501794Z 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:55:06.7506442Z 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:55:06.7510968Z 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:55:06.7515674Z 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:55:06.7520174Z 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:55:06.7524645Z 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:55:06.7529004Z 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:55:06.7533597Z 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:55:06.7538267Z 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:55:06.7542750Z 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:55:06.7547245Z 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:55:06.7551575Z 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:55:06.7555894Z 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:55:06.7560368Z 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:55:06.7564918Z 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:55:06.7569429Z 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:55:06.7574178Z 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:55:06.7578716Z 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:55:06.7583301Z 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:55:06.7587738Z 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:55:06.7592266Z 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:55:06.7596732Z 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:55:06.7601231Z 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:55:06.7605907Z 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:55:06.7610279Z 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:55:06.7614688Z 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:55:06.7619079Z 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:55:06.7623552Z 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:55:06.7628217Z 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:55:06.7632732Z 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:55:06.7637167Z 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:55:06.7641603Z 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:55:06.7644937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:55:06.7646814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:06.7650056Z 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:55:06.7653525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:06.7656869Z 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:55:06.7660126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:55:06.7662219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:06.7665757Z 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:55:06.7669373Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:06.7673069Z 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:55:06.7676898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:06.7681037Z 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:55:06.7685145Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:06.7689021Z 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:55:06.7694264Z 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:55:06.7698144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:06.7702103Z 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:55:06.7706190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:06.7710422Z 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:55:06.7714459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:06.7718440Z 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:55:06.7722632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:06.7726509Z 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:55:06.7730451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:06.7734434Z 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:55:06.7738415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:06.7742436Z 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:55:06.7746484Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:06.7750533Z 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:55:06.7754565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:06.7758497Z 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:55:06.7762488Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:06.7766435Z 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:55:06.7770375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:06.7774309Z 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:55:06.7778234Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:06.7782235Z 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:55:06.7787537Z 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:55:06.7792887Z 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:55:06.7798180Z 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:55:06.7802178Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:06.7806272Z 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:55:06.7810255Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:06.7814255Z 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:55:06.7818213Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:06.7822119Z 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:55:06.7826057Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:06.7830030Z 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:55:06.7833955Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:06.7837649Z 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:55:06.7842769Z 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:55:06.7846577Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:06.7850886Z 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:55:06.7856480Z 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:55:06.7862283Z 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:55:06.7867945Z 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:55:06.7873577Z 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:55:06.7879282Z 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:55:06.7885133Z 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:55:06.7890827Z 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:55:06.7896448Z 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:55:06.7902034Z 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:55:06.7906437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:06.7911091Z 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:55:06.7917448Z 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:55:06.7923867Z 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:55:06.7930010Z 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:55:06.7936318Z 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:55:06.7942507Z 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:55:06.7948669Z 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:55:06.7954817Z 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:55:06.7961012Z 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:55:06.7967283Z 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:55:06.7973506Z 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:55:06.7979662Z 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:55:06.7985759Z 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:55:06.7991355Z 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:55:06.7995078Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:06.7999054Z 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:55:06.8004361Z 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:55:06.8008443Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:06.8012337Z 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:55:06.8017653Z 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:55:06.8022952Z 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:55:06.8028188Z 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:55:06.8033505Z 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:55:06.8037433Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:06.8041280Z 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:55:06.8046635Z 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:55:06.8051777Z 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:55:06.8055519Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:06.8059635Z 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:55:06.8065254Z 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:55:06.8070845Z 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:55:06.8074848Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:06.8079203Z 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:55:06.8084964Z 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:55:06.8090858Z 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:55:06.8096921Z 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:55:06.8102875Z 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:55:06.8108867Z 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:55:06.8114661Z 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:55:06.8120394Z 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:55:06.8126224Z 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:55:06.8132049Z 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:55:06.8137850Z 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:55:06.8143782Z 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:55:06.8149532Z 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:55:06.8155501Z 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:55:06.8161653Z 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:55:06.8167707Z 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:55:06.8173441Z 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:55:06.8179439Z 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:55:06.8185497Z 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:55:06.8191306Z 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:55:06.8196971Z 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:55:06.8202834Z 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:55:06.8207458Z 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:55:06.8212056Z 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:55:06.8218497Z 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:55:06.8225026Z 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:55:06.8231429Z 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:55:06.8237986Z 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:55:06.8244598Z 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:55:06.8250863Z 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:55:06.8255337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:06.8259597Z 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:55:06.8265346Z 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:55:06.8269558Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:06.8273948Z 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:55:06.8279944Z 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:55:06.8286013Z 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:55:06.8290397Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:06.8294371Z 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:55:06.8299950Z 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:55:06.8305569Z 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:55:06.8310993Z 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:55:06.8316341Z 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:55:06.8321694Z 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:55:06.8327138Z 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:55:06.8332564Z 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:55:06.8337853Z 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:55:06.8341982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:06.8345982Z 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:55:06.8351486Z 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:55:06.8356981Z 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:55:06.8361274Z 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:55:06.8365469Z 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:55:06.8371287Z 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:55:06.8375388Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:06.8379236Z 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:55:06.8383210Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:06.8387540Z 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:55:06.8393425Z 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:55:06.8399193Z 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:55:06.8403357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:06.8407406Z 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:55:06.8412832Z 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:55:06.8416967Z 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:55:06.8421495Z 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:55:06.8426109Z 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:55:06.8430836Z 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:55:06.8437023Z 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:55:06.8443519Z 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:55:06.8447911Z 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:55:06.8452109Z 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:55:06.8457976Z 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:55:06.8462321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:06.8465119Z 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:55:06.8469759Z 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:55:06.8476011Z 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:55:06.8482373Z 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:55:06.8488581Z 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:55:06.8493228Z 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:55:06.8498260Z 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:55:06.8505651Z 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:55:06.8512687Z 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:55:06.8519627Z 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:55:06.8526451Z 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:55:06.8531231Z 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:55:06.8535772Z 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:55:06.8541929Z 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:55:06.8547911Z 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:55:06.8553768Z 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:55:06.8559319Z 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:55:06.8564628Z 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:55:06.8569787Z 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:55:06.8575169Z 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:55:06.8580402Z 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:55:06.8585731Z 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:55:06.8590890Z 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:55:06.8596070Z 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:55:06.8601259Z 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:55:06.8606678Z 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:55:06.8611832Z 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:55:06.8617064Z 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:55:06.8622367Z 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:55:06.8627572Z 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:55:06.8632823Z 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:55:06.8638136Z 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:55:06.8643522Z 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:55:06.8648967Z 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:55:06.8654060Z 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:55:06.8659381Z 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:55:06.8664726Z 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:55:06.8670086Z 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:55:06.8675351Z 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:55:06.8679189Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:06.8683199Z 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:55:06.8687271Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:06.8691475Z 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:55:06.8697156Z 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:55:06.8701338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:06.8705718Z 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:55:06.8711493Z 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:55:06.8715700Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:06.8720039Z 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:55:06.8725737Z 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:55:06.8730051Z 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:55:06.8734360Z 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:55:06.8740224Z 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:55:06.8744458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:06.8748536Z 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:55:06.8752682Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:06.8756872Z 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:55:06.8761060Z 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:55:06.8765383Z 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:55:06.8771185Z 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:55:06.8776918Z 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:55:06.8782656Z 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:55:06.8786942Z 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:55:06.8791632Z 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:55:06.8797950Z 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:55:06.8804250Z 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:55:06.8808830Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:06.8812889Z 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:55:06.8818527Z 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:55:06.8824217Z 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:55:06.8829984Z 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:55:06.8835736Z 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:55:06.8841501Z 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:55:06.8847348Z 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:55:06.8853092Z 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:55:06.8859091Z 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:55:06.8864971Z 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:55:06.8870987Z 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:55:06.8876866Z 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:55:06.8881129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:06.8885365Z 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:55:06.8889465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:55:06.8891978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:55:06.8894815Z 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:55:06.8899703Z 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:55:06.8906534Z 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:55:06.8911277Z 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:55:06.8914256Z 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:55:06.8919247Z 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:55:06.8923903Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:55:06.8926281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:06.8930388Z 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:55:06.8934333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:55:06.8936945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:55:06.8939841Z 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:55:06.8944315Z 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:55:06.8950420Z 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:55:06.8954964Z 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:55:06.8959769Z 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:55:06.8966451Z 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:55:06.8972961Z 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:55:06.8979445Z 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:55:06.8985483Z 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:55:06.8989495Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:55:06.8992095Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:06.8996323Z 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:55:06.9000384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:55:06.9002984Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:55:06.9005596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:55:06.9008189Z 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:55:06.9011047Z 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:55:06.9015583Z 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:55:06.9021815Z 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:55:06.9027792Z 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:55:06.9032191Z 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:55:06.9036854Z 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:55:06.9043236Z 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:55:06.9049728Z 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:55:06.9056427Z 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:55:06.9063008Z 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:55:06.9069503Z 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:55:06.9076044Z 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:55:06.9082455Z 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:55:06.9088955Z 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:55:06.9095417Z 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:55:06.9101810Z 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:55:06.9108319Z 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:55:06.9114691Z 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:55:06.9121134Z 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:55:06.9127988Z 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:55:06.9134568Z 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:55:06.9140872Z 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:55:06.9147515Z 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:55:06.9154393Z 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:55:06.9160775Z 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:55:06.9167278Z 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:55:06.9173688Z 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:55:06.9178611Z 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:55:06.9183660Z 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:55:06.9190564Z 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:55:06.9197673Z 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:55:06.9204797Z 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:55:06.9212171Z 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:55:06.9219369Z 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:55:06.9226468Z 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:55:06.9231417Z 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:55:06.9236092Z 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:55:06.9242685Z 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:55:06.9247300Z 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:55:06.9251911Z 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:55:06.9258228Z 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:55:06.9264531Z 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:55:06.9270778Z 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:55:06.9275389Z 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:55:06.9280456Z 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:55:06.9287512Z 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:55:06.9294521Z 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:55:06.9301647Z 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:55:06.9308622Z 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:55:06.9313561Z 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:55:06.9318110Z 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:55:06.9324304Z 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:55:06.9328850Z 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:55:06.9333616Z 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:55:06.9340076Z 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:55:06.9346436Z 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:55:06.9351057Z 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:55:06.9355622Z 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:55:06.9361180Z 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:55:06.9364835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:06.9368637Z 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:55:06.9373790Z 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:55:06.9377739Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:06.9381627Z 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:55:06.9387060Z 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:55:06.9392355Z 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:55:06.9396268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:06.9400220Z 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:55:06.9404157Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:06.9408042Z 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:55:06.9411817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:55:06.9414262Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:55:06.9416787Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:55:06.9419410Z 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:55:06.9422117Z 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:55:06.9426431Z 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:55:06.9430616Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:55:06.9433131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:55:06.9435828Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:06.9440203Z 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:55:06.9444722Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:55:06.9447228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:06.9451239Z 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:55:06.9456816Z 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:55:06.9460454Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:06.9463411Z 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:55:06.9463916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa 2025-06-05T23:55:06.9464439Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:06.9465881Z 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:55:06.9467303Z 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:55:06.9467788Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-06-05T23:55:06.9469110Z 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:55:06.9470512Z 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:55:06.9471861Z 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:55:06.9473217Z 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:55:06.9474038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:06.9475958Z 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:55:06.9478023Z 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:55:06.9478688Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-06-05T23:55:06.9480390Z 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:55:06.9482038Z 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:55:06.9483778Z 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:55:06.9485397Z 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:55:06.9487126Z 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:55:06.9488714Z 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:55:06.9490305Z 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:55:06.9491923Z 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:55:06.9493475Z 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:55:06.9495062Z 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:55:06.9495555Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-06-05T23:55:06.9496773Z 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:55:06.9498141Z 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:55:06.9499430Z 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:55:06.9499983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:55:06.9501360Z 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:55:06.9503046Z 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:55:06.9503611Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:55:06.9505246Z 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:55:06.9506760Z 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:55:06.9508230Z 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:55:06.9509771Z 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:55:06.9510210Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp 2025-06-05T23:55:06.9511530Z 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:55:06.9513011Z 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:55:06.9514265Z 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:55:06.9515453Z 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:55:06.9516124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:55:06.9517673Z 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:55:06.9519222Z 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:55:06.9520774Z 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:55:06.9521274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend 2025-06-05T23:55:06.9522709Z 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:55:06.9524199Z 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:55:06.9525678Z 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:55:06.9527142Z 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:55:06.9527680Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:55:06.9529179Z 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:55:06.9530712Z 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:55:06.9532060Z 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:55:06.9533551Z 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:55:06.9534187Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:06.9535766Z 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:55:06.9537458Z 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:55:06.9539226Z 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:55:06.9540885Z 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:55:06.9541749Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:06.9543521Z 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:55:06.9545596Z 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:55:06.9547449Z 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:55:06.9549495Z 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:55:06.9550263Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:06.9552093Z 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:55:06.9554070Z 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:55:06.9555936Z 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:55:06.9557886Z 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:55:06.9558717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:06.9560622Z 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:55:06.9561603Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:06.9563886Z 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:55:06.9566231Z 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:55:06.9568609Z 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:55:06.9571036Z 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:55:06.9573566Z 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:55:06.9575928Z 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:55:06.9578327Z 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:55:06.9580740Z 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:55:06.9583160Z 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:55:06.9585575Z 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:55:06.9587909Z 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:55:06.9590270Z 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:55:06.9592645Z 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:55:06.9593522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:06.9595617Z 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:55:06.9597802Z 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:55:06.9599955Z 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:55:06.9602308Z 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:55:06.9602903Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:06.9604308Z 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:55:06.9604967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:06.9607001Z 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:55:06.9608699Z 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:55:06.9610761Z 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:55:06.9612483Z 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:55:06.9614189Z 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:55:06.9615930Z 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:55:06.9617655Z 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:55:06.9619551Z 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:55:06.9621370Z 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:55:06.9623242Z 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:55:06.9625306Z 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:55:06.9627353Z 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:55:06.9629118Z 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:55:06.9630938Z 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:55:06.9632764Z 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:55:06.9634560Z 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:55:06.9636188Z 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:55:06.9637968Z 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:55:06.9639866Z 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:55:06.9641642Z 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:55:06.9643568Z 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:55:06.9645293Z 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:55:06.9647005Z 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:55:06.9648757Z 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:55:06.9650672Z 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:55:06.9652533Z 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:55:06.9654281Z 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:55:06.9656022Z 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:55:06.9657715Z 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:55:06.9659479Z 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:55:06.9661329Z 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:55:06.9663146Z 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:55:06.9664923Z 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:55:06.9666757Z 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:55:06.9668657Z 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:55:06.9695514Z 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:55:06.9697428Z 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:55:06.9699244Z 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:55:06.9700995Z 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:55:06.9702790Z 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:55:06.9704749Z 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:55:06.9706899Z 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:55:06.9708634Z 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:55:06.9710366Z 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:55:06.9712171Z 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:55:06.9713969Z 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:55:06.9715698Z 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:55:06.9717479Z 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:55:06.9719277Z 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:55:06.9721179Z 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:55:06.9723336Z 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:55:06.9725128Z 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:55:06.9726874Z 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:55:06.9728574Z 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:55:06.9730613Z 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:55:06.9732372Z 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:55:06.9734177Z 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:55:06.9736201Z 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:55:06.9738084Z 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:55:06.9739882Z 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:55:06.9741722Z 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:55:06.9743385Z 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:55:06.9745112Z 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:55:06.9746854Z 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:55:06.9748700Z 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:55:06.9750517Z 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:55:06.9752278Z 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:55:06.9753990Z 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:55:06.9755813Z 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:55:06.9757599Z 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:55:06.9759327Z 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:55:06.9761385Z 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:55:06.9763381Z 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:55:06.9765185Z 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:55:06.9766990Z 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:55:06.9768888Z 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:55:06.9770720Z 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:55:06.9772573Z 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:55:06.9774453Z 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:55:06.9776119Z 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:55:06.9777862Z 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:55:06.9779656Z 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:55:06.9781294Z 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:55:06.9782985Z 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:55:06.9784689Z 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:55:06.9786631Z 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:55:06.9788582Z 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:55:06.9790371Z 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:55:06.9792122Z 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:55:06.9793809Z 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:55:06.9795529Z 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:55:06.9797361Z 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:55:06.9799062Z 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:55:06.9800911Z 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:55:06.9802640Z 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:55:06.9804392Z 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:55:06.9806272Z 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:55:06.9808097Z 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:55:06.9810015Z 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:55:06.9811799Z 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:55:06.9813527Z 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:55:06.9815284Z 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:55:06.9817222Z 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:55:06.9818935Z 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:55:06.9820775Z 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:55:06.9822622Z 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:55:06.9824482Z 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:55:06.9826257Z 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:55:06.9828017Z 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:55:06.9830064Z 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:55:06.9832046Z 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:55:06.9834080Z 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:55:06.9835845Z 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:55:06.9837584Z 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:55:06.9839409Z 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:55:06.9841140Z 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:55:06.9843197Z 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:55:06.9844981Z 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:55:06.9846781Z 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:55:06.9848539Z 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:55:06.9850319Z 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:55:06.9852236Z 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:55:06.9853951Z 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:55:06.9855662Z 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:55:06.9857387Z 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:55:06.9859198Z 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:55:06.9860927Z 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:55:06.9862832Z 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:55:06.9864698Z 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:55:06.9866628Z 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:55:06.9868438Z 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:55:06.9870292Z 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:55:06.9872150Z 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:55:06.9873899Z 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:55:06.9875650Z 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:55:06.9877398Z 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:55:06.9879329Z 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:55:06.9881087Z 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:55:06.9883212Z 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:55:06.9885129Z 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:55:06.9887105Z 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:55:06.9889029Z 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:55:06.9890997Z 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:55:06.9892970Z 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:55:06.9894922Z 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:55:06.9896999Z 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:55:06.9898993Z 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:55:06.9900995Z 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:55:06.9902840Z 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:55:06.9904711Z 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:55:06.9906793Z 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:55:06.9908669Z 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:55:06.9910670Z 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:55:06.9912692Z 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:55:06.9914610Z 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:55:06.9916489Z 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:55:06.9918347Z 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:55:06.9920301Z 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:55:06.9922269Z 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:55:06.9924095Z 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:55:06.9925770Z 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:55:06.9927457Z 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:55:06.9929114Z 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:55:06.9931020Z 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:55:06.9932717Z 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:55:06.9934558Z 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:55:06.9936291Z 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:55:06.9938149Z 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:55:06.9939954Z 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:55:06.9941685Z 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:55:06.9943354Z 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:55:06.9945422Z 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:55:06.9947161Z 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:55:06.9948911Z 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:55:06.9950862Z 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:55:06.9952800Z 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:55:06.9954773Z 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:55:06.9956706Z 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:55:06.9958494Z 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:55:06.9960270Z 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:55:06.9962070Z 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:55:06.9963940Z 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:55:06.9965752Z 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:55:06.9967446Z 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:55:06.9968172Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:06.9969855Z 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:55:06.9971620Z 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:55:06.9972536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:06.9974578Z 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:55:06.9976670Z 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:55:06.9978782Z 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:55:06.9980866Z 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:55:06.9983018Z 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:55:06.9985128Z 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:55:06.9987335Z 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:55:06.9989521Z 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:55:06.9991872Z 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:55:06.9994200Z 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:55:06.9996518Z 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:55:06.9998707Z 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:55:07.0000944Z 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:55:07.0003242Z 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:55:07.0005528Z 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:55:07.0007685Z 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:55:07.0009792Z 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:55:07.0012016Z 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:55:07.0014242Z 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:55:07.0016432Z 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:55:07.0018547Z 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:55:07.0020678Z 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:55:07.0022791Z 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:55:07.0024939Z 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:55:07.0027157Z 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:55:07.0029490Z 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:55:07.0031614Z 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:55:07.0033875Z 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:55:07.0036074Z 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:55:07.0038215Z 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:55:07.0040393Z 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:55:07.0042657Z 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:55:07.0044820Z 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:55:07.0046941Z 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:55:07.0049114Z 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:55:07.0051303Z 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:55:07.0053489Z 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:55:07.0055647Z 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:55:07.0057772Z 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:55:07.0059855Z 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:55:07.0062177Z 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:55:07.0064326Z 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:55:07.0066535Z 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:55:07.0068694Z 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:55:07.0070859Z 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:55:07.0072972Z 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:55:07.0075165Z 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:55:07.0077275Z 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:55:07.0079431Z 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:55:07.0081557Z 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:55:07.0083737Z 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:55:07.0085860Z 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:55:07.0087949Z 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:55:07.0090125Z 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:55:07.0092233Z 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:55:07.0094518Z 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:55:07.0096678Z 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:55:07.0098949Z 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:55:07.0101103Z 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:55:07.0103316Z 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:55:07.0105760Z 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:55:07.0107992Z 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:55:07.0110141Z 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:55:07.0112306Z 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:55:07.0114389Z 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:55:07.0116491Z 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:55:07.0118619Z 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:55:07.0120756Z 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:55:07.0123055Z 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:55:07.0125186Z 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:55:07.0127504Z 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:55:07.0129647Z 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:55:07.0132032Z 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:55:07.0134169Z 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:55:07.0136382Z 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:55:07.0138469Z 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:55:07.0140582Z 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:55:07.0142690Z 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:55:07.0144898Z 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:55:07.0147077Z 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:55:07.0149439Z 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:55:07.0151826Z 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:55:07.0152712Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:07.0154887Z 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:55:07.0155675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:07.0157465Z 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:55:07.0159392Z 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:55:07.0161231Z 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:55:07.0162006Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:07.0163849Z 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:55:07.0165620Z 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:55:07.0167408Z 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:55:07.0169164Z 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:55:07.0170962Z 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:55:07.0172703Z 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:55:07.0173606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:07.0175626Z 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:55:07.0177779Z 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:55:07.0180131Z 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:55:07.0182334Z 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:55:07.0184588Z 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:55:07.0186915Z 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:55:07.0189185Z 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:55:07.0191496Z 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:55:07.0193683Z 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:55:07.0196212Z 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:55:07.0198392Z 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:55:07.0200620Z 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:55:07.0202912Z 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:55:07.0205318Z 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:55:07.0207592Z 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:55:07.0210084Z 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:55:07.0210604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:55:07.0212123Z 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:55:07.0213503Z 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:55:07.0214865Z 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:55:07.0215372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests 2025-06-05T23:55:07.0216807Z 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:55:07.0218116Z 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:55:07.0219614Z 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:55:07.0220899Z 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:55:07.0222293Z 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:55:07.0223858Z 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:55:07.0225376Z 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:55:07.0226934Z 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:55:07.0228354Z 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:55:07.0229789Z 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:55:07.0231129Z 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:55:07.0231652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:55:07.0232225Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:55:07.0232996Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:07.0235035Z 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:55:07.0237100Z 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:55:07.0239088Z 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:55:07.0241093Z 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:55:07.0243189Z 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:55:07.0245241Z 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:55:07.0247234Z 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:55:07.0249244Z 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:55:07.0251276Z 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:55:07.0251760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino 2025-06-05T23:55:07.0253135Z 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:55:07.0254473Z 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:55:07.0255766Z 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:55:07.0256447Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:55:07.0257894Z 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:55:07.0259430Z 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:55:07.0259950Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests 2025-06-05T23:55:07.0261393Z 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:55:07.0261967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:55:07.0263655Z 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:55:07.0264220Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:55:07.0265819Z 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:55:07.0267295Z 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:55:07.0268790Z 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:55:07.0270298Z 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:55:07.0271857Z 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:55:07.0273418Z 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:55:07.0274888Z 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:55:07.0276440Z 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:55:07.0277957Z 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:55:07.0279479Z 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:55:07.0280984Z 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:55:07.0281470Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-06-05T23:55:07.0283030Z 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:55:07.0283574Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:55:07.0284955Z 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:55:07.0286664Z 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:55:07.0288175Z 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:55:07.0289650Z 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:55:07.0291132Z 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:55:07.0292585Z 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:55:07.0294089Z 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:55:07.0295636Z 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:55:07.0297142Z 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:55:07.0298581Z 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:55:07.0300089Z 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:55:07.0301564Z 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:55:07.0302989Z 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:55:07.0304609Z 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:55:07.0306233Z 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:55:07.0307684Z 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:55:07.0309302Z 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:55:07.0310819Z 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:55:07.0312375Z 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:55:07.0313910Z 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:55:07.0315646Z 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:55:07.0317041Z 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:55:07.0318472Z 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:55:07.0319983Z 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:55:07.0321486Z 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:55:07.0323138Z 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:55:07.0324604Z 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:55:07.0326227Z 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:55:07.0327716Z 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:55:07.0329216Z 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:55:07.0330707Z 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:55:07.0332208Z 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:55:07.0333704Z 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:55:07.0335246Z 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:55:07.0336739Z 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:55:07.0338170Z 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:55:07.0339532Z 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:55:07.0340088Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:55:07.0341669Z 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:55:07.0343191Z 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:55:07.0344691Z 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:55:07.0346272Z 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:55:07.0347699Z 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:55:07.0349144Z 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:55:07.0350563Z 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:55:07.0352034Z 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:55:07.0353496Z 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:55:07.0354967Z 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:55:07.0356459Z 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:55:07.0357890Z 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:55:07.0359316Z 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:55:07.0360742Z 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:55:07.0362285Z 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:55:07.0363734Z 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:55:07.0365155Z 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:55:07.0366639Z 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:55:07.0368131Z 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:55:07.0369635Z 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:55:07.0371221Z 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:55:07.0372629Z 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:55:07.0374212Z 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:55:07.0375651Z 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:55:07.0377073Z 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:55:07.0378532Z 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:55:07.0379992Z 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:55:07.0381474Z 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:55:07.0382936Z 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:55:07.0384345Z 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:55:07.0385795Z 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:55:07.0387282Z 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:55:07.0388705Z 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:55:07.0390226Z 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:55:07.0391715Z 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:55:07.0393195Z 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:55:07.0394653Z 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:55:07.0396129Z 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:55:07.0397644Z 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:55:07.0399138Z 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:55:07.0400715Z 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:55:07.0402213Z 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:55:07.0403765Z 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:55:07.0405496Z 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:55:07.0406975Z 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:55:07.0408426Z 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:55:07.0409886Z 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:55:07.0411305Z 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:55:07.0412817Z 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:55:07.0414272Z 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:55:07.0415690Z 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:55:07.0417138Z 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:55:07.0418556Z 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:55:07.0419961Z 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:55:07.0421392Z 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:55:07.0422819Z 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:55:07.0424237Z 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:55:07.0425691Z 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:55:07.0427176Z 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:55:07.0428603Z 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:55:07.0430260Z 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:55:07.0431744Z 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:55:07.0433198Z 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:55:07.0434815Z 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:55:07.0436275Z 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:55:07.0437778Z 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:55:07.0439276Z 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:55:07.0440752Z 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:55:07.0442256Z 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:55:07.0443733Z 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:55:07.0445252Z 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:55:07.0446702Z 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:55:07.0448228Z 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:55:07.0449799Z 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:55:07.0451223Z 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:55:07.0452696Z 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:55:07.0454168Z 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:55:07.0455590Z 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:55:07.0457075Z 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:55:07.0458533Z 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:55:07.0460084Z 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:55:07.0461502Z 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:55:07.0463015Z 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:55:07.0464598Z 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:55:07.0466083Z 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:55:07.0467688Z 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:55:07.0469286Z 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:55:07.0470750Z 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:55:07.0472256Z 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:55:07.0473711Z 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:55:07.0474272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:55:07.0475718Z 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:55:07.0476272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:55:07.0477819Z 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:55:07.0479386Z 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:55:07.0480837Z 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:55:07.0481423Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:07.0483009Z 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:55:07.0484609Z 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:55:07.0486130Z 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:55:07.0487640Z 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:55:07.0488322Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:07.0490321Z 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:55:07.0492189Z 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:55:07.0492928Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:55:07.0494484Z 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:55:07.0496138Z 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:55:07.0497809Z 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:55:07.0498330Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:55:07.0499711Z 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:55:07.0501211Z 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:55:07.0502564Z 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:55:07.0503096Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:55:07.0504516Z 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:55:07.0506086Z 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:55:07.0506598Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:55:07.0507136Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:07.0508504Z 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:55:07.0508994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-06-05T23:55:07.0510294Z 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:55:07.0511697Z 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:55:07.0513088Z 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:55:07.0514501Z 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:55:07.0516027Z 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:55:07.0517459Z 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:55:07.0519093Z 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:55:07.0520465Z 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:55:07.0521995Z 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:55:07.0523369Z 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:55:07.0524743Z 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:55:07.0526137Z 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:55:07.0527645Z 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:55:07.0528929Z 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:55:07.0530435Z 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:55:07.0530971Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-06-05T23:55:07.0532672Z 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:55:07.0534343Z 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:55:07.0535850Z 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:55:07.0536311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-06-05T23:55:07.0537519Z 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:55:07.0538777Z 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:55:07.0540038Z 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:55:07.0541204Z 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:55:07.0542538Z 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:55:07.0543047Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:55:07.0544388Z 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:55:07.0545814Z 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:55:07.0547407Z 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:55:07.0548960Z 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:55:07.0550451Z 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:55:07.0551963Z 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:55:07.0553438Z 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:55:07.0554961Z 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:55:07.0556399Z 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:55:07.0556988Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:55:07.0558576Z 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:55:07.0559139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:55:07.0560659Z 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:55:07.0561189Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:55:07.0562682Z 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:55:07.0563286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:55:07.0563893Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:55:07.0564563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:07.0566403Z 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:55:07.0568310Z 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:55:07.0570157Z 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:55:07.0571899Z 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:55:07.0573653Z 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:55:07.0575572Z 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:55:07.0577329Z 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:55:07.0579308Z 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:55:07.0581283Z 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:55:07.0583077Z 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:55:07.0584820Z 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:55:07.0586547Z 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:55:07.0588297Z 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:55:07.0590064Z 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:55:07.0591930Z 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:55:07.0593855Z 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:55:07.0595781Z 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:55:07.0597674Z 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:55:07.0599455Z 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:55:07.0601249Z 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:55:07.0603149Z 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:55:07.0605312Z 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:55:07.0607163Z 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:55:07.0609124Z 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:55:07.0611021Z 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:55:07.0612985Z 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:55:07.0614705Z 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:55:07.0616413Z 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:55:07.0618199Z 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:55:07.0620011Z 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:55:07.0621815Z 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:55:07.0623683Z 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:55:07.0625499Z 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:55:07.0627289Z 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:55:07.0629133Z 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:55:07.0630966Z 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:55:07.0632812Z 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:55:07.0634676Z 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:55:07.0636460Z 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:55:07.0638291Z 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:55:07.0640420Z 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:55:07.0642321Z 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:55:07.0644210Z 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:55:07.0645889Z 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:55:07.0648023Z 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:55:07.0649818Z 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:55:07.0651627Z 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:55:07.0653406Z 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:55:07.0655157Z 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:55:07.0656897Z 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:55:07.0658721Z 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:55:07.0660592Z 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:55:07.0662441Z 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:55:07.0664411Z 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:55:07.0666178Z 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:55:07.0667887Z 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:55:07.0669737Z 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:55:07.0671579Z 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:55:07.0673450Z 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:55:07.0675257Z 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:55:07.0677134Z 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:55:07.0678956Z 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:55:07.0680678Z 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:55:07.0682478Z 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:55:07.0683102Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:55:07.0684745Z 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:55:07.0686374Z 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:55:07.0688077Z 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:55:07.0689626Z 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:55:07.0690113Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-06-05T23:55:07.0691584Z 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:55:07.0693003Z 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:55:07.0694506Z 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:55:07.0695968Z 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:55:07.0696536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:07.0698013Z 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:55:07.0699603Z 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:55:07.0701281Z 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:55:07.0702089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:07.0703690Z 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:55:07.0705525Z 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:55:07.0707413Z 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:55:07.0709116Z 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:55:07.0710790Z 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:55:07.0712409Z 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:55:07.0712960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:07.0714430Z 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:55:07.0716039Z 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:55:07.0717676Z 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:55:07.0718254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:55:07.0718853Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:07.0720437Z 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:55:07.0721165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:55:07.0722092Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:07.0724156Z 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:55:07.0726193Z 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:55:07.0728229Z 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:55:07.0730228Z 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:55:07.0732367Z 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:55:07.0734264Z 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:55:07.0736307Z 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:55:07.0737439Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:07.0739591Z 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:55:07.0740419Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:55:07.0741304Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:55:07.0742314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:07.0744883Z 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:55:07.0745407Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:55:07.0745974Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:55:07.0746599Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:07.0748331Z 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:55:07.0750082Z 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:55:07.0751743Z 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:55:07.0753449Z 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:55:07.0755263Z 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:55:07.0756946Z 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:55:07.0757418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-06-05T23:55:07.0758656Z 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:55:07.0760008Z 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:55:07.0760552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:55:07.0762098Z 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:55:07.0763703Z 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:55:07.0765203Z 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:55:07.0766746Z 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:55:07.0768187Z 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:55:07.0769783Z 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:55:07.0771211Z 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:55:07.0772703Z 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:55:07.0774241Z 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:55:07.0775696Z 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:55:07.0777175Z 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:55:07.0778611Z 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:55:07.0779165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:55:07.0780602Z 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:55:07.0782116Z 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:55:07.0783543Z 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:55:07.0784974Z 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:55:07.0786444Z 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:55:07.0787954Z 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:55:07.0789391Z 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:55:07.0790841Z 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:55:07.0792437Z 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:55:07.0793876Z 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:55:07.0795462Z 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:55:07.0796885Z 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:55:07.0798508Z 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:55:07.0800100Z 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:55:07.0801541Z 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:55:07.0803041Z 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:55:07.0804489Z 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:55:07.0806098Z 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:55:07.0807610Z 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:55:07.0809071Z 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:55:07.0810584Z 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:55:07.0812051Z 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:55:07.0813458Z 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:55:07.0815085Z 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:55:07.0816565Z 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:55:07.0818049Z 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:55:07.0819535Z 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:55:07.0821193Z 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:55:07.0822666Z 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:55:07.0824150Z 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:55:07.0825761Z 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:55:07.0827231Z 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:55:07.0828686Z 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:55:07.0830205Z 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:55:07.0831652Z 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:55:07.0833108Z 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:55:07.0834533Z 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:55:07.0836017Z 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:55:07.0837506Z 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:55:07.0838983Z 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:55:07.0840471Z 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:55:07.0842031Z 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:55:07.0843528Z 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:55:07.0845014Z 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:55:07.0846596Z 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:55:07.0848241Z 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:55:07.0849674Z 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:55:07.0851296Z 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:55:07.0852810Z 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:55:07.0853370Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:55:07.0855305Z 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:55:07.0856917Z 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:55:07.0857546Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:07.0859154Z 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:55:07.0860834Z 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:55:07.0862583Z 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:55:07.0864241Z 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:55:07.0865978Z 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:55:07.0867693Z 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:55:07.0868303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:07.0869992Z 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:55:07.0871594Z 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:55:07.0872135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:07.0873735Z 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:55:07.0875350Z 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:55:07.0875956Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:55:07.0877649Z 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:55:07.0879348Z 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:55:07.0880978Z 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:55:07.0882759Z 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:55:07.0883265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:55:07.0884801Z 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:55:07.0886330Z 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:55:07.0886899Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:55:07.0888455Z 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:55:07.0889910Z 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:55:07.0891482Z 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:55:07.0893078Z 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:55:07.0894632Z 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:55:07.0896208Z 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:55:07.0897774Z 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:55:07.0899345Z 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:55:07.0900901Z 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:55:07.0902396Z 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:55:07.0904000Z 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:55:07.0905723Z 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:55:07.0907177Z 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:55:07.0907741Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:07.0909146Z 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:55:07.0910580Z 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:55:07.0912272Z 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:55:07.0913779Z 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:55:07.0915297Z 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:55:07.0916725Z 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:55:07.0918171Z 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:55:07.0919733Z 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:55:07.0921183Z 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:55:07.0922740Z 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:55:07.0924174Z 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:55:07.0925594Z 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:55:07.0927043Z 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:55:07.0928441Z 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:55:07.0929892Z 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:55:07.0931348Z 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:55:07.0932832Z 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:55:07.0934317Z 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:55:07.0935810Z 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:55:07.0937287Z 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:55:07.0938712Z 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:55:07.0940149Z 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:55:07.0941735Z 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:55:07.0943218Z 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:55:07.0944787Z 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:55:07.0946256Z 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:55:07.0947741Z 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:55:07.0949207Z 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:55:07.0950670Z 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:55:07.0952170Z 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:55:07.0953575Z 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:55:07.0955035Z 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:55:07.0956638Z 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:55:07.0958062Z 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:55:07.0959531Z 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:55:07.0960984Z 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:55:07.0962519Z 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:55:07.0964018Z 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:55:07.0965674Z 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:55:07.0967126Z 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:55:07.0968584Z 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:55:07.0970154Z 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:55:07.0971760Z 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:55:07.0972350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:07.0973985Z 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:55:07.0975734Z 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:55:07.0977460Z 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:55:07.0979085Z 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:55:07.0980741Z 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:55:07.0982394Z 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:55:07.0984068Z 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:55:07.0984669Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:07.0986389Z 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:55:07.0988077Z 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:55:07.0989804Z 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:55:07.0990459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:07.0992207Z 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:55:07.0993948Z 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:55:07.0994527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:07.0995994Z 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:55:07.0997491Z 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:55:07.0998074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:55:07.0998712Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:07.1000449Z 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:55:07.1001168Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:55:07.1002023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:07.1003848Z 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:55:07.1006065Z 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:55:07.1007921Z 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:55:07.1008604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:55:07.1009383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:07.1011227Z 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:55:07.1012823Z 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:55:07.1013473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:07.1015109Z 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:55:07.1016731Z 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:55:07.1017401Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:07.1019106Z 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:55:07.1019872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:07.1021823Z 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:55:07.1023865Z 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:55:07.1025830Z 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:55:07.1026594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:55:07.1027348Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:07.1029253Z 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:55:07.1031327Z 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:55:07.1033000Z 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:55:07.1033822Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:07.1035603Z 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:55:07.1037357Z 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:55:07.1038016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:55:07.1038797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:07.1040651Z 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:55:07.1042658Z 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:55:07.1044718Z 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:55:07.1046636Z 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:55:07.1047390Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:07.1049141Z 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:55:07.1050904Z 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:55:07.1052734Z 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:55:07.1054729Z 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:55:07.1056685Z 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:55:07.1058698Z 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:55:07.1060748Z 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:55:07.1062900Z 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:55:07.1064914Z 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:55:07.1066934Z 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:55:07.1068956Z 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:55:07.1070924Z 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:55:07.1072857Z 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:55:07.1074757Z 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:55:07.1076810Z 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:55:07.1078811Z 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:55:07.1080934Z 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:55:07.1082998Z 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:55:07.1084924Z 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:55:07.1086857Z 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:55:07.1088757Z 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:55:07.1090722Z 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:55:07.1092689Z 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:55:07.1094934Z 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:55:07.1096946Z 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:55:07.1098978Z 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:55:07.1100921Z 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:55:07.1101629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:07.1103508Z 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:55:07.1105551Z 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:55:07.1107425Z 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:55:07.1109360Z 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:55:07.1111287Z 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:55:07.1113144Z 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:55:07.1115006Z 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:55:07.1116859Z 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:55:07.1118747Z 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:55:07.1120613Z 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:55:07.1122570Z 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:55:07.1124575Z 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:55:07.1126342Z 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:55:07.1128294Z 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:55:07.1130104Z 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:55:07.1132009Z 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:55:07.1133851Z 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:55:07.1135793Z 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:55:07.1137649Z 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:55:07.1139482Z 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:55:07.1141344Z 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:55:07.1143217Z 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:55:07.1145117Z 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:55:07.1146964Z 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:55:07.1148795Z 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:55:07.1150591Z 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:55:07.1152490Z 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:55:07.1154372Z 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:55:07.1156229Z 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:55:07.1158089Z 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:55:07.1160055Z 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:55:07.1161911Z 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:55:07.1163865Z 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:55:07.1165794Z 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:55:07.1167699Z 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:55:07.1169600Z 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:55:07.1171439Z 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:55:07.1173372Z 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:55:07.1175250Z 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:55:07.1177240Z 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:55:07.1179030Z 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:55:07.1180813Z 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:55:07.1182596Z 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:55:07.1184409Z 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:55:07.1186211Z 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:55:07.1188082Z 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:55:07.1190008Z 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:55:07.1192069Z 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:55:07.1193944Z 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:55:07.1196020Z 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:55:07.1197949Z 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:55:07.1199917Z 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:55:07.1201959Z 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:55:07.1203913Z 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:55:07.1206022Z 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:55:07.1207984Z 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:55:07.1212155Z 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:55:07.1216280Z 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:55:07.1220433Z 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:55:07.1224642Z 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:55:07.1228817Z 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:55:07.1232987Z 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:55:07.1236929Z 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:55:07.1241050Z 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:55:07.1245211Z 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:55:07.1249463Z 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:55:07.1253582Z 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:55:07.1257584Z 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:55:07.1261419Z 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:55:07.1265259Z 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:55:07.1269149Z 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:55:07.1273049Z 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:55:07.1276889Z 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:55:07.1280671Z 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:55:07.1284471Z 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:55:07.1286958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:55:07.1289098Z 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:55:07.1292135Z 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:55:07.1295151Z 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:55:07.1298217Z 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:55:07.1300395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-06-05T23:55:07.1301603Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-06-05T23:55:07.1303583Z 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:55:07.1306793Z 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:55:07.1308956Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:55:07.1311260Z 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:55:07.1314741Z 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:55:07.1318078Z 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:55:07.1321409Z 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:55:07.1324810Z 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:55:07.1328215Z 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:55:07.1331664Z 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:55:07.1335077Z 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:55:07.1338497Z 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:55:07.1341962Z 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:55:07.1345349Z 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:55:07.1348613Z 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:55:07.1351971Z 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:55:07.1355297Z 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:55:07.1358572Z 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:55:07.1361933Z 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:55:07.1365256Z 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:55:07.1368560Z 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:55:07.1372042Z 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:55:07.1375332Z 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:55:07.1377794Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:55:07.1380107Z 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:55:07.1383404Z 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:55:07.1385861Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:55:07.1388424Z 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:55:07.1392029Z 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:55:07.1395617Z 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:55:07.1398008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:55:07.1400165Z 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:55:07.1403398Z 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:55:07.1406769Z 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:55:07.1410001Z 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:55:07.1413151Z 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:55:07.1416323Z 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:55:07.1419472Z 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:55:07.1421696Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:55:07.1423892Z 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:55:07.1427026Z 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:55:07.1429253Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-06-05T23:55:07.1430582Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:07.1432950Z 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:55:07.1436584Z 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:55:07.1439099Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:55:07.1441634Z 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:55:07.1445203Z 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:55:07.1447730Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:07.1450126Z 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:55:07.1453582Z 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:55:07.1456062Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:55:07.1458475Z 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:55:07.1461946Z 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:55:07.1464371Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:55:07.1465823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:07.1468499Z 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:55:07.1472028Z 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:55:07.1475555Z 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:55:07.1478066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-06-05T23:55:07.1479285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-06-05T23:55:07.1481320Z 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:55:07.1484284Z 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:55:07.1487266Z 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:55:07.1490339Z 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:55:07.1493372Z 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:55:07.1496348Z 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:55:07.1499429Z 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:55:07.1502526Z 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:55:07.1505849Z 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:55:07.1508959Z 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:55:07.1511946Z 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:55:07.1514849Z 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:55:07.1517871Z 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:55:07.1520919Z 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:55:07.1523945Z 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:55:07.1526933Z 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:55:07.1529904Z 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:55:07.1532849Z 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:55:07.1534983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:07.1537410Z 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:55:07.1540804Z 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:55:07.1544233Z 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:55:07.1547603Z 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:55:07.1549941Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:55:07.1552369Z 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:55:07.1555822Z 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:55:07.1559214Z 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:55:07.1562826Z 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:55:07.1566142Z 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:55:07.1569649Z 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:55:07.1573079Z 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:55:07.1576492Z 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:55:07.1579946Z 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:55:07.1583199Z 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:55:07.1586296Z 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:55:07.1589467Z 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:55:07.1591664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:55:07.1593836Z 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:55:07.1596888Z 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:55:07.1599980Z 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:55:07.1603135Z 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:55:07.1605466Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-06-05T23:55:07.1607609Z 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:55:07.1610631Z 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:55:07.1613714Z 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:55:07.1615999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:07.1618311Z 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:55:07.1620713Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:07.1623388Z 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:55:07.1627268Z 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:55:07.1629926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:07.1632706Z 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:55:07.1636442Z 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:55:07.1640226Z 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:55:07.1642949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:07.1645425Z 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:55:07.1648014Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:07.1650828Z 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:55:07.1653718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:07.1656851Z 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:55:07.1661214Z 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:55:07.1665559Z 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:55:07.1668703Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:07.1671824Z 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:55:07.1676200Z 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:55:07.1680570Z 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:55:07.1684995Z 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:55:07.1688152Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:07.1691503Z 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:55:07.1695960Z 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:55:07.1700528Z 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:55:07.1704952Z 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:55:07.1708282Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:07.1711281Z 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:55:07.1715468Z 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:55:07.1718518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:07.1721542Z 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:55:07.1725884Z 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:55:07.1729028Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:07.1732183Z 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:55:07.1736595Z 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:55:07.1741001Z 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:55:07.1745368Z 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:55:07.1749737Z 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:55:07.1754086Z 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:55:07.1758426Z 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:55:07.1761664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:07.1764448Z 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:55:07.1768245Z 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:55:07.1772253Z 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:55:07.1776109Z 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:55:07.1778836Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:55:07.1780434Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:07.1783349Z 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:55:07.1787499Z 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:55:07.1791695Z 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:55:07.1795899Z 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:55:07.1800025Z 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:55:07.1804237Z 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:55:07.1808512Z 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:55:07.1812625Z 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:55:07.1816685Z 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:55:07.1820681Z 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:55:07.1824713Z 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:55:07.1829122Z 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:55:07.1833267Z 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:55:07.1837374Z 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:55:07.1841638Z 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:55:07.1844401Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m 2025-06-05T23:55:07.1845622Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:55:07.1847741Z 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:55:07.1850680Z 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:55:07.1852853Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:55:07.1855191Z 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:55:07.1857480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:55:07.1859734Z 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:55:07.1861871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-06-05T23:55:07.1863070Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:07.1865291Z 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:55:07.1868413Z 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:55:07.1871662Z 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:55:07.1874791Z 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:55:07.1877929Z 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:55:07.1881130Z 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:55:07.1884521Z 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:55:07.1887792Z 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:55:07.1891130Z 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:55:07.1893338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-06-05T23:55:07.1895254Z 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:55:07.1898090Z 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:55:07.1900830Z 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:55:07.1903598Z 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:55:07.1905851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:55:07.1908058Z 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:55:07.1911097Z 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:55:07.1913253Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-06-05T23:55:07.1915289Z 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:55:07.1918143Z 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:55:07.1920257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:55:07.1922598Z 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:55:07.1925665Z 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:55:07.1928002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:07.1930744Z 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:55:07.1932882Z 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:55:07.1936104Z 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:55:07.1939368Z 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:55:07.1941458Z 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:55:07.1944499Z 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:55:07.1946371Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:07.1948479Z 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:55:07.1950886Z 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:55:07.1952529Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:55:07.1953832Z 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:55:07.1956443Z 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:55:07.1958120Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:55:07.1959881Z 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:55:07.1961505Z 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:55:07.1962754Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-06-05T23:55:07.1963825Z 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:55:07.1965741Z 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:55:07.1968043Z 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:55:07.1970243Z 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:55:07.1972509Z 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:55:07.1975049Z 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:55:07.1977607Z 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:55:07.1979872Z 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:55:07.1982897Z 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:55:07.1985694Z 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:55:07.1988553Z 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:55:07.1991347Z 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:55:07.1994412Z 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:55:07.1996336Z 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:55:07.1998911Z 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:55:07.2001051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:55:07.2002927Z 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:55:07.2006374Z 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:55:07.2007776Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:55:07.2010124Z 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:55:07.2013108Z 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:55:07.2016634Z 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:55:07.2020013Z 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:55:07.2022051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:55:07.2023893Z 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:55:07.2026571Z 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:55:07.2029533Z 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:55:07.2031557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:07.2033858Z 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:55:07.2036967Z 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:55:07.2040306Z 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:55:07.2043614Z 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:55:07.2046857Z 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:55:07.2050259Z 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:55:07.2053788Z 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:55:07.2057175Z 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:55:07.2060191Z 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:55:07.2063274Z 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:55:07.2066299Z 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:55:07.2069469Z 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:55:07.2073111Z 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:55:07.2076516Z 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:55:07.2079560Z 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:55:07.2081839Z 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:55:07.2085089Z 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:55:07.2088111Z 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:55:07.2089639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:55:07.2091631Z 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:55:07.2094433Z 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:55:07.2097794Z 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:55:07.2100414Z 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:55:07.2103375Z 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:55:07.2106294Z 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:55:07.2109552Z 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:55:07.2111861Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:07.2113658Z 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:55:07.2115694Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:07.2117821Z 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:55:07.2119565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:07.2121705Z 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:55:07.2125243Z 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:55:07.2128572Z 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:55:07.2131798Z 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:55:07.2134224Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:07.2136617Z 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:55:07.2139612Z 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:55:07.2142843Z 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:55:07.2146376Z 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:55:07.2148714Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:07.2151106Z 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:55:07.2153994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:07.2156670Z 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:55:07.2160459Z 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:55:07.2163276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:07.2166253Z 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:55:07.2169764Z 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:55:07.2172652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:07.2175242Z 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:55:07.2179455Z 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:55:07.2182091Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-06-05T23:55:07.2184076Z 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:55:07.2186978Z 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:55:07.2189819Z 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:55:07.2191958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-06-05T23:55:07.2194268Z 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:55:07.2197242Z 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:55:07.2199681Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-06-05T23:55:07.2201946Z 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:55:07.2204558Z 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:55:07.2207040Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:55:07.2209355Z 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:55:07.2212088Z 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:55:07.2213451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:07.2215117Z 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:55:07.2218503Z 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:55:07.2241429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:07.2243868Z 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:55:07.2247055Z 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:55:07.2249058Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:07.2251345Z 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:55:07.2253701Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:55:07.2255183Z 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:55:07.2257922Z 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:55:07.2260819Z 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:55:07.2263266Z 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:55:07.2266039Z 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:55:07.2268138Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:55:07.2269618Z 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:55:07.2272297Z 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:55:07.2274413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:55:07.2275865Z 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:55:07.2278467Z 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:55:07.2280404Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen3 2025-06-05T23:55:07.2282165Z 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:55:07.2285070Z 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:55:07.2287241Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-06-05T23:55:07.2289244Z 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:55:07.2292201Z 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:55:07.2294023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/smollm2 2025-06-05T23:55:07.2296004Z 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:55:07.2299415Z 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:55:07.2301507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-06-05T23:55:07.2302966Z 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:55:07.2305778Z 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:55:07.2307767Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:55:07.2310037Z 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:55:07.2313027Z 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:55:07.2315222Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-06-05T23:55:07.2316724Z 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:55:07.2319259Z 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:55:07.2321369Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:55:07.2323315Z 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:55:07.2326312Z 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:55:07.2328245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-06-05T23:55:07.2329396Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:55:07.2331595Z 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:55:07.2332998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-06-05T23:55:07.2334202Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-06-05T23:55:07.2335269Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:55:07.2337450Z 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:55:07.2340205Z 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:55:07.2343019Z 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:55:07.2344813Z 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:55:07.2347220Z 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:55:07.2348769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:07.2350154Z 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:55:07.2351854Z 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:55:07.2353620Z 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:55:07.2355427Z 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:55:07.2358299Z 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:55:07.2359732Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps 2025-06-05T23:55:07.2360427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:55:07.2361616Z 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:55:07.2363381Z 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:55:07.2364675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-06-05T23:55:07.2365789Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-06-05T23:55:07.2367375Z 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:55:07.2369968Z 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:55:07.2371554Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-06-05T23:55:07.2373475Z 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:55:07.2375413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:07.2376645Z 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:55:07.2378343Z 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:55:07.2380080Z 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:55:07.2381787Z 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:55:07.2383989Z 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:55:07.2385986Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:55:07.2387233Z 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:55:07.2389510Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-06-05T23:55:07.2391560Z 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:55:07.2394213Z 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:55:07.2396760Z 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:55:07.2398606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:55:07.2400252Z 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:55:07.2402636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-06-05T23:55:07.2404435Z 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:55:07.2406730Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-06-05T23:55:07.2408818Z 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:55:07.2411807Z 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:55:07.2415044Z 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:55:07.2417907Z 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:55:07.2420838Z 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:55:07.2422847Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-06-05T23:55:07.2424310Z 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:55:07.2426270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-06-05T23:55:07.2427552Z 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:55:07.2429580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-06-05T23:55:07.2431458Z 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:55:07.2432891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-06-05T23:55:07.2435180Z 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:55:07.2437642Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:55:07.2439485Z 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:55:07.2442976Z 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:55:07.2445507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-06-05T23:55:07.2446599Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:55:07.2448850Z 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:55:07.2451772Z 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:55:07.2453917Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:07.2456106Z 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:55:07.2458045Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-06-05T23:55:07.2459256Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:55:07.2460974Z 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:55:07.2463459Z 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:55:07.2466213Z 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:55:07.2468967Z 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:55:07.2471716Z 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:55:07.2474549Z 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:55:07.2477595Z 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:55:07.2480072Z 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:55:07.2482593Z 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:55:07.2484141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:07.2485977Z 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:55:07.2488100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:55:07.2489855Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:07.2491848Z 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:55:07.2495248Z 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:55:07.2497111Z 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:55:07.2498274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-06-05T23:55:07.2499351Z 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:55:07.2500817Z 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:55:07.2502338Z 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:55:07.2505310Z 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:55:07.2506922Z 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:55:07.2509729Z 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:55:07.2511561Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export/test 2025-06-05T23:55:07.2513346Z 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:55:07.2516345Z 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:55:07.2518550Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-06-05T23:55:07.2520624Z 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:55:07.2523629Z 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:55:07.2526713Z 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:55:07.2528479Z 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:55:07.2530604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:55:07.2532668Z 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:55:07.2535638Z 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:55:07.2539066Z 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:55:07.2542163Z 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:55:07.2544227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:55:07.2546382Z 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:55:07.2548572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:07.2551171Z 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:55:07.2554874Z 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:55:07.2558405Z 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:55:07.2562171Z 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:55:07.2565788Z 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:55:07.2568198Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:07.2570768Z 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:55:07.2573787Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:07.2577044Z 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:55:07.2581050Z 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:55:07.2583831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:07.2585963Z 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:55:07.2588301Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:55:07.2589554Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:07.2592265Z 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:55:07.2595693Z 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:55:07.2596693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:07.2597557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:07.2599645Z 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:55:07.2601963Z 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:55:07.2604084Z 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:55:07.2604526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:55:07.2605374Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:55:07.2606215Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:55:07.2607147Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:07.2608400Z 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:55:07.2608859Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:55:07.2609742Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:55:07.2610740Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:07.2612155Z 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:55:07.2612574Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:55:07.2613298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:07.2615380Z 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:55:07.2615906Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:07.2617303Z 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:55:07.2618270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:07.2620559Z 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:55:07.2621502Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:07.2623263Z 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:55:07.2624020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:55:07.2624914Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:07.2626932Z 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:55:07.2628954Z 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:55:07.2630933Z 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:55:07.2632969Z 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:55:07.2634504Z 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:55:07.2636432Z 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:55:07.2638408Z 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:55:07.2640434Z 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:55:07.2641153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:55:07.2641668Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:07.2642785Z 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:55:07.2643204Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:07.2644168Z 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:55:07.2645135Z 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:55:07.2646084Z 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:55:07.2646568Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:07.2647786Z 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:55:07.2648180Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:07.2649249Z 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:55:07.2650223Z 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:55:07.2651158Z 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:55:07.2651596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:55:07.2652060Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:07.2653145Z 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:55:07.2653652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:07.2655718Z 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:55:07.2657288Z 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:55:07.2657793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:55:07.2658361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:07.2660452Z 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:55:07.2662992Z 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:55:07.2665711Z 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:55:07.2668242Z 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:55:07.2668818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:55:07.2669458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:55:07.2670449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:07.2672375Z 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:55:07.2674555Z 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:55:07.2676624Z 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:55:07.2678664Z 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:55:07.2680338Z 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:55:07.2680871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:07.2682856Z 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:55:07.2683777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:07.2685912Z 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:55:07.2688276Z 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:55:07.2688700Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module 2025-06-05T23:55:07.2688999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test 2025-06-05T23:55:07.2689584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test/resources 2025-06-05T23:55:07.2691257Z 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:55:07.2691507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-06-05T23:55:07.2691805Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-06-05T23:55:07.2693031Z 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:55:07.2693549Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-06-05T23:55:07.2694987Z 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:55:07.2696459Z 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:55:07.2698146Z 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:55:07.2699405Z 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:55:07.2700955Z 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:55:07.2701323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-06-05T23:55:07.2702342Z 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:55:07.2703406Z 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:55:07.2704031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-06-05T23:55:07.2704249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-06-05T23:55:07.2704553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-06-05T23:55:07.2705989Z 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:55:07.2706402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-06-05T23:55:07.2706867Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-06-05T23:55:07.2707384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-06-05T23:55:07.2707967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:55:07.2709510Z 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:55:07.2711090Z 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:55:07.2712634Z 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:55:07.2714181Z 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:55:07.2715741Z 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:55:07.2717343Z 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:55:07.2718738Z 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:55:07.2720243Z 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:55:07.2721966Z 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:55:07.2723568Z 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:55:07.2725491Z 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:55:07.2727073Z 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:55:07.2728623Z 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:55:07.2730157Z 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:55:07.2731653Z 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:55:07.2733171Z 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:55:07.2734793Z 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:55:07.2736417Z 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:55:07.2737152Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:07.2738893Z 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:55:07.2739778Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:07.2741856Z 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:55:07.2743129Z 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:55:07.2743536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:07.2744508Z 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:55:07.2745657Z 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:55:07.2747617Z 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:55:07.2749541Z 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:55:07.2751221Z 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:55:07.2752139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:07.2753990Z 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:55:07.2755995Z 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:55:07.2757845Z 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:55:07.2759710Z 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:55:07.2761546Z 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:55:07.2763441Z 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:55:07.2764471Z 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:55:07.2765421Z 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:55:07.2766372Z 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:55:07.2767326Z 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:55:07.2768286Z 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:55:07.2769230Z 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:55:07.2770224Z 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:55:07.2772098Z 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:55:07.2772750Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:55:07.2773202Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:55:07.2773708Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:07.2775975Z 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:55:07.2778118Z 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:55:07.2778834Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:07.2779955Z 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:55:07.2781070Z 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:55:07.2782178Z 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:55:07.2783261Z 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:55:07.2784339Z 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:55:07.2785486Z 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:55:07.2786562Z 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:55:07.2787658Z 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:55:07.2788763Z 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:55:07.2789876Z 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:55:07.2791031Z 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:55:07.2792555Z 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:55:07.2793198Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:07.2794515Z 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:55:07.2795538Z 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:55:07.2797133Z 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:55:07.2798980Z 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:55:07.2799676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:07.2800924Z 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:55:07.2801313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:55:07.2803016Z 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:55:07.2804488Z 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:55:07.2806321Z 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:55:07.2807772Z 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:55:07.2809449Z 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:55:07.2811061Z 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:55:07.2812250Z 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:55:07.2813924Z 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:55:07.2814939Z 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:55:07.2816544Z 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:55:07.2817788Z 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:55:07.2818172Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:07.2819639Z 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:55:07.2821286Z 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:55:07.2822041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-06-05T23:55:07.2822778Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:07.2824072Z 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:55:07.2825943Z 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:55:07.2827273Z 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:55:07.2827918Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:55:07.2829548Z 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:55:07.2830485Z 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:55:07.2832152Z 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:55:07.2833525Z 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:55:07.2834221Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:07.2835788Z 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:55:07.2837226Z 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:55:07.2838873Z 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:55:07.2839199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-06-05T23:55:07.2839485Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-06-05T23:55:07.2840017Z 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:55:07.2840555Z 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:55:07.2840678Z running install_egg_info 2025-06-05T23:55:07.2841099Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:55:07.2841214Z running install_scripts 2025-06-05T23:55:07.2841539Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:55:07.2842268Z creating '/tmp/pip-wheel-110h_k8j/.tmp-zhwc_z_9/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:55:07.2842415Z adding 'executorch/version.py' 2025-06-05T23:55:07.2842911Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:55:07.2843158Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:55:07.2843548Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:55:07.2843825Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:55:07.2844068Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:55:07.2844403Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:55:07.2844736Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:55:07.2845054Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:55:07.2845404Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:55:07.2845678Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:55:07.2845953Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:55:07.2846113Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:55:07.2846309Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:55:07.2846529Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:55:07.2846770Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:55:07.2847035Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:55:07.2847297Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:55:07.2847535Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:55:07.2847858Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:55:07.2848086Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:55:07.2848356Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:55:07.2848581Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:55:07.2848835Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:55:07.2849059Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:55:07.2849272Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:55:07.2849519Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:55:07.2849739Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:55:07.2849955Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:55:07.2850231Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:55:07.2850519Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:55:07.2850747Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:55:07.2851032Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:55:07.2851238Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:55:07.2851456Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:55:07.2851708Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:55:07.2851982Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:55:07.2852283Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:55:07.2852511Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:55:07.2852693Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:55:07.2852929Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:55:07.2853185Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:55:07.2853395Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:55:07.2853605Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:55:07.2853896Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:55:07.2854169Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:55:07.2854362Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:55:07.2854635Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:55:07.2854789Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:55:07.2854930Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:55:07.2855150Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:55:07.2855346Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:55:07.2855501Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:55:07.2855652Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:55:07.2855821Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:55:07.2855994Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:55:07.2856159Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:55:07.2856354Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:55:07.2856504Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:55:07.2856653Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:55:07.2856816Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:55:07.2857042Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:55:07.2857279Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:55:07.2857583Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:55:07.2857927Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:55:07.2858092Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:55:07.2858293Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:55:07.2858491Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:55:07.2858723Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:55:07.2858921Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:55:07.2859128Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:55:07.2859369Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:55:07.2859667Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:55:07.2859958Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:55:07.2860267Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:55:07.2860543Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:55:07.2860759Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:55:07.2861004Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:55:07.2861243Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:55:07.2861446Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:55:07.2861725Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:55:07.2861949Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:55:07.2862165Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:55:07.2862412Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:55:07.2862665Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:55:07.2862909Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:55:07.2863185Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:55:07.2863417Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:55:07.2863646Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:55:07.2863852Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:55:07.2864134Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:55:07.2864363Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:55:07.2864593Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:55:07.2864928Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:55:07.2865244Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:55:07.2865457Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:55:07.2865736Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:55:07.2866047Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:55:07.2866306Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:55:07.2866568Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:55:07.2866848Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:55:07.2867181Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:55:07.2867406Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:55:07.2867606Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:55:07.2867890Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:55:07.2868174Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:55:07.2868364Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:55:07.2868605Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:55:07.2868885Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:55:07.2869156Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:55:07.2869474Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:55:07.2869708Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:55:07.2869967Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:55:07.2870334Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:55:07.2870547Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:55:07.2870817Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:55:07.2871137Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:55:07.2871390Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:55:07.2871636Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:55:07.2871961Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:55:07.2872245Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:55:07.2872542Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:55:07.2872806Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:55:07.2873060Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:55:07.2873422Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:55:07.2873601Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:55:07.2873807Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:55:07.2873989Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:55:07.2874208Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:55:07.2874380Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:55:07.2874565Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:55:07.2874736Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:55:07.2875054Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:55:07.2875232Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:55:07.2875398Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:55:07.2875625Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:55:07.2875935Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:55:07.2876118Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:55:07.2876293Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:55:07.2876513Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:55:07.2876690Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:55:07.2876854Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:55:07.2877014Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:55:07.2877246Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:55:07.2877411Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:55:07.2877574Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:55:07.2877733Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:55:07.2877943Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:55:07.2878234Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:55:07.2878516Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:55:07.2878793Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:55:07.2879049Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:55:07.2879348Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:55:07.2879623Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:55:07.2879979Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:55:07.2880324Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:55:07.2880660Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:55:07.2881036Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:55:07.2881332Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:55:07.2881669Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:55:07.2882051Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:55:07.2882371Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:55:07.2882684Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:55:07.2882995Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:55:07.2883309Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:55:07.2883615Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:55:07.2883957Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:55:07.2884386Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:55:07.2884745Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:55:07.2885234Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:55:07.2885689Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:55:07.2886013Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:55:07.2886338Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:55:07.2886833Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:55:07.2887174Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:55:07.2887548Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:55:07.2887894Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:55:07.2888210Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:55:07.2888698Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:55:07.2889141Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:55:07.2889601Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:55:07.2890044Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:55:07.2890531Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:55:07.2890796Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:55:07.2891060Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:55:07.2891387Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:55:07.2891671Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:55:07.2892149Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:55:07.2892594Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:55:07.2892995Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:55:07.2893422Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:55:07.2893840Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:55:07.2894292Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:55:07.2894777Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:55:07.2895222Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:55:07.2895646Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:55:07.2895985Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:55:07.2896190Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:55:07.2896403Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:55:07.2896648Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:55:07.2896853Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:55:07.2897047Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:55:07.2897263Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:55:07.2897510Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:55:07.2897760Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:55:07.2898001Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:55:07.2898218Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:55:07.2898465Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:55:07.2898677Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:55:07.2898847Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:55:07.2899018Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:55:07.2899223Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:55:07.2899410Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:55:07.2899585Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:55:07.2899755Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:55:07.2899958Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:55:07.2900126Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:55:07.2900326Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:55:07.2900536Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:55:07.2900727Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:55:07.2900896Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:55:07.2901069Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:55:07.2901371Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:55:07.2901549Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:55:07.2901779Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:55:07.2901977Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:55:07.2902235Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:55:07.2902417Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:55:07.2902635Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:55:07.2902889Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:55:07.2903056Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:55:07.2903283Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:55:07.2903465Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:55:07.2903632Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:55:07.2903805Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:55:07.2903986Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:55:07.2904170Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:55:07.2904335Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:55:07.2904520Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:55:07.2904686Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:55:07.2904859Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:55:07.2905241Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:55:07.2905422Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:55:07.2905632Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:55:07.2905828Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:55:07.2906038Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:55:07.2906239Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:55:07.2906403Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:55:07.2906618Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:55:07.2906861Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:55:07.2907049Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:55:07.2907219Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:55:07.2907420Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:55:07.2907619Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:55:07.2907800Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:55:07.2907976Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:55:07.2908155Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:55:07.2908352Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:55:07.2908554Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:55:07.2908742Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:55:07.2908928Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:55:07.2909095Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:55:07.2909276Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:55:07.2909440Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:55:07.2909606Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:55:07.2909794Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:55:07.2909979Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:55:07.2910145Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:55:07.2910358Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:55:07.2910634Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:55:07.2910821Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:55:07.2911005Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:55:07.2911197Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:55:07.2911486Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:55:07.2911672Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:55:07.2911856Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:55:07.2912036Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:55:07.2912220Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:55:07.2912507Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:55:07.2912858Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:55:07.2913153Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:55:07.2913443Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:55:07.2913762Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:55:07.2914114Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:55:07.2914439Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:55:07.2914760Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:55:07.2915092Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:55:07.2915363Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:55:07.2915609Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:55:07.2915782Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:55:07.2915980Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:55:07.2916159Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:55:07.2916361Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:55:07.2916631Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:55:07.2916877Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:55:07.2917044Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:55:07.2917250Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:55:07.2917567Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:55:07.2917873Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:55:07.2918359Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:55:07.2918837Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:55:07.2919431Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:55:07.2919943Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:55:07.2920480Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:55:07.2920947Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:55:07.2921585Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:55:07.2922167Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:55:07.2922707Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:55:07.2923345Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:55:07.2923888Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:55:07.2924407Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:55:07.2924892Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:55:07.2925474Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:55:07.2926001Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:55:07.2926520Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:55:07.2927137Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:55:07.2927785Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:55:07.2928296Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:55:07.2928764Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:55:07.2929184Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:55:07.2929769Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:55:07.2930303Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:55:07.2930666Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:55:07.2931117Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:55:07.2931465Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:55:07.2931849Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:55:07.2932228Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:55:07.2932731Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:55:07.2933417Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:55:07.2933866Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:55:07.2934340Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:55:07.2934689Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:55:07.2935061Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:55:07.2935428Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:55:07.2935805Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:55:07.2936177Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:55:07.2936549Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:55:07.2936869Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:55:07.2937233Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:55:07.2937656Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:55:07.2938034Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:55:07.2938386Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:55:07.2938766Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:55:07.2939078Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:55:07.2939431Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:55:07.2939802Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:55:07.2940164Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:55:07.2940541Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:55:07.2941032Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:55:07.2941406Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:55:07.2941750Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:55:07.2942192Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:55:07.2942814Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:55:07.2943477Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:55:07.2944198Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:55:07.2944807Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:55:07.2945223Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:55:07.2945659Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:55:07.2946003Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:55:07.2946536Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:55:07.2947160Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:55:07.2947492Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:55:07.2947889Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:55:07.2948217Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:55:07.2948526Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:55:07.2948906Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:55:07.2949261Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:55:07.2949682Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:55:07.2950104Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:55:07.2950633Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:55:07.2951184Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:55:07.2951598Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:55:07.2952106Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:55:07.2952595Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:55:07.2953028Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:55:07.2953502Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:55:07.2953991Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:55:07.2954460Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:55:07.2954923Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:55:07.2955497Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:55:07.2955978Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:55:07.2956433Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:55:07.2956979Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:55:07.2957448Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:55:07.2957908Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:55:07.2958370Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:55:07.2958833Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:55:07.2959303Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:55:07.2959791Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:55:07.2960253Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:55:07.2960714Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:55:07.2961268Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:55:07.2961718Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:55:07.2962233Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:55:07.2962707Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:55:07.2963161Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:55:07.2963622Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:55:07.2964098Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:55:07.2964565Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:55:07.2965018Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:55:07.2965498Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:55:07.2966048Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:55:07.2966590Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:55:07.2967221Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:55:07.2967846Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:55:07.2968441Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:55:07.2969199Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:55:07.2970217Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:55:07.2971090Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:55:07.2972061Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:55:07.2972804Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:55:07.2973337Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:55:07.2974129Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:55:07.2975178Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:55:07.2976425Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:55:07.2977680Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:55:07.2978846Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:55:07.2980029Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:55:07.2981129Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:55:07.2982282Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:55:07.2983399Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:55:07.2984608Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:55:07.2985679Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:55:07.2986857Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:55:07.2987937Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:55:07.2989188Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:55:07.2990546Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:55:07.2991645Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:55:07.2992804Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:55:07.2994126Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:55:07.2995333Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:55:07.2996391Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:55:07.2997673Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:55:07.2998614Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:55:07.2999313Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:55:07.3000640Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:55:07.3002075Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:55:07.3003326Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:55:07.3004559Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:55:07.3006068Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:55:07.3007324Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:55:07.3008476Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:55:07.3009609Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:55:07.3010797Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:55:07.3011941Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:55:07.3013133Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:55:07.3013925Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:55:07.3015049Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:55:07.3016395Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:55:07.3017328Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:55:07.3018683Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:55:07.3019889Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:55:07.3021013Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:55:07.3022099Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:55:07.3023331Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:55:07.3024127Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:55:07.3024891Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:55:07.3025495Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:55:07.3025935Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:55:07.3026450Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:55:07.3026869Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:55:07.3027367Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:55:07.3027874Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:55:07.3028367Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:55:07.3028855Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:55:07.3029352Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:55:07.3029877Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:55:07.3030397Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:55:07.3030897Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:55:07.3031375Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:55:07.3031850Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:55:07.3032475Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:55:07.3033041Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:55:07.3033575Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:55:07.3034141Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:55:07.3034681Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:55:07.3035245Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:55:07.3035805Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:55:07.3036358Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:55:07.3037058Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:55:07.3038147Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:55:07.3039200Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:55:07.3039890Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:55:07.3040694Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:55:07.3041173Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:55:07.3041680Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:55:07.3042595Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:55:07.3043624Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:55:07.3044535Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:55:07.3045432Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:55:07.3046461Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:55:07.3047246Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:55:07.3048122Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:55:07.3049001Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:55:07.3049764Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:55:07.3050648Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:55:07.3051557Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:55:07.3052146Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:55:07.3053031Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:55:07.3053911Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:55:07.3054639Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:55:07.3055518Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:55:07.3056505Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:55:07.3057274Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:55:07.3058172Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:55:07.3059159Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:55:07.3060060Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:55:07.3061020Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:55:07.3061903Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:55:07.3062907Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:55:07.3152427Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:55:07.3153454Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:55:07.3154083Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:55:07.3154602Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:55:07.3155161Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:55:07.3155720Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:55:07.3156312Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:55:07.3156817Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:55:07.3157296Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:55:07.3157930Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:55:07.3158751Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:55:07.3159641Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:55:07.3160599Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:55:07.3161483Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:55:07.3162467Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:55:07.3163426Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:55:07.3164349Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:55:07.3165505Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:55:07.3166602Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:55:07.3167637Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:55:07.3168656Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:55:07.3169619Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:55:07.3170597Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:55:07.3171607Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:55:07.3172617Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:55:07.3173582Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:55:07.3174608Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:55:07.3175563Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:55:07.3176763Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:55:07.3177992Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:55:07.3178905Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:55:07.3180017Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:55:07.3181205Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:55:07.3182255Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:55:07.3183184Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:55:07.3184196Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:55:07.3185332Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:55:07.3186406Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:55:07.3187525Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:55:07.3188730Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:55:07.3189803Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:55:07.3191146Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:55:07.3192229Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:55:07.3193364Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:55:07.3194375Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:55:07.3195366Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:55:07.3196476Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:55:07.3197635Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:55:07.3198791Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:55:07.3199826Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:55:07.3200878Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:55:07.3201969Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:55:07.3202944Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:55:07.3203926Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:55:07.3205280Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:55:07.3206167Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:55:07.3207130Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:55:07.3208117Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:55:07.3209042Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:55:07.3209913Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:55:07.3210733Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:55:07.3211734Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:55:07.3212688Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:55:07.3213503Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:55:07.3214538Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:55:07.3215417Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:55:07.3367847Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:55:07.3368780Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:55:07.3369342Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:55:07.3369873Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:55:07.3370379Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:55:07.3370929Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:55:07.3371472Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:55:07.3372012Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:55:07.3372535Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:55:07.3373091Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:55:07.3373692Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:55:07.3374757Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:55:07.3375863Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:55:07.3376712Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:55:07.3377363Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:55:07.3378253Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:55:07.3378949Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:55:07.3379620Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:55:07.3380364Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:55:07.3381008Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:55:07.3381578Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:55:07.3382150Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:55:07.3382790Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:55:07.3383418Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:55:07.3384047Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:55:07.3384515Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:55:07.3385063Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:55:07.3385862Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:55:07.3386848Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:55:07.3387799Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:55:07.3388389Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:55:07.3389029Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:55:07.3389667Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:55:07.3390215Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:55:07.3390795Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:55:07.3391335Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:55:07.3391886Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:55:07.3392494Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:55:07.3393095Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:55:07.3393671Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:55:07.3394415Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:55:07.3395062Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:55:07.3395722Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:55:07.3396430Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:55:07.3396912Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:55:07.3397424Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:55:07.3398061Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:55:07.3398623Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:55:07.3399227Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:55:07.3399804Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:55:07.3400356Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:55:07.3400970Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:55:07.3401512Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:55:07.3401720Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:55:07.3401993Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:55:07.3402217Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:55:07.3402387Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:55:07.3402561Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:55:07.3402757Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:55:07.3402969Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:55:07.3403166Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:55:07.3403351Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:55:07.3403600Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:55:07.3403805Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:55:07.3403979Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:55:07.3404186Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:55:07.3404400Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:55:07.3404598Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:55:07.3404825Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:55:07.3405002Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:55:07.3405393Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:55:07.3778378Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:55:07.3778701Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:55:07.3779124Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:55:07.3779479Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:55:07.3779681Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:55:07.3780004Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:55:07.3780257Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:55:07.3780478Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:55:07.3780704Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:55:07.3780983Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:55:07.3781289Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:55:07.3781695Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:55:07.3782073Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:55:07.3782333Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:55:07.3782567Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:55:07.3782841Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:55:07.3783127Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:55:07.3783399Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:55:07.3783797Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:55:07.3784113Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:55:07.3784302Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:55:07.3784487Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:55:07.3784661Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:55:07.3784853Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:55:07.3785035Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:55:07.3785253Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:55:07.3785459Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:55:07.3785722Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:55:07.3785971Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:55:07.3786228Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:55:07.3786522Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:55:07.3786789Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:55:07.3787024Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:55:07.3787322Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:55:07.3787657Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:55:07.3788021Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:55:07.3788467Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:55:07.3788804Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:55:07.3789128Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:55:07.3789447Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:55:07.3789761Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:55:07.3790098Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:55:07.3790436Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:55:07.3790756Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:55:07.3791174Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:55:07.3791696Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:55:07.3792003Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:55:07.3792318Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:55:07.3792744Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:55:07.3793091Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:55:07.3793598Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:55:07.3793907Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:55:07.3794237Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:55:07.3794554Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:55:07.3794872Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:55:07.3795201Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:55:07.3795445Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:55:07.3795721Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:55:07.3795998Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:55:07.3796274Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:55:07.3796615Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:55:07.3796991Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:55:07.3797354Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:55:07.3797842Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:55:07.3798209Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:55:07.3798572Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:55:07.3798921Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:55:07.3799243Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:55:07.3799596Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:55:07.3799885Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:55:07.3800290Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:55:07.3800777Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:55:07.3801132Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:55:07.3801468Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:55:07.3801890Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:55:07.3802084Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:55:07.3802315Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:55:07.3802706Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:55:07.3802960Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:55:07.3803146Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:55:07.3803348Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:55:07.3803556Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:55:07.3803841Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:55:07.3804194Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:55:07.3804611Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:55:07.3804968Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:55:07.3805356Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:55:07.3805604Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:55:07.3805848Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:55:07.3806170Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:55:07.3806480Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:55:07.3806724Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:55:07.3806963Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:55:07.3807174Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:55:07.3807411Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:55:07.3807567Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:55:07.3807747Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:55:07.3807932Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:55:07.3808122Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:55:07.3808460Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:55:07.3808673Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:55:07.3808880Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:55:07.3809076Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:55:07.3809288Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:55:07.3809500Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:55:07.3809686Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:55:07.3809872Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:55:07.3810044Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:55:07.3810339Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:55:07.3810639Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:55:07.3810921Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:55:07.4057934Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:55:07.4058335Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:55:07.4058871Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:55:07.4059223Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:55:07.4059453Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:55:07.4059805Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:55:07.4060068Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:55:07.4060343Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:55:07.4060571Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:55:07.4060852Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:55:07.4061143Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:55:07.4061391Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:55:07.4061737Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:55:07.4062422Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:55:07.4062733Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:55:07.4063123Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:55:07.4063492Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:55:07.4063854Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:55:07.4064274Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:55:07.4064692Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:55:07.4065008Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:55:07.4065423Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:55:07.4065975Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:55:07.4066556Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:55:07.4067057Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:55:07.4067586Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:55:07.4068207Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:55:07.4068637Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:55:07.4069105Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:55:07.4069592Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:55:07.4070291Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:55:07.4070721Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:55:07.4071170Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:55:07.4071634Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:55:07.4072018Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:55:07.4072589Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:55:07.4072980Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:55:07.4073409Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:55:07.4073609Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:55:07.4073884Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:55:07.4074225Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:55:07.4074683Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:55:07.4074936Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:55:07.4075194Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:55:07.4075457Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:55:07.4075721Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:55:07.4076048Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:55:07.4076559Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:55:07.4076955Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:55:07.4077363Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:55:07.4077806Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:55:07.4078081Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:55:07.4078382Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:55:07.4078793Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:55:07.4079187Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:55:07.4079417Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:55:07.4079714Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:55:07.4079985Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:55:07.4080263Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:55:07.4080551Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:55:07.4080925Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:55:07.4081285Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:55:07.4081562Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:55:07.4081966Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:55:07.4082278Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:55:07.4082559Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:55:07.4082896Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:55:07.4083244Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:55:07.4083554Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:55:07.4083869Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:55:07.4084173Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:55:07.4084443Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:55:07.4084756Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:55:07.4085239Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:55:07.4085651Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:55:07.4085956Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:55:07.4086270Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:55:07.4086535Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:55:07.4086793Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:55:07.4087232Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:55:07.4087684Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:55:07.4088034Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:55:07.4088283Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:55:07.4088603Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:55:07.4088915Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:55:07.4089284Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:55:07.4089635Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:55:07.4089909Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:55:07.4090308Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:55:07.4090836Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:55:07.4091211Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:55:07.4091490Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:55:07.4091795Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:55:07.4092097Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:55:07.4092394Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:55:07.4092737Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:55:07.4093043Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:55:07.4093519Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:55:07.4093843Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:55:07.4094196Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:55:07.4319523Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:55:07.4320009Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:55:07.4320514Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:55:07.4321103Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:55:07.4321595Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:55:07.4321939Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:55:07.4322190Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:55:07.4322486Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:55:07.4322774Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:55:07.4323025Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:55:07.4323500Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:55:07.4323928Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:55:07.4324250Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:55:07.4324550Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:55:07.4324835Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:55:07.4325120Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:55:07.4325439Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:55:07.4325754Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:55:07.4326066Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:55:07.4326447Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:55:07.4326762Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:55:07.4326984Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:55:07.4327231Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:55:07.4327489Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:55:07.4327991Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:55:07.4328348Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:55:07.4328766Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:55:07.4329221Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:55:07.4329461Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:55:07.4329734Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:55:07.4329992Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:55:07.4330242Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:55:07.4330497Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:55:07.4330743Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:55:07.4331054Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:55:07.4331414Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:55:07.4331878Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:55:07.4332208Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:55:07.4332546Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:55:07.4332807Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:55:07.4333072Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:55:07.4333390Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:55:07.4333666Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:55:07.4334123Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:55:07.4334472Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:55:07.4334773Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:55:07.4335127Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:55:07.4335404Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:55:07.4335782Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:55:07.4336166Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:55:07.4336657Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:55:07.4336942Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:55:07.4337271Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:55:07.4337569Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:55:07.4337823Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:55:07.4338172Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:55:07.4338574Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:55:07.4338942Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:55:07.4339224Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:55:07.4339556Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:55:07.4339861Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:55:07.4340137Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:55:07.4340454Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:55:07.4340793Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:55:07.4341148Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:55:07.4341407Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:55:07.4341679Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:55:07.4342126Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:55:07.4342447Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:55:07.4342803Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:55:07.4343238Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:55:07.4343673Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:55:07.4343988Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:55:07.4344263Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:55:07.4344543Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:55:07.4344946Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:55:07.4345226Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:55:07.4345687Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:55:07.4346019Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:55:07.4346456Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:55:07.4346999Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:55:07.4347392Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:55:07.4347803Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:55:07.4348166Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:55:07.4348578Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:55:07.4348956Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:55:07.4349416Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:55:07.4349788Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:55:07.4350151Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:55:07.4350489Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:55:07.4350895Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:55:07.4351263Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:55:07.4351713Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:55:07.4352052Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:55:07.4352444Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:55:07.4352888Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:55:07.4353299Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:55:07.4353629Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:55:07.4354000Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:55:07.4354239Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:55:07.4354662Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:55:07.4354895Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:55:07.4355135Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:55:07.4355462Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:55:07.4355798Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:55:07.4539865Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:55:07.4540503Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:55:07.4541053Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:55:07.4541545Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:55:07.4542020Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:55:07.4542776Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:55:07.4543045Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:55:07.4543374Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:55:07.4543722Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:55:07.4544071Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:55:07.4544436Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:55:07.4544776Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:55:07.4545060Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:55:07.4545345Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:55:07.4545651Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:55:07.4545907Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:55:07.4546274Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:55:07.4546515Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:55:07.4546785Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:55:07.4547072Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:55:07.4547434Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:55:07.4547798Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:55:07.4548219Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:55:07.4548778Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:55:07.4549255Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:55:07.4549633Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:55:07.4550112Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:55:07.4550533Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:55:07.4551136Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:55:07.4551634Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:55:07.4552078Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:55:07.4552805Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:55:07.4553194Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:55:07.4553607Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:55:07.4554068Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:55:07.4554505Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:55:07.4554946Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:55:07.4555403Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:55:07.4555853Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:55:07.4556257Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:55:07.4556660Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:55:07.4557178Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:55:07.4557546Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:55:07.4557935Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:55:07.4558357Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:55:07.4558777Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:55:07.4559168Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:55:07.4559636Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:55:07.4560062Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:55:07.4560442Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:55:07.4560842Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:55:07.4561349Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:55:07.4561883Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:55:07.4562255Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:55:07.4562673Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:55:07.4563088Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:55:07.4563519Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:55:07.4564027Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:55:07.4564395Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:55:07.4564757Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:55:07.4565170Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:55:07.4565546Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:55:07.4565984Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:55:07.4566550Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:55:07.4566949Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:55:07.4567310Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:55:07.4567815Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:55:07.4568183Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:55:07.4568676Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:55:07.4569056Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:55:07.4569432Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:55:07.4569828Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:55:07.4570199Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:55:07.4570655Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:55:07.4571127Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:55:07.4571522Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:55:07.4571927Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:55:07.4572327Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:55:07.4572741Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:55:07.4573182Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:55:07.4573747Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:55:07.4574179Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:55:07.4574588Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:55:07.4574976Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:55:07.4575385Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:55:07.4575938Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:55:07.4827602Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:55:07.4828257Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:55:07.4828776Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:55:07.4829151Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:55:07.4829612Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:55:07.4829986Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:55:07.4830510Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:55:07.4830888Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:55:07.4831367Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:55:07.4832443Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:55:07.4832883Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:55:07.4833264Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:55:07.4833818Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:55:07.4834283Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:55:07.4834795Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:55:07.4835352Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:55:07.4835839Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:55:07.4836133Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:55:07.4836474Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:55:07.4836757Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:55:07.4837026Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:55:07.4837387Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:55:07.4837683Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:55:07.4838015Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:55:07.4838361Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:55:07.4838657Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:55:07.4839057Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:55:07.4839490Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:55:07.4840038Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:55:07.4840527Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:55:07.4840979Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:55:07.4841534Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:55:07.4842137Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:55:07.4842568Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:55:07.4843040Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:55:07.4843662Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:55:07.4844083Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:55:07.4844572Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:55:07.4845047Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:55:07.4845490Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:55:07.4846027Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:55:07.4846748Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:55:07.4846990Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:55:07.4847174Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:55:07.4847455Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:55:07.4847671Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:55:07.4847847Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:55:07.4848159Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:55:07.4848314Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:55:07.4848555Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:55:07.4848781Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:55:07.4849107Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:55:07.4849368Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:55:07.4849639Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:55:07.4849887Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:55:07.4850094Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:55:07.4850557Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:55:07.4850976Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:55:07.4851408Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:55:07.4851792Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:55:07.4852256Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:55:07.4852690Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:55:07.4853094Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:55:07.4853508Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:55:07.4853910Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:55:07.4854085Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:55:07.4854322Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:55:07.4854494Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:55:07.4854709Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:55:07.4854918Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:55:07.4855180Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:55:07.4855481Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:55:07.4855766Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:55:07.4856018Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:55:07.4856233Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:55:07.4856464Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:55:07.4856770Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:55:07.4857014Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:55:07.4857234Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:55:07.4857523Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:55:07.4857745Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:55:07.4858086Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:55:07.4858342Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:55:07.4858528Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:55:07.4858717Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:55:07.4859158Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:55:07.4859404Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:55:07.4859633Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:55:07.4859923Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:55:07.4860139Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:55:07.4860402Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:55:07.4860737Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:55:07.4860994Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:55:07.4861246Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:55:07.4861503Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:55:07.4861730Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:55:07.4861985Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:55:07.4862309Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:55:07.5193417Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:55:07.5193822Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:55:07.5194421Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:55:07.5194830Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:55:07.5195038Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:55:07.5195292Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:55:07.5195583Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:55:07.5195780Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:55:07.5196000Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:55:07.5196247Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:55:07.5196475Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:55:07.5196768Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:55:07.5197007Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:55:07.5197280Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:55:07.5197523Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:55:07.5197779Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:55:07.5198001Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:55:07.5198236Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:55:07.5198484Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:55:07.5198761Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:55:07.5198997Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:55:07.5199201Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:55:07.5199389Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:55:07.5212794Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:55:07.5213081Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:55:07.5213507Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:55:07.5213703Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:55:07.5213982Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:55:07.5214171Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:55:07.5214462Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:55:07.5214650Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:55:07.5214850Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:55:07.5215063Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:55:07.5215285Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:55:07.5215500Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:55:07.5215699Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:55:07.5215889Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:55:07.5216081Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:55:07.5216276Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:55:07.5216487Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:55:07.5216674Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:55:07.5216878Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:55:07.5217133Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:55:07.5217353Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:55:07.5217537Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:55:07.5217731Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:55:07.5217944Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:55:07.5218128Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:55:07.5218315Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:55:07.5218524Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:55:07.5218714Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:55:07.5218924Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:55:07.5219138Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:55:07.5219321Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:55:07.5219510Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:55:07.5219740Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:55:07.5219921Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:55:07.5220150Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:55:07.5220363Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:55:07.5220590Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:55:07.5220781Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:55:07.5220993Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:55:07.5221245Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:55:07.5221499Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:55:07.5221680Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:55:07.5221892Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:55:07.5222077Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:55:07.5222304Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:55:07.5222542Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:55:07.5222721Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:55:07.5222976Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:55:07.5223176Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:55:07.5223395Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:55:07.5223600Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:55:07.5223839Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:55:07.5224034Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:55:07.5224211Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:55:07.5224393Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:55:07.5224583Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:55:07.5224766Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:55:07.5224947Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:55:07.5225158Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:55:07.5225365Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:55:07.5225554Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:55:07.5225751Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:55:07.5225973Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:55:07.5226171Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:55:07.5226376Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:55:07.5226580Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:55:07.5226815Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:55:07.5227039Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:55:07.5227254Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:55:07.5227438Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:55:07.5227650Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:55:07.5227882Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:55:07.5228085Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:55:07.5228326Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:55:07.5228581Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:55:07.5228782Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:55:07.5228986Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:55:07.5229178Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:55:07.5229375Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:55:07.5229604Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:55:07.5229794Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:55:07.5229996Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:55:07.5230185Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:55:07.5230399Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:55:07.5230595Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:55:07.5230829Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:55:07.5231101Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:55:07.5231365Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:55:07.5231571Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:55:07.5231790Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:55:07.5231970Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:55:07.5232163Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:55:07.5232434Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:55:07.5232677Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:55:07.5232864Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:55:07.5233085Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:55:07.5233390Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:55:07.5233584Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:55:07.5233804Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:55:07.5234147Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:55:07.5234501Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:55:07.5234792Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:55:07.5235028Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:55:07.5543736Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:55:07.5544002Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:55:07.5544292Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:55:07.5544478Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:55:07.5544681Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:55:07.5544850Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:55:07.5545014Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:55:07.5545227Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:55:07.5545449Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:55:07.5545641Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:55:07.5545920Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:55:07.5546182Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:55:07.5546401Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:55:07.5546593Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:55:07.5546807Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:55:07.5547002Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:55:07.5547201Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:55:07.5547405Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:55:07.5547674Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:55:07.5547830Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:55:07.5548103Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:55:07.5548497Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:55:07.5548816Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:55:07.5549076Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:55:07.5549234Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:55:07.5549406Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:55:07.5549578Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:55:07.5549720Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:55:07.5549913Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:55:07.5550093Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:55:07.5550334Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:55:07.5550572Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:55:07.5551012Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:55:07.5551237Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:55:07.5551519Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:55:07.5551754Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:55:07.5552137Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:55:07.5552373Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:55:07.5552630Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:55:07.5552864Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:55:07.5553081Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:55:07.5553403Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:55:07.5553745Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:55:07.5554066Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:55:07.5554380Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:55:07.5554724Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:55:07.5555153Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:55:07.5555428Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:55:07.5555841Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:55:07.5556168Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:55:07.5556464Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:55:07.5556715Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:55:07.5556982Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:55:07.5557233Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:55:07.5557504Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:55:07.5557843Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:55:07.5558226Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:55:07.5558672Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:55:07.5559128Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:55:07.5559415Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:55:07.5559712Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:55:07.5560033Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:55:07.5560456Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:55:07.5560784Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:55:07.5561112Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:55:07.5561539Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:55:07.5561983Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:55:07.5562234Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:55:07.5562478Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:55:07.5562778Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:55:07.5563157Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:55:07.5563448Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:55:07.5563842Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:55:07.5564372Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:55:07.5564663Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:55:07.5564995Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:55:07.5565316Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:55:07.5565677Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:55:07.5566119Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:55:07.5566452Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:55:07.5566769Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:55:07.5567194Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:55:07.5567558Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:55:07.5567981Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:55:07.5568234Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:55:07.5568734Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:55:07.5569020Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:55:07.5569333Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:55:07.5569621Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:55:07.5569875Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:55:07.5570130Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:55:07.5570443Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:55:07.5570769Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:55:07.5571083Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:55:07.5571490Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:55:07.5571756Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:55:07.5571997Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:55:07.5572321Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:55:07.5572636Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:55:07.5572907Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:55:07.5573193Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:55:07.5573490Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:55:07.5573782Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:55:07.5574026Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:55:07.5574287Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:55:07.5574495Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:55:07.5574774Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:55:07.5575133Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:55:07.5575419Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:55:07.5980005Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:55:07.5980454Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:55:07.5981134Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:55:07.5981570Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:55:07.5981934Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:55:07.5982261Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:55:07.5982542Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:55:07.5982753Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:55:07.5983036Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:55:07.5983361Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:55:07.5983611Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:55:07.5983994Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:55:07.5984373Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:55:07.5984688Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:55:07.5985136Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:55:07.5985541Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:55:07.5986147Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:55:07.5986751Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:55:07.5987375Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:55:07.5987952Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:55:07.5988518Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:55:07.5989085Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:55:07.5989760Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:55:07.5990442Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:55:07.5991341Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:55:07.5991795Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:55:07.5992312Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:55:07.5992877Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:55:07.5993347Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:55:07.5993871Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:55:07.5994502Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:55:07.5994945Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:55:07.5995157Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:55:07.5995527Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:55:07.5995860Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:55:07.5996447Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:55:07.5996927Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:55:07.5997566Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:55:07.5997976Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:55:07.5998514Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:55:07.5998924Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:55:07.5999522Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:55:07.5999996Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:55:07.6000281Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:55:07.6000623Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:55:07.6000903Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:55:07.6001224Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:55:07.6001615Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:55:07.6002053Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:55:07.6002383Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:55:07.6002769Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:55:07.6003205Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:55:07.6003543Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:55:07.6003806Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:55:07.6004015Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:55:07.6004327Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:55:07.6004696Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:55:07.6005249Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:55:07.6005849Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:55:07.6006385Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:55:07.6006714Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:55:07.6006951Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:55:07.6007278Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:55:07.6007621Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:55:07.6008014Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:55:07.6008405Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:55:07.6008837Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:55:07.6009203Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:55:07.6009528Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:55:07.6009912Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:55:07.6010132Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:55:07.6010445Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:55:07.6010826Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:55:07.6011203Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:55:07.6011600Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:55:07.6012010Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:55:07.6012372Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:55:07.6012716Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:55:07.6012958Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:55:07.6013401Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:55:07.6013753Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:55:07.6014324Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:55:07.6014700Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:55:07.6015073Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:55:07.6015382Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:55:07.6015729Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:55:07.6015941Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:55:07.6016154Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:55:07.6016546Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:55:07.6016912Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:55:07.6017431Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:55:07.6018002Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:55:07.6018347Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:55:07.6018710Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:55:07.6019107Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:55:07.6019462Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:55:07.6019985Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:55:07.6020420Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:55:07.6020858Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:55:07.6021178Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:55:07.6021430Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:55:07.6021933Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:55:07.6022441Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:55:07.6022943Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:55:07.6023338Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:55:07.6023781Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:55:07.6024150Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:55:07.6024578Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:55:07.6024964Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:55:07.6025522Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:55:07.6026081Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:55:07.6026485Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:55:07.6026849Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:55:07.6027096Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:55:07.6027287Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:55:07.6027520Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:55:07.6027804Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:55:07.6308816Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:55:07.6309989Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:55:07.6310912Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:55:07.6311488Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:55:07.6312083Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:55:07.6312704Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:55:07.6313978Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:55:07.6315078Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:55:07.6315779Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:55:07.6316717Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:55:07.6317824Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:55:07.6318820Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:55:07.6319974Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:55:07.6320976Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:55:07.6322015Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:55:07.6322938Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:55:07.6324069Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:55:07.6325348Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:55:07.6326355Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:55:07.6327339Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:55:07.6328311Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:55:07.6329275Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:55:07.6330196Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:55:07.6331178Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:55:07.6332136Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:55:07.6333160Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:55:07.6334213Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:55:07.6335290Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:55:07.6336341Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:55:07.6337325Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:55:07.6338203Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:55:07.6338944Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:55:07.6339976Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:55:07.6340973Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:55:07.6341937Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:55:07.6342989Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:55:07.6343991Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:55:07.6345037Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:55:07.6346050Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:55:07.6347060Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:55:07.6348015Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:55:07.6349149Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:55:07.6350264Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:55:07.6350804Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:55:07.6351411Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:55:07.6352379Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:55:07.6353454Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:55:07.6354147Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:55:07.6354676Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:55:07.6355479Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:55:07.6356760Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:55:07.6357644Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:55:07.6358577Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:55:07.6359909Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:55:07.6360933Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:55:07.6362140Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:55:07.6363473Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:55:07.6364371Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:55:07.6365110Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:55:07.6365856Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:55:07.6366575Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:55:07.6367579Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:55:07.6368958Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:55:07.6369927Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:55:07.6370539Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:55:07.6371079Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:55:07.6371718Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:55:07.6372390Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:55:07.6373087Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:55:07.6374299Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:55:07.6375521Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:55:07.6376201Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:55:07.6376897Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:55:07.6377568Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:55:07.6378167Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:55:07.6379321Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:55:07.6380791Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:55:07.6382004Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:55:07.6383626Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:55:07.6385123Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:55:07.6386347Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:55:07.6387123Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:55:07.6388043Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:55:07.6388886Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:55:07.6389704Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:55:07.6390849Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:55:07.6392288Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:55:07.6393248Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:55:07.6394163Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:55:07.6394938Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:55:07.6395774Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:55:07.6396622Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:55:07.6397320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:55:07.6398022Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:55:07.6399104Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:55:07.6400477Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:55:07.6401487Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:55:07.6402386Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:55:07.6403772Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:55:07.6405392Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:55:07.6406889Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:55:07.6407971Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:55:07.6409437Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:55:07.6410711Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:55:07.6411719Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:55:07.6413142Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:55:07.6414162Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:55:07.6415128Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:55:07.6416601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:55:07.6417691Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:55:07.6418438Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:55:07.6677258Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:55:07.6678721Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:07.6680226Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:07.6681840Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:55:07.6683318Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:55:07.6684783Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:55:07.6685584Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:55:07.6687046Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:55:07.6688446Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:55:07.6689795Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:55:07.6690822Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:55:07.6692029Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:55:07.6693352Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:55:07.6694350Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:55:07.6695898Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:55:07.6697002Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:55:07.6697969Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:55:07.6698806Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:07.6699664Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:07.6700523Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:07.6701379Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:55:07.6702252Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:07.6703111Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:07.6703957Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:07.6704825Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:55:07.6705916Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:07.6706781Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:07.6707643Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:55:07.6708537Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:55:07.6709404Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:55:07.6710171Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:55:07.6710936Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:55:07.6711756Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:55:07.6712598Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:55:07.6713440Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:55:07.6714209Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:55:07.6714916Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:55:07.6715623Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:55:07.6716364Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:55:07.6717103Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:55:07.6717799Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:55:07.6718491Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:55:07.6719274Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:55:07.6720128Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:55:07.6721003Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:55:07.6721989Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:55:07.6722933Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:55:07.6723965Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:55:07.6724807Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:55:07.6725665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:55:07.6726536Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:55:07.6727476Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:55:07.6728284Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:55:07.6729156Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:55:07.6730060Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:55:07.6730992Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:55:07.6731943Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:55:07.6732766Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:55:07.6733583Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:55:07.6734396Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:55:07.6735207Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:55:07.6736054Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:55:07.6736951Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:55:07.6737888Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:55:07.6738751Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:55:07.6739489Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:55:07.6740233Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:55:07.6740961Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:55:07.6741647Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:55:07.6742309Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:55:07.6742941Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:55:07.6743619Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:55:07.6744335Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:55:07.6745115Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:55:07.6745974Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:55:07.6746849Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:55:07.6747621Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:55:07.6748287Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:55:07.6748865Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:55:07.6749348Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:55:07.6749838Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:55:07.6750344Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:55:07.6750832Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:55:07.6751191Z adding 'executorch/codegen/gen.py' 2025-06-05T23:55:07.6751550Z adding 'executorch/codegen/model.py' 2025-06-05T23:55:07.6751970Z adding 'executorch/codegen/parse.py' 2025-06-05T23:55:07.6752339Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:55:07.6752749Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:55:07.6753144Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:55:07.6753542Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:55:07.6754005Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:55:07.6754459Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:55:07.6754890Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:55:07.6755387Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:55:07.6755925Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:55:07.6756439Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:55:07.6756978Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:55:07.6757494Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:55:07.6758020Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:55:07.6758467Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:55:07.6758898Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:55:07.6759335Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:55:07.6759762Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:55:08.0478641Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:55:08.0479617Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:55:08.0480431Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:55:08.0481262Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:55:08.0481891Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:55:08.0482549Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:55:08.0483233Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:55:08.0483769Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:55:08.0484131Z adding 'executorch/data/bin/flatc' 2025-06-05T23:55:08.0484489Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:55:08.0484905Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:55:08.0485437Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:55:08.0486128Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:55:08.0486785Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:55:08.0487259Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:55:08.0487727Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:55:08.0488256Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:55:08.0488887Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:55:08.0489652Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:55:08.0490417Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:55:08.0491039Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:55:08.0491669Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:55:08.0492338Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:55:08.0493038Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:55:08.0493712Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:55:08.0494369Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:55:08.0494977Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:55:08.0495550Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:55:08.0496342Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:55:08.0496864Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:55:08.0497396Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:55:08.0497908Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:55:08.0498512Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:55:08.0498975Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:55:08.0499415Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:55:08.0499908Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:55:08.0500558Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:55:08.0501012Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:55:08.0501510Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:55:08.0501997Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:55:08.0502465Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:55:08.0502955Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:55:08.0503556Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:55:08.0504185Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:55:08.0504836Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:55:08.0505617Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:55:08.0506211Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:55:08.0506846Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:55:08.0507575Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:55:08.0508434Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:55:08.0509100Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:55:08.0509753Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:55:08.0510301Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:55:08.0510916Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:55:08.0511511Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:55:08.0512078Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:55:08.0512642Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:55:08.0513136Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:55:08.0513645Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:55:08.0514295Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:55:08.0514882Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:55:08.0515511Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:55:08.0516155Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:55:08.0516773Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:55:08.0517365Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:55:08.0518007Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:55:08.0518632Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:55:08.0519187Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:55:08.0519783Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:55:08.0520377Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:55:08.0521029Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:55:08.0521677Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:55:08.0522490Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:55:08.0523113Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:55:08.0523741Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:55:08.0524246Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:55:08.0524796Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:55:08.0525244Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:55:08.0525699Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:55:08.0526181Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:55:08.0526690Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:55:08.0527214Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:55:08.0527789Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:55:08.0528273Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:55:08.0528816Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:55:08.0529490Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:55:08.0530318Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:55:08.0531160Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:55:08.0532171Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:55:08.0532961Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:55:08.0533722Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:55:08.0534426Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:55:08.0534970Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:55:08.0535641Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:55:08.0536171Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:55:08.0536681Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:55:08.0537205Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:55:08.0537691Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:55:08.0538209Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:55:08.0538778Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:55:08.0539294Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:55:08.0539810Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:55:08.0540327Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:55:08.0540840Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:55:08.0541319Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:55:08.0541952Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:55:08.0542703Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:55:08.0543202Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:55:08.0543675Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:55:08.0544136Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:55:08.0544576Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:55:08.0545059Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:55:08.0545613Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:55:08.0546265Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:55:08.0546924Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:55:08.0547568Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:55:08.0548297Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:55:08.0548936Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:55:08.0549518Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:55:08.0550119Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:55:08.0550812Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:55:08.0551427Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:55:08.0552205Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:55:08.0552984Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:55:08.0553728Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:55:08.0975722Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:55:08.0976693Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:55:08.0977438Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:55:08.0978198Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:55:08.0978972Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:55:08.0979829Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:55:08.0980563Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:55:08.0981227Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:55:08.0981908Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:55:08.0982695Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:55:08.0983527Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:55:08.0984554Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:55:08.0985513Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:55:08.0986360Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:55:08.0987222Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:55:08.0988034Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:55:08.0988865Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:55:08.0989604Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:55:08.0990276Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:55:08.0990978Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:55:08.0991613Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:55:08.0992247Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:55:08.0992829Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:55:08.0993450Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:55:08.0994187Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:55:08.0994899Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:55:08.0995607Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:55:08.0996285Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:55:08.0996911Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:55:08.0997754Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:55:08.0998421Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:55:08.0999329Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:55:08.1000213Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:55:08.1001115Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:55:08.1002000Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:55:08.1002921Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:55:08.1003715Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:55:08.1004520Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:55:08.1005397Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:55:08.1005884Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:55:08.1006373Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:55:08.1006860Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:55:08.1007396Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:55:08.1007896Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:55:08.1008341Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:55:08.1008825Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:55:08.1009326Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:55:08.1009844Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:55:08.1010358Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:55:08.1010880Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:55:08.1011409Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:55:08.1011913Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:55:08.1012435Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:55:08.1012930Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:55:08.1013493Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:55:08.1014055Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:55:08.1014604Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:55:08.1015266Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:55:08.1015934Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:55:08.1016552Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:55:08.1017086Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:55:08.1017616Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:55:08.1018123Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:55:08.1018630Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:55:08.1019143Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:55:08.1019604Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:55:08.1020074Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:55:08.1020588Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:55:08.1021101Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:55:08.1021739Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:55:08.1022353Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:55:08.1022962Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:55:08.1023486Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:55:08.1024127Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:55:08.1024617Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:55:08.1025162Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:55:08.1025662Z adding 'executorch/exir/__init__.py' 2025-06-05T23:55:08.1026197Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:55:08.1026609Z adding 'executorch/exir/common.py' 2025-06-05T23:55:08.1026971Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:55:08.1027346Z adding 'executorch/exir/delegate.py' 2025-06-05T23:55:08.1027692Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:55:08.1028069Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:55:08.1028451Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:55:08.1028828Z adding 'executorch/exir/error.py' 2025-06-05T23:55:08.1029156Z adding 'executorch/exir/graph.py' 2025-06-05T23:55:08.1029613Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:55:08.1030160Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:55:08.1030582Z adding 'executorch/exir/memory.py' 2025-06-05T23:55:08.1030990Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:55:08.1031372Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:55:08.1031747Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:55:08.1032129Z adding 'executorch/exir/print_program.py' 2025-06-05T23:55:08.1032509Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:55:08.1032863Z adding 'executorch/exir/schema.py' 2025-06-05T23:55:08.1033213Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:55:08.1033552Z adding 'executorch/exir/tensor.py' 2025-06-05T23:55:08.1033938Z adding 'executorch/exir/tracer.py' 2025-06-05T23:55:08.1034305Z adding 'executorch/exir/types.py' 2025-06-05T23:55:08.1034823Z adding 'executorch/exir/version.py' 2025-06-05T23:55:08.1035179Z adding 'executorch/exir/wrap.py' 2025-06-05T23:55:08.1035571Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:55:08.1035995Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:55:08.1036407Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:55:08.1036857Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:55:08.1037320Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:55:08.1037794Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:55:08.1038232Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:55:08.1038727Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:55:08.1039342Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:55:08.1039763Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:55:08.1040208Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:55:08.1040658Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:55:08.1041129Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:55:08.1041627Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:55:08.1042276Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:55:08.1042827Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:55:08.1043325Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:55:08.1043868Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:55:08.1044397Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:55:08.1044886Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:55:08.1045329Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:55:08.1045747Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:55:08.1046321Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:55:08.1047049Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:55:08.1047932Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:55:08.1048739Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:55:08.1049532Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:55:08.1050217Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:55:08.1050983Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:55:08.1051807Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:55:08.1721916Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:55:08.1723141Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:55:08.1723692Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:55:08.1724227Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:55:08.1724825Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:55:08.1725411Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:55:08.1725932Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:55:08.1726470Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:55:08.1727070Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:55:08.1727714Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:55:08.1728297Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:55:08.1728867Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:55:08.1729452Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:55:08.1730027Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:55:08.1730505Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:55:08.1731177Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:55:08.1731762Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:55:08.1732310Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:55:08.1732964Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:55:08.1733657Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:55:08.1734565Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:55:08.1735194Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:55:08.1735706Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:55:08.1736154Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:55:08.1736598Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:55:08.1737049Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:55:08.1737453Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:55:08.1737848Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:55:08.1738292Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:55:08.1738861Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:55:08.1739366Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:55:08.1739792Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:55:08.1740224Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:55:08.1740670Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:55:08.1741123Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:55:08.1741661Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:55:08.1742204Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:55:08.1742641Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:55:08.1743114Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:55:08.1743841Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:55:08.1744369Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:55:08.1744888Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:55:08.1745392Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:55:08.1746027Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:55:08.1746589Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:55:08.1747076Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:55:08.1747462Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:55:08.1747873Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:55:08.1748283Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:55:08.1748748Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:55:08.1749182Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:55:08.1749580Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:55:08.1750009Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:55:08.1750473Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:55:08.1750970Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:55:08.1751518Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:55:08.1751994Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:55:08.1752503Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:55:08.1753046Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:55:08.1753556Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:55:08.1754113Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:55:08.1754653Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:55:08.1755154Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:55:08.1755701Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:55:08.1756282Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:55:08.1756789Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:55:08.1757290Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:55:08.1757857Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:55:08.1758367Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:55:08.1758854Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:55:08.1759350Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:55:08.1759813Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:55:08.1760308Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:55:08.1760846Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:55:08.1761354Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:55:08.1761948Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:55:08.1762521Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:55:08.1763145Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:55:08.1763807Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:55:08.1764367Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:55:08.1764924Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:55:08.1765485Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:55:08.1765951Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:55:08.1766416Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:55:08.1766882Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:55:08.1767384Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:55:08.1767938Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:55:08.1768353Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:55:08.1768786Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:55:08.1769196Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:55:08.1769854Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:55:08.1770338Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:55:08.1770774Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:55:08.1771177Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:55:08.1771599Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:55:08.1771998Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:55:08.1772400Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:55:08.1772788Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:55:08.1773167Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:55:08.1773567Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:55:08.1773979Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:55:08.1774457Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:55:08.1774880Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:55:08.1775304Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:55:08.1775747Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:55:08.1776149Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:55:08.1776567Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:55:08.1777086Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:55:08.1777625Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:55:08.1778173Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:55:08.1778597Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:55:08.1779100Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:55:08.1779658Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:55:08.1780264Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:55:08.1780801Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:55:08.1781264Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:55:08.1781691Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:55:08.1782119Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:55:08.1782607Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:55:08.1783124Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:55:08.1783657Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:55:08.1784121Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:55:08.1784652Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:55:08.1785202Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:55:08.1785761Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:55:08.1786195Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:55:08.1786604Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:55:08.1787018Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:55:08.1787437Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:55:08.1787879Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:55:08.1788288Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:55:08.1788793Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:55:08.1789249Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:55:08.1789712Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:55:08.1790159Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:55:08.1790721Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:55:08.1791229Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:55:08.1791684Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:55:08.1792147Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:55:08.1792656Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:55:08.1793314Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:55:08.1794007Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:55:08.9086224Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:55:08.9087405Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:55:08.9088172Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:55:08.9088883Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:55:08.9089779Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:55:08.9090642Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:55:08.9091609Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:55:08.9092692Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:55:08.9093420Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:55:08.9094025Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:55:08.9094626Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:55:08.9095190Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:55:08.9096078Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:55:08.9097311Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:55:08.9098261Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:55:08.9098912Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:55:08.9099522Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:55:08.9100201Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:55:08.9101558Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:55:08.9119855Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:55:08.9120911Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:55:08.9121618Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:55:08.9122369Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:55:08.9123046Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:55:08.9123582Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:55:08.9124112Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:55:08.9124669Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:55:08.9125184Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:55:08.9125844Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:55:08.9126733Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:55:08.9127685Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:55:08.9128527Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:55:08.9129163Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:55:08.9130158Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:55:08.9131246Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:55:08.9132029Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:55:08.9132611Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:55:08.9133537Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:55:08.9134377Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:55:08.9135216Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:55:08.9136490Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:55:08.9137998Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:55:08.9139009Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:55:08.9139942Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:55:08.9140897Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:55:08.9141745Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:55:08.9142445Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:55:08.9143179Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:55:08.9143903Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:55:08.9144970Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:55:08.9146378Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:55:08.9147294Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:55:08.9148143Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:55:08.9148976Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:55:08.9150273Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:55:08.9151467Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:55:08.9152314Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:55:08.9153556Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:55:08.9155209Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:55:08.9156516Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:55:08.9158248Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:55:08.9159501Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:55:08.9161213Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:55:08.9162431Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:55:08.9164262Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:55:08.9165261Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:55:08.9166099Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:55:08.9167595Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:55:08.9168815Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:55:08.9170471Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:55:08.9171600Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:55:08.9172540Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:55:08.9173862Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:55:08.9175258Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:55:08.9176346Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:55:08.9177845Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:55:08.9178928Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:55:08.9180438Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:55:08.9181668Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:55:08.9183265Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:55:08.9184729Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:55:08.9185822Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:55:08.9186767Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:55:08.9188750Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:55:08.9190135Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:55:08.9191352Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:55:08.9192400Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:55:08.9193376Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:55:08.9194240Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:55:08.9194996Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:55:08.9195653Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:55:08.9196175Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:55:08.9196679Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:55:08.9197274Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:55:08.9197908Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:55:08.9198413Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:55:08.9199023Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:55:08.9199804Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:55:08.9200798Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:55:08.9201576Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:55:08.9202299Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:55:08.9202950Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:55:08.9203572Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:55:08.9204187Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:55:09.6292210Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:55:09.6293166Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:55:09.6293886Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:55:09.6294529Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:55:09.6295156Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:55:09.6296114Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:55:09.6296772Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:55:09.6297482Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:55:09.6298332Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:55:09.6299033Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:55:09.6299700Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:55:09.6300279Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:55:09.6300856Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:55:09.6301385Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:55:09.6301922Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:55:09.6302500Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:55:09.6303128Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:55:09.6303845Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:55:09.6304540Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:55:09.6305408Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:55:09.6306075Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:55:09.6306769Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:55:09.6307407Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:55:09.6307980Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:55:09.6308521Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:55:09.6309036Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:55:09.6309601Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:55:09.6310249Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:55:09.6310941Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:55:09.6311717Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:55:09.6312586Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:55:09.6313389Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:55:09.6314178Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:55:09.6314998Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:55:09.6315873Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:55:09.6316680Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:55:09.6317419Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:55:09.6318163Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:55:09.6318907Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:55:09.6319632Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:55:09.6320321Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:55:09.6321006Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:55:09.6321689Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:55:09.6322482Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:55:09.6323329Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:55:09.6324042Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:55:09.6324796Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:55:09.6325588Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:55:09.6326311Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:55:09.6327077Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:55:09.6327982Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:55:09.6328837Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:55:09.6329702Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:55:09.6330605Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:55:09.6331477Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:55:09.6332307Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:55:09.6333137Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:55:09.6334001Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:55:09.6334897Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:55:09.6335734Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:55:09.6336592Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:55:09.6337488Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:55:09.6338415Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:55:09.6339321Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:55:09.6340077Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:55:09.6340772Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:55:09.6341485Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:55:09.6342203Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:55:09.6342913Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:55:09.6343529Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:55:09.6344105Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:55:09.6344690Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:55:09.6345301Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:55:09.6345942Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:55:09.6346515Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:55:09.6347096Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:55:09.6347706Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:55:09.6348293Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:55:09.6348884Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:55:09.6349452Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:55:09.6350069Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:55:09.6350820Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:55:09.6351409Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:55:09.6351930Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:55:09.6352456Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:55:09.6353108Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:55:09.6353708Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:55:09.6354340Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:55:09.6354864Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:55:09.6355295Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:55:09.6355759Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:55:09.6356159Z adding 'executorch/schema/program.fbs' 2025-06-05T23:55:09.6356542Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:55:09.6356977Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:55:09.6357477Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:55:09.6357896Z adding 'executorch/util/collect_env.py' 2025-06-05T23:55:09.6358287Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:55:09.6358770Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:55:09.6359297Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:55:09.6359771Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:55:09.6360266Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:55:09.6360820Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:55:09.6361314Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:55:09.6361832Z removing pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:55:09.6362582Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:55:09.6363727Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl size=9987128 sha256=e8c8aa9dcfdfc56f2778fdafcb33c53f9363f25e4fe2d1d12caf1ded46cc623c 2025-06-05T23:55:09.6365185Z Stored in directory: /tmp/pip-ephem-wheel-cache-pji3e5mj/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:55:09.6365965Z Successfully built executorch 2025-06-05T23:55:14.2826764Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:55:14.2827871Z [?25l 2025-06-05T23:55:14.2828335Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:55:14.2828670Z 2025-06-05T23:55:14.2828957Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:55:14.2829275Z 2025-06-05T23:55:14.2830282Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:14.2830830Z  Attempting uninstall: pytest 2025-06-05T23:55:14.2831394Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:14.2831950Z  Found existing installation: pytest 7.2.0 2025-06-05T23:55:14.2832652Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:14.2833329Z  Uninstalling pytest-7.2.0: 2025-06-05T23:55:14.2833895Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:14.2834561Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2835206Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:55:14.2835868Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2836515Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:55:14.2837186Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2838073Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:55:14.2838991Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2839744Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:55:14.2840532Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2841268Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:55:14.2842136Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2843006Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-06-05T23:55:14.2843857Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2844617Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:55:14.2845405Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2845945Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:55:14.2846540Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2847193Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2847870Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2848479Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:55:14.2849224Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2849834Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:55:14.2850472Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.2851240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:14.2851927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:14.2852618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:14.2853308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:14.2853982Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:14.2854692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:14.2855367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:14.2856053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:14.2856765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:14.2857436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:14.2858116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:14.2858781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:14.2859453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:14.2860152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:14.2860816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:14.2861493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:14.2862179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:14.2862857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:14.2863525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:14.2864201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:14.2864874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3538686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3539466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3540143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3540907Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:55:28.3541555Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3542190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:55:28.3542621Z [?25h 2025-06-05T23:55:28.3543895Z Successfully installed cattrs-25.1.1 coremltools-8.3.0 execnet-2.1.1 executorch-0.7.0a0+bd57234 flatbuffers-25.2.10 protobuf-6.31.1 pyaml-25.5.0 pytest-8.4.0 pytest-rerunfailures-15.1 pytest-xdist-3.7.0 tabulate-0.9.0 2025-06-05T23:55:28.3545061Z + pip list 2025-06-05T23:55:28.3545392Z Package Version Build Editable project location 2025-06-05T23:55:28.3545945Z ----------------------------- ------------------ ----- ----------------------------------- 2025-06-05T23:55:28.3546401Z aiohappyeyeballs 2.6.1 2025-06-05T23:55:28.3546816Z aiohttp 3.12.9 2025-06-05T23:55:28.3547128Z aiosignal 1.3.2 2025-06-05T23:55:28.3547445Z alabaster 0.7.16 2025-06-05T23:55:28.3547770Z antlr4-python3-runtime 4.9.3 2025-06-05T23:55:28.3548106Z async-timeout 5.0.1 2025-06-05T23:55:28.3548410Z attrs 25.3.0 2025-06-05T23:55:28.3548725Z babel 2.17.0 2025-06-05T23:55:28.3549037Z beautifulsoup4 4.13.4 2025-06-05T23:55:28.3549362Z blobfile 3.0.0 2025-06-05T23:55:28.3549675Z breathe 4.34.0 2025-06-05T23:55:28.3549974Z bs4 0.0.2 2025-06-05T23:55:28.3550276Z cattrs 25.1.1 2025-06-05T23:55:28.3550575Z certifi 2025.4.26 2025-06-05T23:55:28.3550912Z charset-normalizer 3.4.2 2025-06-05T23:55:28.3551222Z cmake 3.31.6 2025-06-05T23:55:28.3551539Z contourpy 1.3.2 2025-06-05T23:55:28.3551840Z coremltools 8.3.0 2025-06-05T23:55:28.3552151Z coverage 7.8.2 2025-06-05T23:55:28.3552445Z cycler 0.12.1 2025-06-05T23:55:28.3552754Z datasets 3.6.0 2025-06-05T23:55:28.3553087Z dill 0.3.8 2025-06-05T23:55:28.3553480Z docutils 0.16 2025-06-05T23:55:28.3553965Z exceptiongroup 1.3.0 2025-06-05T23:55:28.3554341Z execnet 2.1.1 2025-06-05T23:55:28.3554675Z executorch 0.7.0a0+bd57234 2025-06-05T23:55:28.3555019Z exhale 0.2.3 2025-06-05T23:55:28.3555455Z expecttest 0.1.6 2025-06-05T23:55:28.3555759Z filelock 3.18.0 2025-06-05T23:55:28.3556085Z flatbuffers 25.2.10 2025-06-05T23:55:28.3556395Z fonttools 4.58.1 2025-06-05T23:55:28.3556715Z frozenlist 1.6.2 2025-06-05T23:55:28.3557118Z fsspec 2025.3.0 2025-06-05T23:55:28.3557434Z hf_transfer 0.1.9 2025-06-05T23:55:28.3557746Z hf-xet 1.1.3 2025-06-05T23:55:28.3558054Z huggingface-hub 0.32.4 2025-06-05T23:55:28.3558386Z hypothesis 6.84.2 2025-06-05T23:55:28.3558690Z idna 3.10 2025-06-05T23:55:28.3558997Z imagesize 1.4.1 2025-06-05T23:55:28.3559301Z iniconfig 2.1.0 2025-06-05T23:55:28.3559610Z Jinja2 3.1.6 2025-06-05T23:55:28.3559920Z kagglehub 0.3.12 2025-06-05T23:55:28.3560233Z kiwisolver 1.4.8 2025-06-05T23:55:28.3560542Z lxml 5.4.0 2025-06-05T23:55:28.3560852Z markdown-it-py 2.2.0 2025-06-05T23:55:28.3561172Z MarkupSafe 3.0.2 2025-06-05T23:55:28.3561474Z matplotlib 3.10.3 2025-06-05T23:55:28.3561896Z mdit-py-plugins 0.3.5 2025-06-05T23:55:28.3562208Z mdurl 0.1.2 2025-06-05T23:55:28.3562516Z mpmath 1.3.0 2025-06-05T23:55:28.3562816Z multidict 6.4.4 2025-06-05T23:55:28.3563146Z multiprocess 0.70.16 2025-06-05T23:55:28.3563481Z myst-parser 0.18.1 2025-06-05T23:55:28.3563792Z networkx 3.4.2 2025-06-05T23:55:28.3564105Z numpy 2.2.6 2025-06-05T23:55:28.3564419Z nvidia-cublas-cu12 12.1.3.1 2025-06-05T23:55:28.3564771Z nvidia-cuda-cupti-cu12 12.1.105 2025-06-05T23:55:28.3565114Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-06-05T23:55:28.3565475Z nvidia-cuda-runtime-cu12 12.1.105 2025-06-05T23:55:28.3565817Z nvidia-cudnn-cu12 9.1.0.70 2025-06-05T23:55:28.3566160Z nvidia-cufft-cu12 11.0.2.54 2025-06-05T23:55:28.3566516Z nvidia-curand-cu12 10.3.2.106 2025-06-05T23:55:28.3566863Z nvidia-cusolver-cu12 11.4.5.107 2025-06-05T23:55:28.3567233Z nvidia-cusparse-cu12 12.1.0.106 2025-06-05T23:55:28.3567572Z nvidia-nccl-cu12 2.20.5 2025-06-05T23:55:28.3567911Z nvidia-nvjitlink-cu12 12.9.41 2025-06-05T23:55:28.3568247Z nvidia-nvtx-cu12 12.1.105 2025-06-05T23:55:28.3568579Z omegaconf 2.3.0 2025-06-05T23:55:28.3568888Z packaging 25.0 2025-06-05T23:55:28.3569202Z pandas 2.2.3 2025-06-05T23:55:28.3569518Z parameterized 0.9.0 2025-06-05T23:55:28.3569824Z pillow 11.2.1 2025-06-05T23:55:28.3570139Z pip 25.1 2025-06-05T23:55:28.3570438Z pluggy 1.6.0 2025-06-05T23:55:28.3570749Z propcache 0.3.1 2025-06-05T23:55:28.3571050Z protobuf 6.31.1 2025-06-05T23:55:28.3571364Z psutil 7.0.0 2025-06-05T23:55:28.3571661Z pyaml 25.5.0 2025-06-05T23:55:28.3571986Z pyarrow 20.0.0 2025-06-05T23:55:28.3572294Z pycryptodomex 3.23.0 2025-06-05T23:55:28.3572617Z Pygments 2.19.1 2025-06-05T23:55:28.3572934Z pyparsing 3.2.3 2025-06-05T23:55:28.3573235Z pytest 8.4.0 2025-06-05T23:55:28.3573550Z pytest-cov 4.1.0 2025-06-05T23:55:28.3573869Z pytest-rerunfailures 15.1 2025-06-05T23:55:28.3574196Z pytest-xdist 3.7.0 2025-06-05T23:55:28.3574520Z python-dateutil 2.9.0.post0 2025-06-05T23:55:28.3575026Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:55:28.3575647Z pytorch_tokenizers 0.1.0 2025-06-05T23:55:28.3575977Z pytz 2025.2 2025-06-05T23:55:28.3576293Z PyYAML 6.0.1 2025-06-05T23:55:28.3576597Z regex 2024.11.6 2025-06-05T23:55:28.3576927Z requests 2.32.3 2025-06-05T23:55:28.3577322Z ruamel.yaml 0.17.32 2025-06-05T23:55:28.3577652Z ruamel.yaml.clib 0.2.12 2025-06-05T23:55:28.3577965Z safetensors 0.5.3 2025-06-05T23:55:28.3578401Z sentencepiece 0.2.0 2025-06-05T23:55:28.3578735Z setuptools 78.1.1 2025-06-05T23:55:28.3579273Z six 1.17.0 2025-06-05T23:55:28.3579582Z snowballstemmer 3.0.1 2025-06-05T23:55:28.3579907Z sortedcontainers 2.4.0 2025-06-05T23:55:28.3580232Z soupsieve 2.7 2025-06-05T23:55:28.3580527Z Sphinx 5.3.0 2025-06-05T23:55:28.3580852Z sphinx-copybutton 0.5.0 2025-06-05T23:55:28.3581325Z sphinx_design 0.4.1 2025-06-05T23:55:28.3581636Z sphinx-gallery 0.14.0 2025-06-05T23:55:28.3581970Z sphinx_reredirects 0.1.4 2025-06-05T23:55:28.3582300Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:55:28.3582654Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:55:28.3582997Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:55:28.3583345Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:55:28.3583807Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:55:28.3584169Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:55:28.3584500Z sympy 1.14.0 2025-06-05T23:55:28.3584820Z tabulate 0.9.0 2025-06-05T23:55:28.3585135Z tiktoken 0.9.0 2025-06-05T23:55:28.3585433Z timm 1.0.7 2025-06-05T23:55:28.3585749Z tokenizers 0.21.1 2025-06-05T23:55:28.3586182Z tomli 2.0.1 2025-06-05T23:55:28.3586540Z torch 2.8.0a0+git5616fa4 2025-06-05T23:55:28.3586918Z torchao 0.12.0+gitbc68b11 2025-06-05T23:55:28.3587306Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:55:28.3587653Z torchdata 0.11.0 2025-06-05T23:55:28.3587967Z torchsr 1.0.4 2025-06-05T23:55:28.3588273Z torchtune 0.6.1 2025-06-05T23:55:28.3588747Z torchvision 0.22.0a0+966da7e 2025-06-05T23:55:28.3589099Z tqdm 4.67.1 2025-06-05T23:55:28.3589402Z transformers 4.47.1 2025-06-05T23:55:28.3589739Z triton 3.0.0 1 2025-06-05T23:55:28.3590091Z typing_extensions 4.14.0 2025-06-05T23:55:28.3590408Z tzdata 2025.2 2025-06-05T23:55:28.3590704Z urllib3 2.4.0 2025-06-05T23:55:28.3591140Z wheel 0.45.1 2025-06-05T23:55:28.3591441Z xxhash 3.5.0 2025-06-05T23:55:28.3591757Z yarl 1.20.0 2025-06-05T23:55:28.3592072Z zstd 1.5.5.1 2025-06-05T23:55:28.3592415Z + .ci/scripts/setup-arm-baremetal-tools.sh 2025-06-05T23:55:28.3592915Z [main] Using root dir /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:55:28.3593532Z [setup_fvp] Downloading FVP corstone300... 2025-06-05T23:55:28.3594028Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:55:28.3594546Z Dload Upload Total Spent Left Speed 2025-06-05T23:55:28.3594849Z 2025-06-05T23:55:28.3594999Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:55:28.3595440Z 0 80.1M 0 922 0 0 1152 0 20:15:55 --:--:-- 20:15:55 1152 2025-06-05T23:55:28.3596011Z 17 80.1M 17 13.7M 0 0 8712k 0 0:00:09 0:00:01 0:00:08 8709k 2025-06-05T23:55:28.3596569Z 61 80.1M 61 49.2M 0 0 18.7M 0 0:00:04 0:00:02 0:00:02 18.7M 2025-06-05T23:55:28.3597005Z 84 80.1M 84 67.5M 0 0 18.8M 0 0:00:04 0:00:03 0:00:01 18.8M 2025-06-05T23:55:28.3597469Z 100 80.1M 100 80.1M 0 0 17.8M 0 0:00:04 0:00:04 --:--:-- 17.8M 2025-06-05T23:55:28.3597897Z [setup_fvp] Installing FVP corstone300... 2025-06-05T23:55:28.3598359Z [setup_fvp] Downloading FVP corstone320... 2025-06-05T23:55:28.3598989Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:55:28.3599503Z Dload Upload Total Spent Left Speed 2025-06-05T23:55:28.3599787Z 2025-06-05T23:55:28.3599942Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:55:28.3600363Z 0 113M 0 920 0 0 1755 0 18:49:52 --:--:-- 18:49:52 1755 2025-06-05T23:55:28.3600820Z 30 113M 30 34.5M 0 0 22.6M 0 0:00:05 0:00:01 0:00:04 22.6M 2025-06-05T23:55:28.3601422Z 59 113M 59 68.0M 0 0 26.9M 0 0:00:04 0:00:02 0:00:02 26.9M 2025-06-05T23:55:28.3601946Z 64 113M 64 73.5M 0 0 18.7M 0 0:00:06 0:00:03 0:00:03 18.7M 2025-06-05T23:55:28.3602410Z 65 113M 65 74.7M 0 0 16.5M 0 0:00:06 0:00:04 0:00:02 16.5M 2025-06-05T23:55:28.3602861Z 88 113M 88 100M 0 0 18.1M 0 0:00:06 0:00:05 0:00:01 20.0M 2025-06-05T23:55:28.3603346Z 100 113M 100 113M 0 0 18.9M 0 0:00:05 0:00:05 --:--:-- 17.7M 2025-06-05T23:55:47.6887078Z [setup_fvp] Installing FVP corstone320... 2025-06-05T23:55:47.6887938Z [setup_toolchain] Downloading toolchain ... 2025-06-05T23:55:47.6888467Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:55:47.6889012Z Dload Upload Total Spent Left Speed 2025-06-05T23:55:47.6889300Z 2025-06-05T23:55:47.6889457Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:55:47.6889937Z 1 140M 1 2335k 0 0 2414k 0 0:00:59 --:--:-- 0:00:59 2412k 2025-06-05T23:55:47.6890401Z 18 140M 18 26.3M 0 0 13.1M 0 0:00:10 0:00:02 0:00:08 13.1M 2025-06-05T23:55:47.6890859Z 37 140M 37 52.0M 0 0 17.5M 0 0:00:08 0:00:02 0:00:06 17.5M 2025-06-05T23:55:47.6891312Z 55 140M 55 78.1M 0 0 19.6M 0 0:00:07 0:00:03 0:00:04 19.6M 2025-06-05T23:55:47.6891773Z 74 140M 74 104M 0 0 21.1M 0 0:00:06 0:00:04 0:00:02 21.1M 2025-06-05T23:55:47.6892232Z 93 140M 93 132M 0 0 22.1M 0 0:00:06 0:00:05 0:00:01 25.9M 2025-06-05T23:55:47.6892696Z 100 140M 100 140M 0 0 22.4M 0 0:00:06 0:00:06 --:--:-- 26.8M 2025-06-05T23:55:47.6893145Z [setup_toolchain] Installing toolchain ... 2025-06-05T23:55:47.6893909Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:55:47.6894658Z Cloning into 'reference_model'... 2025-06-05T23:55:47.6895263Z remote: Enumerating objects: 11605, done. 2025-06-05T23:55:47.6895756Z remote: Counting objects: 1% (1/84) 2025-06-05T23:55:47.6896181Z remote: Counting objects: 2% (2/84) 2025-06-05T23:55:47.6896583Z remote: Counting objects: 3% (3/84) 2025-06-05T23:55:47.6897057Z remote: Counting objects: 4% (4/84) 2025-06-05T23:55:47.6897459Z remote: Counting objects: 5% (5/84) 2025-06-05T23:55:47.6897875Z remote: Counting objects: 7% (6/84) 2025-06-05T23:55:47.6898332Z remote: Counting objects: 8% (7/84) 2025-06-05T23:55:47.6898745Z remote: Counting objects: 9% (8/84) 2025-06-05T23:55:47.6899157Z remote: Counting objects: 10% (9/84) 2025-06-05T23:55:47.6899628Z remote: Counting objects: 11% (10/84) 2025-06-05T23:55:47.6900073Z remote: Counting objects: 13% (11/84) 2025-06-05T23:55:47.6900573Z remote: Counting objects: 14% (12/84) 2025-06-05T23:55:47.6901008Z remote: Counting objects: 15% (13/84) 2025-06-05T23:55:47.6901412Z remote: Counting objects: 16% (14/84) 2025-06-05T23:55:47.6902138Z remote: Counting objects: 17% (15/84) 2025-06-05T23:55:47.6902548Z remote: Counting objects: 19% (16/84) 2025-06-05T23:55:47.6903024Z remote: Counting objects: 20% (17/84) 2025-06-05T23:55:47.6903451Z remote: Counting objects: 21% (18/84) 2025-06-05T23:55:47.6903855Z remote: Counting objects: 22% (19/84) 2025-06-05T23:55:47.6904469Z remote: Counting objects: 23% (20/84) 2025-06-05T23:55:47.6904872Z remote: Counting objects: 25% (21/84) 2025-06-05T23:55:47.6905602Z remote: Counting objects: 26% (22/84) 2025-06-05T23:55:47.6906099Z remote: Counting objects: 27% (23/84) 2025-06-05T23:55:47.6906504Z remote: Counting objects: 28% (24/84) 2025-06-05T23:55:47.6906924Z remote: Counting objects: 29% (25/84) 2025-06-05T23:55:47.6907410Z remote: Counting objects: 30% (26/84) 2025-06-05T23:55:47.6907860Z remote: Counting objects: 32% (27/84) 2025-06-05T23:55:47.6908351Z remote: Counting objects: 33% (28/84) 2025-06-05T23:55:47.6908910Z remote: Counting objects: 34% (29/84) 2025-06-05T23:55:47.6909423Z remote: Counting objects: 35% (30/84) 2025-06-05T23:55:47.6909899Z remote: Counting objects: 36% (31/84) 2025-06-05T23:55:47.6910425Z remote: Counting objects: 38% (32/84) 2025-06-05T23:55:47.6910922Z remote: Counting objects: 39% (33/84) 2025-06-05T23:55:47.6911496Z remote: Counting objects: 40% (34/84) 2025-06-05T23:55:47.6912014Z remote: Counting objects: 41% (35/84) 2025-06-05T23:55:47.6912546Z remote: Counting objects: 42% (36/84) 2025-06-05T23:55:47.6913061Z remote: Counting objects: 44% (37/84) 2025-06-05T23:55:47.6913623Z remote: Counting objects: 45% (38/84) 2025-06-05T23:55:47.6914187Z remote: Counting objects: 46% (39/84) 2025-06-05T23:55:47.6914696Z remote: Counting objects: 47% (40/84) 2025-06-05T23:55:47.6915111Z remote: Counting objects: 48% (41/84) 2025-06-05T23:55:47.6915513Z remote: Counting objects: 50% (42/84) 2025-06-05T23:55:47.6916061Z remote: Counting objects: 51% (43/84) 2025-06-05T23:55:47.6916535Z remote: Counting objects: 52% (44/84) 2025-06-05T23:55:47.6916997Z remote: Counting objects: 53% (45/84) 2025-06-05T23:55:47.6917493Z remote: Counting objects: 54% (46/84) 2025-06-05T23:55:47.6917971Z remote: Counting objects: 55% (47/84) 2025-06-05T23:55:47.6918459Z remote: Counting objects: 57% (48/84) 2025-06-05T23:55:47.6918898Z remote: Counting objects: 58% (49/84) 2025-06-05T23:55:47.6919311Z remote: Counting objects: 59% (50/84) 2025-06-05T23:55:47.6919796Z remote: Counting objects: 60% (51/84) 2025-06-05T23:55:47.6920361Z remote: Counting objects: 61% (52/84) 2025-06-05T23:55:47.6920760Z remote: Counting objects: 63% (53/84) 2025-06-05T23:55:47.6921260Z remote: Counting objects: 64% (54/84) 2025-06-05T23:55:47.6921717Z remote: Counting objects: 65% (55/84) 2025-06-05T23:55:47.6922348Z remote: Counting objects: 66% (56/84) 2025-06-05T23:55:47.6922856Z remote: Counting objects: 67% (57/84) 2025-06-05T23:55:47.6923422Z remote: Counting objects: 69% (58/84) 2025-06-05T23:55:47.6923938Z remote: Counting objects: 70% (59/84) 2025-06-05T23:55:47.6924508Z remote: Counting objects: 71% (60/84) 2025-06-05T23:55:47.6924928Z remote: Counting objects: 72% (61/84) 2025-06-05T23:55:47.6925425Z remote: Counting objects: 73% (62/84) 2025-06-05T23:55:47.6925989Z remote: Counting objects: 75% (63/84) 2025-06-05T23:55:47.6926498Z remote: Counting objects: 76% (64/84) 2025-06-05T23:55:47.6927060Z remote: Counting objects: 77% (65/84) 2025-06-05T23:55:47.6927484Z remote: Counting objects: 78% (66/84) 2025-06-05T23:55:47.6927997Z remote: Counting objects: 79% (67/84) 2025-06-05T23:55:47.6928510Z remote: Counting objects: 80% (68/84) 2025-06-05T23:55:47.6928910Z remote: Counting objects: 82% (69/84) 2025-06-05T23:55:47.6929324Z remote: Counting objects: 83% (70/84) 2025-06-05T23:55:47.6929767Z remote: Counting objects: 84% (71/84) 2025-06-05T23:55:47.6930182Z remote: Counting objects: 85% (72/84) 2025-06-05T23:55:47.6930903Z remote: Counting objects: 86% (73/84) 2025-06-05T23:55:47.6931323Z remote: Counting objects: 88% (74/84) 2025-06-05T23:55:47.6931781Z remote: Counting objects: 89% (75/84) 2025-06-05T23:55:47.6932292Z remote: Counting objects: 90% (76/84) 2025-06-05T23:55:47.6932828Z remote: Counting objects: 91% (77/84) 2025-06-05T23:55:47.6933489Z remote: Counting objects: 92% (78/84) 2025-06-05T23:55:47.6933958Z remote: Counting objects: 94% (79/84) 2025-06-05T23:55:47.6934511Z remote: Counting objects: 95% (80/84) 2025-06-05T23:55:47.6934991Z remote: Counting objects: 96% (81/84) 2025-06-05T23:55:47.6935409Z remote: Counting objects: 97% (82/84) 2025-06-05T23:55:47.6935810Z remote: Counting objects: 98% (83/84) 2025-06-05T23:55:47.6936226Z remote: Counting objects: 100% (84/84) 2025-06-05T23:55:47.6936699Z remote: Counting objects: 100% (84/84), done. 2025-06-05T23:55:47.6937378Z remote: Compressing objects: 2% (1/37) 2025-06-05T23:55:47.6937903Z remote: Compressing objects: 5% (2/37) 2025-06-05T23:55:47.6938351Z remote: Compressing objects: 8% (3/37) 2025-06-05T23:55:47.6938773Z remote: Compressing objects: 10% (4/37) 2025-06-05T23:55:47.6939204Z remote: Compressing objects: 13% (5/37) 2025-06-05T23:55:47.6939637Z remote: Compressing objects: 16% (6/37) 2025-06-05T23:55:47.6940061Z remote: Compressing objects: 18% (7/37) 2025-06-05T23:55:47.6940489Z remote: Compressing objects: 21% (8/37) 2025-06-05T23:55:47.6940904Z remote: Compressing objects: 24% (9/37) 2025-06-05T23:55:47.6941339Z remote: Compressing objects: 27% (10/37) 2025-06-05T23:55:47.6941772Z remote: Compressing objects: 29% (11/37) 2025-06-05T23:55:47.6942213Z remote: Compressing objects: 32% (12/37) 2025-06-05T23:55:47.6942639Z remote: Compressing objects: 35% (13/37) 2025-06-05T23:55:47.6943077Z remote: Compressing objects: 37% (14/37) 2025-06-05T23:55:47.6943504Z remote: Compressing objects: 40% (15/37) 2025-06-05T23:55:47.6943949Z remote: Compressing objects: 43% (16/37) 2025-06-05T23:55:47.6944385Z remote: Compressing objects: 45% (17/37) 2025-06-05T23:55:47.6944813Z remote: Compressing objects: 48% (18/37) 2025-06-05T23:55:47.6945247Z remote: Compressing objects: 51% (19/37) 2025-06-05T23:55:47.6945672Z remote: Compressing objects: 54% (20/37) 2025-06-05T23:55:47.6946113Z remote: Compressing objects: 56% (21/37) 2025-06-05T23:55:47.6946538Z remote: Compressing objects: 59% (22/37) 2025-06-05T23:55:47.6946976Z remote: Compressing objects: 62% (23/37) 2025-06-05T23:55:47.6947400Z remote: Compressing objects: 64% (24/37) 2025-06-05T23:55:47.6947837Z remote: Compressing objects: 67% (25/37) 2025-06-05T23:55:47.6948276Z remote: Compressing objects: 70% (26/37) 2025-06-05T23:55:47.6948701Z remote: Compressing objects: 72% (27/37) 2025-06-05T23:55:47.6949192Z remote: Compressing objects: 75% (28/37) 2025-06-05T23:55:47.6949692Z remote: Compressing objects: 78% (29/37) 2025-06-05T23:55:47.6950247Z remote: Compressing objects: 81% (30/37) 2025-06-05T23:55:47.6950675Z remote: Compressing objects: 83% (31/37) 2025-06-05T23:55:47.6951131Z remote: Compressing objects: 86% (32/37) 2025-06-05T23:55:47.6951560Z remote: Compressing objects: 89% (33/37) 2025-06-05T23:55:47.6952005Z remote: Compressing objects: 91% (34/37) 2025-06-05T23:55:47.6952441Z remote: Compressing objects: 94% (35/37) 2025-06-05T23:55:47.6952886Z remote: Compressing objects: 97% (36/37) 2025-06-05T23:55:47.6953327Z remote: Compressing objects: 100% (37/37) 2025-06-05T23:55:47.6953780Z remote: Compressing objects: 100% (37/37), done. 2025-06-05T23:55:47.6954180Z Receiving objects: 0% (1/11605) 2025-06-05T23:55:47.6954503Z Receiving objects: 1% (117/11605) 2025-06-05T23:55:47.6954838Z Receiving objects: 2% (233/11605) 2025-06-05T23:55:47.6955155Z Receiving objects: 3% (349/11605) 2025-06-05T23:55:47.6955483Z Receiving objects: 4% (465/11605) 2025-06-05T23:55:47.6955913Z Receiving objects: 5% (581/11605) 2025-06-05T23:55:47.6956243Z Receiving objects: 6% (697/11605) 2025-06-05T23:55:47.6956569Z Receiving objects: 7% (813/11605) 2025-06-05T23:55:47.6956881Z Receiving objects: 8% (929/11605) 2025-06-05T23:55:47.6957210Z Receiving objects: 9% (1045/11605) 2025-06-05T23:55:47.6957530Z Receiving objects: 10% (1161/11605) 2025-06-05T23:55:47.6957980Z Receiving objects: 11% (1277/11605) 2025-06-05T23:55:47.6958360Z Receiving objects: 12% (1393/11605) 2025-06-05T23:55:47.6958835Z Receiving objects: 13% (1509/11605) 2025-06-05T23:55:47.6959152Z Receiving objects: 14% (1625/11605) 2025-06-05T23:55:47.6959479Z Receiving objects: 15% (1741/11605) 2025-06-05T23:55:47.6959792Z Receiving objects: 16% (1857/11605) 2025-06-05T23:55:47.6960117Z Receiving objects: 17% (1973/11605) 2025-06-05T23:55:47.6960439Z Receiving objects: 18% (2089/11605) 2025-06-05T23:55:47.6960751Z Receiving objects: 19% (2205/11605) 2025-06-05T23:55:47.6961074Z Receiving objects: 20% (2321/11605) 2025-06-05T23:55:47.6961396Z Receiving objects: 21% (2438/11605) 2025-06-05T23:55:47.6961805Z Receiving objects: 22% (2554/11605) 2025-06-05T23:55:47.6962297Z Receiving objects: 23% (2670/11605) 2025-06-05T23:55:47.6962623Z Receiving objects: 24% (2786/11605) 2025-06-05T23:55:47.6962939Z Receiving objects: 25% (2902/11605) 2025-06-05T23:55:47.6963271Z Receiving objects: 26% (3018/11605) 2025-06-05T23:55:47.6963598Z Receiving objects: 27% (3134/11605) 2025-06-05T23:55:47.6963910Z Receiving objects: 28% (3250/11605) 2025-06-05T23:55:47.6964235Z Receiving objects: 29% (3366/11605) 2025-06-05T23:55:47.6964548Z Receiving objects: 30% (3482/11605) 2025-06-05T23:55:47.6964877Z Receiving objects: 31% (3598/11605) 2025-06-05T23:55:47.6965189Z Receiving objects: 32% (3714/11605) 2025-06-05T23:55:47.6965513Z Receiving objects: 33% (3830/11605) 2025-06-05T23:55:47.6965825Z Receiving objects: 34% (3946/11605) 2025-06-05T23:55:47.6966153Z Receiving objects: 35% (4062/11605) 2025-06-05T23:55:47.6966469Z Receiving objects: 36% (4178/11605) 2025-06-05T23:55:47.6966794Z Receiving objects: 37% (4294/11605) 2025-06-05T23:55:47.6967119Z Receiving objects: 38% (4410/11605) 2025-06-05T23:55:47.6967432Z Receiving objects: 39% (4526/11605) 2025-06-05T23:55:47.6967756Z Receiving objects: 40% (4642/11605) 2025-06-05T23:55:47.6968067Z Receiving objects: 41% (4759/11605) 2025-06-05T23:55:47.6968396Z Receiving objects: 42% (4875/11605) 2025-06-05T23:55:47.6968707Z Receiving objects: 43% (4991/11605) 2025-06-05T23:55:47.6969033Z Receiving objects: 44% (5107/11605) 2025-06-05T23:55:47.6969387Z Receiving objects: 45% (5223/11605) 2025-06-05T23:55:47.6969828Z Receiving objects: 46% (5339/11605) 2025-06-05T23:55:47.6970220Z Receiving objects: 47% (5455/11605) 2025-06-05T23:55:47.6970545Z Receiving objects: 48% (5571/11605) 2025-06-05T23:55:48.2240002Z Receiving objects: 49% (5687/11605) 2025-06-05T23:55:48.2240708Z Receiving objects: 50% (5803/11605) 2025-06-05T23:55:48.2241049Z Receiving objects: 51% (5919/11605) 2025-06-05T23:55:48.2241386Z Receiving objects: 52% (6035/11605) 2025-06-05T23:55:48.2241825Z Receiving objects: 53% (6151/11605) 2025-06-05T23:55:48.2242311Z Receiving objects: 54% (6267/11605) 2025-06-05T23:55:48.2242643Z Receiving objects: 55% (6383/11605) 2025-06-05T23:55:48.2242953Z Receiving objects: 56% (6499/11605) 2025-06-05T23:55:48.2243415Z Receiving objects: 57% (6615/11605) 2025-06-05T23:55:48.2244072Z Receiving objects: 58% (6731/11605) 2025-06-05T23:55:48.2244585Z Receiving objects: 59% (6847/11605) 2025-06-05T23:55:48.2244913Z Receiving objects: 60% (6963/11605) 2025-06-05T23:55:48.2245226Z Receiving objects: 61% (7080/11605) 2025-06-05T23:55:48.2245549Z Receiving objects: 62% (7196/11605) 2025-06-05T23:55:48.2245859Z Receiving objects: 63% (7312/11605) 2025-06-05T23:55:48.2246220Z Receiving objects: 64% (7428/11605) 2025-06-05T23:55:48.2246891Z Receiving objects: 65% (7544/11605) 2025-06-05T23:55:48.2247322Z Receiving objects: 66% (7660/11605) 2025-06-05T23:55:48.2247906Z Receiving objects: 67% (7776/11605) 2025-06-05T23:55:48.2248303Z Receiving objects: 68% (7892/11605) 2025-06-05T23:55:48.2248635Z Receiving objects: 69% (8008/11605) 2025-06-05T23:55:48.2248946Z Receiving objects: 70% (8124/11605) 2025-06-05T23:55:48.2249275Z Receiving objects: 71% (8240/11605) 2025-06-05T23:55:48.2249655Z Receiving objects: 72% (8356/11605) 2025-06-05T23:55:48.2250100Z Receiving objects: 73% (8472/11605) 2025-06-05T23:55:48.2250464Z Receiving objects: 74% (8588/11605) 2025-06-05T23:55:48.2250787Z Receiving objects: 75% (8704/11605) 2025-06-05T23:55:48.2251153Z Receiving objects: 76% (8820/11605) 2025-06-05T23:55:48.2251478Z Receiving objects: 77% (8936/11605) 2025-06-05T23:55:48.2251788Z Receiving objects: 78% (9052/11605) 2025-06-05T23:55:48.2252110Z Receiving objects: 79% (9168/11605) 2025-06-05T23:55:48.2252508Z Receiving objects: 80% (9284/11605) 2025-06-05T23:55:48.2252877Z Receiving objects: 81% (9401/11605) 2025-06-05T23:55:48.2253249Z Receiving objects: 82% (9517/11605) 2025-06-05T23:55:48.2253639Z Receiving objects: 83% (9633/11605) 2025-06-05T23:55:48.2253991Z Receiving objects: 84% (9749/11605) 2025-06-05T23:55:48.2254423Z Receiving objects: 85% (9865/11605) 2025-06-05T23:55:48.2254740Z Receiving objects: 86% (9981/11605) 2025-06-05T23:55:48.2255073Z Receiving objects: 87% (10097/11605) 2025-06-05T23:55:48.2255408Z Receiving objects: 88% (10213/11605) 2025-06-05T23:55:48.2255749Z Receiving objects: 89% (10329/11605) 2025-06-05T23:55:48.2256080Z Receiving objects: 90% (10445/11605) 2025-06-05T23:55:48.2256398Z Receiving objects: 91% (10561/11605) 2025-06-05T23:55:48.2256734Z Receiving objects: 92% (10677/11605) 2025-06-05T23:55:48.2257053Z Receiving objects: 93% (10793/11605) 2025-06-05T23:55:48.2257381Z Receiving objects: 94% (10909/11605) 2025-06-05T23:55:48.2257703Z Receiving objects: 95% (11025/11605) 2025-06-05T23:55:48.2258036Z Receiving objects: 96% (11141/11605) 2025-06-05T23:55:48.2258356Z Receiving objects: 97% (11257/11605) 2025-06-05T23:55:48.2258693Z Receiving objects: 98% (11373/11605) 2025-06-05T23:55:48.2259028Z Receiving objects: 99% (11489/11605) 2025-06-05T23:55:48.2259795Z remote: Total 11605 (delta 48), reused 76 (delta 45), pack-reused 11521 (from 1) 2025-06-05T23:55:48.2260314Z Receiving objects: 100% (11605/11605) 2025-06-05T23:55:48.2260735Z Receiving objects: 100% (11605/11605), 4.02 MiB | 8.90 MiB/s, done. 2025-06-05T23:55:48.2261193Z Resolving deltas: 0% (0/9212) 2025-06-05T23:55:48.2261498Z Resolving deltas: 1% (93/9212) 2025-06-05T23:55:48.2261812Z Resolving deltas: 2% (185/9212) 2025-06-05T23:55:48.2262115Z Resolving deltas: 3% (277/9212) 2025-06-05T23:55:48.2262429Z Resolving deltas: 4% (369/9212) 2025-06-05T23:55:48.2262841Z Resolving deltas: 5% (461/9212) 2025-06-05T23:55:48.2263192Z Resolving deltas: 6% (553/9212) 2025-06-05T23:55:48.2263547Z Resolving deltas: 7% (645/9212) 2025-06-05T23:55:48.2263876Z Resolving deltas: 8% (738/9212) 2025-06-05T23:55:48.2264189Z Resolving deltas: 9% (830/9212) 2025-06-05T23:55:48.2264497Z Resolving deltas: 10% (922/9212) 2025-06-05T23:55:48.2264815Z Resolving deltas: 11% (1014/9212) 2025-06-05T23:55:48.2265124Z Resolving deltas: 12% (1106/9212) 2025-06-05T23:55:48.2265442Z Resolving deltas: 13% (1198/9212) 2025-06-05T23:55:48.2265748Z Resolving deltas: 14% (1290/9212) 2025-06-05T23:55:48.2266077Z Resolving deltas: 15% (1382/9212) 2025-06-05T23:55:48.2266393Z Resolving deltas: 16% (1474/9212) 2025-06-05T23:55:48.2266696Z Resolving deltas: 17% (1567/9212) 2025-06-05T23:55:48.2267013Z Resolving deltas: 18% (1659/9212) 2025-06-05T23:55:48.2267317Z Resolving deltas: 19% (1751/9212) 2025-06-05T23:55:48.2267633Z Resolving deltas: 20% (1843/9212) 2025-06-05T23:55:48.2267937Z Resolving deltas: 21% (1935/9212) 2025-06-05T23:55:48.2268255Z Resolving deltas: 22% (2027/9212) 2025-06-05T23:55:48.2268559Z Resolving deltas: 23% (2119/9212) 2025-06-05T23:55:48.2268875Z Resolving deltas: 24% (2211/9212) 2025-06-05T23:55:48.2269181Z Resolving deltas: 25% (2303/9212) 2025-06-05T23:55:48.2269618Z Resolving deltas: 26% (2396/9212) 2025-06-05T23:55:48.2269945Z Resolving deltas: 27% (2488/9212) 2025-06-05T23:55:48.2270255Z Resolving deltas: 28% (2580/9212) 2025-06-05T23:55:48.2270577Z Resolving deltas: 29% (2672/9212) 2025-06-05T23:55:48.2270885Z Resolving deltas: 30% (2764/9212) 2025-06-05T23:55:48.2271278Z Resolving deltas: 31% (2856/9212) 2025-06-05T23:55:48.2271584Z Resolving deltas: 32% (2948/9212) 2025-06-05T23:55:48.2271900Z Resolving deltas: 33% (3040/9212) 2025-06-05T23:55:48.2272204Z Resolving deltas: 34% (3133/9212) 2025-06-05T23:55:48.2272526Z Resolving deltas: 35% (3225/9212) 2025-06-05T23:55:48.2272848Z Resolving deltas: 36% (3317/9212) 2025-06-05T23:55:48.2273150Z Resolving deltas: 37% (3409/9212) 2025-06-05T23:55:48.2273466Z Resolving deltas: 38% (3501/9212) 2025-06-05T23:55:48.2273768Z Resolving deltas: 39% (3593/9212) 2025-06-05T23:55:48.2274083Z Resolving deltas: 40% (3685/9212) 2025-06-05T23:55:48.2274384Z Resolving deltas: 41% (3777/9212) 2025-06-05T23:55:48.2274702Z Resolving deltas: 42% (3870/9212) 2025-06-05T23:55:48.2275002Z Resolving deltas: 43% (3962/9212) 2025-06-05T23:55:48.2275316Z Resolving deltas: 44% (4054/9212) 2025-06-05T23:55:48.2275618Z Resolving deltas: 45% (4146/9212) 2025-06-05T23:55:48.2275931Z Resolving deltas: 46% (4238/9212) 2025-06-05T23:55:48.2276250Z Resolving deltas: 47% (4330/9212) 2025-06-05T23:55:48.2276553Z Resolving deltas: 48% (4422/9212) 2025-06-05T23:55:48.2276868Z Resolving deltas: 49% (4514/9212) 2025-06-05T23:55:48.2277173Z Resolving deltas: 50% (4606/9212) 2025-06-05T23:55:48.2277487Z Resolving deltas: 51% (4699/9212) 2025-06-05T23:55:48.2277789Z Resolving deltas: 52% (4791/9212) 2025-06-05T23:55:48.2278102Z Resolving deltas: 53% (4883/9212) 2025-06-05T23:55:48.2278403Z Resolving deltas: 54% (4975/9212) 2025-06-05T23:55:48.2278717Z Resolving deltas: 55% (5067/9212) 2025-06-05T23:55:48.2279018Z Resolving deltas: 56% (5159/9212) 2025-06-05T23:55:48.2279334Z Resolving deltas: 57% (5251/9212) 2025-06-05T23:55:48.2279652Z Resolving deltas: 58% (5343/9212) 2025-06-05T23:55:48.2279956Z Resolving deltas: 59% (5436/9212) 2025-06-05T23:55:48.2280275Z Resolving deltas: 60% (5528/9212) 2025-06-05T23:55:48.2280584Z Resolving deltas: 61% (5620/9212) 2025-06-05T23:55:48.2280905Z Resolving deltas: 62% (5712/9212) 2025-06-05T23:55:48.2281216Z Resolving deltas: 63% (5804/9212) 2025-06-05T23:55:48.2281537Z Resolving deltas: 64% (5896/9212) 2025-06-05T23:55:48.2281841Z Resolving deltas: 65% (5988/9212) 2025-06-05T23:55:48.2282271Z Resolving deltas: 66% (6080/9212) 2025-06-05T23:55:48.2282578Z Resolving deltas: 67% (6173/9212) 2025-06-05T23:55:48.2282897Z Resolving deltas: 68% (6265/9212) 2025-06-05T23:55:48.2283215Z Resolving deltas: 69% (6357/9212) 2025-06-05T23:55:48.2283523Z Resolving deltas: 70% (6449/9212) 2025-06-05T23:55:48.2283840Z Resolving deltas: 71% (6541/9212) 2025-06-05T23:55:48.2284172Z Resolving deltas: 72% (6633/9212) 2025-06-05T23:55:48.2284558Z Resolving deltas: 73% (6725/9212) 2025-06-05T23:55:48.2284869Z Resolving deltas: 74% (6817/9212) 2025-06-05T23:55:48.2285247Z Resolving deltas: 75% (6909/9212) 2025-06-05T23:55:48.2285552Z Resolving deltas: 76% (7002/9212) 2025-06-05T23:55:48.2285869Z Resolving deltas: 77% (7094/9212) 2025-06-05T23:55:48.2286188Z Resolving deltas: 78% (7186/9212) 2025-06-05T23:55:48.2286498Z Resolving deltas: 79% (7278/9212) 2025-06-05T23:55:48.2286815Z Resolving deltas: 80% (7370/9212) 2025-06-05T23:55:48.2287121Z Resolving deltas: 81% (7462/9212) 2025-06-05T23:55:48.2287439Z Resolving deltas: 82% (7554/9212) 2025-06-05T23:55:48.2287759Z Resolving deltas: 83% (7646/9212) 2025-06-05T23:55:48.2288081Z Resolving deltas: 84% (7739/9212) 2025-06-05T23:55:48.2288495Z Resolving deltas: 85% (7831/9212) 2025-06-05T23:55:48.2288832Z Resolving deltas: 86% (7923/9212) 2025-06-05T23:55:48.2289154Z Resolving deltas: 87% (8015/9212) 2025-06-05T23:55:48.2289523Z Resolving deltas: 88% (8107/9212) 2025-06-05T23:55:48.2289844Z Resolving deltas: 89% (8199/9212) 2025-06-05T23:55:48.2290261Z Resolving deltas: 90% (8291/9212) 2025-06-05T23:55:48.2290585Z Resolving deltas: 91% (8383/9212) 2025-06-05T23:55:48.2290897Z Resolving deltas: 92% (8476/9212) 2025-06-05T23:55:48.2291219Z Resolving deltas: 93% (8568/9212) 2025-06-05T23:55:48.2291527Z Resolving deltas: 94% (8660/9212) 2025-06-05T23:55:48.2291913Z Resolving deltas: 95% (8752/9212) 2025-06-05T23:55:48.2292224Z Resolving deltas: 96% (8844/9212) 2025-06-05T23:55:48.2292549Z Resolving deltas: 97% (8936/9212) 2025-06-05T23:55:48.2292874Z Resolving deltas: 98% (9028/9212) 2025-06-05T23:55:48.2293181Z Resolving deltas: 99% (9120/9212) 2025-06-05T23:55:48.2293503Z Resolving deltas: 100% (9212/9212) 2025-06-05T23:55:48.2293824Z Resolving deltas: 100% (9212/9212), done. 2025-06-05T23:55:48.2294564Z Submodule 'thirdparty/doctest' (https://github.com/doctest/doctest.git) registered for path 'thirdparty/doctest' 2025-06-05T23:55:48.2295747Z Submodule 'thirdparty/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'thirdparty/eigen' 2025-06-05T23:55:48.2296730Z Submodule 'thirdparty/json' (https://github.com/nlohmann/json.git) registered for path 'thirdparty/json' 2025-06-05T23:55:48.2297747Z Submodule 'thirdparty/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'thirdparty/pybind11' 2025-06-05T23:55:48.2298975Z Submodule 'thirdparty/serialization_lib' (https://review.mlplatform.org/tosa/serialization_lib) registered for path 'thirdparty/serialization_lib' 2025-06-05T23:55:48.2300438Z Submodule 'thirdparty/specification' (https://review.mlplatform.org/tosa/specification) registered for path 'thirdparty/specification' 2025-06-05T23:55:48.2301633Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/doctest'... 2025-06-05T23:55:48.2302331Z remote: Enumerating objects: 13364, done. 2025-06-05T23:55:48.2302747Z remote: Counting objects: 0% (1/3723) 2025-06-05T23:55:48.2303241Z remote: Counting objects: 1% (38/3723) 2025-06-05T23:55:48.2303651Z remote: Counting objects: 2% (75/3723) 2025-06-05T23:55:48.2304095Z remote: Counting objects: 3% (112/3723) 2025-06-05T23:55:48.2304495Z remote: Counting objects: 4% (149/3723) 2025-06-05T23:55:48.2304879Z remote: Counting objects: 5% (187/3723) 2025-06-05T23:55:48.2305458Z remote: Counting objects: 6% (224/3723) 2025-06-05T23:55:48.2305852Z remote: Counting objects: 7% (261/3723) 2025-06-05T23:55:48.2306362Z remote: Counting objects: 8% (298/3723) 2025-06-05T23:55:48.2306768Z remote: Counting objects: 9% (336/3723) 2025-06-05T23:55:48.2307216Z remote: Counting objects: 10% (373/3723) 2025-06-05T23:55:48.2307611Z remote: Counting objects: 11% (410/3723) 2025-06-05T23:55:48.2307997Z remote: Counting objects: 12% (447/3723) 2025-06-05T23:55:48.2308395Z remote: Counting objects: 13% (484/3723) 2025-06-05T23:55:48.2308780Z remote: Counting objects: 14% (522/3723) 2025-06-05T23:55:48.2309184Z remote: Counting objects: 15% (559/3723) 2025-06-05T23:55:48.2309629Z remote: Counting objects: 16% (596/3723) 2025-06-05T23:55:48.2310066Z remote: Counting objects: 17% (633/3723) 2025-06-05T23:55:48.2310465Z remote: Counting objects: 18% (671/3723) 2025-06-05T23:55:48.2310905Z remote: Counting objects: 19% (708/3723) 2025-06-05T23:55:48.2311308Z remote: Counting objects: 20% (745/3723) 2025-06-05T23:55:48.2311691Z remote: Counting objects: 21% (782/3723) 2025-06-05T23:55:48.2312088Z remote: Counting objects: 22% (820/3723) 2025-06-05T23:55:48.2312474Z remote: Counting objects: 23% (857/3723) 2025-06-05T23:55:48.2312873Z remote: Counting objects: 24% (894/3723) 2025-06-05T23:55:48.2313272Z remote: Counting objects: 25% (931/3723) 2025-06-05T23:55:48.2313658Z remote: Counting objects: 26% (968/3723) 2025-06-05T23:55:48.2314061Z remote: Counting objects: 27% (1006/3723) 2025-06-05T23:55:48.2314606Z remote: Counting objects: 28% (1043/3723) 2025-06-05T23:55:48.2315025Z remote: Counting objects: 29% (1080/3723) 2025-06-05T23:55:48.2315419Z remote: Counting objects: 30% (1117/3723) 2025-06-05T23:55:48.2315825Z remote: Counting objects: 31% (1155/3723) 2025-06-05T23:55:48.2316217Z remote: Counting objects: 32% (1192/3723) 2025-06-05T23:55:48.3053218Z remote: Counting objects: 33% (1229/3723) 2025-06-05T23:55:48.3053982Z remote: Counting objects: 34% (1266/3723) 2025-06-05T23:55:48.3054819Z remote: Counting objects: 35% (1304/3723) 2025-06-05T23:55:48.3055336Z remote: Counting objects: 36% (1341/3723) 2025-06-05T23:55:48.3055950Z remote: Counting objects: 37% (1378/3723) 2025-06-05T23:55:48.3056346Z remote: Counting objects: 38% (1415/3723) 2025-06-05T23:55:48.3056752Z remote: Counting objects: 39% (1452/3723) 2025-06-05T23:55:48.3057146Z remote: Counting objects: 40% (1490/3723) 2025-06-05T23:55:48.3057714Z remote: Counting objects: 41% (1527/3723) 2025-06-05T23:55:48.3058162Z remote: Counting objects: 42% (1564/3723) 2025-06-05T23:55:48.3058724Z remote: Counting objects: 43% (1601/3723) 2025-06-05T23:55:48.3059126Z remote: Counting objects: 44% (1639/3723) 2025-06-05T23:55:48.3059526Z remote: Counting objects: 45% (1676/3723) 2025-06-05T23:55:48.3059927Z remote: Counting objects: 46% (1713/3723) 2025-06-05T23:55:48.3060459Z remote: Counting objects: 47% (1750/3723) 2025-06-05T23:55:48.3061127Z remote: Counting objects: 48% (1788/3723) 2025-06-05T23:55:48.3061639Z remote: Counting objects: 49% (1825/3723) 2025-06-05T23:55:48.3062128Z remote: Counting objects: 50% (1862/3723) 2025-06-05T23:55:48.3062528Z remote: Counting objects: 51% (1899/3723) 2025-06-05T23:55:48.3062915Z remote: Counting objects: 52% (1936/3723) 2025-06-05T23:55:48.3063489Z remote: Counting objects: 53% (1974/3723) 2025-06-05T23:55:48.3063998Z remote: Counting objects: 54% (2011/3723) 2025-06-05T23:55:48.3064578Z remote: Counting objects: 55% (2048/3723) 2025-06-05T23:55:48.3064968Z remote: Counting objects: 56% (2085/3723) 2025-06-05T23:55:48.3065376Z remote: Counting objects: 57% (2123/3723) 2025-06-05T23:55:48.3065777Z remote: Counting objects: 58% (2160/3723) 2025-06-05T23:55:48.3066184Z remote: Counting objects: 59% (2197/3723) 2025-06-05T23:55:48.3066774Z remote: Counting objects: 60% (2234/3723) 2025-06-05T23:55:48.3067284Z remote: Counting objects: 61% (2272/3723) 2025-06-05T23:55:48.3067855Z remote: Counting objects: 62% (2309/3723) 2025-06-05T23:55:48.3068376Z remote: Counting objects: 63% (2346/3723) 2025-06-05T23:55:48.3068775Z remote: Counting objects: 64% (2383/3723) 2025-06-05T23:55:48.3069163Z remote: Counting objects: 65% (2420/3723) 2025-06-05T23:55:48.3069573Z remote: Counting objects: 66% (2458/3723) 2025-06-05T23:55:48.3070200Z remote: Counting objects: 67% (2495/3723) 2025-06-05T23:55:48.3070700Z remote: Counting objects: 68% (2532/3723) 2025-06-05T23:55:48.3071319Z remote: Counting objects: 69% (2569/3723) 2025-06-05T23:55:48.3071757Z remote: Counting objects: 70% (2607/3723) 2025-06-05T23:55:48.3072172Z remote: Counting objects: 71% (2644/3723) 2025-06-05T23:55:48.3072659Z remote: Counting objects: 72% (2681/3723) 2025-06-05T23:55:48.3073161Z remote: Counting objects: 73% (2718/3723) 2025-06-05T23:55:48.3073556Z remote: Counting objects: 74% (2756/3723) 2025-06-05T23:55:48.3086215Z remote: Counting objects: 75% (2793/3723) 2025-06-05T23:55:48.3086754Z remote: Counting objects: 76% (2830/3723) 2025-06-05T23:55:48.3087179Z remote: Counting objects: 77% (2867/3723) 2025-06-05T23:55:48.3087583Z remote: Counting objects: 78% (2904/3723) 2025-06-05T23:55:48.3088519Z remote: Counting objects: 79% (2942/3723) 2025-06-05T23:55:48.3089212Z remote: Counting objects: 80% (2979/3723) 2025-06-05T23:55:48.3089669Z remote: Counting objects: 81% (3016/3723) 2025-06-05T23:55:48.3090062Z remote: Counting objects: 82% (3053/3723) 2025-06-05T23:55:48.3090476Z remote: Counting objects: 83% (3091/3723) 2025-06-05T23:55:48.3091001Z remote: Counting objects: 84% (3128/3723) 2025-06-05T23:55:48.3091398Z remote: Counting objects: 85% (3165/3723) 2025-06-05T23:55:48.3091805Z remote: Counting objects: 86% (3202/3723) 2025-06-05T23:55:48.3092364Z remote: Counting objects: 87% (3240/3723) 2025-06-05T23:55:48.3092776Z remote: Counting objects: 88% (3277/3723) 2025-06-05T23:55:48.3093335Z remote: Counting objects: 89% (3314/3723) 2025-06-05T23:55:48.3093783Z remote: Counting objects: 90% (3351/3723) 2025-06-05T23:55:48.3094179Z remote: Counting objects: 91% (3388/3723) 2025-06-05T23:55:48.3094593Z remote: Counting objects: 92% (3426/3723) 2025-06-05T23:55:48.3095001Z remote: Counting objects: 93% (3463/3723) 2025-06-05T23:55:48.3095390Z remote: Counting objects: 94% (3500/3723) 2025-06-05T23:55:48.3095793Z remote: Counting objects: 95% (3537/3723) 2025-06-05T23:55:48.3096183Z remote: Counting objects: 96% (3575/3723) 2025-06-05T23:55:48.3096598Z remote: Counting objects: 97% (3612/3723) 2025-06-05T23:55:48.3096991Z remote: Counting objects: 98% (3649/3723) 2025-06-05T23:55:48.3097393Z remote: Counting objects: 99% (3686/3723) 2025-06-05T23:55:48.3097940Z remote: Counting objects: 100% (3723/3723) 2025-06-05T23:55:48.3098597Z remote: Counting objects: 100% (3723/3723), done. 2025-06-05T23:55:48.3099096Z remote: Compressing objects: 0% (1/400) 2025-06-05T23:55:48.3099500Z remote: Compressing objects: 1% (4/400) 2025-06-05T23:55:48.3099913Z remote: Compressing objects: 2% (8/400) 2025-06-05T23:55:48.3100319Z remote: Compressing objects: 3% (12/400) 2025-06-05T23:55:48.3100734Z remote: Compressing objects: 4% (16/400) 2025-06-05T23:55:48.3101132Z remote: Compressing objects: 5% (20/400) 2025-06-05T23:55:48.3101540Z remote: Compressing objects: 6% (24/400) 2025-06-05T23:55:48.3102124Z remote: Compressing objects: 7% (28/400) 2025-06-05T23:55:48.3102655Z remote: Compressing objects: 8% (32/400) 2025-06-05T23:55:48.3103109Z remote: Compressing objects: 9% (36/400) 2025-06-05T23:55:48.3103509Z remote: Compressing objects: 10% (40/400) 2025-06-05T23:55:48.3103922Z remote: Compressing objects: 11% (44/400) 2025-06-05T23:55:48.3104348Z remote: Compressing objects: 12% (48/400) 2025-06-05T23:55:48.3104959Z remote: Compressing objects: 13% (52/400) 2025-06-05T23:55:48.3105591Z remote: Compressing objects: 14% (56/400) 2025-06-05T23:55:48.3106010Z remote: Compressing objects: 15% (60/400) 2025-06-05T23:55:48.3106435Z remote: Compressing objects: 16% (64/400) 2025-06-05T23:55:48.3106832Z remote: Compressing objects: 17% (68/400) 2025-06-05T23:55:48.3107410Z remote: Compressing objects: 18% (72/400) 2025-06-05T23:55:48.3107814Z remote: Compressing objects: 19% (76/400) 2025-06-05T23:55:48.3108242Z remote: Compressing objects: 20% (80/400) 2025-06-05T23:55:48.3108642Z remote: Compressing objects: 21% (84/400) 2025-06-05T23:55:48.3109056Z remote: Compressing objects: 22% (88/400) 2025-06-05T23:55:48.3109472Z remote: Compressing objects: 23% (92/400) 2025-06-05T23:55:48.3109870Z remote: Compressing objects: 24% (96/400) 2025-06-05T23:55:48.3110507Z remote: Compressing objects: 25% (100/400) 2025-06-05T23:55:48.3110961Z remote: Compressing objects: 26% (104/400) 2025-06-05T23:55:48.3111380Z remote: Compressing objects: 27% (108/400) 2025-06-05T23:55:48.3111951Z remote: Compressing objects: 28% (112/400) 2025-06-05T23:55:48.3112372Z remote: Compressing objects: 29% (116/400) 2025-06-05T23:55:48.3112772Z remote: Compressing objects: 30% (120/400) 2025-06-05T23:55:48.3113421Z remote: Compressing objects: 31% (124/400) 2025-06-05T23:55:48.3113850Z remote: Compressing objects: 32% (128/400) 2025-06-05T23:55:48.3114395Z remote: Compressing objects: 33% (132/400) 2025-06-05T23:55:48.3114814Z remote: Compressing objects: 34% (136/400) 2025-06-05T23:55:48.3115220Z remote: Compressing objects: 35% (140/400) 2025-06-05T23:55:48.3115634Z remote: Compressing objects: 36% (144/400) 2025-06-05T23:55:48.3116035Z remote: Compressing objects: 37% (148/400) 2025-06-05T23:55:48.3116455Z remote: Compressing objects: 38% (152/400) 2025-06-05T23:55:48.3116860Z remote: Compressing objects: 39% (156/400) 2025-06-05T23:55:48.3117271Z remote: Compressing objects: 40% (160/400) 2025-06-05T23:55:48.3117695Z remote: Compressing objects: 41% (164/400) 2025-06-05T23:55:48.3118098Z remote: Compressing objects: 42% (168/400) 2025-06-05T23:55:48.3118510Z remote: Compressing objects: 43% (172/400) 2025-06-05T23:55:48.3118911Z remote: Compressing objects: 44% (176/400) 2025-06-05T23:55:48.3119677Z remote: Compressing objects: 45% (180/400) 2025-06-05T23:55:48.3120130Z remote: Compressing objects: 46% (184/400) 2025-06-05T23:55:48.3120549Z remote: Compressing objects: 47% (188/400) 2025-06-05T23:55:48.3120964Z remote: Compressing objects: 48% (192/400) 2025-06-05T23:55:48.3121368Z remote: Compressing objects: 49% (196/400) 2025-06-05T23:55:48.3121782Z remote: Compressing objects: 50% (200/400) 2025-06-05T23:55:48.3122270Z remote: Compressing objects: 51% (204/400) 2025-06-05T23:55:48.3122943Z remote: Compressing objects: 52% (208/400) 2025-06-05T23:55:48.3123603Z remote: Compressing objects: 53% (212/400) 2025-06-05T23:55:48.3124057Z remote: Compressing objects: 54% (216/400) 2025-06-05T23:55:48.3124460Z remote: Compressing objects: 55% (220/400) 2025-06-05T23:55:48.3124875Z remote: Compressing objects: 56% (224/400) 2025-06-05T23:55:48.3125290Z remote: Compressing objects: 57% (228/400) 2025-06-05T23:55:48.3125700Z remote: Compressing objects: 58% (232/400) 2025-06-05T23:55:48.3126116Z remote: Compressing objects: 59% (236/400) 2025-06-05T23:55:48.3126516Z remote: Compressing objects: 60% (240/400) 2025-06-05T23:55:48.3126933Z remote: Compressing objects: 61% (244/400) 2025-06-05T23:55:48.3127338Z remote: Compressing objects: 62% (248/400) 2025-06-05T23:55:48.3127755Z remote: Compressing objects: 63% (252/400) 2025-06-05T23:55:48.3128157Z remote: Compressing objects: 64% (256/400) 2025-06-05T23:55:48.3128805Z remote: Compressing objects: 65% (260/400) 2025-06-05T23:55:48.3129529Z remote: Compressing objects: 66% (264/400) 2025-06-05T23:55:48.3129978Z remote: Compressing objects: 67% (268/400) 2025-06-05T23:55:48.3130395Z remote: Compressing objects: 68% (272/400) 2025-06-05T23:55:48.3130796Z remote: Compressing objects: 69% (276/400) 2025-06-05T23:55:48.3131209Z remote: Compressing objects: 70% (280/400) 2025-06-05T23:55:48.3131616Z remote: Compressing objects: 71% (284/400) 2025-06-05T23:55:48.3132031Z remote: Compressing objects: 72% (288/400) 2025-06-05T23:55:48.3132646Z remote: Compressing objects: 73% (292/400) 2025-06-05T23:55:48.3133093Z remote: Compressing objects: 74% (296/400) 2025-06-05T23:55:48.3133514Z remote: Compressing objects: 75% (300/400) 2025-06-05T23:55:48.3133916Z remote: Compressing objects: 76% (304/400) 2025-06-05T23:55:48.3134335Z remote: Compressing objects: 77% (308/400) 2025-06-05T23:55:48.3134737Z remote: Compressing objects: 78% (312/400) 2025-06-05T23:55:48.3135262Z remote: Compressing objects: 79% (316/400) 2025-06-05T23:55:48.3135669Z remote: Compressing objects: 80% (320/400) 2025-06-05T23:55:48.3136089Z remote: Compressing objects: 81% (324/400) 2025-06-05T23:55:48.3136506Z remote: Compressing objects: 82% (328/400) 2025-06-05T23:55:48.3136976Z remote: Compressing objects: 83% (332/400) 2025-06-05T23:55:48.3137441Z remote: Compressing objects: 84% (336/400) 2025-06-05T23:55:48.3138224Z remote: Compressing objects: 85% (340/400) 2025-06-05T23:55:48.3138794Z remote: Compressing objects: 86% (344/400) 2025-06-05T23:55:48.3139201Z remote: Compressing objects: 87% (348/400) 2025-06-05T23:55:48.3139669Z remote: Compressing objects: 88% (352/400) 2025-06-05T23:55:48.3140071Z remote: Compressing objects: 89% (356/400) 2025-06-05T23:55:48.7976588Z remote: Compressing objects: 90% (360/400) 2025-06-05T23:55:48.7977453Z remote: Compressing objects: 91% (364/400) 2025-06-05T23:55:48.7978392Z remote: Compressing objects: 92% (368/400) 2025-06-05T23:55:48.7978854Z remote: Compressing objects: 93% (372/400) 2025-06-05T23:55:48.7979271Z remote: Compressing objects: 94% (376/400) 2025-06-05T23:55:48.7979676Z remote: Compressing objects: 95% (380/400) 2025-06-05T23:55:48.7980114Z remote: Compressing objects: 96% (384/400) 2025-06-05T23:55:48.7980516Z remote: Compressing objects: 97% (388/400) 2025-06-05T23:55:48.7980931Z remote: Compressing objects: 98% (392/400) 2025-06-05T23:55:48.7981343Z remote: Compressing objects: 99% (396/400) 2025-06-05T23:55:48.7981744Z remote: Compressing objects: 100% (400/400) 2025-06-05T23:55:48.7982195Z remote: Compressing objects: 100% (400/400), done. 2025-06-05T23:55:48.7982613Z Receiving objects: 0% (1/13364) 2025-06-05T23:55:48.7982941Z Receiving objects: 1% (134/13364) 2025-06-05T23:55:48.7983261Z Receiving objects: 2% (268/13364) 2025-06-05T23:55:48.7983596Z Receiving objects: 3% (401/13364) 2025-06-05T23:55:48.7983911Z Receiving objects: 4% (535/13364) 2025-06-05T23:55:48.7984241Z Receiving objects: 5% (669/13364) 2025-06-05T23:55:48.7984566Z Receiving objects: 6% (802/13364) 2025-06-05T23:55:48.7984878Z Receiving objects: 7% (936/13364) 2025-06-05T23:55:48.7985214Z Receiving objects: 8% (1070/13364) 2025-06-05T23:55:48.7985537Z Receiving objects: 9% (1203/13364) 2025-06-05T23:55:48.7985872Z Receiving objects: 10% (1337/13364) 2025-06-05T23:55:48.7986187Z Receiving objects: 11% (1471/13364) 2025-06-05T23:55:48.7986515Z Receiving objects: 12% (1604/13364) 2025-06-05T23:55:48.7986830Z Receiving objects: 13% (1738/13364) 2025-06-05T23:55:48.7987164Z Receiving objects: 14% (1871/13364) 2025-06-05T23:55:48.7987596Z Receiving objects: 15% (2005/13364) 2025-06-05T23:55:48.7987927Z Receiving objects: 16% (2139/13364) 2025-06-05T23:55:48.7988247Z Receiving objects: 17% (2272/13364) 2025-06-05T23:55:48.7988582Z Receiving objects: 18% (2406/13364) 2025-06-05T23:55:48.7988897Z Receiving objects: 19% (2540/13364) 2025-06-05T23:55:48.7989227Z Receiving objects: 20% (2673/13364) 2025-06-05T23:55:48.7989540Z Receiving objects: 21% (2807/13364) 2025-06-05T23:55:48.7989868Z Receiving objects: 22% (2941/13364) 2025-06-05T23:55:48.7990181Z Receiving objects: 23% (3074/13364) 2025-06-05T23:55:48.7990515Z Receiving objects: 24% (3208/13364) 2025-06-05T23:55:48.7990843Z Receiving objects: 25% (3341/13364) 2025-06-05T23:55:48.7991157Z Receiving objects: 26% (3475/13364) 2025-06-05T23:55:48.7991486Z Receiving objects: 27% (3609/13364) 2025-06-05T23:55:48.7991802Z Receiving objects: 28% (3742/13364) 2025-06-05T23:55:48.7992130Z Receiving objects: 29% (3876/13364) 2025-06-05T23:55:48.7992442Z Receiving objects: 30% (4010/13364) 2025-06-05T23:55:48.7992765Z Receiving objects: 31% (4143/13364) 2025-06-05T23:55:48.7993077Z Receiving objects: 32% (4277/13364) 2025-06-05T23:55:48.7993399Z Receiving objects: 33% (4411/13364) 2025-06-05T23:55:48.7993943Z Receiving objects: 34% (4544/13364) 2025-06-05T23:55:48.7994260Z Receiving objects: 35% (4678/13364) 2025-06-05T23:55:48.7994584Z Receiving objects: 36% (4812/13364) 2025-06-05T23:55:48.7994899Z Receiving objects: 37% (4945/13364) 2025-06-05T23:55:48.7995225Z Receiving objects: 38% (5079/13364) 2025-06-05T23:55:48.7995989Z Receiving objects: 39% (5212/13364) 2025-06-05T23:55:48.7996321Z Receiving objects: 40% (5346/13364) 2025-06-05T23:55:48.7996638Z Receiving objects: 41% (5480/13364) 2025-06-05T23:55:48.7996966Z Receiving objects: 42% (5613/13364) 2025-06-05T23:55:48.7997282Z Receiving objects: 43% (5747/13364) 2025-06-05T23:55:48.7997609Z Receiving objects: 44% (5881/13364) 2025-06-05T23:55:48.7997937Z Receiving objects: 45% (6014/13364) 2025-06-05T23:55:48.7998249Z Receiving objects: 46% (6148/13364) 2025-06-05T23:55:48.7998578Z Receiving objects: 47% (6282/13364) 2025-06-05T23:55:48.7998889Z Receiving objects: 48% (6415/13364) 2025-06-05T23:55:48.7999222Z Receiving objects: 49% (6549/13364) 2025-06-05T23:55:48.7999536Z Receiving objects: 50% (6682/13364) 2025-06-05T23:55:48.7999857Z Receiving objects: 51% (6816/13364) 2025-06-05T23:55:48.8000169Z Receiving objects: 52% (6950/13364) 2025-06-05T23:55:48.8000495Z Receiving objects: 53% (7083/13364) 2025-06-05T23:55:48.8000807Z Receiving objects: 54% (7217/13364) 2025-06-05T23:55:48.8001137Z Receiving objects: 55% (7351/13364) 2025-06-05T23:55:48.8001461Z Receiving objects: 56% (7484/13364) 2025-06-05T23:55:48.8001775Z Receiving objects: 57% (7618/13364) 2025-06-05T23:55:48.8002185Z Receiving objects: 58% (7752/13364) 2025-06-05T23:55:48.8002504Z Receiving objects: 59% (7885/13364) 2025-06-05T23:55:48.8002836Z Receiving objects: 60% (8019/13364) 2025-06-05T23:55:48.8003151Z Receiving objects: 61% (8153/13364) 2025-06-05T23:55:48.8003488Z Receiving objects: 62% (8286/13364) 2025-06-05T23:55:48.8003802Z Receiving objects: 63% (8420/13364) 2025-06-05T23:55:48.8004126Z Receiving objects: 64% (8553/13364) 2025-06-05T23:55:48.8004456Z Receiving objects: 65% (8687/13364) 2025-06-05T23:55:48.8004769Z Receiving objects: 66% (8821/13364) 2025-06-05T23:55:48.8005286Z Receiving objects: 67% (8954/13364) 2025-06-05T23:55:48.8005606Z Receiving objects: 68% (9088/13364) 2025-06-05T23:55:48.8005937Z Receiving objects: 69% (9222/13364) 2025-06-05T23:55:48.8006261Z Receiving objects: 70% (9355/13364) 2025-06-05T23:55:48.8006588Z Receiving objects: 71% (9489/13364) 2025-06-05T23:55:48.8006905Z Receiving objects: 72% (9623/13364) 2025-06-05T23:55:48.8007227Z Receiving objects: 73% (9756/13364) 2025-06-05T23:55:48.8007541Z Receiving objects: 74% (9890/13364) 2025-06-05T23:55:48.8007872Z Receiving objects: 75% (10023/13364) 2025-06-05T23:55:48.8008206Z Receiving objects: 76% (10157/13364) 2025-06-05T23:55:48.8008529Z Receiving objects: 77% (10291/13364) 2025-06-05T23:55:48.8008862Z Receiving objects: 78% (10424/13364) 2025-06-05T23:55:48.8009183Z Receiving objects: 79% (10558/13364) 2025-06-05T23:55:48.8009520Z Receiving objects: 80% (10692/13364) 2025-06-05T23:55:48.8009949Z Receiving objects: 81% (10825/13364) 2025-06-05T23:55:48.8010608Z Receiving objects: 82% (10959/13364) 2025-06-05T23:55:48.8011002Z Receiving objects: 83% (11093/13364) 2025-06-05T23:55:48.8011330Z Receiving objects: 84% (11226/13364) 2025-06-05T23:55:48.8011661Z Receiving objects: 85% (11360/13364) 2025-06-05T23:55:48.8011989Z Receiving objects: 86% (11494/13364) 2025-06-05T23:55:48.8012322Z Receiving objects: 87% (11627/13364) 2025-06-05T23:55:48.8012645Z Receiving objects: 88% (11761/13364) 2025-06-05T23:55:48.8012977Z Receiving objects: 89% (11894/13364) 2025-06-05T23:55:48.8013298Z Receiving objects: 90% (12028/13364) 2025-06-05T23:55:48.8013632Z Receiving objects: 91% (12162/13364) 2025-06-05T23:55:48.8013953Z Receiving objects: 92% (12295/13364) 2025-06-05T23:55:48.8014290Z Receiving objects: 93% (12429/13364) 2025-06-05T23:55:48.8014610Z Receiving objects: 94% (12563/13364) 2025-06-05T23:55:48.8014944Z Receiving objects: 95% (12696/13364) 2025-06-05T23:55:48.8015425Z Receiving objects: 96% (12830/13364) 2025-06-05T23:55:48.8015748Z Receiving objects: 97% (12964/13364) 2025-06-05T23:55:48.8016078Z Receiving objects: 98% (13097/13364) 2025-06-05T23:55:48.8016397Z Receiving objects: 99% (13231/13364) 2025-06-05T23:55:48.8016928Z remote: Total 13364 (delta 3456), reused 3324 (delta 3323), pack-reused 9641 (from 3) 2025-06-05T23:55:48.8017567Z Receiving objects: 100% (13364/13364) 2025-06-05T23:55:48.8018001Z Receiving objects: 100% (13364/13364), 6.71 MiB | 40.68 MiB/s, done. 2025-06-05T23:55:48.8018440Z Resolving deltas: 0% (0/8799) 2025-06-05T23:55:48.8018759Z Resolving deltas: 1% (88/8799) 2025-06-05T23:55:48.8019081Z Resolving deltas: 2% (176/8799) 2025-06-05T23:55:48.8019386Z Resolving deltas: 3% (264/8799) 2025-06-05T23:55:48.8019704Z Resolving deltas: 4% (352/8799) 2025-06-05T23:55:48.8020010Z Resolving deltas: 5% (440/8799) 2025-06-05T23:55:48.8020326Z Resolving deltas: 6% (528/8799) 2025-06-05T23:55:48.8020634Z Resolving deltas: 7% (616/8799) 2025-06-05T23:55:48.8020951Z Resolving deltas: 8% (704/8799) 2025-06-05T23:55:48.8021254Z Resolving deltas: 9% (792/8799) 2025-06-05T23:55:48.8021567Z Resolving deltas: 10% (880/8799) 2025-06-05T23:55:48.8021872Z Resolving deltas: 11% (968/8799) 2025-06-05T23:55:48.8022190Z Resolving deltas: 12% (1056/8799) 2025-06-05T23:55:48.8022519Z Resolving deltas: 13% (1144/8799) 2025-06-05T23:55:48.8022828Z Resolving deltas: 14% (1232/8799) 2025-06-05T23:55:48.8023152Z Resolving deltas: 15% (1320/8799) 2025-06-05T23:55:48.8023460Z Resolving deltas: 16% (1408/8799) 2025-06-05T23:55:48.8023777Z Resolving deltas: 17% (1496/8799) 2025-06-05T23:55:48.8024085Z Resolving deltas: 18% (1584/8799) 2025-06-05T23:55:48.8024405Z Resolving deltas: 19% (1672/8799) 2025-06-05T23:55:48.8024712Z Resolving deltas: 20% (1760/8799) 2025-06-05T23:55:48.8025030Z Resolving deltas: 21% (1848/8799) 2025-06-05T23:55:48.8025352Z Resolving deltas: 22% (1936/8799) 2025-06-05T23:55:48.8025663Z Resolving deltas: 23% (2024/8799) 2025-06-05T23:55:48.8025980Z Resolving deltas: 24% (2112/8799) 2025-06-05T23:55:48.8026287Z Resolving deltas: 25% (2200/8799) 2025-06-05T23:55:48.8026608Z Resolving deltas: 26% (2289/8799) 2025-06-05T23:55:48.8026911Z Resolving deltas: 27% (2376/8799) 2025-06-05T23:55:48.8027221Z Resolving deltas: 28% (2464/8799) 2025-06-05T23:55:48.8027531Z Resolving deltas: 29% (2552/8799) 2025-06-05T23:55:48.8027846Z Resolving deltas: 30% (2640/8799) 2025-06-05T23:55:48.8028155Z Resolving deltas: 31% (2728/8799) 2025-06-05T23:55:48.8028470Z Resolving deltas: 32% (2816/8799) 2025-06-05T23:55:48.8028782Z Resolving deltas: 33% (2904/8799) 2025-06-05T23:55:48.8029084Z Resolving deltas: 34% (2992/8799) 2025-06-05T23:55:48.8029406Z Resolving deltas: 35% (3080/8799) 2025-06-05T23:55:48.8029714Z Resolving deltas: 36% (3168/8799) 2025-06-05T23:55:48.8030033Z Resolving deltas: 37% (3256/8799) 2025-06-05T23:55:48.8030338Z Resolving deltas: 38% (3344/8799) 2025-06-05T23:55:48.8030662Z Resolving deltas: 39% (3432/8799) 2025-06-05T23:55:48.8030969Z Resolving deltas: 40% (3520/8799) 2025-06-05T23:55:48.8031288Z Resolving deltas: 41% (3608/8799) 2025-06-05T23:55:48.8031596Z Resolving deltas: 42% (3696/8799) 2025-06-05T23:55:48.8031915Z Resolving deltas: 43% (3784/8799) 2025-06-05T23:55:48.8032232Z Resolving deltas: 44% (3872/8799) 2025-06-05T23:55:48.8032543Z Resolving deltas: 45% (3960/8799) 2025-06-05T23:55:48.8032864Z Resolving deltas: 46% (4048/8799) 2025-06-05T23:55:48.8033169Z Resolving deltas: 47% (4136/8799) 2025-06-05T23:55:48.8033485Z Resolving deltas: 48% (4224/8799) 2025-06-05T23:55:48.8033791Z Resolving deltas: 49% (4312/8799) 2025-06-05T23:55:48.8034107Z Resolving deltas: 50% (4400/8799) 2025-06-05T23:55:48.8034412Z Resolving deltas: 51% (4488/8799) 2025-06-05T23:55:48.8034728Z Resolving deltas: 52% (4576/8799) 2025-06-05T23:55:48.8035044Z Resolving deltas: 53% (4664/8799) 2025-06-05T23:55:48.8035347Z Resolving deltas: 54% (4752/8799) 2025-06-05T23:55:48.8035744Z Resolving deltas: 55% (4840/8799) 2025-06-05T23:55:48.8036061Z Resolving deltas: 56% (4928/8799) 2025-06-05T23:55:48.8036384Z Resolving deltas: 57% (5016/8799) 2025-06-05T23:55:48.8036692Z Resolving deltas: 58% (5104/8799) 2025-06-05T23:55:48.8037015Z Resolving deltas: 59% (5192/8799) 2025-06-05T23:55:48.8037322Z Resolving deltas: 60% (5280/8799) 2025-06-05T23:55:48.8037712Z Resolving deltas: 61% (5368/8799) 2025-06-05T23:55:48.8038017Z Resolving deltas: 62% (5456/8799) 2025-06-05T23:55:48.8038334Z Resolving deltas: 63% (5544/8799) 2025-06-05T23:55:48.8038654Z Resolving deltas: 64% (5632/8799) 2025-06-05T23:55:48.8038960Z Resolving deltas: 65% (5720/8799) 2025-06-05T23:55:48.8039281Z Resolving deltas: 66% (5808/8799) 2025-06-05T23:55:48.8039583Z Resolving deltas: 67% (5896/8799) 2025-06-05T23:55:48.8039902Z Resolving deltas: 68% (5984/8799) 2025-06-05T23:55:48.8040204Z Resolving deltas: 69% (6072/8799) 2025-06-05T23:55:48.8040517Z Resolving deltas: 70% (6161/8799) 2025-06-05T23:55:48.8040824Z Resolving deltas: 71% (6248/8799) 2025-06-05T23:55:48.8041139Z Resolving deltas: 72% (6336/8799) 2025-06-05T23:55:48.8041442Z Resolving deltas: 73% (6424/8799) 2025-06-05T23:55:48.8041757Z Resolving deltas: 74% (6512/8799) 2025-06-05T23:55:48.8042179Z Resolving deltas: 75% (6600/8799) 2025-06-05T23:55:48.8042485Z Resolving deltas: 76% (6688/8799) 2025-06-05T23:55:48.8042812Z Resolving deltas: 77% (6776/8799) 2025-06-05T23:55:48.8043116Z Resolving deltas: 78% (6864/8799) 2025-06-05T23:55:48.8043438Z Resolving deltas: 79% (6952/8799) 2025-06-05T23:55:48.8043741Z Resolving deltas: 80% (7040/8799) 2025-06-05T23:55:48.8044057Z Resolving deltas: 81% (7128/8799) 2025-06-05T23:55:48.8044363Z Resolving deltas: 82% (7216/8799) 2025-06-05T23:55:48.8044678Z Resolving deltas: 83% (7304/8799) 2025-06-05T23:55:48.8044995Z Resolving deltas: 84% (7392/8799) 2025-06-05T23:55:48.8045300Z Resolving deltas: 85% (7480/8799) 2025-06-05T23:55:48.8045618Z Resolving deltas: 86% (7568/8799) 2025-06-05T23:55:48.8045928Z Resolving deltas: 87% (7656/8799) 2025-06-05T23:55:48.8046246Z Resolving deltas: 88% (7744/8799) 2025-06-05T23:55:48.8046551Z Resolving deltas: 89% (7832/8799) 2025-06-05T23:55:48.8046872Z Resolving deltas: 90% (7920/8799) 2025-06-05T23:55:48.8047180Z Resolving deltas: 91% (8008/8799) 2025-06-05T23:55:48.8047500Z Resolving deltas: 92% (8096/8799) 2025-06-05T23:55:48.8047809Z Resolving deltas: 93% (8184/8799) 2025-06-05T23:55:48.8048126Z Resolving deltas: 94% (8272/8799) 2025-06-05T23:55:48.8048444Z Resolving deltas: 95% (8360/8799) 2025-06-05T23:55:48.8048749Z Resolving deltas: 96% (8448/8799) 2025-06-05T23:55:48.8049066Z Resolving deltas: 97% (8536/8799) 2025-06-05T23:55:48.8049369Z Resolving deltas: 98% (8624/8799) 2025-06-05T23:55:48.8049685Z Resolving deltas: 99% (8712/8799) 2025-06-05T23:55:48.8049991Z Resolving deltas: 100% (8799/8799) 2025-06-05T23:55:48.8050318Z Resolving deltas: 100% (8799/8799), done. 2025-06-05T23:55:49.5264246Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/eigen'... 2025-06-05T23:55:49.5265197Z remote: Enumerating objects: 128219, done. 2025-06-05T23:55:49.5265613Z remote: Counting objects: 0% (1/1534) 2025-06-05T23:55:49.5266030Z remote: Counting objects: 1% (16/1534) 2025-06-05T23:55:49.5266421Z remote: Counting objects: 2% (31/1534) 2025-06-05T23:55:49.5266832Z remote: Counting objects: 3% (47/1534) 2025-06-05T23:55:49.5267215Z remote: Counting objects: 4% (62/1534) 2025-06-05T23:55:49.5267639Z remote: Counting objects: 5% (77/1534) 2025-06-05T23:55:49.5268023Z remote: Counting objects: 6% (93/1534) 2025-06-05T23:55:49.5268437Z remote: Counting objects: 7% (108/1534) 2025-06-05T23:55:49.5268921Z remote: Counting objects: 8% (123/1534) 2025-06-05T23:55:49.5269495Z remote: Counting objects: 9% (139/1534) 2025-06-05T23:55:49.5269969Z remote: Counting objects: 10% (154/1534) 2025-06-05T23:55:49.5271017Z remote: Counting objects: 11% (169/1534) 2025-06-05T23:55:49.5271457Z remote: Counting objects: 12% (185/1534) 2025-06-05T23:55:49.5271866Z remote: Counting objects: 13% (200/1534) 2025-06-05T23:55:49.5272267Z remote: Counting objects: 14% (215/1534) 2025-06-05T23:55:49.5272680Z remote: Counting objects: 15% (231/1534) 2025-06-05T23:55:49.5273193Z remote: Counting objects: 16% (246/1534) 2025-06-05T23:55:49.5273580Z remote: Counting objects: 17% (261/1534) 2025-06-05T23:55:49.5274014Z remote: Counting objects: 18% (277/1534) 2025-06-05T23:55:49.5274415Z remote: Counting objects: 19% (292/1534) 2025-06-05T23:55:49.5274806Z remote: Counting objects: 20% (307/1534) 2025-06-05T23:55:49.5275232Z remote: Counting objects: 21% (323/1534) 2025-06-05T23:55:49.5275618Z remote: Counting objects: 22% (338/1534) 2025-06-05T23:55:49.5276015Z remote: Counting objects: 23% (353/1534) 2025-06-05T23:55:49.5276432Z remote: Counting objects: 24% (369/1534) 2025-06-05T23:55:49.5276830Z remote: Counting objects: 25% (384/1534) 2025-06-05T23:55:49.5277230Z remote: Counting objects: 26% (399/1534) 2025-06-05T23:55:49.5277672Z remote: Counting objects: 27% (415/1534) 2025-06-05T23:55:49.5278055Z remote: Counting objects: 28% (430/1534) 2025-06-05T23:55:49.5278459Z remote: Counting objects: 29% (445/1534) 2025-06-05T23:55:49.5278847Z remote: Counting objects: 30% (461/1534) 2025-06-05T23:55:49.5279249Z remote: Counting objects: 31% (476/1534) 2025-06-05T23:55:49.5279637Z remote: Counting objects: 32% (491/1534) 2025-06-05T23:55:49.5280039Z remote: Counting objects: 33% (507/1534) 2025-06-05T23:55:49.5280436Z remote: Counting objects: 34% (522/1534) 2025-06-05T23:55:49.5280821Z remote: Counting objects: 35% (537/1534) 2025-06-05T23:55:49.5281215Z remote: Counting objects: 36% (553/1534) 2025-06-05T23:55:49.5281602Z remote: Counting objects: 37% (568/1534) 2025-06-05T23:55:49.5282081Z remote: Counting objects: 38% (583/1534) 2025-06-05T23:55:49.5282468Z remote: Counting objects: 39% (599/1534) 2025-06-05T23:55:49.5282866Z remote: Counting objects: 40% (614/1534) 2025-06-05T23:55:49.5283254Z remote: Counting objects: 41% (629/1534) 2025-06-05T23:55:49.5283661Z remote: Counting objects: 42% (645/1534) 2025-06-05T23:55:49.5284059Z remote: Counting objects: 43% (660/1534) 2025-06-05T23:55:49.5284444Z remote: Counting objects: 44% (675/1534) 2025-06-05T23:55:49.5284835Z remote: Counting objects: 45% (691/1534) 2025-06-05T23:55:49.5285249Z remote: Counting objects: 46% (706/1534) 2025-06-05T23:55:49.5285637Z remote: Counting objects: 47% (721/1534) 2025-06-05T23:55:49.5286042Z remote: Counting objects: 48% (737/1534) 2025-06-05T23:55:49.5286431Z remote: Counting objects: 49% (752/1534) 2025-06-05T23:55:49.5286837Z remote: Counting objects: 50% (767/1534) 2025-06-05T23:55:49.5287227Z remote: Counting objects: 51% (783/1534) 2025-06-05T23:55:49.5287631Z remote: Counting objects: 52% (798/1534) 2025-06-05T23:55:49.5288021Z remote: Counting objects: 53% (814/1534) 2025-06-05T23:55:49.5288426Z remote: Counting objects: 54% (829/1534) 2025-06-05T23:55:49.5288836Z remote: Counting objects: 55% (844/1534) 2025-06-05T23:55:49.5289225Z remote: Counting objects: 56% (860/1534) 2025-06-05T23:55:49.5289627Z remote: Counting objects: 57% (875/1534) 2025-06-05T23:55:49.5290016Z remote: Counting objects: 58% (890/1534) 2025-06-05T23:55:49.5290419Z remote: Counting objects: 59% (906/1534) 2025-06-05T23:55:49.5290806Z remote: Counting objects: 60% (921/1534) 2025-06-05T23:55:49.5291210Z remote: Counting objects: 61% (936/1534) 2025-06-05T23:55:49.5291595Z remote: Counting objects: 62% (952/1534) 2025-06-05T23:55:49.5292085Z remote: Counting objects: 63% (967/1534) 2025-06-05T23:55:49.5292488Z remote: Counting objects: 64% (982/1534) 2025-06-05T23:55:49.5292878Z remote: Counting objects: 65% (998/1534) 2025-06-05T23:55:49.5293282Z remote: Counting objects: 66% (1013/1534) 2025-06-05T23:55:49.5293680Z remote: Counting objects: 67% (1028/1534) 2025-06-05T23:55:49.5294161Z remote: Counting objects: 68% (1044/1534) 2025-06-05T23:55:49.5294548Z remote: Counting objects: 69% (1059/1534) 2025-06-05T23:55:49.5294947Z remote: Counting objects: 70% (1074/1534) 2025-06-05T23:55:49.5295346Z remote: Counting objects: 71% (1090/1534) 2025-06-05T23:55:49.5295731Z remote: Counting objects: 72% (1105/1534) 2025-06-05T23:55:49.5296134Z remote: Counting objects: 73% (1120/1534) 2025-06-05T23:55:49.5296521Z remote: Counting objects: 74% (1136/1534) 2025-06-05T23:55:49.5296921Z remote: Counting objects: 75% (1151/1534) 2025-06-05T23:55:49.5297314Z remote: Counting objects: 76% (1166/1534) 2025-06-05T23:55:49.5297720Z remote: Counting objects: 77% (1182/1534) 2025-06-05T23:55:49.5298113Z remote: Counting objects: 78% (1197/1534) 2025-06-05T23:55:49.5298514Z remote: Counting objects: 79% (1212/1534) 2025-06-05T23:55:49.5298921Z remote: Counting objects: 80% (1228/1534) 2025-06-05T23:55:49.5299310Z remote: Counting objects: 81% (1243/1534) 2025-06-05T23:55:49.5299715Z remote: Counting objects: 82% (1258/1534) 2025-06-05T23:55:49.5300105Z remote: Counting objects: 83% (1274/1534) 2025-06-05T23:55:49.5300508Z remote: Counting objects: 84% (1289/1534) 2025-06-05T23:55:49.5300900Z remote: Counting objects: 85% (1304/1534) 2025-06-05T23:55:49.5301301Z remote: Counting objects: 86% (1320/1534) 2025-06-05T23:55:49.5301688Z remote: Counting objects: 87% (1335/1534) 2025-06-05T23:55:49.5302088Z remote: Counting objects: 88% (1350/1534) 2025-06-05T23:55:49.5302493Z remote: Counting objects: 89% (1366/1534) 2025-06-05T23:55:49.5302882Z remote: Counting objects: 90% (1381/1534) 2025-06-05T23:55:49.5303283Z remote: Counting objects: 91% (1396/1534) 2025-06-05T23:55:49.5303672Z remote: Counting objects: 92% (1412/1534) 2025-06-05T23:55:49.5304077Z remote: Counting objects: 93% (1427/1534) 2025-06-05T23:55:49.5304464Z remote: Counting objects: 94% (1442/1534) 2025-06-05T23:55:49.5305249Z remote: Counting objects: 95% (1458/1534) 2025-06-05T23:55:49.5305941Z remote: Counting objects: 96% (1473/1534) 2025-06-05T23:55:49.5306624Z remote: Counting objects: 97% (1488/1534) 2025-06-05T23:55:49.5307313Z remote: Counting objects: 98% (1504/1534) 2025-06-05T23:55:49.5307706Z remote: Counting objects: 99% (1519/1534) 2025-06-05T23:55:49.5308113Z remote: Counting objects: 100% (1534/1534) 2025-06-05T23:55:49.5308554Z remote: Counting objects: 100% (1534/1534), done. 2025-06-05T23:55:49.5309002Z remote: Compressing objects: 0% (1/561) 2025-06-05T23:55:49.5309405Z remote: Compressing objects: 1% (6/561) 2025-06-05T23:55:49.5309814Z remote: Compressing objects: 2% (12/561) 2025-06-05T23:55:49.5310224Z remote: Compressing objects: 3% (17/561) 2025-06-05T23:55:49.5310627Z remote: Compressing objects: 4% (23/561) 2025-06-05T23:55:49.5311073Z remote: Compressing objects: 5% (29/561) 2025-06-05T23:55:49.5311466Z remote: Compressing objects: 6% (34/561) 2025-06-05T23:55:49.5311874Z remote: Compressing objects: 7% (40/561) 2025-06-05T23:55:49.5312268Z remote: Compressing objects: 8% (45/561) 2025-06-05T23:55:49.5312675Z remote: Compressing objects: 9% (51/561) 2025-06-05T23:55:49.5313069Z remote: Compressing objects: 10% (57/561) 2025-06-05T23:55:49.5313477Z remote: Compressing objects: 11% (62/561) 2025-06-05T23:55:49.5314045Z remote: Compressing objects: 12% (68/561) 2025-06-05T23:55:49.5314444Z remote: Compressing objects: 13% (73/561) 2025-06-05T23:55:49.5314854Z remote: Compressing objects: 14% (79/561) 2025-06-05T23:55:49.5315252Z remote: Compressing objects: 15% (85/561) 2025-06-05T23:55:49.5315662Z remote: Compressing objects: 16% (90/561) 2025-06-05T23:55:49.5316162Z remote: Compressing objects: 17% (96/561) 2025-06-05T23:55:49.5316572Z remote: Compressing objects: 18% (101/561) 2025-06-05T23:55:49.5316992Z remote: Compressing objects: 19% (107/561) 2025-06-05T23:55:49.5317394Z remote: Compressing objects: 20% (113/561) 2025-06-05T23:55:49.5317809Z remote: Compressing objects: 21% (118/561) 2025-06-05T23:55:49.5318211Z remote: Compressing objects: 22% (124/561) 2025-06-05T23:55:49.5318628Z remote: Compressing objects: 23% (130/561) 2025-06-05T23:55:49.5319025Z remote: Compressing objects: 24% (135/561) 2025-06-05T23:55:49.5319445Z remote: Compressing objects: 25% (141/561) 2025-06-05T23:55:49.5319847Z remote: Compressing objects: 26% (146/561) 2025-06-05T23:55:49.5320258Z remote: Compressing objects: 27% (152/561) 2025-06-05T23:55:49.5320674Z remote: Compressing objects: 28% (158/561) 2025-06-05T23:55:49.5321079Z remote: Compressing objects: 29% (163/561) 2025-06-05T23:55:49.5321493Z remote: Compressing objects: 30% (169/561) 2025-06-05T23:55:49.5321969Z remote: Compressing objects: 31% (174/561) 2025-06-05T23:55:49.5322387Z remote: Compressing objects: 32% (180/561) 2025-06-05T23:55:49.5322787Z remote: Compressing objects: 33% (186/561) 2025-06-05T23:55:49.5323200Z remote: Compressing objects: 34% (191/561) 2025-06-05T23:55:49.5323598Z remote: Compressing objects: 35% (197/561) 2025-06-05T23:55:49.5324011Z remote: Compressing objects: 36% (202/561) 2025-06-05T23:55:49.5324422Z remote: Compressing objects: 37% (208/561) 2025-06-05T23:55:49.5324825Z remote: Compressing objects: 38% (214/561) 2025-06-05T23:55:49.5325235Z remote: Compressing objects: 39% (219/561) 2025-06-05T23:55:49.5325635Z remote: Compressing objects: 40% (225/561) 2025-06-05T23:55:49.5326047Z remote: Compressing objects: 41% (231/561) 2025-06-05T23:55:49.5326452Z remote: Compressing objects: 42% (236/561) 2025-06-05T23:55:49.5326862Z remote: Compressing objects: 43% (242/561) 2025-06-05T23:55:49.5327277Z remote: Compressing objects: 44% (247/561) 2025-06-05T23:55:49.5327680Z remote: Compressing objects: 45% (253/561) 2025-06-05T23:55:49.5328096Z remote: Compressing objects: 46% (259/561) 2025-06-05T23:55:49.5328499Z remote: Compressing objects: 47% (264/561) 2025-06-05T23:55:49.5328921Z remote: Compressing objects: 48% (270/561) 2025-06-05T23:55:49.5329327Z remote: Compressing objects: 49% (275/561) 2025-06-05T23:55:49.5329751Z remote: Compressing objects: 50% (281/561) 2025-06-05T23:55:49.5330155Z remote: Compressing objects: 51% (287/561) 2025-06-05T23:55:49.5330575Z remote: Compressing objects: 52% (292/561) 2025-06-05T23:55:49.5330992Z remote: Compressing objects: 53% (298/561) 2025-06-05T23:55:49.5331395Z remote: Compressing objects: 54% (303/561) 2025-06-05T23:55:49.5331818Z remote: Compressing objects: 55% (309/561) 2025-06-05T23:55:52.1672404Z remote: Compressing objects: 56% (315/561) 2025-06-05T23:55:52.1673248Z remote: Compressing objects: 57% (320/561) 2025-06-05T23:55:52.1674019Z remote: Compressing objects: 58% (326/561) 2025-06-05T23:55:52.1674787Z remote: Compressing objects: 59% (331/561) 2025-06-05T23:55:52.1675563Z remote: Compressing objects: 60% (337/561) 2025-06-05T23:55:52.1676323Z remote: Compressing objects: 61% (343/561) 2025-06-05T23:55:52.1677063Z remote: Compressing objects: 62% (348/561) 2025-06-05T23:55:52.1678080Z remote: Compressing objects: 63% (354/561) 2025-06-05T23:55:52.1678853Z remote: Compressing objects: 64% (360/561) 2025-06-05T23:55:52.1679597Z remote: Compressing objects: 65% (365/561) 2025-06-05T23:55:52.1680361Z remote: Compressing objects: 66% (371/561) 2025-06-05T23:55:52.1681715Z remote: Compressing objects: 67% (376/561) 2025-06-05T23:55:52.1682547Z remote: Compressing objects: 68% (382/561) 2025-06-05T23:55:52.1683309Z remote: Compressing objects: 69% (388/561) 2025-06-05T23:55:52.1684061Z remote: Compressing objects: 70% (393/561) 2025-06-05T23:55:52.1684830Z remote: Compressing objects: 71% (399/561) 2025-06-05T23:55:52.1685590Z remote: Compressing objects: 72% (404/561) 2025-06-05T23:55:52.1686349Z remote: Compressing objects: 73% (410/561) 2025-06-05T23:55:52.1687077Z remote: Compressing objects: 74% (416/561) 2025-06-05T23:55:52.1687848Z remote: Compressing objects: 75% (421/561) 2025-06-05T23:55:52.1688591Z remote: Compressing objects: 76% (427/561) 2025-06-05T23:55:52.1689340Z remote: Compressing objects: 77% (432/561) 2025-06-05T23:55:52.1690081Z remote: Compressing objects: 78% (438/561) 2025-06-05T23:55:52.1690831Z remote: Compressing objects: 79% (444/561) 2025-06-05T23:55:52.1691597Z remote: Compressing objects: 80% (449/561) 2025-06-05T23:55:52.1692371Z remote: Compressing objects: 81% (455/561) 2025-06-05T23:55:52.1693143Z remote: Compressing objects: 82% (461/561) 2025-06-05T23:55:52.1693888Z remote: Compressing objects: 83% (466/561) 2025-06-05T23:55:52.1694633Z remote: Compressing objects: 84% (472/561) 2025-06-05T23:55:52.1695381Z remote: Compressing objects: 85% (477/561) 2025-06-05T23:55:52.1696139Z remote: Compressing objects: 86% (483/561) 2025-06-05T23:55:52.1696894Z remote: Compressing objects: 87% (489/561) 2025-06-05T23:55:52.1697661Z remote: Compressing objects: 88% (494/561) 2025-06-05T23:55:52.1698421Z remote: Compressing objects: 89% (500/561) 2025-06-05T23:55:52.1699154Z remote: Compressing objects: 90% (505/561) 2025-06-05T23:55:52.1699907Z remote: Compressing objects: 91% (511/561) 2025-06-05T23:55:52.1700650Z remote: Compressing objects: 92% (517/561) 2025-06-05T23:55:52.1701413Z remote: Compressing objects: 93% (522/561) 2025-06-05T23:55:52.1702163Z remote: Compressing objects: 94% (528/561) 2025-06-05T23:55:52.1702917Z remote: Compressing objects: 95% (533/561) 2025-06-05T23:55:52.1703663Z remote: Compressing objects: 96% (539/561) 2025-06-05T23:55:52.1704438Z remote: Compressing objects: 97% (545/561) 2025-06-05T23:55:52.1705378Z remote: Compressing objects: 98% (550/561) 2025-06-05T23:55:52.1706129Z remote: Compressing objects: 99% (556/561) 2025-06-05T23:55:52.1706878Z remote: Compressing objects: 100% (561/561) 2025-06-05T23:55:52.1707709Z remote: Compressing objects: 100% (561/561), done. 2025-06-05T23:55:52.1708483Z Receiving objects: 0% (1/128219) 2025-06-05T23:55:52.1709063Z Receiving objects: 1% (1283/128219) 2025-06-05T23:55:52.1709660Z Receiving objects: 2% (2565/128219) 2025-06-05T23:55:52.1710362Z Receiving objects: 3% (3847/128219) 2025-06-05T23:55:52.1710976Z Receiving objects: 4% (5129/128219) 2025-06-05T23:55:52.1711581Z Receiving objects: 5% (6411/128219) 2025-06-05T23:55:52.1712178Z Receiving objects: 6% (7694/128219) 2025-06-05T23:55:52.1712782Z Receiving objects: 7% (8976/128219) 2025-06-05T23:55:52.1713431Z Receiving objects: 8% (10258/128219) 2025-06-05T23:55:52.1714038Z Receiving objects: 9% (11540/128219) 2025-06-05T23:55:52.1714658Z Receiving objects: 10% (12822/128219) 2025-06-05T23:55:52.1715270Z Receiving objects: 11% (14105/128219) 2025-06-05T23:55:52.1715892Z Receiving objects: 12% (15387/128219) 2025-06-05T23:55:52.1716501Z Receiving objects: 13% (16669/128219) 2025-06-05T23:55:52.1717296Z Receiving objects: 14% (17951/128219) 2025-06-05T23:55:52.1717896Z Receiving objects: 15% (19233/128219) 2025-06-05T23:55:52.1718531Z Receiving objects: 16% (20516/128219) 2025-06-05T23:55:52.1719152Z Receiving objects: 17% (21798/128219) 2025-06-05T23:55:52.1719765Z Receiving objects: 18% (23080/128219) 2025-06-05T23:55:52.1720675Z Receiving objects: 19% (24362/128219), 17.67 MiB | 35.32 MiB/s 2025-06-05T23:55:52.1721589Z Receiving objects: 20% (25644/128219), 17.67 MiB | 35.32 MiB/s 2025-06-05T23:55:52.1722600Z Receiving objects: 21% (26926/128219), 17.67 MiB | 35.32 MiB/s 2025-06-05T23:55:52.1723530Z Receiving objects: 22% (28209/128219), 17.67 MiB | 35.32 MiB/s 2025-06-05T23:55:52.1724452Z Receiving objects: 23% (29491/128219), 17.67 MiB | 35.32 MiB/s 2025-06-05T23:55:52.1725352Z Receiving objects: 24% (30773/128219), 17.67 MiB | 35.32 MiB/s 2025-06-05T23:55:52.1726273Z Receiving objects: 25% (32055/128219), 17.67 MiB | 35.32 MiB/s 2025-06-05T23:55:52.1727196Z Receiving objects: 26% (33337/128219), 17.67 MiB | 35.32 MiB/s 2025-06-05T23:55:52.1728096Z Receiving objects: 26% (33915/128219), 17.67 MiB | 35.32 MiB/s 2025-06-05T23:55:52.1729026Z Receiving objects: 27% (34620/128219), 37.77 MiB | 37.76 MiB/s 2025-06-05T23:55:52.1729943Z Receiving objects: 28% (35902/128219), 37.77 MiB | 37.76 MiB/s 2025-06-05T23:55:52.1730876Z Receiving objects: 29% (37184/128219), 37.77 MiB | 37.76 MiB/s 2025-06-05T23:55:52.1731780Z Receiving objects: 30% (38466/128219), 37.77 MiB | 37.76 MiB/s 2025-06-05T23:55:52.1732698Z Receiving objects: 31% (39748/128219), 37.77 MiB | 37.76 MiB/s 2025-06-05T23:55:52.1733617Z Receiving objects: 32% (41031/128219), 37.77 MiB | 37.76 MiB/s 2025-06-05T23:55:52.1734507Z Receiving objects: 33% (42313/128219), 37.77 MiB | 37.76 MiB/s 2025-06-05T23:55:52.1735456Z Receiving objects: 34% (43595/128219), 37.77 MiB | 37.76 MiB/s 2025-06-05T23:55:52.1736378Z Receiving objects: 35% (44877/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1737323Z Receiving objects: 36% (46159/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1738260Z Receiving objects: 37% (47442/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1739176Z Receiving objects: 38% (48724/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1740118Z Receiving objects: 39% (50006/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1741031Z Receiving objects: 40% (51288/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1741971Z Receiving objects: 41% (52570/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1742889Z Receiving objects: 42% (53852/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1743812Z Receiving objects: 43% (55135/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1744714Z Receiving objects: 44% (56417/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1745638Z Receiving objects: 45% (57699/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1746566Z Receiving objects: 46% (58981/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1747493Z Receiving objects: 47% (60263/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1748419Z Receiving objects: 48% (61546/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1749336Z Receiving objects: 49% (62828/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1750270Z Receiving objects: 50% (64110/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1751216Z Receiving objects: 51% (65392/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1752154Z Receiving objects: 52% (66674/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1753069Z Receiving objects: 53% (67957/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1753980Z Receiving objects: 54% (69239/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1754919Z Receiving objects: 55% (70521/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1755841Z Receiving objects: 56% (71803/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1756781Z Receiving objects: 57% (73085/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1757825Z Receiving objects: 58% (74368/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1758759Z Receiving objects: 59% (75650/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1759680Z Receiving objects: 60% (76932/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1760574Z Receiving objects: 61% (78214/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1761577Z Receiving objects: 62% (79496/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1762557Z Receiving objects: 63% (80778/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1763457Z Receiving objects: 64% (82061/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1764351Z Receiving objects: 65% (83343/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1765285Z Receiving objects: 66% (84625/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1766202Z Receiving objects: 67% (85907/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1767104Z Receiving objects: 68% (87189/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1768040Z Receiving objects: 69% (88472/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1768957Z Receiving objects: 69% (88694/128219), 57.61 MiB | 38.40 MiB/s 2025-06-05T23:55:52.1769920Z Receiving objects: 70% (89754/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1770830Z Receiving objects: 71% (91036/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1771751Z Receiving objects: 72% (92318/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1772674Z Receiving objects: 73% (93600/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1773576Z Receiving objects: 74% (94883/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1774485Z Receiving objects: 75% (96165/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1775396Z Receiving objects: 76% (97447/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1776310Z Receiving objects: 77% (98729/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1777221Z Receiving objects: 78% (100011/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1778176Z Receiving objects: 79% (101294/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1779122Z Receiving objects: 80% (102576/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1780035Z Receiving objects: 81% (103858/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1780976Z Receiving objects: 82% (105140/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1781910Z Receiving objects: 83% (106422/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1782849Z Receiving objects: 84% (107704/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1783783Z Receiving objects: 85% (108987/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1784722Z Receiving objects: 86% (110269/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1785664Z Receiving objects: 87% (111551/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1786596Z Receiving objects: 88% (112833/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1787544Z Receiving objects: 89% (114115/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1788471Z Receiving objects: 90% (115398/128219), 77.90 MiB | 38.94 MiB/s 2025-06-05T23:55:52.1789405Z Receiving objects: 91% (116680/128219), 97.18 MiB | 38.87 MiB/s 2025-06-05T23:55:52.1790339Z Receiving objects: 92% (117962/128219), 97.18 MiB | 38.87 MiB/s 2025-06-05T23:55:52.1791268Z Receiving objects: 93% (119244/128219), 97.18 MiB | 38.87 MiB/s 2025-06-05T23:55:52.1792202Z Receiving objects: 94% (120526/128219), 97.18 MiB | 38.87 MiB/s 2025-06-05T23:55:54.3168124Z Receiving objects: 95% (121809/128219), 97.18 MiB | 38.87 MiB/s 2025-06-05T23:55:54.3169104Z Receiving objects: 96% (123091/128219), 97.18 MiB | 38.87 MiB/s 2025-06-05T23:55:54.3169730Z Receiving objects: 97% (124373/128219), 97.18 MiB | 38.87 MiB/s 2025-06-05T23:55:54.3170531Z Receiving objects: 98% (125655/128219), 97.18 MiB | 38.87 MiB/s 2025-06-05T23:55:54.3171256Z Receiving objects: 99% (126937/128219), 97.18 MiB | 38.87 MiB/s 2025-06-05T23:55:54.3172245Z remote: Total 128219 (delta 973), reused 1482 (delta 970), pack-reused 126685 (from 1) 2025-06-05T23:55:54.3173545Z Receiving objects: 100% (128219/128219), 97.18 MiB | 38.87 MiB/s 2025-06-05T23:55:54.3174099Z Receiving objects: 100% (128219/128219), 107.15 MiB | 38.27 MiB/s, done. 2025-06-05T23:55:54.3174560Z Resolving deltas: 0% (0/106077) 2025-06-05T23:55:54.3174893Z Resolving deltas: 1% (1061/106077) 2025-06-05T23:55:54.3175327Z Resolving deltas: 2% (2122/106077) 2025-06-05T23:55:54.3175655Z Resolving deltas: 3% (3183/106077) 2025-06-05T23:55:54.3175970Z Resolving deltas: 4% (4244/106077) 2025-06-05T23:55:54.3176297Z Resolving deltas: 5% (5304/106077) 2025-06-05T23:55:54.3176610Z Resolving deltas: 6% (6365/106077) 2025-06-05T23:55:54.3176941Z Resolving deltas: 7% (7426/106077) 2025-06-05T23:55:54.3177267Z Resolving deltas: 8% (8487/106077) 2025-06-05T23:55:54.3177580Z Resolving deltas: 9% (9547/106077) 2025-06-05T23:55:54.3177907Z Resolving deltas: 10% (10608/106077) 2025-06-05T23:55:54.3178227Z Resolving deltas: 11% (11669/106077) 2025-06-05T23:55:54.3178564Z Resolving deltas: 12% (12730/106077) 2025-06-05T23:55:54.3178882Z Resolving deltas: 13% (13791/106077) 2025-06-05T23:55:54.3179212Z Resolving deltas: 14% (14851/106077) 2025-06-05T23:55:54.3179531Z Resolving deltas: 15% (15912/106077) 2025-06-05T23:55:54.3179859Z Resolving deltas: 16% (16973/106077) 2025-06-05T23:55:54.3180179Z Resolving deltas: 17% (18034/106077) 2025-06-05T23:55:54.3180606Z Resolving deltas: 18% (19094/106077) 2025-06-05T23:55:54.3180934Z Resolving deltas: 19% (20155/106077) 2025-06-05T23:55:54.3181248Z Resolving deltas: 20% (21216/106077) 2025-06-05T23:55:54.3181576Z Resolving deltas: 21% (22277/106077) 2025-06-05T23:55:54.3181896Z Resolving deltas: 22% (23337/106077) 2025-06-05T23:55:54.3182232Z Resolving deltas: 23% (24398/106077) 2025-06-05T23:55:54.3182552Z Resolving deltas: 24% (25459/106077) 2025-06-05T23:55:54.3182887Z Resolving deltas: 25% (26520/106077) 2025-06-05T23:55:54.3183207Z Resolving deltas: 26% (27581/106077) 2025-06-05T23:55:54.3183550Z Resolving deltas: 27% (28641/106077) 2025-06-05T23:55:54.3183888Z Resolving deltas: 28% (29702/106077) 2025-06-05T23:55:54.3184211Z Resolving deltas: 29% (30763/106077) 2025-06-05T23:55:54.3184544Z Resolving deltas: 30% (31827/106077) 2025-06-05T23:55:54.3184868Z Resolving deltas: 31% (32884/106077) 2025-06-05T23:55:54.3185196Z Resolving deltas: 32% (33945/106077) 2025-06-05T23:55:54.3185516Z Resolving deltas: 33% (35006/106077) 2025-06-05T23:55:54.3185844Z Resolving deltas: 34% (36067/106077) 2025-06-05T23:55:54.3186225Z Resolving deltas: 35% (37127/106077) 2025-06-05T23:55:54.3186538Z Resolving deltas: 36% (38188/106077) 2025-06-05T23:55:54.3186868Z Resolving deltas: 37% (39249/106077) 2025-06-05T23:55:54.3187196Z Resolving deltas: 38% (40310/106077) 2025-06-05T23:55:54.3187512Z Resolving deltas: 39% (41371/106077) 2025-06-05T23:55:54.3187845Z Resolving deltas: 40% (42431/106077) 2025-06-05T23:55:54.3188165Z Resolving deltas: 41% (43492/106077) 2025-06-05T23:55:54.3188498Z Resolving deltas: 42% (44553/106077) 2025-06-05T23:55:54.3188818Z Resolving deltas: 43% (45614/106077) 2025-06-05T23:55:54.3189146Z Resolving deltas: 44% (46674/106077) 2025-06-05T23:55:54.3189464Z Resolving deltas: 45% (47735/106077) 2025-06-05T23:55:54.3189796Z Resolving deltas: 46% (48796/106077) 2025-06-05T23:55:54.3190125Z Resolving deltas: 47% (49857/106077) 2025-06-05T23:55:54.3190449Z Resolving deltas: 48% (50917/106077) 2025-06-05T23:55:54.3190778Z Resolving deltas: 49% (51978/106077) 2025-06-05T23:55:54.3191094Z Resolving deltas: 50% (53039/106077) 2025-06-05T23:55:54.3191424Z Resolving deltas: 51% (54100/106077) 2025-06-05T23:55:54.3191739Z Resolving deltas: 52% (55162/106077) 2025-06-05T23:55:54.3192067Z Resolving deltas: 53% (56221/106077) 2025-06-05T23:55:54.3192383Z Resolving deltas: 54% (57282/106077) 2025-06-05T23:55:54.3192713Z Resolving deltas: 55% (58343/106077) 2025-06-05T23:55:54.3193028Z Resolving deltas: 56% (59404/106077) 2025-06-05T23:55:54.3193358Z Resolving deltas: 57% (60464/106077) 2025-06-05T23:55:54.3193789Z Resolving deltas: 58% (61525/106077) 2025-06-05T23:55:54.3194112Z Resolving deltas: 59% (62586/106077) 2025-06-05T23:55:54.3194450Z Resolving deltas: 60% (63647/106077) 2025-06-05T23:55:54.3194770Z Resolving deltas: 61% (64707/106077) 2025-06-05T23:55:54.3195103Z Resolving deltas: 62% (65768/106077) 2025-06-05T23:55:54.3195492Z Resolving deltas: 63% (66829/106077) 2025-06-05T23:55:54.3195823Z Resolving deltas: 64% (67890/106077) 2025-06-05T23:55:54.3196143Z Resolving deltas: 65% (68951/106077) 2025-06-05T23:55:54.3196480Z Resolving deltas: 66% (70011/106077) 2025-06-05T23:55:54.3196812Z Resolving deltas: 67% (71072/106077) 2025-06-05T23:55:54.3197130Z Resolving deltas: 68% (72133/106077) 2025-06-05T23:55:54.3197461Z Resolving deltas: 69% (73194/106077) 2025-06-05T23:55:54.3197775Z Resolving deltas: 70% (74254/106077) 2025-06-05T23:55:54.3198103Z Resolving deltas: 71% (75315/106077) 2025-06-05T23:55:54.3198418Z Resolving deltas: 72% (76376/106077) 2025-06-05T23:55:54.3198748Z Resolving deltas: 73% (77437/106077) 2025-06-05T23:55:54.3199066Z Resolving deltas: 74% (78497/106077) 2025-06-05T23:55:54.3199392Z Resolving deltas: 75% (79559/106077) 2025-06-05T23:55:54.3199706Z Resolving deltas: 76% (80619/106077) 2025-06-05T23:55:54.3200034Z Resolving deltas: 77% (81680/106077) 2025-06-05T23:55:54.3200366Z Resolving deltas: 78% (82741/106077) 2025-06-05T23:55:54.3200683Z Resolving deltas: 79% (83802/106077) 2025-06-05T23:55:54.3201011Z Resolving deltas: 79% (84699/106077) 2025-06-05T23:55:54.3201326Z Resolving deltas: 80% (84862/106077) 2025-06-05T23:55:54.3201652Z Resolving deltas: 81% (85923/106077) 2025-06-05T23:55:54.3202079Z Resolving deltas: 82% (86984/106077) 2025-06-05T23:55:54.3202408Z Resolving deltas: 83% (88044/106077) 2025-06-05T23:55:54.3202723Z Resolving deltas: 84% (89105/106077) 2025-06-05T23:55:54.3203051Z Resolving deltas: 85% (90166/106077) 2025-06-05T23:55:54.3203386Z Resolving deltas: 86% (91227/106077) 2025-06-05T23:55:54.3203706Z Resolving deltas: 87% (92287/106077) 2025-06-05T23:55:54.3204042Z Resolving deltas: 88% (93348/106077) 2025-06-05T23:55:54.3204363Z Resolving deltas: 89% (94409/106077) 2025-06-05T23:55:54.3204690Z Resolving deltas: 90% (95470/106077) 2025-06-05T23:55:54.3205004Z Resolving deltas: 91% (96531/106077) 2025-06-05T23:55:54.3205558Z Resolving deltas: 92% (97591/106077) 2025-06-05T23:55:54.3205881Z Resolving deltas: 93% (98652/106077) 2025-06-05T23:55:54.3206212Z Resolving deltas: 94% (99713/106077) 2025-06-05T23:55:54.3206538Z Resolving deltas: 95% (100774/106077) 2025-06-05T23:55:54.3206884Z Resolving deltas: 96% (101834/106077) 2025-06-05T23:55:54.3207222Z Resolving deltas: 97% (102895/106077) 2025-06-05T23:55:54.3207548Z Resolving deltas: 98% (103956/106077) 2025-06-05T23:55:54.3207882Z Resolving deltas: 99% (105017/106077) 2025-06-05T23:55:54.3208205Z Resolving deltas: 100% (106077/106077) 2025-06-05T23:55:54.3208557Z Resolving deltas: 100% (106077/106077), done. 2025-06-05T23:55:54.3209219Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/json'... 2025-06-05T23:55:54.3209904Z remote: Enumerating objects: 60588, done. 2025-06-05T23:55:54.3210302Z remote: Counting objects: 0% (1/847) 2025-06-05T23:55:54.3210690Z remote: Counting objects: 1% (9/847) 2025-06-05T23:55:54.3211091Z remote: Counting objects: 2% (17/847) 2025-06-05T23:55:54.3211476Z remote: Counting objects: 3% (26/847) 2025-06-05T23:55:54.3211870Z remote: Counting objects: 4% (34/847) 2025-06-05T23:55:54.3212248Z remote: Counting objects: 5% (43/847) 2025-06-05T23:55:54.3212639Z remote: Counting objects: 6% (51/847) 2025-06-05T23:55:54.3213018Z remote: Counting objects: 7% (60/847) 2025-06-05T23:55:54.3213409Z remote: Counting objects: 8% (68/847) 2025-06-05T23:55:54.3213801Z remote: Counting objects: 9% (77/847) 2025-06-05T23:55:54.3214175Z remote: Counting objects: 10% (85/847) 2025-06-05T23:55:54.3214721Z remote: Counting objects: 11% (94/847) 2025-06-05T23:55:54.3215110Z remote: Counting objects: 12% (102/847) 2025-06-05T23:55:54.3215512Z remote: Counting objects: 13% (111/847) 2025-06-05T23:55:54.3215897Z remote: Counting objects: 14% (119/847) 2025-06-05T23:55:54.3216295Z remote: Counting objects: 15% (128/847) 2025-06-05T23:55:54.3216795Z remote: Counting objects: 16% (136/847) 2025-06-05T23:55:54.3217194Z remote: Counting objects: 17% (144/847) 2025-06-05T23:55:54.3217579Z remote: Counting objects: 18% (153/847) 2025-06-05T23:55:54.3217978Z remote: Counting objects: 19% (161/847) 2025-06-05T23:55:54.3218361Z remote: Counting objects: 20% (170/847) 2025-06-05T23:55:54.3218762Z remote: Counting objects: 21% (178/847) 2025-06-05T23:55:54.3219150Z remote: Counting objects: 22% (187/847) 2025-06-05T23:55:54.3219548Z remote: Counting objects: 23% (195/847) 2025-06-05T23:55:54.3219952Z remote: Counting objects: 24% (204/847) 2025-06-05T23:55:54.3220338Z remote: Counting objects: 25% (212/847) 2025-06-05T23:55:54.3220737Z remote: Counting objects: 26% (221/847) 2025-06-05T23:55:54.3221120Z remote: Counting objects: 27% (229/847) 2025-06-05T23:55:54.3221524Z remote: Counting objects: 28% (238/847) 2025-06-05T23:55:54.3221916Z remote: Counting objects: 29% (246/847) 2025-06-05T23:55:54.3222315Z remote: Counting objects: 30% (255/847) 2025-06-05T23:55:54.3222702Z remote: Counting objects: 31% (263/847) 2025-06-05T23:55:54.3223097Z remote: Counting objects: 32% (272/847) 2025-06-05T23:55:54.3223496Z remote: Counting objects: 33% (280/847) 2025-06-05T23:55:54.3223879Z remote: Counting objects: 34% (288/847) 2025-06-05T23:55:54.3224276Z remote: Counting objects: 35% (297/847) 2025-06-05T23:55:54.3224661Z remote: Counting objects: 36% (305/847) 2025-06-05T23:55:54.3225059Z remote: Counting objects: 37% (314/847) 2025-06-05T23:55:54.3225445Z remote: Counting objects: 38% (322/847) 2025-06-05T23:55:54.3225836Z remote: Counting objects: 39% (331/847) 2025-06-05T23:55:54.3226218Z remote: Counting objects: 40% (339/847) 2025-06-05T23:55:54.3226610Z remote: Counting objects: 41% (348/847) 2025-06-05T23:55:54.3227007Z remote: Counting objects: 42% (356/847) 2025-06-05T23:55:54.3227385Z remote: Counting objects: 43% (365/847) 2025-06-05T23:55:54.3227780Z remote: Counting objects: 44% (373/847) 2025-06-05T23:55:54.3228160Z remote: Counting objects: 45% (382/847) 2025-06-05T23:55:54.3228553Z remote: Counting objects: 46% (390/847) 2025-06-05T23:55:54.3228938Z remote: Counting objects: 47% (399/847) 2025-06-05T23:55:54.3229332Z remote: Counting objects: 48% (407/847) 2025-06-05T23:55:54.3229713Z remote: Counting objects: 49% (416/847) 2025-06-05T23:55:54.3230113Z remote: Counting objects: 50% (424/847) 2025-06-05T23:55:54.3230506Z remote: Counting objects: 51% (432/847) 2025-06-05T23:55:54.3230890Z remote: Counting objects: 52% (441/847) 2025-06-05T23:55:54.3231287Z remote: Counting objects: 53% (449/847) 2025-06-05T23:55:54.3231667Z remote: Counting objects: 54% (458/847) 2025-06-05T23:55:54.3232067Z remote: Counting objects: 55% (466/847) 2025-06-05T23:55:54.3232448Z remote: Counting objects: 56% (475/847) 2025-06-05T23:55:54.3232841Z remote: Counting objects: 57% (483/847) 2025-06-05T23:55:54.3233225Z remote: Counting objects: 58% (492/847) 2025-06-05T23:55:54.3233619Z remote: Counting objects: 59% (500/847) 2025-06-05T23:55:54.3234015Z remote: Counting objects: 60% (509/847) 2025-06-05T23:55:54.3234394Z remote: Counting objects: 61% (517/847) 2025-06-05T23:55:54.3234788Z remote: Counting objects: 62% (526/847) 2025-06-05T23:55:54.3235169Z remote: Counting objects: 63% (534/847) 2025-06-05T23:55:54.3235636Z remote: Counting objects: 64% (543/847) 2025-06-05T23:55:54.3236023Z remote: Counting objects: 65% (551/847) 2025-06-05T23:55:54.3236425Z remote: Counting objects: 66% (560/847) 2025-06-05T23:55:54.3236811Z remote: Counting objects: 67% (568/847) 2025-06-05T23:55:54.3237304Z remote: Counting objects: 68% (576/847) 2025-06-05T23:55:54.3237698Z remote: Counting objects: 69% (585/847) 2025-06-05T23:55:54.3238081Z remote: Counting objects: 70% (593/847) 2025-06-05T23:55:54.3238480Z remote: Counting objects: 71% (602/847) 2025-06-05T23:55:54.3238866Z remote: Counting objects: 72% (610/847) 2025-06-05T23:55:55.7109091Z remote: Counting objects: 73% (619/847) 2025-06-05T23:55:55.7109614Z remote: Counting objects: 74% (627/847) 2025-06-05T23:55:55.7110006Z remote: Counting objects: 75% (636/847) 2025-06-05T23:55:55.7110440Z remote: Counting objects: 76% (644/847) 2025-06-05T23:55:55.7110851Z remote: Counting objects: 77% (653/847) 2025-06-05T23:55:55.7111316Z remote: Counting objects: 78% (661/847) 2025-06-05T23:55:55.7111699Z remote: Counting objects: 79% (670/847) 2025-06-05T23:55:55.7112094Z remote: Counting objects: 80% (678/847) 2025-06-05T23:55:55.7112507Z remote: Counting objects: 81% (687/847) 2025-06-05T23:55:55.7112923Z remote: Counting objects: 82% (695/847) 2025-06-05T23:55:55.7113317Z remote: Counting objects: 83% (704/847) 2025-06-05T23:55:55.7113735Z remote: Counting objects: 84% (712/847) 2025-06-05T23:55:55.7114156Z remote: Counting objects: 85% (720/847) 2025-06-05T23:55:55.7114541Z remote: Counting objects: 86% (729/847) 2025-06-05T23:55:55.7114967Z remote: Counting objects: 87% (737/847) 2025-06-05T23:55:55.7115350Z remote: Counting objects: 88% (746/847) 2025-06-05T23:55:55.7115934Z remote: Counting objects: 89% (754/847) 2025-06-05T23:55:55.7116375Z remote: Counting objects: 90% (763/847) 2025-06-05T23:55:55.7116754Z remote: Counting objects: 91% (771/847) 2025-06-05T23:55:55.7117212Z remote: Counting objects: 92% (780/847) 2025-06-05T23:55:55.7117597Z remote: Counting objects: 93% (788/847) 2025-06-05T23:55:55.7118107Z remote: Counting objects: 94% (797/847) 2025-06-05T23:55:55.7118487Z remote: Counting objects: 95% (805/847) 2025-06-05T23:55:55.7118950Z remote: Counting objects: 96% (814/847) 2025-06-05T23:55:55.7119333Z remote: Counting objects: 97% (822/847) 2025-06-05T23:55:55.7119763Z remote: Counting objects: 98% (831/847) 2025-06-05T23:55:55.7120156Z remote: Counting objects: 99% (839/847) 2025-06-05T23:55:55.7120635Z remote: Counting objects: 100% (847/847) 2025-06-05T23:55:55.7121067Z remote: Counting objects: 100% (847/847), done. 2025-06-05T23:55:55.7121522Z remote: Compressing objects: 0% (1/538) 2025-06-05T23:55:55.7122009Z remote: Compressing objects: 1% (6/538) 2025-06-05T23:55:55.7131895Z remote: Compressing objects: 2% (11/538) 2025-06-05T23:55:55.7132422Z remote: Compressing objects: 3% (17/538) 2025-06-05T23:55:55.7132870Z remote: Compressing objects: 4% (22/538) 2025-06-05T23:55:55.7133306Z remote: Compressing objects: 5% (27/538) 2025-06-05T23:55:55.7133788Z remote: Compressing objects: 6% (33/538) 2025-06-05T23:55:55.7134190Z remote: Compressing objects: 7% (38/538) 2025-06-05T23:55:55.7134637Z remote: Compressing objects: 8% (44/538) 2025-06-05T23:55:55.7135038Z remote: Compressing objects: 9% (49/538) 2025-06-05T23:55:55.7135447Z remote: Compressing objects: 10% (54/538) 2025-06-05T23:55:55.7135935Z remote: Compressing objects: 11% (60/538) 2025-06-05T23:55:55.7136335Z remote: Compressing objects: 12% (65/538) 2025-06-05T23:55:55.7136780Z remote: Compressing objects: 13% (70/538) 2025-06-05T23:55:55.7137435Z remote: Compressing objects: 14% (76/538) 2025-06-05T23:55:55.7137862Z remote: Compressing objects: 15% (81/538) 2025-06-05T23:55:55.7138277Z remote: Compressing objects: 16% (87/538) 2025-06-05T23:55:55.7138708Z remote: Compressing objects: 17% (92/538) 2025-06-05T23:55:55.7139343Z remote: Compressing objects: 18% (97/538) 2025-06-05T23:55:55.7139747Z remote: Compressing objects: 19% (103/538) 2025-06-05T23:55:55.7140210Z remote: Compressing objects: 20% (108/538) 2025-06-05T23:55:55.7140624Z remote: Compressing objects: 21% (113/538) 2025-06-05T23:55:55.7141102Z remote: Compressing objects: 22% (119/538) 2025-06-05T23:55:55.7141522Z remote: Compressing objects: 23% (124/538) 2025-06-05T23:55:55.7141958Z remote: Compressing objects: 24% (130/538) 2025-06-05T23:55:55.7142372Z remote: Compressing objects: 25% (135/538) 2025-06-05T23:55:55.7142781Z remote: Compressing objects: 26% (140/538) 2025-06-05T23:55:55.7143246Z remote: Compressing objects: 27% (146/538) 2025-06-05T23:55:55.7143659Z remote: Compressing objects: 28% (151/538) 2025-06-05T23:55:55.7144075Z remote: Compressing objects: 29% (157/538) 2025-06-05T23:55:55.7144492Z remote: Compressing objects: 30% (162/538) 2025-06-05T23:55:55.7144936Z remote: Compressing objects: 31% (167/538) 2025-06-05T23:55:55.7145352Z remote: Compressing objects: 32% (173/538) 2025-06-05T23:55:55.7145751Z remote: Compressing objects: 33% (178/538) 2025-06-05T23:55:55.7146233Z remote: Compressing objects: 34% (183/538) 2025-06-05T23:55:55.7146762Z remote: Compressing objects: 35% (189/538) 2025-06-05T23:55:55.7147214Z remote: Compressing objects: 36% (194/538) 2025-06-05T23:55:55.7147617Z remote: Compressing objects: 37% (200/538) 2025-06-05T23:55:55.7148103Z remote: Compressing objects: 38% (205/538) 2025-06-05T23:55:55.7148529Z remote: Compressing objects: 39% (210/538) 2025-06-05T23:55:55.7148967Z remote: Compressing objects: 40% (216/538) 2025-06-05T23:55:55.7149385Z remote: Compressing objects: 41% (221/538) 2025-06-05T23:55:55.7149862Z remote: Compressing objects: 42% (226/538) 2025-06-05T23:55:55.7150278Z remote: Compressing objects: 43% (232/538) 2025-06-05T23:55:55.7150718Z remote: Compressing objects: 44% (237/538) 2025-06-05T23:55:55.7151134Z remote: Compressing objects: 45% (243/538) 2025-06-05T23:55:55.7151601Z remote: Compressing objects: 46% (248/538) 2025-06-05T23:55:55.7152023Z remote: Compressing objects: 47% (253/538) 2025-06-05T23:55:55.7152476Z remote: Compressing objects: 48% (259/538) 2025-06-05T23:55:55.7152876Z remote: Compressing objects: 49% (264/538) 2025-06-05T23:55:55.7153355Z remote: Compressing objects: 50% (269/538) 2025-06-05T23:55:55.7153761Z remote: Compressing objects: 51% (275/538) 2025-06-05T23:55:55.7154213Z remote: Compressing objects: 52% (280/538) 2025-06-05T23:55:55.7154618Z remote: Compressing objects: 53% (286/538) 2025-06-05T23:55:55.7155096Z remote: Compressing objects: 54% (291/538) 2025-06-05T23:55:55.7155514Z remote: Compressing objects: 55% (296/538) 2025-06-05T23:55:55.7155919Z remote: Compressing objects: 56% (302/538) 2025-06-05T23:55:55.7156362Z remote: Compressing objects: 57% (307/538) 2025-06-05T23:55:55.7156762Z remote: Compressing objects: 58% (313/538) 2025-06-05T23:55:55.7157178Z remote: Compressing objects: 59% (318/538) 2025-06-05T23:55:55.7157647Z remote: Compressing objects: 60% (323/538) 2025-06-05T23:55:55.7158065Z remote: Compressing objects: 61% (329/538) 2025-06-05T23:55:55.7158466Z remote: Compressing objects: 62% (334/538) 2025-06-05T23:55:55.7158916Z remote: Compressing objects: 63% (339/538) 2025-06-05T23:55:55.7159455Z remote: Compressing objects: 64% (345/538) 2025-06-05T23:55:55.7159859Z remote: Compressing objects: 65% (350/538) 2025-06-05T23:55:55.7160278Z remote: Compressing objects: 66% (356/538) 2025-06-05T23:55:55.7160755Z remote: Compressing objects: 67% (361/538) 2025-06-05T23:55:55.7161171Z remote: Compressing objects: 68% (366/538) 2025-06-05T23:55:55.7161652Z remote: Compressing objects: 69% (372/538) 2025-06-05T23:55:55.7162154Z remote: Compressing objects: 70% (377/538) 2025-06-05T23:55:55.7162556Z remote: Compressing objects: 71% (382/538) 2025-06-05T23:55:55.7163014Z remote: Compressing objects: 72% (388/538) 2025-06-05T23:55:55.7163429Z remote: Compressing objects: 73% (393/538) 2025-06-05T23:55:55.7163834Z remote: Compressing objects: 74% (399/538) 2025-06-05T23:55:55.7164263Z remote: Compressing objects: 75% (404/538) 2025-06-05T23:55:55.7164733Z remote: Compressing objects: 76% (409/538) 2025-06-05T23:55:55.7165154Z remote: Compressing objects: 77% (415/538) 2025-06-05T23:55:55.7165555Z remote: Compressing objects: 78% (420/538) 2025-06-05T23:55:55.7165967Z remote: Compressing objects: 79% (426/538) 2025-06-05T23:55:55.7166419Z remote: Compressing objects: 80% (431/538) 2025-06-05T23:55:55.7166826Z remote: Compressing objects: 81% (436/538) 2025-06-05T23:55:55.7167243Z remote: Compressing objects: 82% (442/538) 2025-06-05T23:55:55.7167643Z remote: Compressing objects: 83% (447/538) 2025-06-05T23:55:55.7168056Z remote: Compressing objects: 84% (452/538) 2025-06-05T23:55:55.7168498Z remote: Compressing objects: 85% (458/538) 2025-06-05T23:55:55.7168944Z remote: Compressing objects: 86% (463/538) 2025-06-05T23:55:55.7169347Z remote: Compressing objects: 87% (469/538) 2025-06-05T23:55:55.7169762Z remote: Compressing objects: 88% (474/538) 2025-06-05T23:55:55.7170181Z remote: Compressing objects: 89% (479/538) 2025-06-05T23:55:55.7170626Z remote: Compressing objects: 90% (485/538) 2025-06-05T23:55:55.7171043Z remote: Compressing objects: 91% (490/538) 2025-06-05T23:55:55.7171445Z remote: Compressing objects: 92% (495/538) 2025-06-05T23:55:55.7171858Z remote: Compressing objects: 93% (501/538) 2025-06-05T23:55:55.7172335Z remote: Compressing objects: 94% (506/538) 2025-06-05T23:55:55.7172789Z remote: Compressing objects: 95% (512/538) 2025-06-05T23:55:55.7173191Z remote: Compressing objects: 96% (517/538) 2025-06-05T23:55:55.7173677Z remote: Compressing objects: 97% (522/538) 2025-06-05T23:55:55.7174098Z remote: Compressing objects: 98% (528/538) 2025-06-05T23:55:55.7174534Z remote: Compressing objects: 99% (533/538) 2025-06-05T23:55:55.7174948Z remote: Compressing objects: 100% (538/538) 2025-06-05T23:55:55.7175460Z remote: Compressing objects: 100% (538/538), done. 2025-06-05T23:55:55.7176043Z Receiving objects: 0% (1/60588) 2025-06-05T23:55:55.7176367Z Receiving objects: 1% (606/60588) 2025-06-05T23:55:55.7176710Z Receiving objects: 2% (1212/60588) 2025-06-05T23:55:55.7177108Z Receiving objects: 3% (1818/60588) 2025-06-05T23:55:55.7177443Z Receiving objects: 4% (2424/60588) 2025-06-05T23:55:55.7177810Z Receiving objects: 5% (3030/60588) 2025-06-05T23:55:55.7178130Z Receiving objects: 6% (3636/60588) 2025-06-05T23:55:55.7178524Z Receiving objects: 7% (4242/60588) 2025-06-05T23:55:55.7178839Z Receiving objects: 8% (4848/60588) 2025-06-05T23:55:55.7179200Z Receiving objects: 9% (5453/60588) 2025-06-05T23:55:55.7179516Z Receiving objects: 10% (6059/60588) 2025-06-05T23:55:55.7179842Z Receiving objects: 11% (6665/60588) 2025-06-05T23:55:55.7180229Z Receiving objects: 12% (7271/60588) 2025-06-05T23:55:55.7180561Z Receiving objects: 13% (7877/60588) 2025-06-05T23:55:55.7180922Z Receiving objects: 14% (8483/60588) 2025-06-05T23:55:55.7181316Z Receiving objects: 15% (9089/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7181980Z Receiving objects: 16% (9695/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7182472Z Receiving objects: 17% (10300/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7183011Z Receiving objects: 18% (10906/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7183567Z Receiving objects: 19% (11512/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7184173Z Receiving objects: 20% (12118/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7184655Z Receiving objects: 21% (12724/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7185213Z Receiving objects: 22% (13330/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7185711Z Receiving objects: 23% (13936/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7186224Z Receiving objects: 24% (14542/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7186784Z Receiving objects: 25% (15147/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7187266Z Receiving objects: 26% (15753/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7187798Z Receiving objects: 27% (16359/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:55:55.7188278Z Receiving objects: 28% (16965/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:56:01.9814961Z Receiving objects: 29% (17571/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:56:01.9815940Z Receiving objects: 30% (18177/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:56:01.9816922Z Receiving objects: 31% (18783/60588), 24.62 MiB | 49.31 MiB/s 2025-06-05T23:56:01.9817860Z Receiving objects: 31% (19114/60588), 47.66 MiB | 47.69 MiB/s 2025-06-05T23:56:01.9818807Z Receiving objects: 32% (19389/60588), 47.66 MiB | 47.69 MiB/s 2025-06-05T23:56:01.9819747Z Receiving objects: 33% (19995/60588), 61.02 MiB | 40.70 MiB/s 2025-06-05T23:56:01.9820703Z Receiving objects: 33% (20381/60588), 77.00 MiB | 38.52 MiB/s 2025-06-05T23:56:01.9821633Z Receiving objects: 33% (20386/60588), 121.40 MiB | 40.48 MiB/s 2025-06-05T23:56:01.9822591Z Receiving objects: 34% (20600/60588), 139.74 MiB | 39.93 MiB/s 2025-06-05T23:56:01.9823550Z Receiving objects: 35% (21206/60588), 139.74 MiB | 39.93 MiB/s 2025-06-05T23:56:01.9824515Z Receiving objects: 36% (21812/60588), 139.74 MiB | 39.93 MiB/s 2025-06-05T23:56:01.9825473Z Receiving objects: 37% (22418/60588), 139.74 MiB | 39.93 MiB/s 2025-06-05T23:56:01.9826416Z Receiving objects: 38% (23024/60588), 139.74 MiB | 39.93 MiB/s 2025-06-05T23:56:01.9827373Z Receiving objects: 39% (23630/60588), 139.74 MiB | 39.93 MiB/s 2025-06-05T23:56:01.9828319Z Receiving objects: 39% (24073/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9829335Z Receiving objects: 40% (24236/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9830306Z Receiving objects: 41% (24842/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9831255Z Receiving objects: 42% (25447/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9832205Z Receiving objects: 43% (26053/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9833158Z Receiving objects: 44% (26659/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9834110Z Receiving objects: 45% (27265/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9835063Z Receiving objects: 46% (27871/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9836001Z Receiving objects: 47% (28477/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9836938Z Receiving objects: 48% (29083/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9837895Z Receiving objects: 49% (29689/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9838833Z Receiving objects: 50% (30294/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9839785Z Receiving objects: 51% (30900/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9840695Z Receiving objects: 52% (31506/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9841663Z Receiving objects: 53% (32112/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9842714Z Receiving objects: 54% (32718/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9843656Z Receiving objects: 55% (33324/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9844995Z Receiving objects: 56% (33930/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9845943Z Receiving objects: 57% (34536/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9846875Z Receiving objects: 58% (35142/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9847781Z Receiving objects: 59% (35747/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9848951Z Receiving objects: 60% (36353/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9849904Z Receiving objects: 61% (36959/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9850849Z Receiving objects: 62% (37565/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9851806Z Receiving objects: 63% (38171/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9852749Z Receiving objects: 64% (38777/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9853688Z Receiving objects: 65% (39383/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9854634Z Receiving objects: 66% (39989/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9855592Z Receiving objects: 67% (40594/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9856545Z Receiving objects: 68% (41200/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9857486Z Receiving objects: 69% (41806/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9858436Z Receiving objects: 70% (42412/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9859384Z Receiving objects: 71% (43018/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9860329Z Receiving objects: 72% (43624/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9861281Z Receiving objects: 73% (44230/60588), 169.49 MiB | 42.39 MiB/s 2025-06-05T23:56:01.9862236Z Receiving objects: 74% (44836/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9863198Z Receiving objects: 75% (45441/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9864138Z Receiving objects: 76% (46047/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9865092Z Receiving objects: 77% (46653/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9866036Z Receiving objects: 78% (47259/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9866990Z Receiving objects: 79% (47865/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9867932Z Receiving objects: 80% (48471/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9868889Z Receiving objects: 81% (49077/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9869856Z Receiving objects: 82% (49683/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9870761Z Receiving objects: 83% (50289/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9871678Z Receiving objects: 84% (50894/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9872623Z Receiving objects: 85% (51500/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9873582Z Receiving objects: 86% (52106/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9874523Z Receiving objects: 87% (52712/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9875483Z Receiving objects: 88% (53318/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9876434Z Receiving objects: 89% (53924/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9877395Z Receiving objects: 90% (54530/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9878349Z Receiving objects: 91% (55136/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9879292Z Receiving objects: 92% (55741/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9880256Z Receiving objects: 93% (56347/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9881183Z Receiving objects: 94% (56953/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9882213Z Receiving objects: 95% (57559/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9883160Z Receiving objects: 96% (58165/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9884116Z Receiving objects: 97% (58771/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9885073Z Receiving objects: 98% (59377/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9885998Z Receiving objects: 99% (59983/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9887335Z remote: Total 60588 (delta 678), reused 310 (delta 309), pack-reused 59741 (from 3) 2025-06-05T23:56:01.9888527Z Receiving objects: 99% (60585/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9889494Z Receiving objects: 100% (60588/60588), 197.53 MiB | 43.91 MiB/s 2025-06-05T23:56:01.9890508Z Receiving objects: 100% (60588/60588), 217.55 MiB | 43.51 MiB/s, done. 2025-06-05T23:56:01.9891455Z Resolving deltas: 0% (0/34961) 2025-06-05T23:56:01.9892037Z Resolving deltas: 1% (350/34961) 2025-06-05T23:56:01.9892631Z Resolving deltas: 2% (700/34961) 2025-06-05T23:56:01.9893242Z Resolving deltas: 3% (1049/34961) 2025-06-05T23:56:01.9893840Z Resolving deltas: 4% (1399/34961) 2025-06-05T23:56:01.9894446Z Resolving deltas: 5% (1749/34961) 2025-06-05T23:56:01.9895036Z Resolving deltas: 6% (2098/34961) 2025-06-05T23:56:01.9895639Z Resolving deltas: 7% (2448/34961) 2025-06-05T23:56:01.9896230Z Resolving deltas: 8% (2797/34961) 2025-06-05T23:56:01.9896829Z Resolving deltas: 9% (3147/34961) 2025-06-05T23:56:01.9897441Z Resolving deltas: 10% (3497/34961) 2025-06-05T23:56:01.9898036Z Resolving deltas: 11% (3846/34961) 2025-06-05T23:56:01.9898617Z Resolving deltas: 12% (4196/34961) 2025-06-05T23:56:01.9899189Z Resolving deltas: 13% (4545/34961) 2025-06-05T23:56:01.9899794Z Resolving deltas: 14% (4895/34961) 2025-06-05T23:56:01.9900393Z Resolving deltas: 15% (5246/34961) 2025-06-05T23:56:01.9901001Z Resolving deltas: 16% (5594/34961) 2025-06-05T23:56:01.9901595Z Resolving deltas: 17% (5944/34961) 2025-06-05T23:56:01.9902202Z Resolving deltas: 18% (6293/34961) 2025-06-05T23:56:01.9902799Z Resolving deltas: 19% (6643/34961) 2025-06-05T23:56:01.9903403Z Resolving deltas: 20% (6993/34961) 2025-06-05T23:56:01.9904009Z Resolving deltas: 21% (7342/34961) 2025-06-05T23:56:01.9904602Z Resolving deltas: 22% (7692/34961) 2025-06-05T23:56:01.9905381Z Resolving deltas: 23% (8042/34961) 2025-06-05T23:56:01.9905974Z Resolving deltas: 24% (8391/34961) 2025-06-05T23:56:01.9906596Z Resolving deltas: 24% (8713/34961) 2025-06-05T23:56:01.9907190Z Resolving deltas: 25% (8741/34961) 2025-06-05T23:56:01.9907792Z Resolving deltas: 26% (9090/34961) 2025-06-05T23:56:01.9908386Z Resolving deltas: 27% (9440/34961) 2025-06-05T23:56:01.9908987Z Resolving deltas: 28% (9790/34961) 2025-06-05T23:56:01.9909589Z Resolving deltas: 29% (10139/34961) 2025-06-05T23:56:01.9910215Z Resolving deltas: 30% (10489/34961) 2025-06-05T23:56:01.9910839Z Resolving deltas: 31% (10838/34961) 2025-06-05T23:56:01.9911437Z Resolving deltas: 32% (11188/34961) 2025-06-05T23:56:01.9912044Z Resolving deltas: 33% (11538/34961) 2025-06-05T23:56:01.9912640Z Resolving deltas: 34% (11887/34961) 2025-06-05T23:56:01.9913250Z Resolving deltas: 35% (12237/34961) 2025-06-05T23:56:01.9913849Z Resolving deltas: 36% (12586/34961) 2025-06-05T23:56:01.9914458Z Resolving deltas: 37% (12936/34961) 2025-06-05T23:56:01.9915043Z Resolving deltas: 38% (13286/34961) 2025-06-05T23:56:01.9915648Z Resolving deltas: 39% (13635/34961) 2025-06-05T23:56:01.9916270Z Resolving deltas: 40% (13985/34961) 2025-06-05T23:56:01.9916871Z Resolving deltas: 41% (14335/34961) 2025-06-05T23:56:01.9917480Z Resolving deltas: 42% (14684/34961) 2025-06-05T23:56:01.9918084Z Resolving deltas: 43% (15034/34961) 2025-06-05T23:56:01.9918698Z Resolving deltas: 44% (15383/34961) 2025-06-05T23:56:01.9919304Z Resolving deltas: 45% (15733/34961) 2025-06-05T23:56:01.9919920Z Resolving deltas: 46% (16083/34961) 2025-06-05T23:56:01.9920518Z Resolving deltas: 47% (16432/34961) 2025-06-05T23:56:01.9921124Z Resolving deltas: 48% (16782/34961) 2025-06-05T23:56:01.9921722Z Resolving deltas: 49% (17131/34961) 2025-06-05T23:56:01.9922413Z Resolving deltas: 50% (17481/34961) 2025-06-05T23:56:01.9923022Z Resolving deltas: 51% (17831/34961) 2025-06-05T23:56:01.9923614Z Resolving deltas: 52% (18180/34961) 2025-06-05T23:56:01.9924228Z Resolving deltas: 53% (18530/34961) 2025-06-05T23:56:01.9924811Z Resolving deltas: 54% (18879/34961) 2025-06-05T23:56:01.9925622Z Resolving deltas: 55% (19229/34961) 2025-06-05T23:56:01.9926219Z Resolving deltas: 56% (19579/34961) 2025-06-05T23:56:01.9926823Z Resolving deltas: 57% (19928/34961) 2025-06-05T23:56:01.9927416Z Resolving deltas: 58% (20278/34961) 2025-06-05T23:56:01.9928021Z Resolving deltas: 59% (20627/34961) 2025-06-05T23:56:01.9928619Z Resolving deltas: 60% (20977/34961) 2025-06-05T23:56:01.9929351Z Resolving deltas: 61% (21327/34961) 2025-06-05T23:56:01.9929964Z Resolving deltas: 62% (21676/34961) 2025-06-05T23:56:01.9930558Z Resolving deltas: 63% (22026/34961) 2025-06-05T23:56:01.9931170Z Resolving deltas: 64% (22376/34961) 2025-06-05T23:56:01.9931763Z Resolving deltas: 65% (22725/34961) 2025-06-05T23:56:01.9932376Z Resolving deltas: 66% (23075/34961) 2025-06-05T23:56:01.9932973Z Resolving deltas: 67% (23424/34961) 2025-06-05T23:56:01.9933582Z Resolving deltas: 68% (23774/34961) 2025-06-05T23:56:01.9934179Z Resolving deltas: 69% (24124/34961) 2025-06-05T23:56:01.9934785Z Resolving deltas: 70% (24473/34961) 2025-06-05T23:56:01.9935394Z Resolving deltas: 71% (24823/34961) 2025-06-05T23:56:01.9936004Z Resolving deltas: 72% (25172/34961) 2025-06-05T23:56:01.9936615Z Resolving deltas: 73% (25522/34961) 2025-06-05T23:56:01.9937212Z Resolving deltas: 74% (25872/34961) 2025-06-05T23:56:01.9937822Z Resolving deltas: 75% (26221/34961) 2025-06-05T23:56:01.9938432Z Resolving deltas: 76% (26571/34961) 2025-06-05T23:56:01.9939043Z Resolving deltas: 76% (26718/34961) 2025-06-05T23:56:01.9939643Z Resolving deltas: 77% (26920/34961) 2025-06-05T23:56:01.9940253Z Resolving deltas: 78% (27270/34961) 2025-06-05T23:56:01.9940852Z Resolving deltas: 79% (27620/34961) 2025-06-05T23:56:01.9941457Z Resolving deltas: 80% (27969/34961) 2025-06-05T23:56:01.9942073Z Resolving deltas: 81% (28319/34961) 2025-06-05T23:56:05.1118214Z Resolving deltas: 82% (28669/34961) 2025-06-05T23:56:05.1119365Z Resolving deltas: 83% (29018/34961) 2025-06-05T23:56:05.1119954Z Resolving deltas: 84% (29368/34961) 2025-06-05T23:56:05.1120730Z Resolving deltas: 85% (29717/34961) 2025-06-05T23:56:05.1121263Z Resolving deltas: 86% (30067/34961) 2025-06-05T23:56:05.1121595Z Resolving deltas: 87% (30417/34961) 2025-06-05T23:56:05.1121994Z Resolving deltas: 88% (30766/34961) 2025-06-05T23:56:05.1122325Z Resolving deltas: 89% (31116/34961) 2025-06-05T23:56:05.1122656Z Resolving deltas: 90% (31465/34961) 2025-06-05T23:56:05.1123247Z Resolving deltas: 91% (31815/34961) 2025-06-05T23:56:05.1123574Z Resolving deltas: 92% (32165/34961) 2025-06-05T23:56:05.1123885Z Resolving deltas: 93% (32514/34961) 2025-06-05T23:56:05.1124208Z Resolving deltas: 94% (32864/34961) 2025-06-05T23:56:05.1124538Z Resolving deltas: 95% (33213/34961) 2025-06-05T23:56:05.1125120Z Resolving deltas: 96% (33563/34961) 2025-06-05T23:56:05.1125458Z Resolving deltas: 97% (33913/34961) 2025-06-05T23:56:05.1125784Z Resolving deltas: 98% (34262/34961) 2025-06-05T23:56:05.1126094Z Resolving deltas: 99% (34612/34961) 2025-06-05T23:56:05.1126500Z Resolving deltas: 100% (34961/34961) 2025-06-05T23:56:05.1127018Z Resolving deltas: 100% (34961/34961), done. 2025-06-05T23:56:05.1127711Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/pybind11'... 2025-06-05T23:56:05.1128587Z remote: Enumerating objects: 31544, done. 2025-06-05T23:56:05.1129047Z remote: Counting objects: 2% (1/45) 2025-06-05T23:56:05.1129440Z remote: Counting objects: 4% (2/45) 2025-06-05T23:56:05.1129808Z remote: Counting objects: 6% (3/45) 2025-06-05T23:56:05.1130186Z remote: Counting objects: 8% (4/45) 2025-06-05T23:56:05.1130557Z remote: Counting objects: 11% (5/45) 2025-06-05T23:56:05.1131355Z remote: Counting objects: 13% (6/45) 2025-06-05T23:56:05.1131807Z remote: Counting objects: 15% (7/45) 2025-06-05T23:56:05.1132325Z remote: Counting objects: 17% (8/45) 2025-06-05T23:56:05.1132772Z remote: Counting objects: 20% (9/45) 2025-06-05T23:56:05.1133145Z remote: Counting objects: 22% (10/45) 2025-06-05T23:56:05.1134073Z remote: Counting objects: 24% (11/45) 2025-06-05T23:56:05.1134468Z remote: Counting objects: 26% (12/45) 2025-06-05T23:56:05.1134856Z remote: Counting objects: 28% (13/45) 2025-06-05T23:56:05.1135234Z remote: Counting objects: 31% (14/45) 2025-06-05T23:56:05.1135734Z remote: Counting objects: 33% (15/45) 2025-06-05T23:56:05.1136120Z remote: Counting objects: 35% (16/45) 2025-06-05T23:56:05.1136642Z remote: Counting objects: 37% (17/45) 2025-06-05T23:56:05.1137236Z remote: Counting objects: 40% (18/45) 2025-06-05T23:56:05.1137608Z remote: Counting objects: 42% (19/45) 2025-06-05T23:56:05.1137991Z remote: Counting objects: 44% (20/45) 2025-06-05T23:56:05.1138359Z remote: Counting objects: 46% (21/45) 2025-06-05T23:56:05.1138741Z remote: Counting objects: 48% (22/45) 2025-06-05T23:56:05.1139122Z remote: Counting objects: 51% (23/45) 2025-06-05T23:56:05.1139619Z remote: Counting objects: 53% (24/45) 2025-06-05T23:56:05.1140314Z remote: Counting objects: 55% (25/45) 2025-06-05T23:56:05.1140718Z remote: Counting objects: 57% (26/45) 2025-06-05T23:56:05.1141089Z remote: Counting objects: 60% (27/45) 2025-06-05T23:56:05.1141473Z remote: Counting objects: 62% (28/45) 2025-06-05T23:56:05.1141852Z remote: Counting objects: 64% (29/45) 2025-06-05T23:56:05.1142238Z remote: Counting objects: 66% (30/45) 2025-06-05T23:56:05.1142627Z remote: Counting objects: 68% (31/45) 2025-06-05T23:56:05.1143272Z remote: Counting objects: 71% (32/45) 2025-06-05T23:56:05.1143822Z remote: Counting objects: 73% (33/45) 2025-06-05T23:56:05.1144367Z remote: Counting objects: 75% (34/45) 2025-06-05T23:56:05.1144782Z remote: Counting objects: 77% (35/45) 2025-06-05T23:56:05.1145155Z remote: Counting objects: 80% (36/45) 2025-06-05T23:56:05.1145539Z remote: Counting objects: 82% (37/45) 2025-06-05T23:56:05.1146014Z remote: Counting objects: 84% (38/45) 2025-06-05T23:56:05.1146434Z remote: Counting objects: 86% (39/45) 2025-06-05T23:56:05.1146836Z remote: Counting objects: 88% (40/45) 2025-06-05T23:56:05.1147261Z remote: Counting objects: 91% (41/45) 2025-06-05T23:56:05.1147698Z remote: Counting objects: 93% (42/45) 2025-06-05T23:56:05.1148072Z remote: Counting objects: 95% (43/45) 2025-06-05T23:56:05.1148457Z remote: Counting objects: 97% (44/45) 2025-06-05T23:56:05.1148901Z remote: Counting objects: 100% (45/45) 2025-06-05T23:56:05.1149352Z remote: Counting objects: 100% (45/45), done. 2025-06-05T23:56:05.1149773Z remote: Compressing objects: 2% (1/41) 2025-06-05T23:56:05.1150216Z remote: Compressing objects: 4% (2/41) 2025-06-05T23:56:05.1150606Z remote: Compressing objects: 7% (3/41) 2025-06-05T23:56:05.1151075Z remote: Compressing objects: 9% (4/41) 2025-06-05T23:56:05.1151485Z remote: Compressing objects: 12% (5/41) 2025-06-05T23:56:05.1151910Z remote: Compressing objects: 14% (6/41) 2025-06-05T23:56:05.1152310Z remote: Compressing objects: 17% (7/41) 2025-06-05T23:56:05.1152760Z remote: Compressing objects: 19% (8/41) 2025-06-05T23:56:05.1153164Z remote: Compressing objects: 21% (9/41) 2025-06-05T23:56:05.1153598Z remote: Compressing objects: 24% (10/41) 2025-06-05T23:56:05.1154007Z remote: Compressing objects: 26% (11/41) 2025-06-05T23:56:05.1154430Z remote: Compressing objects: 29% (12/41) 2025-06-05T23:56:05.1154879Z remote: Compressing objects: 31% (13/41) 2025-06-05T23:56:05.1155320Z remote: Compressing objects: 34% (14/41) 2025-06-05T23:56:05.1155735Z remote: Compressing objects: 36% (15/41) 2025-06-05T23:56:05.1156279Z remote: Compressing objects: 39% (16/41) 2025-06-05T23:56:05.1156761Z remote: Compressing objects: 41% (17/41) 2025-06-05T23:56:05.1157330Z remote: Compressing objects: 43% (18/41) 2025-06-05T23:56:05.1157729Z remote: Compressing objects: 46% (19/41) 2025-06-05T23:56:05.1158307Z remote: Compressing objects: 48% (20/41) 2025-06-05T23:56:05.1158932Z remote: Compressing objects: 51% (21/41) 2025-06-05T23:56:05.1159336Z remote: Compressing objects: 53% (22/41) 2025-06-05T23:56:05.1159846Z remote: Compressing objects: 56% (23/41) 2025-06-05T23:56:05.1160439Z remote: Compressing objects: 58% (24/41) 2025-06-05T23:56:05.1160882Z remote: Compressing objects: 60% (25/41) 2025-06-05T23:56:05.1161295Z remote: Compressing objects: 63% (26/41) 2025-06-05T23:56:05.1161712Z remote: Compressing objects: 65% (27/41) 2025-06-05T23:56:05.1162469Z remote: Compressing objects: 68% (28/41) 2025-06-05T23:56:05.1162944Z remote: Compressing objects: 70% (29/41) 2025-06-05T23:56:05.1163492Z remote: Compressing objects: 73% (30/41) 2025-06-05T23:56:05.1164106Z remote: Compressing objects: 75% (31/41) 2025-06-05T23:56:05.1164648Z remote: Compressing objects: 78% (32/41) 2025-06-05T23:56:05.1165045Z remote: Compressing objects: 80% (33/41) 2025-06-05T23:56:05.1165526Z remote: Compressing objects: 82% (34/41) 2025-06-05T23:56:05.1165943Z remote: Compressing objects: 85% (35/41) 2025-06-05T23:56:05.1166406Z remote: Compressing objects: 87% (36/41) 2025-06-05T23:56:05.1166863Z remote: Compressing objects: 90% (37/41) 2025-06-05T23:56:05.1167279Z remote: Compressing objects: 92% (38/41) 2025-06-05T23:56:05.1167747Z remote: Compressing objects: 95% (39/41) 2025-06-05T23:56:05.1168144Z remote: Compressing objects: 97% (40/41) 2025-06-05T23:56:05.1168615Z remote: Compressing objects: 100% (41/41) 2025-06-05T23:56:05.1169048Z remote: Compressing objects: 100% (41/41), done. 2025-06-05T23:56:05.1169536Z Receiving objects: 0% (1/31544) 2025-06-05T23:56:05.1169884Z Receiving objects: 1% (316/31544) 2025-06-05T23:56:05.1170254Z Receiving objects: 2% (631/31544) 2025-06-05T23:56:05.1170580Z Receiving objects: 3% (947/31544) 2025-06-05T23:56:05.1170960Z Receiving objects: 4% (1262/31544) 2025-06-05T23:56:05.1171289Z Receiving objects: 5% (1578/31544) 2025-06-05T23:56:05.1171671Z Receiving objects: 6% (1893/31544) 2025-06-05T23:56:05.1171996Z Receiving objects: 7% (2209/31544) 2025-06-05T23:56:05.1172373Z Receiving objects: 8% (2524/31544) 2025-06-05T23:56:05.1172697Z Receiving objects: 9% (2839/31544) 2025-06-05T23:56:05.1173065Z Receiving objects: 10% (3155/31544) 2025-06-05T23:56:05.1173390Z Receiving objects: 11% (3470/31544) 2025-06-05T23:56:05.1173720Z Receiving objects: 12% (3786/31544) 2025-06-05T23:56:05.1174099Z Receiving objects: 13% (4101/31544) 2025-06-05T23:56:05.1174430Z Receiving objects: 14% (4417/31544) 2025-06-05T23:56:05.1174808Z Receiving objects: 15% (4732/31544) 2025-06-05T23:56:05.1175132Z Receiving objects: 16% (5048/31544) 2025-06-05T23:56:05.1175512Z Receiving objects: 17% (5363/31544) 2025-06-05T23:56:05.1175838Z Receiving objects: 18% (5678/31544) 2025-06-05T23:56:05.1176213Z Receiving objects: 19% (5994/31544) 2025-06-05T23:56:05.1176541Z Receiving objects: 20% (6309/31544) 2025-06-05T23:56:05.1176907Z Receiving objects: 21% (6625/31544) 2025-06-05T23:56:05.1177244Z Receiving objects: 22% (6940/31544) 2025-06-05T23:56:05.1177565Z Receiving objects: 23% (7256/31544) 2025-06-05T23:56:05.1177945Z Receiving objects: 24% (7571/31544) 2025-06-05T23:56:05.1178270Z Receiving objects: 25% (7886/31544) 2025-06-05T23:56:05.1178648Z Receiving objects: 26% (8202/31544) 2025-06-05T23:56:05.1178971Z Receiving objects: 27% (8517/31544) 2025-06-05T23:56:05.1179344Z Receiving objects: 28% (8833/31544) 2025-06-05T23:56:05.1179667Z Receiving objects: 29% (9148/31544) 2025-06-05T23:56:05.1180040Z Receiving objects: 30% (9464/31544) 2025-06-05T23:56:05.1180369Z Receiving objects: 31% (9779/31544) 2025-06-05T23:56:05.1180848Z Receiving objects: 32% (10095/31544) 2025-06-05T23:56:05.1181183Z Receiving objects: 33% (10410/31544) 2025-06-05T23:56:05.1181582Z Receiving objects: 34% (10725/31544) 2025-06-05T23:56:05.1181909Z Receiving objects: 35% (11041/31544) 2025-06-05T23:56:05.1182259Z Receiving objects: 36% (11356/31544) 2025-06-05T23:56:05.1182680Z Receiving objects: 37% (11672/31544) 2025-06-05T23:56:05.1183029Z Receiving objects: 38% (11987/31544) 2025-06-05T23:56:05.1183398Z Receiving objects: 39% (12303/31544) 2025-06-05T23:56:05.1183734Z Receiving objects: 40% (12618/31544) 2025-06-05T23:56:05.1184134Z Receiving objects: 41% (12934/31544) 2025-06-05T23:56:05.1184452Z Receiving objects: 42% (13249/31544) 2025-06-05T23:56:05.1184875Z Receiving objects: 43% (13564/31544) 2025-06-05T23:56:05.1185224Z Receiving objects: 44% (13880/31544) 2025-06-05T23:56:05.1185616Z Receiving objects: 45% (14195/31544) 2025-06-05T23:56:05.1185939Z Receiving objects: 46% (14511/31544) 2025-06-05T23:56:05.1186334Z Receiving objects: 47% (14826/31544) 2025-06-05T23:56:05.1186655Z Receiving objects: 48% (15142/31544) 2025-06-05T23:56:05.1187047Z Receiving objects: 49% (15457/31544) 2025-06-05T23:56:05.1187366Z Receiving objects: 50% (15772/31544) 2025-06-05T23:56:05.1187752Z Receiving objects: 51% (16088/31544) 2025-06-05T23:56:05.1188108Z Receiving objects: 52% (16403/31544) 2025-06-05T23:56:05.1188456Z Receiving objects: 53% (16719/31544) 2025-06-05T23:56:05.1188831Z Receiving objects: 54% (17034/31544) 2025-06-05T23:56:05.1189313Z Receiving objects: 55% (17350/31544) 2025-06-05T23:56:05.1189653Z Receiving objects: 56% (17665/31544) 2025-06-05T23:56:05.1189982Z Receiving objects: 57% (17981/31544) 2025-06-05T23:56:05.1190370Z Receiving objects: 58% (18296/31544) 2025-06-05T23:56:05.1190687Z Receiving objects: 59% (18611/31544) 2025-06-05T23:56:05.1191085Z Receiving objects: 60% (18927/31544) 2025-06-05T23:56:05.1191417Z Receiving objects: 61% (19242/31544) 2025-06-05T23:56:05.1191801Z Receiving objects: 62% (19558/31544) 2025-06-05T23:56:05.1192140Z Receiving objects: 63% (19873/31544) 2025-06-05T23:56:05.1192520Z Receiving objects: 64% (20189/31544) 2025-06-05T23:56:05.1192927Z Receiving objects: 65% (20504/31544) 2025-06-05T23:56:05.1193312Z Receiving objects: 66% (20820/31544) 2025-06-05T23:56:05.1193644Z Receiving objects: 67% (21135/31544) 2025-06-05T23:56:05.1194033Z Receiving objects: 68% (21450/31544) 2025-06-05T23:56:05.1194371Z Receiving objects: 69% (21766/31544) 2025-06-05T23:56:05.1194751Z Receiving objects: 70% (22081/31544) 2025-06-05T23:56:05.1195091Z Receiving objects: 71% (22397/31544) 2025-06-05T23:56:05.1195460Z Receiving objects: 72% (22712/31544) 2025-06-05T23:56:05.1195803Z Receiving objects: 73% (23028/31544) 2025-06-05T23:56:05.1196134Z Receiving objects: 74% (23343/31544) 2025-06-05T23:56:05.1196518Z Receiving objects: 75% (23658/31544) 2025-06-05T23:56:05.1196849Z Receiving objects: 76% (23974/31544) 2025-06-05T23:56:05.1197232Z Receiving objects: 77% (24289/31544) 2025-06-05T23:56:05.1197568Z Receiving objects: 78% (24605/31544) 2025-06-05T23:56:05.1197889Z Receiving objects: 79% (24920/31544) 2025-06-05T23:56:05.8794387Z Receiving objects: 80% (25236/31544) 2025-06-05T23:56:05.8795188Z Receiving objects: 81% (25551/31544) 2025-06-05T23:56:05.8795743Z Receiving objects: 82% (25867/31544) 2025-06-05T23:56:05.8796257Z Receiving objects: 83% (26182/31544) 2025-06-05T23:56:05.8796647Z Receiving objects: 84% (26497/31544) 2025-06-05T23:56:05.8797151Z Receiving objects: 85% (26813/31544) 2025-06-05T23:56:05.8797658Z Receiving objects: 86% (27128/31544) 2025-06-05T23:56:05.8798205Z Receiving objects: 87% (27444/31544) 2025-06-05T23:56:05.8798705Z Receiving objects: 88% (27759/31544) 2025-06-05T23:56:05.8799121Z Receiving objects: 89% (28075/31544) 2025-06-05T23:56:05.8799521Z Receiving objects: 90% (28390/31544) 2025-06-05T23:56:05.8800026Z Receiving objects: 91% (28706/31544) 2025-06-05T23:56:05.8800511Z Receiving objects: 92% (29021/31544) 2025-06-05T23:56:05.8801170Z Receiving objects: 93% (29336/31544) 2025-06-05T23:56:05.8801637Z Receiving objects: 94% (29652/31544) 2025-06-05T23:56:05.8802192Z Receiving objects: 95% (29967/31544) 2025-06-05T23:56:05.8802597Z Receiving objects: 96% (30283/31544) 2025-06-05T23:56:05.8803132Z Receiving objects: 97% (30598/31544) 2025-06-05T23:56:05.8803793Z Receiving objects: 98% (30914/31544) 2025-06-05T23:56:05.8804141Z Receiving objects: 99% (31229/31544) 2025-06-05T23:56:05.8804711Z remote: Total 31544 (delta 18), reused 4 (delta 4), pack-reused 31499 (from 2) 2025-06-05T23:56:05.8805492Z Receiving objects: 100% (31544/31544) 2025-06-05T23:56:05.8805930Z Receiving objects: 100% (31544/31544), 12.48 MiB | 36.30 MiB/s, done. 2025-06-05T23:56:05.8806379Z Resolving deltas: 0% (0/22400) 2025-06-05T23:56:05.8806706Z Resolving deltas: 1% (224/22400) 2025-06-05T23:56:05.8807019Z Resolving deltas: 2% (448/22400) 2025-06-05T23:56:05.8807340Z Resolving deltas: 3% (672/22400) 2025-06-05T23:56:05.8807646Z Resolving deltas: 4% (896/22400) 2025-06-05T23:56:05.8807975Z Resolving deltas: 5% (1120/22400) 2025-06-05T23:56:05.8808291Z Resolving deltas: 6% (1344/22400) 2025-06-05T23:56:05.8808618Z Resolving deltas: 7% (1568/22400) 2025-06-05T23:56:05.8808938Z Resolving deltas: 8% (1792/22400) 2025-06-05T23:56:05.8809247Z Resolving deltas: 9% (2016/22400) 2025-06-05T23:56:05.8809576Z Resolving deltas: 10% (2240/22400) 2025-06-05T23:56:05.8809885Z Resolving deltas: 11% (2464/22400) 2025-06-05T23:56:05.8810204Z Resolving deltas: 12% (2688/22400) 2025-06-05T23:56:05.8810512Z Resolving deltas: 13% (2912/22400) 2025-06-05T23:56:05.8810834Z Resolving deltas: 14% (3136/22400) 2025-06-05T23:56:05.8811142Z Resolving deltas: 15% (3360/22400) 2025-06-05T23:56:05.8811462Z Resolving deltas: 16% (3584/22400) 2025-06-05T23:56:05.8811807Z Resolving deltas: 17% (3808/22400) 2025-06-05T23:56:05.8812113Z Resolving deltas: 18% (4032/22400) 2025-06-05T23:56:05.8812432Z Resolving deltas: 19% (4256/22400) 2025-06-05T23:56:05.8812745Z Resolving deltas: 20% (4480/22400) 2025-06-05T23:56:05.8813065Z Resolving deltas: 21% (4704/22400) 2025-06-05T23:56:05.8813372Z Resolving deltas: 22% (4928/22400) 2025-06-05T23:56:05.8813691Z Resolving deltas: 23% (5152/22400) 2025-06-05T23:56:05.8814001Z Resolving deltas: 24% (5376/22400) 2025-06-05T23:56:05.8814324Z Resolving deltas: 25% (5600/22400) 2025-06-05T23:56:05.8814638Z Resolving deltas: 26% (5824/22400) 2025-06-05T23:56:05.8814960Z Resolving deltas: 27% (6048/22400) 2025-06-05T23:56:05.8815283Z Resolving deltas: 28% (6272/22400) 2025-06-05T23:56:05.8815590Z Resolving deltas: 29% (6496/22400) 2025-06-05T23:56:05.8815913Z Resolving deltas: 30% (6720/22400) 2025-06-05T23:56:05.8816225Z Resolving deltas: 31% (6944/22400) 2025-06-05T23:56:05.8816547Z Resolving deltas: 32% (7168/22400) 2025-06-05T23:56:05.8816855Z Resolving deltas: 33% (7392/22400) 2025-06-05T23:56:05.8817177Z Resolving deltas: 34% (7616/22400) 2025-06-05T23:56:05.8817486Z Resolving deltas: 35% (7840/22400) 2025-06-05T23:56:05.8817813Z Resolving deltas: 36% (8064/22400) 2025-06-05T23:56:05.8818125Z Resolving deltas: 37% (8288/22400) 2025-06-05T23:56:05.8818450Z Resolving deltas: 38% (8512/22400) 2025-06-05T23:56:05.8818771Z Resolving deltas: 39% (8736/22400) 2025-06-05T23:56:05.8819079Z Resolving deltas: 40% (8960/22400) 2025-06-05T23:56:05.8819406Z Resolving deltas: 41% (9184/22400) 2025-06-05T23:56:05.8819720Z Resolving deltas: 42% (9408/22400) 2025-06-05T23:56:05.8820041Z Resolving deltas: 43% (9632/22400) 2025-06-05T23:56:05.8820351Z Resolving deltas: 44% (9856/22400) 2025-06-05T23:56:05.8820675Z Resolving deltas: 45% (10080/22400) 2025-06-05T23:56:05.8820993Z Resolving deltas: 46% (10304/22400) 2025-06-05T23:56:05.8821322Z Resolving deltas: 47% (10528/22400) 2025-06-05T23:56:05.8821649Z Resolving deltas: 48% (10752/22400) 2025-06-05T23:56:05.8821960Z Resolving deltas: 49% (10976/22400) 2025-06-05T23:56:05.8822284Z Resolving deltas: 50% (11200/22400) 2025-06-05T23:56:05.8822593Z Resolving deltas: 51% (11424/22400) 2025-06-05T23:56:05.8823073Z Resolving deltas: 52% (11648/22400) 2025-06-05T23:56:05.8823394Z Resolving deltas: 53% (11872/22400) 2025-06-05T23:56:05.8823721Z Resolving deltas: 54% (12096/22400) 2025-06-05T23:56:05.8824037Z Resolving deltas: 55% (12320/22400) 2025-06-05T23:56:05.8824367Z Resolving deltas: 56% (12544/22400) 2025-06-05T23:56:05.8824767Z Resolving deltas: 57% (12768/22400) 2025-06-05T23:56:05.8825089Z Resolving deltas: 58% (12992/22400) 2025-06-05T23:56:05.8825411Z Resolving deltas: 59% (13216/22400) 2025-06-05T23:56:05.8825724Z Resolving deltas: 60% (13440/22400) 2025-06-05T23:56:05.8826048Z Resolving deltas: 61% (13664/22400) 2025-06-05T23:56:05.8826361Z Resolving deltas: 62% (13888/22400) 2025-06-05T23:56:05.8826691Z Resolving deltas: 63% (14112/22400) 2025-06-05T23:56:05.8827002Z Resolving deltas: 64% (14336/22400) 2025-06-05T23:56:05.8827327Z Resolving deltas: 65% (14560/22400) 2025-06-05T23:56:05.8827639Z Resolving deltas: 66% (14784/22400) 2025-06-05T23:56:05.8827968Z Resolving deltas: 67% (15008/22400) 2025-06-05T23:56:05.8828278Z Resolving deltas: 68% (15232/22400) 2025-06-05T23:56:05.8828603Z Resolving deltas: 69% (15456/22400) 2025-06-05T23:56:05.8828924Z Resolving deltas: 70% (15680/22400) 2025-06-05T23:56:05.8829254Z Resolving deltas: 71% (15904/22400) 2025-06-05T23:56:05.8829580Z Resolving deltas: 72% (16128/22400) 2025-06-05T23:56:05.8829914Z Resolving deltas: 73% (16352/22400) 2025-06-05T23:56:05.8830227Z Resolving deltas: 74% (16576/22400) 2025-06-05T23:56:05.8830558Z Resolving deltas: 75% (16800/22400) 2025-06-05T23:56:05.8830870Z Resolving deltas: 76% (17024/22400) 2025-06-05T23:56:05.8831199Z Resolving deltas: 77% (17248/22400) 2025-06-05T23:56:05.8831513Z Resolving deltas: 78% (17472/22400) 2025-06-05T23:56:05.8831845Z Resolving deltas: 79% (17696/22400) 2025-06-05T23:56:05.8832158Z Resolving deltas: 80% (17920/22400) 2025-06-05T23:56:05.8832486Z Resolving deltas: 81% (18144/22400) 2025-06-05T23:56:05.8832828Z Resolving deltas: 82% (18368/22400) 2025-06-05T23:56:05.8833297Z Resolving deltas: 83% (18592/22400) 2025-06-05T23:56:05.8833703Z Resolving deltas: 84% (18816/22400) 2025-06-05T23:56:05.8834081Z Resolving deltas: 85% (19040/22400) 2025-06-05T23:56:05.8834410Z Resolving deltas: 86% (19264/22400) 2025-06-05T23:56:05.8834787Z Resolving deltas: 87% (19488/22400) 2025-06-05T23:56:05.8835121Z Resolving deltas: 88% (19712/22400) 2025-06-05T23:56:05.8835439Z Resolving deltas: 89% (19936/22400) 2025-06-05T23:56:05.8835764Z Resolving deltas: 90% (20160/22400) 2025-06-05T23:56:05.8836080Z Resolving deltas: 91% (20384/22400) 2025-06-05T23:56:05.8836406Z Resolving deltas: 92% (20608/22400) 2025-06-05T23:56:05.8836721Z Resolving deltas: 93% (20832/22400) 2025-06-05T23:56:05.8837043Z Resolving deltas: 94% (21056/22400) 2025-06-05T23:56:05.8837367Z Resolving deltas: 95% (21280/22400) 2025-06-05T23:56:05.8837822Z Resolving deltas: 96% (21504/22400) 2025-06-05T23:56:05.8838199Z Resolving deltas: 97% (21728/22400) 2025-06-05T23:56:05.8838573Z Resolving deltas: 98% (21952/22400) 2025-06-05T23:56:05.8838895Z Resolving deltas: 99% (22176/22400) 2025-06-05T23:56:05.8839275Z Resolving deltas: 100% (22400/22400) 2025-06-05T23:56:05.8839618Z Resolving deltas: 100% (22400/22400), done. 2025-06-05T23:56:05.8840347Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib'... 2025-06-05T23:56:05.8841084Z remote: Counting objects: 1 2025-06-05T23:56:05.8841449Z remote: Counting objects: 434, done 2025-06-05T23:56:05.8842029Z remote: Finding sources: 1% (3/422) 2025-06-05T23:56:05.8842553Z remote: Finding sources: 2% (7/422) 2025-06-05T23:56:05.8842944Z remote: Finding sources: 3% (11/422) 2025-06-05T23:56:05.8843403Z remote: Finding sources: 4% (15/422) 2025-06-05T23:56:05.8843790Z remote: Finding sources: 5% (19/422) 2025-06-05T23:56:05.8844262Z remote: Finding sources: 6% (24/422) 2025-06-05T23:56:05.8844863Z remote: Finding sources: 7% (28/422) 2025-06-05T23:56:05.8845339Z remote: Finding sources: 8% (32/422) 2025-06-05T23:56:05.8845874Z remote: Finding sources: 9% (36/422) 2025-06-05T23:56:05.8846257Z remote: Finding sources: 10% (41/422) 2025-06-05T23:56:05.8846654Z remote: Finding sources: 11% (45/422) 2025-06-05T23:56:05.8847112Z remote: Finding sources: 12% (49/422) 2025-06-05T23:56:05.8847505Z remote: Finding sources: 13% (53/422) 2025-06-05T23:56:05.8847963Z remote: Finding sources: 14% (57/422) 2025-06-05T23:56:05.8848467Z remote: Finding sources: 15% (62/422) 2025-06-05T23:56:05.8848862Z remote: Finding sources: 16% (66/422) 2025-06-05T23:56:05.8849311Z remote: Finding sources: 17% (70/422) 2025-06-05T23:56:05.8849759Z remote: Finding sources: 18% (74/422) 2025-06-05T23:56:05.8850196Z remote: Finding sources: 19% (79/422) 2025-06-05T23:56:05.8850642Z remote: Finding sources: 20% (83/422) 2025-06-05T23:56:05.8851070Z remote: Finding sources: 21% (87/422) 2025-06-05T23:56:05.8851528Z remote: Finding sources: 22% (91/422) 2025-06-05T23:56:05.8851909Z remote: Finding sources: 23% (95/422) 2025-06-05T23:56:05.8852394Z remote: Finding sources: 24% (100/422) 2025-06-05T23:56:05.8852908Z remote: Finding sources: 25% (104/422) 2025-06-05T23:56:05.8853299Z remote: Finding sources: 26% (108/422) 2025-06-05T23:56:05.8853763Z remote: Finding sources: 27% (112/422) 2025-06-05T23:56:05.8854195Z remote: Finding sources: 28% (117/422) 2025-06-05T23:56:05.8854654Z remote: Finding sources: 29% (121/422) 2025-06-05T23:56:05.8855075Z remote: Finding sources: 30% (125/422) 2025-06-05T23:56:05.8855494Z remote: Finding sources: 31% (129/422) 2025-06-05T23:56:05.8855880Z remote: Finding sources: 32% (133/422) 2025-06-05T23:56:05.8856288Z remote: Finding sources: 33% (138/422) 2025-06-05T23:56:05.8856691Z remote: Finding sources: 34% (142/422) 2025-06-05T23:56:05.8857079Z remote: Finding sources: 35% (146/422) 2025-06-05T23:56:05.8857476Z remote: Finding sources: 36% (150/422) 2025-06-05T23:56:05.8857868Z remote: Finding sources: 37% (155/422) 2025-06-05T23:56:05.8858269Z remote: Finding sources: 38% (159/422) 2025-06-05T23:56:05.8858651Z remote: Finding sources: 39% (163/422) 2025-06-05T23:56:05.8859048Z remote: Finding sources: 40% (167/422) 2025-06-05T23:56:05.8859435Z remote: Finding sources: 41% (171/422) 2025-06-05T23:56:05.8859832Z remote: Finding sources: 42% (176/422) 2025-06-05T23:56:05.8860231Z remote: Finding sources: 43% (180/422) 2025-06-05T23:56:05.8860616Z remote: Finding sources: 44% (184/422) 2025-06-05T23:56:05.8861017Z remote: Finding sources: 45% (188/422) 2025-06-05T23:56:05.8861407Z remote: Finding sources: 46% (193/422) 2025-06-05T23:56:05.8861804Z remote: Finding sources: 47% (197/422) 2025-06-05T23:56:05.8862195Z remote: Finding sources: 48% (201/422) 2025-06-05T23:56:05.8862598Z remote: Finding sources: 49% (205/422) 2025-06-05T23:56:05.8863007Z remote: Finding sources: 50% (209/422) 2025-06-05T23:56:05.8863393Z remote: Finding sources: 51% (214/422) 2025-06-05T23:56:05.8863799Z remote: Finding sources: 52% (218/422) 2025-06-05T23:56:05.8864187Z remote: Finding sources: 53% (222/422) 2025-06-05T23:56:05.8864586Z remote: Finding sources: 54% (226/422) 2025-06-05T23:56:05.8864973Z remote: Finding sources: 55% (230/422) 2025-06-05T23:56:05.8865372Z remote: Finding sources: 56% (235/422) 2025-06-05T23:56:05.8865759Z remote: Finding sources: 57% (239/422) 2025-06-05T23:56:05.8866164Z remote: Finding sources: 58% (243/422) 2025-06-05T23:56:05.8866697Z remote: Finding sources: 59% (247/422) 2025-06-05T23:56:05.8867089Z remote: Finding sources: 60% (252/422) 2025-06-05T23:56:05.8867491Z remote: Finding sources: 61% (256/422) 2025-06-05T23:56:05.8867879Z remote: Finding sources: 62% (260/422) 2025-06-05T23:56:05.8868344Z remote: Finding sources: 63% (264/422) 2025-06-05T23:56:05.8868730Z remote: Finding sources: 64% (268/422) 2025-06-05T23:56:05.8869126Z remote: Finding sources: 65% (273/422) 2025-06-05T23:56:05.9609910Z remote: Finding sources: 66% (277/422) 2025-06-05T23:56:05.9610662Z remote: Finding sources: 67% (281/422) 2025-06-05T23:56:05.9611449Z remote: Finding sources: 68% (285/422) 2025-06-05T23:56:05.9612199Z remote: Finding sources: 69% (290/422) 2025-06-05T23:56:05.9612935Z remote: Finding sources: 70% (294/422) 2025-06-05T23:56:05.9613713Z remote: Finding sources: 71% (298/422) 2025-06-05T23:56:05.9614475Z remote: Finding sources: 72% (302/422) 2025-06-05T23:56:05.9615222Z remote: Finding sources: 73% (306/422) 2025-06-05T23:56:05.9615959Z remote: Finding sources: 74% (311/422) 2025-06-05T23:56:05.9616701Z remote: Finding sources: 75% (315/422) 2025-06-05T23:56:05.9617463Z remote: Finding sources: 76% (319/422) 2025-06-05T23:56:05.9618213Z remote: Finding sources: 77% (323/422) 2025-06-05T23:56:05.9618958Z remote: Finding sources: 78% (328/422) 2025-06-05T23:56:05.9619708Z remote: Finding sources: 79% (332/422) 2025-06-05T23:56:05.9620424Z remote: Finding sources: 80% (336/422) 2025-06-05T23:56:05.9621180Z remote: Finding sources: 81% (340/422) 2025-06-05T23:56:05.9621938Z remote: Finding sources: 82% (344/422) 2025-06-05T23:56:05.9622685Z remote: Finding sources: 83% (349/422) 2025-06-05T23:56:05.9623434Z remote: Finding sources: 84% (353/422) 2025-06-05T23:56:05.9624183Z remote: Finding sources: 85% (357/422) 2025-06-05T23:56:05.9624941Z remote: Finding sources: 86% (361/422) 2025-06-05T23:56:05.9625694Z remote: Finding sources: 87% (366/422) 2025-06-05T23:56:05.9626459Z remote: Finding sources: 88% (370/422) 2025-06-05T23:56:05.9627199Z remote: Finding sources: 89% (374/422) 2025-06-05T23:56:05.9627959Z remote: Finding sources: 90% (378/422) 2025-06-05T23:56:05.9628719Z remote: Finding sources: 91% (382/422) 2025-06-05T23:56:05.9629545Z remote: Finding sources: 92% (387/422) 2025-06-05T23:56:05.9630281Z remote: Finding sources: 93% (391/422) 2025-06-05T23:56:05.9631039Z remote: Finding sources: 94% (395/422) 2025-06-05T23:56:05.9631784Z remote: Finding sources: 95% (399/422) 2025-06-05T23:56:05.9632539Z remote: Finding sources: 96% (404/422) 2025-06-05T23:56:05.9633301Z remote: Finding sources: 97% (408/422) 2025-06-05T23:56:05.9634048Z remote: Finding sources: 98% (412/422) 2025-06-05T23:56:05.9634802Z remote: Finding sources: 99% (416/422) 2025-06-05T23:56:05.9635537Z remote: Finding sources: 100% (420/422) 2025-06-05T23:56:05.9636295Z remote: Finding sources: 100% (422/422) 2025-06-05T23:56:05.9636985Z Receiving objects: 0% (1/2844) 2025-06-05T23:56:05.9637587Z Receiving objects: 1% (29/2844) 2025-06-05T23:56:05.9638170Z Receiving objects: 2% (57/2844) 2025-06-05T23:56:05.9638754Z Receiving objects: 3% (86/2844) 2025-06-05T23:56:05.9639327Z Receiving objects: 4% (114/2844) 2025-06-05T23:56:05.9639939Z Receiving objects: 5% (143/2844) 2025-06-05T23:56:05.9640550Z Receiving objects: 6% (171/2844) 2025-06-05T23:56:05.9641139Z Receiving objects: 7% (200/2844) 2025-06-05T23:56:05.9641816Z Receiving objects: 8% (228/2844) 2025-06-05T23:56:05.9642407Z Receiving objects: 9% (256/2844) 2025-06-05T23:56:05.9643885Z Receiving objects: 10% (285/2844) 2025-06-05T23:56:05.9644494Z Receiving objects: 11% (313/2844) 2025-06-05T23:56:05.9645097Z Receiving objects: 12% (342/2844) 2025-06-05T23:56:05.9645689Z Receiving objects: 13% (370/2844) 2025-06-05T23:56:05.9646293Z Receiving objects: 14% (399/2844) 2025-06-05T23:56:05.9647046Z Receiving objects: 15% (427/2844) 2025-06-05T23:56:05.9647647Z Receiving objects: 16% (456/2844) 2025-06-05T23:56:05.9648256Z Receiving objects: 17% (484/2844) 2025-06-05T23:56:05.9648848Z Receiving objects: 18% (512/2844) 2025-06-05T23:56:05.9649453Z Receiving objects: 19% (541/2844) 2025-06-05T23:56:05.9650046Z Receiving objects: 20% (569/2844) 2025-06-05T23:56:05.9650618Z Receiving objects: 21% (598/2844) 2025-06-05T23:56:05.9651205Z Receiving objects: 22% (626/2844) 2025-06-05T23:56:05.9651806Z Receiving objects: 23% (655/2844) 2025-06-05T23:56:05.9652401Z Receiving objects: 24% (683/2844) 2025-06-05T23:56:05.9653000Z Receiving objects: 25% (711/2844) 2025-06-05T23:56:05.9653593Z Receiving objects: 26% (740/2844) 2025-06-05T23:56:05.9654190Z Receiving objects: 27% (768/2844) 2025-06-05T23:56:05.9654795Z Receiving objects: 28% (797/2844) 2025-06-05T23:56:05.9655387Z Receiving objects: 29% (825/2844) 2025-06-05T23:56:05.9655993Z Receiving objects: 30% (854/2844) 2025-06-05T23:56:05.9656591Z Receiving objects: 31% (882/2844) 2025-06-05T23:56:05.9657191Z Receiving objects: 32% (911/2844) 2025-06-05T23:56:05.9657788Z Receiving objects: 33% (939/2844) 2025-06-05T23:56:05.9658389Z Receiving objects: 34% (967/2844) 2025-06-05T23:56:05.9658973Z Receiving objects: 35% (996/2844) 2025-06-05T23:56:05.9659568Z Receiving objects: 36% (1024/2844) 2025-06-05T23:56:05.9660177Z Receiving objects: 37% (1053/2844) 2025-06-05T23:56:05.9660774Z Receiving objects: 38% (1081/2844) 2025-06-05T23:56:05.9661381Z Receiving objects: 39% (1110/2844) 2025-06-05T23:56:05.9661962Z Receiving objects: 40% (1138/2844) 2025-06-05T23:56:05.9662571Z Receiving objects: 41% (1167/2844) 2025-06-05T23:56:05.9663174Z Receiving objects: 42% (1195/2844) 2025-06-05T23:56:05.9663780Z Receiving objects: 43% (1223/2844) 2025-06-05T23:56:05.9664371Z Receiving objects: 44% (1252/2844) 2025-06-05T23:56:05.9664972Z Receiving objects: 45% (1280/2844) 2025-06-05T23:56:05.9665579Z Receiving objects: 46% (1309/2844) 2025-06-05T23:56:05.9666178Z Receiving objects: 47% (1337/2844) 2025-06-05T23:56:05.9666784Z Receiving objects: 48% (1366/2844) 2025-06-05T23:56:05.9667362Z Receiving objects: 49% (1394/2844) 2025-06-05T23:56:05.9667948Z Receiving objects: 50% (1422/2844) 2025-06-05T23:56:05.9668545Z Receiving objects: 51% (1451/2844) 2025-06-05T23:56:05.9669144Z Receiving objects: 52% (1479/2844) 2025-06-05T23:56:05.9669708Z Receiving objects: 53% (1508/2844) 2025-06-05T23:56:05.9670314Z Receiving objects: 54% (1536/2844) 2025-06-05T23:56:05.9670903Z Receiving objects: 55% (1565/2844) 2025-06-05T23:56:05.9671510Z Receiving objects: 56% (1593/2844) 2025-06-05T23:56:05.9672122Z Receiving objects: 57% (1622/2844) 2025-06-05T23:56:05.9672661Z Receiving objects: 58% (1650/2844) 2025-06-05T23:56:05.9673002Z Receiving objects: 59% (1678/2844) 2025-06-05T23:56:05.9673311Z Receiving objects: 60% (1707/2844) 2025-06-05T23:56:05.9673631Z Receiving objects: 61% (1735/2844) 2025-06-05T23:56:05.9673939Z Receiving objects: 62% (1764/2844) 2025-06-05T23:56:05.9674287Z Receiving objects: 63% (1792/2844) 2025-06-05T23:56:05.9674598Z Receiving objects: 64% (1821/2844) 2025-06-05T23:56:05.9674925Z Receiving objects: 65% (1849/2844) 2025-06-05T23:56:05.9675238Z Receiving objects: 66% (1878/2844) 2025-06-05T23:56:05.9675564Z Receiving objects: 67% (1906/2844) 2025-06-05T23:56:05.9675891Z Receiving objects: 68% (1934/2844) 2025-06-05T23:56:05.9676203Z Receiving objects: 69% (1963/2844) 2025-06-05T23:56:05.9676532Z Receiving objects: 70% (1991/2844) 2025-06-05T23:56:05.9676845Z Receiving objects: 71% (2020/2844) 2025-06-05T23:56:05.9677173Z Receiving objects: 72% (2048/2844) 2025-06-05T23:56:05.9677594Z Receiving objects: 73% (2077/2844) 2025-06-05T23:56:05.9677926Z Receiving objects: 74% (2105/2844) 2025-06-05T23:56:05.9678239Z Receiving objects: 75% (2133/2844) 2025-06-05T23:56:05.9678569Z Receiving objects: 76% (2162/2844) 2025-06-05T23:56:05.9678896Z Receiving objects: 77% (2190/2844) 2025-06-05T23:56:05.9679206Z Receiving objects: 78% (2219/2844) 2025-06-05T23:56:05.9679600Z Receiving objects: 79% (2247/2844) 2025-06-05T23:56:05.9679910Z Receiving objects: 80% (2276/2844) 2025-06-05T23:56:05.9680235Z Receiving objects: 81% (2304/2844) 2025-06-05T23:56:05.9680547Z Receiving objects: 82% (2333/2844) 2025-06-05T23:56:05.9680873Z Receiving objects: 83% (2361/2844) 2025-06-05T23:56:05.9681183Z Receiving objects: 84% (2389/2844) 2025-06-05T23:56:05.9681511Z Receiving objects: 85% (2418/2844) 2025-06-05T23:56:05.9681900Z Receiving objects: 86% (2446/2844) 2025-06-05T23:56:05.9682228Z Receiving objects: 87% (2475/2844) 2025-06-05T23:56:05.9682550Z Receiving objects: 88% (2503/2844) 2025-06-05T23:56:05.9683041Z remote: Total 2844 (delta 196), reused 2772 (delta 196) 2025-06-05T23:56:05.9683539Z Receiving objects: 89% (2532/2844) 2025-06-05T23:56:05.9683866Z Receiving objects: 90% (2560/2844) 2025-06-05T23:56:05.9684240Z Receiving objects: 91% (2589/2844) 2025-06-05T23:56:05.9684546Z Receiving objects: 92% (2617/2844) 2025-06-05T23:56:05.9684879Z Receiving objects: 93% (2645/2844) 2025-06-05T23:56:05.9685186Z Receiving objects: 94% (2674/2844) 2025-06-05T23:56:05.9685507Z Receiving objects: 95% (2702/2844) 2025-06-05T23:56:05.9685829Z Receiving objects: 96% (2731/2844) 2025-06-05T23:56:05.9686142Z Receiving objects: 97% (2759/2844) 2025-06-05T23:56:05.9686466Z Receiving objects: 98% (2788/2844) 2025-06-05T23:56:05.9686778Z Receiving objects: 99% (2816/2844) 2025-06-05T23:56:05.9687103Z Receiving objects: 100% (2844/2844) 2025-06-05T23:56:05.9687516Z Receiving objects: 100% (2844/2844), 891.22 KiB | 18.57 MiB/s, done. 2025-06-05T23:56:05.9687970Z Resolving deltas: 0% (0/1845) 2025-06-05T23:56:05.9688277Z Resolving deltas: 1% (19/1845) 2025-06-05T23:56:05.9688592Z Resolving deltas: 2% (37/1845) 2025-06-05T23:56:05.9688893Z Resolving deltas: 3% (56/1845) 2025-06-05T23:56:05.9689201Z Resolving deltas: 4% (74/1845) 2025-06-05T23:56:05.9689510Z Resolving deltas: 5% (93/1845) 2025-06-05T23:56:05.9689811Z Resolving deltas: 6% (111/1845) 2025-06-05T23:56:05.9690135Z Resolving deltas: 7% (130/1845) 2025-06-05T23:56:05.9690440Z Resolving deltas: 8% (148/1845) 2025-06-05T23:56:05.9690755Z Resolving deltas: 9% (167/1845) 2025-06-05T23:56:05.9691057Z Resolving deltas: 10% (185/1845) 2025-06-05T23:56:05.9691372Z Resolving deltas: 11% (203/1845) 2025-06-05T23:56:05.9691676Z Resolving deltas: 12% (222/1845) 2025-06-05T23:56:05.9691992Z Resolving deltas: 13% (240/1845) 2025-06-05T23:56:05.9692294Z Resolving deltas: 14% (259/1845) 2025-06-05T23:56:05.9692611Z Resolving deltas: 15% (277/1845) 2025-06-05T23:56:05.9692927Z Resolving deltas: 16% (296/1845) 2025-06-05T23:56:05.9693234Z Resolving deltas: 17% (314/1845) 2025-06-05T23:56:05.9693550Z Resolving deltas: 18% (333/1845) 2025-06-05T23:56:05.9693852Z Resolving deltas: 19% (352/1845) 2025-06-05T23:56:05.9694164Z Resolving deltas: 20% (369/1845) 2025-06-05T23:56:05.9694467Z Resolving deltas: 21% (388/1845) 2025-06-05T23:56:05.9694781Z Resolving deltas: 22% (406/1845) 2025-06-05T23:56:05.9695088Z Resolving deltas: 23% (425/1845) 2025-06-05T23:56:05.9695399Z Resolving deltas: 24% (443/1845) 2025-06-05T23:56:05.9695701Z Resolving deltas: 25% (462/1845) 2025-06-05T23:56:05.9696015Z Resolving deltas: 26% (480/1845) 2025-06-05T23:56:05.9696327Z Resolving deltas: 27% (499/1845) 2025-06-05T23:56:05.9696628Z Resolving deltas: 28% (517/1845) 2025-06-05T23:56:05.9696942Z Resolving deltas: 29% (536/1845) 2025-06-05T23:56:05.9697248Z Resolving deltas: 30% (554/1845) 2025-06-05T23:56:05.9697563Z Resolving deltas: 31% (572/1845) 2025-06-05T23:56:05.9697865Z Resolving deltas: 32% (591/1845) 2025-06-05T23:56:05.9698180Z Resolving deltas: 33% (609/1845) 2025-06-05T23:56:05.9698578Z Resolving deltas: 34% (628/1845) 2025-06-05T23:56:05.9698898Z Resolving deltas: 35% (646/1845) 2025-06-05T23:56:05.9699214Z Resolving deltas: 36% (665/1845) 2025-06-05T23:56:05.9699513Z Resolving deltas: 37% (683/1845) 2025-06-05T23:56:05.9699830Z Resolving deltas: 38% (702/1845) 2025-06-05T23:56:05.9700195Z Resolving deltas: 39% (720/1845) 2025-06-05T23:56:05.9700507Z Resolving deltas: 40% (738/1845) 2025-06-05T23:56:05.9700811Z Resolving deltas: 41% (757/1845) 2025-06-05T23:56:05.9701128Z Resolving deltas: 42% (775/1845) 2025-06-05T23:56:05.9701428Z Resolving deltas: 43% (794/1845) 2025-06-05T23:56:05.9701745Z Resolving deltas: 44% (812/1845) 2025-06-05T23:56:05.9702048Z Resolving deltas: 45% (831/1845) 2025-06-05T23:56:05.9702365Z Resolving deltas: 46% (849/1845) 2025-06-05T23:56:05.9702678Z Resolving deltas: 47% (868/1845) 2025-06-05T23:56:05.9702980Z Resolving deltas: 48% (886/1845) 2025-06-05T23:56:05.9703295Z Resolving deltas: 49% (905/1845) 2025-06-05T23:56:05.9703602Z Resolving deltas: 50% (923/1845) 2025-06-05T23:56:05.9703920Z Resolving deltas: 51% (941/1845) 2025-06-05T23:56:05.9704220Z Resolving deltas: 52% (960/1845) 2025-06-05T23:56:05.9704531Z Resolving deltas: 53% (978/1845) 2025-06-05T23:56:05.9715065Z Resolving deltas: 54% (997/1845) 2025-06-05T23:56:05.9715455Z Resolving deltas: 55% (1015/1845) 2025-06-05T23:56:05.9715780Z Resolving deltas: 56% (1034/1845) 2025-06-05T23:56:05.9716108Z Resolving deltas: 57% (1052/1845) 2025-06-05T23:56:05.9716422Z Resolving deltas: 58% (1071/1845) 2025-06-05T23:56:05.9716747Z Resolving deltas: 59% (1089/1845) 2025-06-05T23:56:05.9717057Z Resolving deltas: 60% (1107/1845) 2025-06-05T23:56:05.9717380Z Resolving deltas: 61% (1126/1845) 2025-06-05T23:56:05.9717699Z Resolving deltas: 62% (1144/1845) 2025-06-05T23:56:05.9718009Z Resolving deltas: 63% (1163/1845) 2025-06-05T23:56:05.9718330Z Resolving deltas: 64% (1181/1845) 2025-06-05T23:56:05.9718636Z Resolving deltas: 65% (1200/1845) 2025-06-05T23:56:05.9718964Z Resolving deltas: 66% (1218/1845) 2025-06-05T23:56:05.9719272Z Resolving deltas: 67% (1237/1845) 2025-06-05T23:56:05.9719594Z Resolving deltas: 68% (1255/1845) 2025-06-05T23:56:05.9719902Z Resolving deltas: 69% (1274/1845) 2025-06-05T23:56:05.9720222Z Resolving deltas: 70% (1292/1845) 2025-06-05T23:56:05.9720538Z Resolving deltas: 71% (1310/1845) 2025-06-05T23:56:05.9720860Z Resolving deltas: 72% (1329/1845) 2025-06-05T23:56:05.9721182Z Resolving deltas: 73% (1347/1845) 2025-06-05T23:56:05.9721492Z Resolving deltas: 74% (1366/1845) 2025-06-05T23:56:05.9721901Z Resolving deltas: 75% (1384/1845) 2025-06-05T23:56:06.1758565Z Resolving deltas: 76% (1403/1845) 2025-06-05T23:56:06.1759043Z Resolving deltas: 77% (1421/1845) 2025-06-05T23:56:06.1759605Z Resolving deltas: 78% (1440/1845) 2025-06-05T23:56:06.1760012Z Resolving deltas: 79% (1458/1845) 2025-06-05T23:56:06.1760388Z Resolving deltas: 80% (1476/1845) 2025-06-05T23:56:06.1760715Z Resolving deltas: 81% (1496/1845) 2025-06-05T23:56:06.1761189Z Resolving deltas: 82% (1513/1845) 2025-06-05T23:56:06.1761831Z Resolving deltas: 83% (1532/1845) 2025-06-05T23:56:06.1762425Z Resolving deltas: 84% (1550/1845) 2025-06-05T23:56:06.1763030Z Resolving deltas: 85% (1569/1845) 2025-06-05T23:56:06.1763604Z Resolving deltas: 86% (1587/1845) 2025-06-05T23:56:06.1763949Z Resolving deltas: 87% (1606/1845) 2025-06-05T23:56:06.1764256Z Resolving deltas: 88% (1624/1845) 2025-06-05T23:56:06.1764576Z Resolving deltas: 89% (1643/1845) 2025-06-05T23:56:06.1764901Z Resolving deltas: 90% (1661/1845) 2025-06-05T23:56:06.1765206Z Resolving deltas: 91% (1679/1845) 2025-06-05T23:56:06.1765522Z Resolving deltas: 92% (1698/1845) 2025-06-05T23:56:06.1765825Z Resolving deltas: 93% (1716/1845) 2025-06-05T23:56:06.1766143Z Resolving deltas: 94% (1735/1845) 2025-06-05T23:56:06.1766448Z Resolving deltas: 95% (1753/1845) 2025-06-05T23:56:06.1766765Z Resolving deltas: 96% (1772/1845) 2025-06-05T23:56:06.1767071Z Resolving deltas: 97% (1790/1845) 2025-06-05T23:56:06.1767948Z Resolving deltas: 98% (1809/1845) 2025-06-05T23:56:06.1768265Z Resolving deltas: 99% (1827/1845) 2025-06-05T23:56:06.1768588Z Resolving deltas: 100% (1845/1845) 2025-06-05T23:56:06.1768919Z Resolving deltas: 100% (1845/1845), done. 2025-06-05T23:56:06.1769622Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/specification'... 2025-06-05T23:56:06.1770484Z remote: Counting objects: 1 2025-06-05T23:56:06.1770852Z remote: Counting objects: 272, done 2025-06-05T23:56:06.1771236Z remote: Finding sources: 1% (15/2881) 2025-06-05T23:56:06.1771652Z remote: Finding sources: 2% (44/2881) 2025-06-05T23:56:06.1772062Z remote: Finding sources: 3% (73/2881) 2025-06-05T23:56:06.1772458Z remote: Finding sources: 4% (101/2881) 2025-06-05T23:56:06.1772871Z remote: Finding sources: 5% (130/2881) 2025-06-05T23:56:06.1773268Z remote: Finding sources: 6% (159/2881) 2025-06-05T23:56:06.1773685Z remote: Finding sources: 7% (188/2881) 2025-06-05T23:56:06.1774079Z remote: Finding sources: 8% (217/2881) 2025-06-05T23:56:06.1774482Z remote: Finding sources: 9% (245/2881) 2025-06-05T23:56:06.1774993Z remote: Finding sources: 10% (274/2881) 2025-06-05T23:56:06.1775409Z remote: Finding sources: 11% (303/2881) 2025-06-05T23:56:06.1775816Z remote: Finding sources: 12% (332/2881) 2025-06-05T23:56:06.1776210Z remote: Finding sources: 13% (361/2881) 2025-06-05T23:56:06.1776621Z remote: Finding sources: 14% (389/2881) 2025-06-05T23:56:06.1777017Z remote: Finding sources: 15% (418/2881) 2025-06-05T23:56:06.1777423Z remote: Finding sources: 16% (447/2881) 2025-06-05T23:56:06.1777814Z remote: Finding sources: 17% (476/2881) 2025-06-05T23:56:06.1778219Z remote: Finding sources: 18% (505/2881) 2025-06-05T23:56:06.1778667Z remote: Finding sources: 19% (533/2881) 2025-06-05T23:56:06.1779088Z remote: Finding sources: 20% (562/2881) 2025-06-05T23:56:06.1779620Z remote: Finding sources: 21% (591/2881) 2025-06-05T23:56:06.1780047Z remote: Finding sources: 22% (620/2881) 2025-06-05T23:56:06.1780458Z remote: Finding sources: 23% (649/2881) 2025-06-05T23:56:06.1780861Z remote: Finding sources: 24% (678/2881) 2025-06-05T23:56:06.1781270Z remote: Finding sources: 25% (706/2881) 2025-06-05T23:56:06.1781693Z remote: Finding sources: 26% (735/2881) 2025-06-05T23:56:06.1782100Z remote: Finding sources: 27% (764/2881) 2025-06-05T23:56:06.1782506Z remote: Finding sources: 28% (793/2881) 2025-06-05T23:56:06.1782900Z remote: Finding sources: 29% (822/2881) 2025-06-05T23:56:06.1783307Z remote: Finding sources: 30% (850/2881) 2025-06-05T23:56:06.1783710Z remote: Finding sources: 31% (879/2881) 2025-06-05T23:56:06.1784147Z remote: Finding sources: 32% (908/2881) 2025-06-05T23:56:06.1784539Z remote: Finding sources: 33% (937/2881) 2025-06-05T23:56:06.1784948Z remote: Finding sources: 34% (966/2881) 2025-06-05T23:56:06.1785342Z remote: Finding sources: 35% (994/2881) 2025-06-05T23:56:06.1785760Z remote: Finding sources: 36% (1023/2881) 2025-06-05T23:56:06.1786193Z remote: Finding sources: 37% (1052/2881) 2025-06-05T23:56:06.1786602Z remote: Finding sources: 38% (1081/2881) 2025-06-05T23:56:06.1787035Z remote: Finding sources: 39% (1110/2881) 2025-06-05T23:56:06.1787581Z remote: Finding sources: 40% (1138/2881) 2025-06-05T23:56:06.1787997Z remote: Finding sources: 41% (1167/2881) 2025-06-05T23:56:06.1788401Z remote: Finding sources: 42% (1196/2881) 2025-06-05T23:56:06.1789037Z remote: Finding sources: 43% (1225/2881) 2025-06-05T23:56:06.1789832Z remote: Finding sources: 44% (1254/2881) 2025-06-05T23:56:06.1790789Z remote: Finding sources: 45% (1283/2881) 2025-06-05T23:56:06.1791292Z remote: Finding sources: 46% (1311/2881) 2025-06-05T23:56:06.1791698Z remote: Finding sources: 47% (1340/2881) 2025-06-05T23:56:06.1792249Z remote: Finding sources: 48% (1369/2881) 2025-06-05T23:56:06.1792879Z remote: Finding sources: 49% (1398/2881) 2025-06-05T23:56:06.1793298Z remote: Finding sources: 50% (1427/2881) 2025-06-05T23:56:06.1793702Z remote: Finding sources: 51% (1455/2881) 2025-06-05T23:56:06.1794171Z remote: Finding sources: 52% (1484/2881) 2025-06-05T23:56:06.1794681Z remote: Finding sources: 53% (1513/2881) 2025-06-05T23:56:06.1795155Z remote: Finding sources: 54% (1542/2881) 2025-06-05T23:56:06.1795577Z remote: Finding sources: 55% (1571/2881) 2025-06-05T23:56:06.1796058Z remote: Finding sources: 56% (1599/2881) 2025-06-05T23:56:06.1796609Z remote: Finding sources: 57% (1628/2881) 2025-06-05T23:56:06.1797104Z remote: Finding sources: 58% (1657/2881) 2025-06-05T23:56:06.1797578Z remote: Finding sources: 59% (1686/2881) 2025-06-05T23:56:06.1798084Z remote: Finding sources: 60% (1715/2881) 2025-06-05T23:56:06.1798546Z remote: Finding sources: 61% (1744/2881) 2025-06-05T23:56:06.1798980Z remote: Finding sources: 62% (1772/2881) 2025-06-05T23:56:06.1799464Z remote: Finding sources: 63% (1801/2881) 2025-06-05T23:56:06.1799982Z remote: Finding sources: 64% (1830/2881) 2025-06-05T23:56:06.1800541Z remote: Finding sources: 65% (1859/2881) 2025-06-05T23:56:06.1800963Z remote: Finding sources: 66% (1888/2881) 2025-06-05T23:56:06.1801406Z remote: Finding sources: 67% (1916/2881) 2025-06-05T23:56:06.1801893Z remote: Finding sources: 68% (1945/2881) 2025-06-05T23:56:06.1802307Z remote: Finding sources: 69% (1974/2881) 2025-06-05T23:56:06.1802740Z remote: Finding sources: 70% (2003/2881) 2025-06-05T23:56:06.1803267Z remote: Finding sources: 71% (2032/2881) 2025-06-05T23:56:06.1803878Z remote: Finding sources: 72% (2060/2881) 2025-06-05T23:56:06.1804480Z remote: Finding sources: 73% (2089/2881) 2025-06-05T23:56:06.1804962Z remote: Finding sources: 74% (2118/2881) 2025-06-05T23:56:06.1805972Z remote: Finding sources: 75% (2147/2881) 2025-06-05T23:56:06.1806621Z remote: Finding sources: 76% (2176/2881) 2025-06-05T23:56:06.1807273Z remote: Finding sources: 77% (2204/2881) 2025-06-05T23:56:06.1807768Z remote: Finding sources: 78% (2233/2881) 2025-06-05T23:56:06.1808214Z remote: Finding sources: 79% (2262/2881) 2025-06-05T23:56:06.1808640Z remote: Finding sources: 80% (2291/2881) 2025-06-05T23:56:06.1809178Z remote: Finding sources: 81% (2320/2881) 2025-06-05T23:56:06.1809725Z remote: Finding sources: 82% (2349/2881) 2025-06-05T23:56:06.1810321Z remote: Finding sources: 83% (2377/2881) 2025-06-05T23:56:06.1810808Z remote: Finding sources: 84% (2406/2881) 2025-06-05T23:56:06.1811278Z remote: Finding sources: 85% (2435/2881) 2025-06-05T23:56:06.1811701Z remote: Finding sources: 86% (2464/2881) 2025-06-05T23:56:06.1812132Z remote: Finding sources: 87% (2493/2881) 2025-06-05T23:56:06.1812537Z remote: Finding sources: 88% (2521/2881) 2025-06-05T23:56:06.1812993Z remote: Finding sources: 89% (2550/2881) 2025-06-05T23:56:06.1813397Z remote: Finding sources: 90% (2579/2881) 2025-06-05T23:56:06.1813827Z remote: Finding sources: 91% (2608/2881) 2025-06-05T23:56:06.1814267Z remote: Finding sources: 92% (2637/2881) 2025-06-05T23:56:06.1814688Z remote: Finding sources: 93% (2665/2881) 2025-06-05T23:56:06.1815094Z remote: Finding sources: 94% (2694/2881) 2025-06-05T23:56:06.1815736Z remote: Finding sources: 95% (2723/2881) 2025-06-05T23:56:06.1816167Z remote: Finding sources: 96% (2752/2881) 2025-06-05T23:56:06.1816807Z remote: Finding sources: 97% (2781/2881) 2025-06-05T23:56:06.1817225Z remote: Finding sources: 98% (2809/2881) 2025-06-05T23:56:06.1817736Z remote: Finding sources: 99% (2838/2881) 2025-06-05T23:56:06.1818156Z remote: Finding sources: 100% (2867/2881) 2025-06-05T23:56:06.1818556Z remote: Finding sources: 100% (2881/2881) 2025-06-05T23:56:06.1818991Z Receiving objects: 0% (1/2881) 2025-06-05T23:56:06.1819308Z Receiving objects: 1% (29/2881) 2025-06-05T23:56:06.1819681Z Receiving objects: 2% (58/2881) 2025-06-05T23:56:06.1820144Z Receiving objects: 3% (87/2881) 2025-06-05T23:56:06.1820484Z Receiving objects: 4% (116/2881) 2025-06-05T23:56:06.1820823Z Receiving objects: 5% (145/2881) 2025-06-05T23:56:06.1821356Z Receiving objects: 6% (173/2881) 2025-06-05T23:56:06.1821759Z Receiving objects: 7% (202/2881) 2025-06-05T23:56:06.1822066Z Receiving objects: 8% (231/2881) 2025-06-05T23:56:06.1822424Z Receiving objects: 9% (260/2881) 2025-06-05T23:56:06.1822730Z Receiving objects: 10% (289/2881) 2025-06-05T23:56:06.1823049Z Receiving objects: 11% (317/2881) 2025-06-05T23:56:06.1823362Z Receiving objects: 12% (346/2881) 2025-06-05T23:56:06.1823768Z Receiving objects: 13% (375/2881) 2025-06-05T23:56:06.1824089Z Receiving objects: 14% (404/2881) 2025-06-05T23:56:06.1824407Z Receiving objects: 15% (433/2881) 2025-06-05T23:56:06.1824894Z Receiving objects: 16% (461/2881) 2025-06-05T23:56:06.1825201Z Receiving objects: 17% (490/2881) 2025-06-05T23:56:06.1825518Z Receiving objects: 18% (519/2881) 2025-06-05T23:56:06.1825919Z Receiving objects: 19% (548/2881) 2025-06-05T23:56:06.1826246Z Receiving objects: 20% (577/2881) 2025-06-05T23:56:06.1826554Z Receiving objects: 21% (606/2881) 2025-06-05T23:56:06.1826870Z Receiving objects: 22% (634/2881) 2025-06-05T23:56:06.1827281Z Receiving objects: 23% (663/2881) 2025-06-05T23:56:06.1827590Z Receiving objects: 24% (692/2881) 2025-06-05T23:56:06.1827913Z Receiving objects: 25% (721/2881) 2025-06-05T23:56:06.1828270Z Receiving objects: 26% (750/2881) 2025-06-05T23:56:06.1828588Z Receiving objects: 27% (778/2881) 2025-06-05T23:56:06.1828967Z Receiving objects: 28% (807/2881) 2025-06-05T23:56:06.1829281Z Receiving objects: 29% (836/2881) 2025-06-05T23:56:06.1829585Z Receiving objects: 30% (865/2881) 2025-06-05T23:56:06.1829909Z Receiving objects: 31% (894/2881) 2025-06-05T23:56:06.1830263Z Receiving objects: 32% (922/2881) 2025-06-05T23:56:06.1830627Z Receiving objects: 33% (951/2881) 2025-06-05T23:56:06.1831013Z Receiving objects: 34% (980/2881) 2025-06-05T23:56:06.1831364Z Receiving objects: 35% (1009/2881) 2025-06-05T23:56:06.1831786Z Receiving objects: 36% (1038/2881) 2025-06-05T23:56:06.1832137Z Receiving objects: 37% (1066/2881) 2025-06-05T23:56:06.1832459Z Receiving objects: 38% (1095/2881) 2025-06-05T23:56:06.1832775Z Receiving objects: 39% (1124/2881) 2025-06-05T23:56:06.1833096Z Receiving objects: 40% (1153/2881) 2025-06-05T23:56:06.1833414Z Receiving objects: 41% (1182/2881) 2025-06-05T23:56:06.1833754Z Receiving objects: 42% (1211/2881) 2025-06-05T23:56:06.1834063Z Receiving objects: 43% (1239/2881) 2025-06-05T23:56:06.1834391Z Receiving objects: 44% (1268/2881) 2025-06-05T23:56:06.1834713Z Receiving objects: 45% (1297/2881) 2025-06-05T23:56:06.1835058Z Receiving objects: 46% (1326/2881) 2025-06-05T23:56:06.1835380Z Receiving objects: 47% (1355/2881) 2025-06-05T23:56:06.1835733Z Receiving objects: 48% (1383/2881) 2025-06-05T23:56:06.1836164Z Receiving objects: 49% (1412/2881) 2025-06-05T23:56:07.0634091Z Receiving objects: 50% (1441/2881) 2025-06-05T23:56:07.0634810Z Receiving objects: 51% (1470/2881) 2025-06-05T23:56:07.0635421Z Receiving objects: 52% (1499/2881) 2025-06-05T23:56:07.0635992Z Receiving objects: 53% (1527/2881) 2025-06-05T23:56:07.0636941Z Receiving objects: 54% (1556/2881) 2025-06-05T23:56:07.0637278Z Receiving objects: 55% (1585/2881) 2025-06-05T23:56:07.0637605Z Receiving objects: 56% (1614/2881) 2025-06-05T23:56:07.0637930Z Receiving objects: 57% (1643/2881) 2025-06-05T23:56:07.0638294Z Receiving objects: 58% (1671/2881) 2025-06-05T23:56:07.0638668Z Receiving objects: 59% (1700/2881) 2025-06-05T23:56:07.0639100Z Receiving objects: 60% (1729/2881) 2025-06-05T23:56:07.0639497Z Receiving objects: 61% (1758/2881) 2025-06-05T23:56:07.0639805Z Receiving objects: 62% (1787/2881) 2025-06-05T23:56:07.0640181Z Receiving objects: 63% (1816/2881) 2025-06-05T23:56:07.0640490Z Receiving objects: 64% (1844/2881) 2025-06-05T23:56:07.0640891Z Receiving objects: 65% (1873/2881) 2025-06-05T23:56:07.0641213Z Receiving objects: 66% (1902/2881) 2025-06-05T23:56:07.0641522Z Receiving objects: 67% (1931/2881) 2025-06-05T23:56:07.0641944Z Receiving objects: 68% (1960/2881) 2025-06-05T23:56:07.0642315Z Receiving objects: 69% (1988/2881) 2025-06-05T23:56:07.0642647Z Receiving objects: 70% (2017/2881) 2025-06-05T23:56:07.0642984Z Receiving objects: 71% (2046/2881) 2025-06-05T23:56:07.0643351Z Receiving objects: 72% (2075/2881) 2025-06-05T23:56:07.0643660Z Receiving objects: 73% (2104/2881) 2025-06-05T23:56:07.0643980Z Receiving objects: 74% (2132/2881) 2025-06-05T23:56:07.0644442Z Receiving objects: 75% (2161/2881) 2025-06-05T23:56:07.0644790Z Receiving objects: 76% (2190/2881) 2025-06-05T23:56:07.0645113Z Receiving objects: 77% (2219/2881) 2025-06-05T23:56:07.0645451Z Receiving objects: 78% (2248/2881) 2025-06-05T23:56:07.0645864Z Receiving objects: 79% (2276/2881) 2025-06-05T23:56:07.0646176Z Receiving objects: 80% (2305/2881) 2025-06-05T23:56:07.0646498Z Receiving objects: 81% (2334/2881) 2025-06-05T23:56:07.0646883Z Receiving objects: 82% (2363/2881) 2025-06-05T23:56:07.0647239Z Receiving objects: 83% (2392/2881) 2025-06-05T23:56:07.0647552Z Receiving objects: 84% (2421/2881) 2025-06-05T23:56:07.0647880Z Receiving objects: 85% (2449/2881) 2025-06-05T23:56:07.0648251Z Receiving objects: 86% (2478/2881) 2025-06-05T23:56:07.0648613Z Receiving objects: 87% (2507/2881) 2025-06-05T23:56:07.0648952Z Receiving objects: 88% (2536/2881) 2025-06-05T23:56:07.0649269Z Receiving objects: 89% (2565/2881) 2025-06-05T23:56:07.0649652Z Receiving objects: 90% (2593/2881) 2025-06-05T23:56:07.0650020Z Receiving objects: 91% (2622/2881) 2025-06-05T23:56:07.0650345Z Receiving objects: 92% (2651/2881) 2025-06-05T23:56:07.0650796Z remote: Total 2881 (delta 2045), reused 2671 (delta 2045) 2025-06-05T23:56:07.0651289Z Receiving objects: 93% (2680/2881) 2025-06-05T23:56:07.0651609Z Receiving objects: 94% (2709/2881) 2025-06-05T23:56:07.0651953Z Receiving objects: 95% (2737/2881) 2025-06-05T23:56:07.0652359Z Receiving objects: 96% (2766/2881) 2025-06-05T23:56:07.0652675Z Receiving objects: 97% (2795/2881) 2025-06-05T23:56:07.0653048Z Receiving objects: 98% (2824/2881) 2025-06-05T23:56:07.0653367Z Receiving objects: 99% (2853/2881) 2025-06-05T23:56:07.0653813Z Receiving objects: 100% (2881/2881) 2025-06-05T23:56:07.0654453Z Receiving objects: 100% (2881/2881), 735.63 KiB | 17.94 MiB/s, done. 2025-06-05T23:56:07.0654959Z Resolving deltas: 0% (0/2045) 2025-06-05T23:56:07.0655260Z Resolving deltas: 1% (21/2045) 2025-06-05T23:56:07.0655633Z Resolving deltas: 2% (41/2045) 2025-06-05T23:56:07.0655941Z Resolving deltas: 3% (62/2045) 2025-06-05T23:56:07.0656310Z Resolving deltas: 4% (82/2045) 2025-06-05T23:56:07.0656625Z Resolving deltas: 5% (103/2045) 2025-06-05T23:56:07.0657012Z Resolving deltas: 6% (123/2045) 2025-06-05T23:56:07.0657527Z Resolving deltas: 7% (144/2045) 2025-06-05T23:56:07.0657837Z Resolving deltas: 8% (164/2045) 2025-06-05T23:56:07.0658203Z Resolving deltas: 9% (185/2045) 2025-06-05T23:56:07.0658506Z Resolving deltas: 10% (205/2045) 2025-06-05T23:56:07.0658869Z Resolving deltas: 11% (225/2045) 2025-06-05T23:56:07.0659175Z Resolving deltas: 12% (246/2045) 2025-06-05T23:56:07.0659494Z Resolving deltas: 13% (266/2045) 2025-06-05T23:56:07.0660008Z Resolving deltas: 14% (287/2045) 2025-06-05T23:56:07.0660339Z Resolving deltas: 15% (307/2045) 2025-06-05T23:56:07.0660662Z Resolving deltas: 16% (328/2045) 2025-06-05T23:56:07.0661021Z Resolving deltas: 17% (348/2045) 2025-06-05T23:56:07.0661334Z Resolving deltas: 18% (369/2045) 2025-06-05T23:56:07.0661685Z Resolving deltas: 19% (389/2045) 2025-06-05T23:56:07.0662075Z Resolving deltas: 20% (409/2045) 2025-06-05T23:56:07.0662441Z Resolving deltas: 21% (430/2045) 2025-06-05T23:56:07.0662801Z Resolving deltas: 22% (450/2045) 2025-06-05T23:56:07.0663104Z Resolving deltas: 23% (471/2045) 2025-06-05T23:56:07.0663444Z Resolving deltas: 24% (491/2045) 2025-06-05T23:56:07.0663788Z Resolving deltas: 25% (512/2045) 2025-06-05T23:56:07.0664138Z Resolving deltas: 26% (532/2045) 2025-06-05T23:56:07.0664452Z Resolving deltas: 27% (553/2045) 2025-06-05T23:56:07.0664808Z Resolving deltas: 28% (573/2045) 2025-06-05T23:56:07.0665151Z Resolving deltas: 29% (594/2045) 2025-06-05T23:56:07.0665477Z Resolving deltas: 30% (614/2045) 2025-06-05T23:56:07.0665792Z Resolving deltas: 31% (634/2045) 2025-06-05T23:56:07.0666154Z Resolving deltas: 32% (655/2045) 2025-06-05T23:56:07.0666493Z Resolving deltas: 33% (675/2045) 2025-06-05T23:56:07.0666815Z Resolving deltas: 34% (696/2045) 2025-06-05T23:56:07.0667128Z Resolving deltas: 35% (716/2045) 2025-06-05T23:56:07.0667506Z Resolving deltas: 36% (737/2045) 2025-06-05T23:56:07.0667855Z Resolving deltas: 37% (757/2045) 2025-06-05T23:56:07.0668168Z Resolving deltas: 38% (778/2045) 2025-06-05T23:56:07.0668522Z Resolving deltas: 39% (798/2045) 2025-06-05T23:56:07.0668835Z Resolving deltas: 40% (818/2045) 2025-06-05T23:56:07.0669180Z Resolving deltas: 41% (839/2045) 2025-06-05T23:56:07.0669494Z Resolving deltas: 42% (859/2045) 2025-06-05T23:56:07.0669847Z Resolving deltas: 43% (880/2045) 2025-06-05T23:56:07.0670168Z Resolving deltas: 44% (900/2045) 2025-06-05T23:56:07.0670518Z Resolving deltas: 45% (921/2045) 2025-06-05T23:56:07.0670834Z Resolving deltas: 46% (941/2045) 2025-06-05T23:56:07.0671190Z Resolving deltas: 47% (962/2045) 2025-06-05T23:56:07.0671519Z Resolving deltas: 48% (982/2045) 2025-06-05T23:56:07.0671876Z Resolving deltas: 49% (1003/2045) 2025-06-05T23:56:07.0672183Z Resolving deltas: 50% (1023/2045) 2025-06-05T23:56:07.0672559Z Resolving deltas: 51% (1043/2045) 2025-06-05T23:56:07.0672872Z Resolving deltas: 52% (1064/2045) 2025-06-05T23:56:07.0673187Z Resolving deltas: 53% (1084/2045) 2025-06-05T23:56:07.0673495Z Resolving deltas: 54% (1105/2045) 2025-06-05T23:56:07.0673812Z Resolving deltas: 55% (1125/2045) 2025-06-05T23:56:07.0674118Z Resolving deltas: 56% (1146/2045) 2025-06-05T23:56:07.0674441Z Resolving deltas: 57% (1166/2045) 2025-06-05T23:56:07.0674761Z Resolving deltas: 58% (1187/2045) 2025-06-05T23:56:07.0675070Z Resolving deltas: 59% (1207/2045) 2025-06-05T23:56:07.0675387Z Resolving deltas: 60% (1227/2045) 2025-06-05T23:56:07.0675691Z Resolving deltas: 61% (1248/2045) 2025-06-05T23:56:07.0676008Z Resolving deltas: 62% (1268/2045) 2025-06-05T23:56:07.0676318Z Resolving deltas: 63% (1289/2045) 2025-06-05T23:56:07.0676680Z Resolving deltas: 64% (1309/2045) 2025-06-05T23:56:07.0676985Z Resolving deltas: 65% (1330/2045) 2025-06-05T23:56:07.0677357Z Resolving deltas: 66% (1350/2045) 2025-06-05T23:56:07.0677675Z Resolving deltas: 67% (1371/2045) 2025-06-05T23:56:07.0677984Z Resolving deltas: 68% (1391/2045) 2025-06-05T23:56:07.0678301Z Resolving deltas: 69% (1412/2045) 2025-06-05T23:56:07.0678606Z Resolving deltas: 70% (1432/2045) 2025-06-05T23:56:07.0678925Z Resolving deltas: 71% (1452/2045) 2025-06-05T23:56:07.0679230Z Resolving deltas: 72% (1473/2045) 2025-06-05T23:56:07.0679546Z Resolving deltas: 73% (1493/2045) 2025-06-05T23:56:07.0679850Z Resolving deltas: 74% (1514/2045) 2025-06-05T23:56:07.0680170Z Resolving deltas: 75% (1534/2045) 2025-06-05T23:56:07.0680475Z Resolving deltas: 76% (1555/2045) 2025-06-05T23:56:07.0680796Z Resolving deltas: 77% (1575/2045) 2025-06-05T23:56:07.0681113Z Resolving deltas: 78% (1596/2045) 2025-06-05T23:56:07.0681509Z Resolving deltas: 79% (1616/2045) 2025-06-05T23:56:07.0681899Z Resolving deltas: 80% (1636/2045) 2025-06-05T23:56:07.0682223Z Resolving deltas: 81% (1657/2045) 2025-06-05T23:56:07.0682527Z Resolving deltas: 82% (1677/2045) 2025-06-05T23:56:07.0682848Z Resolving deltas: 83% (1698/2045) 2025-06-05T23:56:07.0683222Z Resolving deltas: 84% (1718/2045) 2025-06-05T23:56:07.0683540Z Resolving deltas: 85% (1739/2045) 2025-06-05T23:56:07.0683847Z Resolving deltas: 86% (1759/2045) 2025-06-05T23:56:07.0684202Z Resolving deltas: 87% (1780/2045) 2025-06-05T23:56:07.0684538Z Resolving deltas: 88% (1800/2045) 2025-06-05T23:56:07.0684842Z Resolving deltas: 89% (1821/2045) 2025-06-05T23:56:07.0685221Z Resolving deltas: 90% (1841/2045) 2025-06-05T23:56:07.0685526Z Resolving deltas: 91% (1861/2045) 2025-06-05T23:56:07.0685845Z Resolving deltas: 92% (1882/2045) 2025-06-05T23:56:07.0686321Z Resolving deltas: 93% (1902/2045) 2025-06-05T23:56:07.0686725Z Resolving deltas: 94% (1923/2045) 2025-06-05T23:56:07.0687052Z Resolving deltas: 95% (1943/2045) 2025-06-05T23:56:07.0687377Z Resolving deltas: 96% (1964/2045) 2025-06-05T23:56:07.0687701Z Resolving deltas: 97% (1984/2045) 2025-06-05T23:56:07.0688010Z Resolving deltas: 98% (2005/2045) 2025-06-05T23:56:07.0688331Z Resolving deltas: 99% (2025/2045) 2025-06-05T23:56:07.0688651Z Resolving deltas: 100% (2045/2045) 2025-06-05T23:56:07.0688988Z Resolving deltas: 100% (2045/2045), done. 2025-06-05T23:56:07.0689566Z Submodule path 'thirdparty/doctest': checked out '86892fc480f80fb57d9a3926cb506c0e974489d8' 2025-06-05T23:56:07.0690363Z Submodule path 'thirdparty/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-06-05T23:56:07.0691115Z Submodule path 'thirdparty/json': checked out 'e7452d87783fbf6e9d320d515675e26dfd1271c5' 2025-06-05T23:56:07.0691902Z Submodule path 'thirdparty/pybind11': checked out 'a406a62e5b3ca74a76b6db9a1cd7cf3578c50772' 2025-06-05T23:56:07.0692769Z Submodule path 'thirdparty/serialization_lib': checked out '021bbad29b7328fbac3769a7ac27c9bf10225c15' 2025-06-05T23:56:07.0693954Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'thirdparty/serialization_lib/third_party/flatbuffers' 2025-06-05T23:56:07.0695352Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:56:07.0696231Z remote: Enumerating objects: 38908, done. 2025-06-05T23:56:07.0696648Z remote: Counting objects: 0% (1/13968) 2025-06-05T23:56:07.0697054Z remote: Counting objects: 1% (140/13968) 2025-06-05T23:56:07.0697449Z remote: Counting objects: 2% (280/13968) 2025-06-05T23:56:07.0697850Z remote: Counting objects: 3% (420/13968) 2025-06-05T23:56:07.0698240Z remote: Counting objects: 4% (559/13968) 2025-06-05T23:56:07.0698639Z remote: Counting objects: 5% (699/13968) 2025-06-05T23:56:07.0699029Z remote: Counting objects: 6% (839/13968) 2025-06-05T23:56:07.0699435Z remote: Counting objects: 7% (978/13968) 2025-06-05T23:56:07.0699843Z remote: Counting objects: 8% (1118/13968) 2025-06-05T23:56:07.0700241Z remote: Counting objects: 9% (1258/13968) 2025-06-05T23:56:07.0700646Z remote: Counting objects: 10% (1397/13968) 2025-06-05T23:56:07.0701044Z remote: Counting objects: 11% (1537/13968) 2025-06-05T23:56:07.0701445Z remote: Counting objects: 12% (1677/13968) 2025-06-05T23:56:07.0701833Z remote: Counting objects: 13% (1816/13968) 2025-06-05T23:56:07.0702249Z remote: Counting objects: 14% (1956/13968) 2025-06-05T23:56:07.0702660Z remote: Counting objects: 15% (2096/13968) 2025-06-05T23:56:07.0703056Z remote: Counting objects: 16% (2235/13968) 2025-06-05T23:56:07.0703464Z remote: Counting objects: 17% (2375/13968) 2025-06-05T23:56:07.0703860Z remote: Counting objects: 18% (2515/13968) 2025-06-05T23:56:07.0704353Z remote: Counting objects: 19% (2654/13968) 2025-06-05T23:56:07.0704767Z remote: Counting objects: 20% (2794/13968) 2025-06-05T23:56:07.0705361Z remote: Counting objects: 21% (2934/13968) 2025-06-05T23:56:07.0705772Z remote: Counting objects: 22% (3073/13968) 2025-06-05T23:56:07.0706168Z remote: Counting objects: 23% (3213/13968) 2025-06-05T23:56:07.0706702Z remote: Counting objects: 24% (3353/13968) 2025-06-05T23:56:07.0707096Z remote: Counting objects: 25% (3492/13968) 2025-06-05T23:56:07.0707508Z remote: Counting objects: 26% (3632/13968) 2025-06-05T23:56:07.0707967Z remote: Counting objects: 27% (3772/13968) 2025-06-05T23:56:07.0708379Z remote: Counting objects: 28% (3912/13968) 2025-06-05T23:56:07.0708846Z remote: Counting objects: 29% (4051/13968) 2025-06-05T23:56:07.0709238Z remote: Counting objects: 30% (4191/13968) 2025-06-05T23:56:07.0709641Z remote: Counting objects: 31% (4331/13968) 2025-06-05T23:56:07.0710042Z remote: Counting objects: 32% (4470/13968) 2025-06-05T23:56:07.0710448Z remote: Counting objects: 33% (4610/13968) 2025-06-05T23:56:07.0710839Z remote: Counting objects: 34% (4750/13968) 2025-06-05T23:56:07.0711247Z remote: Counting objects: 35% (4889/13968) 2025-06-05T23:56:07.3981157Z remote: Counting objects: 36% (5029/13968) 2025-06-05T23:56:07.3981946Z remote: Counting objects: 37% (5169/13968) 2025-06-05T23:56:07.3982595Z remote: Counting objects: 38% (5308/13968) 2025-06-05T23:56:07.3982996Z remote: Counting objects: 39% (5448/13968) 2025-06-05T23:56:07.3983408Z remote: Counting objects: 40% (5588/13968) 2025-06-05T23:56:07.3983802Z remote: Counting objects: 41% (5727/13968) 2025-06-05T23:56:07.3984206Z remote: Counting objects: 42% (5867/13968) 2025-06-05T23:56:07.3984598Z remote: Counting objects: 43% (6007/13968) 2025-06-05T23:56:07.3985028Z remote: Counting objects: 44% (6146/13968) 2025-06-05T23:56:07.3985475Z remote: Counting objects: 45% (6286/13968) 2025-06-05T23:56:07.3985875Z remote: Counting objects: 46% (6426/13968) 2025-06-05T23:56:07.3986266Z remote: Counting objects: 47% (6565/13968) 2025-06-05T23:56:07.3986669Z remote: Counting objects: 48% (6705/13968) 2025-06-05T23:56:07.3987071Z remote: Counting objects: 49% (6845/13968) 2025-06-05T23:56:07.3987478Z remote: Counting objects: 50% (6984/13968) 2025-06-05T23:56:07.3987868Z remote: Counting objects: 51% (7124/13968) 2025-06-05T23:56:07.3988271Z remote: Counting objects: 52% (7264/13968) 2025-06-05T23:56:07.3988674Z remote: Counting objects: 53% (7404/13968) 2025-06-05T23:56:07.3989065Z remote: Counting objects: 54% (7543/13968) 2025-06-05T23:56:07.3989471Z remote: Counting objects: 55% (7683/13968) 2025-06-05T23:56:07.3989999Z remote: Counting objects: 56% (7823/13968) 2025-06-05T23:56:07.3990416Z remote: Counting objects: 57% (7962/13968) 2025-06-05T23:56:07.3990806Z remote: Counting objects: 58% (8102/13968) 2025-06-05T23:56:07.3991207Z remote: Counting objects: 59% (8242/13968) 2025-06-05T23:56:07.3991613Z remote: Counting objects: 60% (8381/13968) 2025-06-05T23:56:07.3992004Z remote: Counting objects: 61% (8521/13968) 2025-06-05T23:56:07.3992411Z remote: Counting objects: 62% (8661/13968) 2025-06-05T23:56:07.3992806Z remote: Counting objects: 63% (8800/13968) 2025-06-05T23:56:07.3993212Z remote: Counting objects: 64% (8940/13968) 2025-06-05T23:56:07.3993604Z remote: Counting objects: 65% (9080/13968) 2025-06-05T23:56:07.3994010Z remote: Counting objects: 66% (9219/13968) 2025-06-05T23:56:07.3994403Z remote: Counting objects: 67% (9359/13968) 2025-06-05T23:56:07.3994813Z remote: Counting objects: 68% (9499/13968) 2025-06-05T23:56:07.3995219Z remote: Counting objects: 69% (9638/13968) 2025-06-05T23:56:07.3995871Z remote: Counting objects: 70% (9778/13968) 2025-06-05T23:56:07.3996293Z remote: Counting objects: 71% (9918/13968) 2025-06-05T23:56:07.3996755Z remote: Counting objects: 72% (10057/13968) 2025-06-05T23:56:07.3997349Z remote: Counting objects: 73% (10197/13968) 2025-06-05T23:56:07.3997961Z remote: Counting objects: 74% (10337/13968) 2025-06-05T23:56:07.3998385Z remote: Counting objects: 75% (10476/13968) 2025-06-05T23:56:07.3998794Z remote: Counting objects: 76% (10616/13968) 2025-06-05T23:56:07.3999217Z remote: Counting objects: 77% (10756/13968) 2025-06-05T23:56:07.3999636Z remote: Counting objects: 78% (10896/13968) 2025-06-05T23:56:07.4000042Z remote: Counting objects: 79% (11035/13968) 2025-06-05T23:56:07.4000459Z remote: Counting objects: 80% (11175/13968) 2025-06-05T23:56:07.4000868Z remote: Counting objects: 81% (11315/13968) 2025-06-05T23:56:07.4001293Z remote: Counting objects: 82% (11454/13968) 2025-06-05T23:56:07.4001699Z remote: Counting objects: 83% (11594/13968) 2025-06-05T23:56:07.4002220Z remote: Counting objects: 84% (11734/13968) 2025-06-05T23:56:07.4002644Z remote: Counting objects: 85% (11873/13968) 2025-06-05T23:56:07.4003054Z remote: Counting objects: 86% (12013/13968) 2025-06-05T23:56:07.4003483Z remote: Counting objects: 87% (12153/13968) 2025-06-05T23:56:07.4003894Z remote: Counting objects: 88% (12292/13968) 2025-06-05T23:56:07.4004317Z remote: Counting objects: 89% (12432/13968) 2025-06-05T23:56:07.4004720Z remote: Counting objects: 90% (12572/13968) 2025-06-05T23:56:07.4005410Z remote: Counting objects: 91% (12711/13968) 2025-06-05T23:56:07.4005852Z remote: Counting objects: 92% (12851/13968) 2025-06-05T23:56:07.4006269Z remote: Counting objects: 93% (12991/13968) 2025-06-05T23:56:07.4006687Z remote: Counting objects: 94% (13130/13968) 2025-06-05T23:56:07.4007101Z remote: Counting objects: 95% (13270/13968) 2025-06-05T23:56:07.4007518Z remote: Counting objects: 96% (13410/13968) 2025-06-05T23:56:07.4007919Z remote: Counting objects: 97% (13549/13968) 2025-06-05T23:56:07.4008335Z remote: Counting objects: 98% (13689/13968) 2025-06-05T23:56:07.4008747Z remote: Counting objects: 99% (13829/13968) 2025-06-05T23:56:07.4009161Z remote: Counting objects: 100% (13968/13968) 2025-06-05T23:56:07.4009611Z remote: Counting objects: 100% (13968/13968), done. 2025-06-05T23:56:07.4010054Z remote: Compressing objects: 0% (1/1040) 2025-06-05T23:56:07.4010473Z remote: Compressing objects: 1% (11/1040) 2025-06-05T23:56:07.4010877Z remote: Compressing objects: 2% (21/1040) 2025-06-05T23:56:07.4011287Z remote: Compressing objects: 3% (32/1040) 2025-06-05T23:56:07.4011688Z remote: Compressing objects: 4% (42/1040) 2025-06-05T23:56:07.4012106Z remote: Compressing objects: 5% (52/1040) 2025-06-05T23:56:07.4012671Z remote: Compressing objects: 6% (63/1040) 2025-06-05T23:56:07.4013089Z remote: Compressing objects: 7% (73/1040) 2025-06-05T23:56:07.4013500Z remote: Compressing objects: 8% (84/1040) 2025-06-05T23:56:07.4013899Z remote: Compressing objects: 9% (94/1040) 2025-06-05T23:56:07.4014324Z remote: Compressing objects: 10% (104/1040) 2025-06-05T23:56:07.4014741Z remote: Compressing objects: 11% (115/1040) 2025-06-05T23:56:07.4015166Z remote: Compressing objects: 12% (125/1040) 2025-06-05T23:56:07.4015580Z remote: Compressing objects: 13% (136/1040) 2025-06-05T23:56:07.4016003Z remote: Compressing objects: 14% (146/1040) 2025-06-05T23:56:07.4016524Z remote: Compressing objects: 15% (156/1040) 2025-06-05T23:56:07.4016952Z remote: Compressing objects: 16% (167/1040) 2025-06-05T23:56:07.4017376Z remote: Compressing objects: 17% (177/1040) 2025-06-05T23:56:07.4017956Z remote: Compressing objects: 18% (188/1040) 2025-06-05T23:56:07.4018384Z remote: Compressing objects: 19% (198/1040) 2025-06-05T23:56:07.4018799Z remote: Compressing objects: 20% (208/1040) 2025-06-05T23:56:07.4019225Z remote: Compressing objects: 21% (219/1040) 2025-06-05T23:56:07.4019812Z remote: Compressing objects: 22% (229/1040) 2025-06-05T23:56:07.4020322Z remote: Compressing objects: 23% (240/1040) 2025-06-05T23:56:07.4020756Z remote: Compressing objects: 24% (250/1040) 2025-06-05T23:56:07.4021174Z remote: Compressing objects: 25% (260/1040) 2025-06-05T23:56:07.4021599Z remote: Compressing objects: 26% (271/1040) 2025-06-05T23:56:07.4022012Z remote: Compressing objects: 27% (281/1040) 2025-06-05T23:56:07.4022438Z remote: Compressing objects: 28% (292/1040) 2025-06-05T23:56:07.4022850Z remote: Compressing objects: 29% (302/1040) 2025-06-05T23:56:07.4023286Z remote: Compressing objects: 30% (312/1040) 2025-06-05T23:56:07.4023812Z remote: Compressing objects: 31% (323/1040) 2025-06-05T23:56:07.4024303Z remote: Compressing objects: 32% (333/1040) 2025-06-05T23:56:07.4024737Z remote: Compressing objects: 33% (344/1040) 2025-06-05T23:56:07.4025306Z remote: Compressing objects: 34% (354/1040) 2025-06-05T23:56:07.4025897Z remote: Compressing objects: 35% (364/1040) 2025-06-05T23:56:07.4026425Z remote: Compressing objects: 36% (375/1040) 2025-06-05T23:56:07.4027026Z remote: Compressing objects: 37% (385/1040) 2025-06-05T23:56:07.4027778Z remote: Compressing objects: 38% (396/1040) 2025-06-05T23:56:07.4028592Z remote: Compressing objects: 39% (406/1040) 2025-06-05T23:56:07.4029397Z remote: Compressing objects: 40% (416/1040) 2025-06-05T23:56:07.4030221Z remote: Compressing objects: 41% (427/1040) 2025-06-05T23:56:07.4031045Z remote: Compressing objects: 42% (437/1040) 2025-06-05T23:56:07.4031874Z remote: Compressing objects: 43% (448/1040) 2025-06-05T23:56:07.4032692Z remote: Compressing objects: 44% (458/1040) 2025-06-05T23:56:07.4033503Z remote: Compressing objects: 45% (468/1040) 2025-06-05T23:56:07.4034323Z remote: Compressing objects: 46% (479/1040) 2025-06-05T23:56:07.4035139Z remote: Compressing objects: 47% (489/1040) 2025-06-05T23:56:07.4035960Z remote: Compressing objects: 48% (500/1040) 2025-06-05T23:56:07.4036792Z remote: Compressing objects: 49% (510/1040) 2025-06-05T23:56:07.4037487Z remote: Compressing objects: 50% (520/1040) 2025-06-05T23:56:07.4037914Z remote: Compressing objects: 51% (531/1040) 2025-06-05T23:56:07.4038329Z remote: Compressing objects: 52% (541/1040) 2025-06-05T23:56:07.4038755Z remote: Compressing objects: 53% (552/1040) 2025-06-05T23:56:07.4039169Z remote: Compressing objects: 54% (562/1040) 2025-06-05T23:56:07.4039733Z remote: Compressing objects: 55% (572/1040) 2025-06-05T23:56:07.4040148Z remote: Compressing objects: 56% (583/1040) 2025-06-05T23:56:07.4040648Z remote: Compressing objects: 57% (593/1040) 2025-06-05T23:56:07.4041177Z remote: Compressing objects: 58% (604/1040) 2025-06-05T23:56:07.4041588Z remote: Compressing objects: 59% (614/1040) 2025-06-05T23:56:07.4042089Z remote: Compressing objects: 60% (624/1040) 2025-06-05T23:56:07.4042499Z remote: Compressing objects: 61% (635/1040) 2025-06-05T23:56:07.4042925Z remote: Compressing objects: 62% (645/1040) 2025-06-05T23:56:07.4043336Z remote: Compressing objects: 63% (656/1040) 2025-06-05T23:56:07.4043762Z remote: Compressing objects: 64% (666/1040) 2025-06-05T23:56:07.4044178Z remote: Compressing objects: 65% (676/1040) 2025-06-05T23:56:07.4044605Z remote: Compressing objects: 66% (687/1040) 2025-06-05T23:56:07.4045032Z remote: Compressing objects: 67% (697/1040) 2025-06-05T23:56:07.4045566Z remote: Compressing objects: 68% (708/1040) 2025-06-05T23:56:07.4046000Z remote: Compressing objects: 69% (718/1040) 2025-06-05T23:56:07.4046412Z remote: Compressing objects: 70% (728/1040) 2025-06-05T23:56:07.4046838Z remote: Compressing objects: 71% (739/1040) 2025-06-05T23:56:07.4047346Z remote: Compressing objects: 72% (749/1040) 2025-06-05T23:56:07.4047772Z remote: Compressing objects: 73% (760/1040) 2025-06-05T23:56:07.4048203Z remote: Compressing objects: 74% (770/1040) 2025-06-05T23:56:07.4048617Z remote: Compressing objects: 75% (780/1040) 2025-06-05T23:56:07.4049043Z remote: Compressing objects: 76% (791/1040) 2025-06-05T23:56:07.4049457Z remote: Compressing objects: 77% (801/1040) 2025-06-05T23:56:07.4049885Z remote: Compressing objects: 78% (812/1040) 2025-06-05T23:56:07.4050298Z remote: Compressing objects: 79% (822/1040) 2025-06-05T23:56:07.4050727Z remote: Compressing objects: 80% (832/1040) 2025-06-05T23:56:07.4051140Z remote: Compressing objects: 81% (843/1040) 2025-06-05T23:56:07.4051566Z remote: Compressing objects: 82% (853/1040) 2025-06-05T23:56:07.4051993Z remote: Compressing objects: 83% (864/1040) 2025-06-05T23:56:07.4052476Z remote: Compressing objects: 84% (874/1040) 2025-06-05T23:56:07.4052909Z remote: Compressing objects: 85% (884/1040) 2025-06-05T23:56:07.4053395Z remote: Compressing objects: 86% (895/1040) 2025-06-05T23:56:07.4053886Z remote: Compressing objects: 87% (905/1040) 2025-06-05T23:56:07.4054298Z remote: Compressing objects: 88% (916/1040) 2025-06-05T23:56:08.4188107Z remote: Compressing objects: 89% (926/1040) 2025-06-05T23:56:08.4188992Z remote: Compressing objects: 90% (936/1040) 2025-06-05T23:56:08.4189887Z remote: Compressing objects: 91% (947/1040) 2025-06-05T23:56:08.4190697Z remote: Compressing objects: 92% (957/1040) 2025-06-05T23:56:08.4191548Z remote: Compressing objects: 93% (968/1040) 2025-06-05T23:56:08.4192350Z remote: Compressing objects: 94% (978/1040) 2025-06-05T23:56:08.4193166Z remote: Compressing objects: 95% (988/1040) 2025-06-05T23:56:08.4193965Z remote: Compressing objects: 96% (999/1040) 2025-06-05T23:56:08.4194813Z remote: Compressing objects: 97% (1009/1040) 2025-06-05T23:56:08.4195660Z remote: Compressing objects: 98% (1020/1040) 2025-06-05T23:56:08.4196495Z remote: Compressing objects: 99% (1030/1040) 2025-06-05T23:56:08.4197309Z remote: Compressing objects: 100% (1040/1040) 2025-06-05T23:56:08.4198210Z remote: Compressing objects: 100% (1040/1040), done. 2025-06-05T23:56:08.4199009Z Receiving objects: 0% (1/38908) 2025-06-05T23:56:08.4199624Z Receiving objects: 1% (390/38908) 2025-06-05T23:56:08.4200224Z Receiving objects: 2% (779/38908) 2025-06-05T23:56:08.4200820Z Receiving objects: 3% (1168/38908) 2025-06-05T23:56:08.4201421Z Receiving objects: 4% (1557/38908) 2025-06-05T23:56:08.4202115Z Receiving objects: 5% (1946/38908) 2025-06-05T23:56:08.4202735Z Receiving objects: 6% (2335/38908) 2025-06-05T23:56:08.4203346Z Receiving objects: 7% (2724/38908) 2025-06-05T23:56:08.4203971Z Receiving objects: 8% (3113/38908) 2025-06-05T23:56:08.4204580Z Receiving objects: 9% (3502/38908) 2025-06-05T23:56:08.4205340Z Receiving objects: 10% (3891/38908) 2025-06-05T23:56:08.4205949Z Receiving objects: 11% (4280/38908) 2025-06-05T23:56:08.4206573Z Receiving objects: 12% (4669/38908) 2025-06-05T23:56:08.4207175Z Receiving objects: 13% (5059/38908) 2025-06-05T23:56:08.4207793Z Receiving objects: 14% (5448/38908) 2025-06-05T23:56:08.4208401Z Receiving objects: 15% (5837/38908) 2025-06-05T23:56:08.4209025Z Receiving objects: 16% (6226/38908) 2025-06-05T23:56:08.4209640Z Receiving objects: 17% (6615/38908) 2025-06-05T23:56:08.4210244Z Receiving objects: 18% (7004/38908) 2025-06-05T23:56:08.4210869Z Receiving objects: 19% (7393/38908) 2025-06-05T23:56:08.4211758Z Receiving objects: 20% (7782/38908) 2025-06-05T23:56:08.4212380Z Receiving objects: 21% (8171/38908) 2025-06-05T23:56:08.4212984Z Receiving objects: 22% (8560/38908) 2025-06-05T23:56:08.4213593Z Receiving objects: 23% (8949/38908) 2025-06-05T23:56:08.4214195Z Receiving objects: 24% (9338/38908) 2025-06-05T23:56:08.4214964Z Receiving objects: 25% (9727/38908) 2025-06-05T23:56:08.4215583Z Receiving objects: 26% (10117/38908) 2025-06-05T23:56:08.4216201Z Receiving objects: 27% (10506/38908) 2025-06-05T23:56:08.4216830Z Receiving objects: 28% (10895/38908) 2025-06-05T23:56:08.4217432Z Receiving objects: 29% (11284/38908) 2025-06-05T23:56:08.4218031Z Receiving objects: 30% (11673/38908) 2025-06-05T23:56:08.4218628Z Receiving objects: 31% (12062/38908) 2025-06-05T23:56:08.4219258Z Receiving objects: 32% (12451/38908) 2025-06-05T23:56:08.4219846Z Receiving objects: 33% (12840/38908) 2025-06-05T23:56:08.4220463Z Receiving objects: 34% (13229/38908) 2025-06-05T23:56:08.4221050Z Receiving objects: 35% (13618/38908) 2025-06-05T23:56:08.4221675Z Receiving objects: 36% (14007/38908) 2025-06-05T23:56:08.4222288Z Receiving objects: 37% (14396/38908) 2025-06-05T23:56:08.4222885Z Receiving objects: 38% (14786/38908) 2025-06-05T23:56:08.4223491Z Receiving objects: 39% (15175/38908) 2025-06-05T23:56:08.4224084Z Receiving objects: 40% (15564/38908) 2025-06-05T23:56:08.4224709Z Receiving objects: 41% (15953/38908) 2025-06-05T23:56:08.4225312Z Receiving objects: 42% (16342/38908) 2025-06-05T23:56:08.4225928Z Receiving objects: 43% (16731/38908) 2025-06-05T23:56:08.4226539Z Receiving objects: 44% (17120/38908) 2025-06-05T23:56:08.4227156Z Receiving objects: 45% (17509/38908) 2025-06-05T23:56:08.4227770Z Receiving objects: 46% (17898/38908) 2025-06-05T23:56:08.4228371Z Receiving objects: 47% (18287/38908) 2025-06-05T23:56:08.4228996Z Receiving objects: 48% (18676/38908) 2025-06-05T23:56:08.4229592Z Receiving objects: 49% (19065/38908) 2025-06-05T23:56:08.4230224Z Receiving objects: 50% (19454/38908) 2025-06-05T23:56:08.4230832Z Receiving objects: 51% (19844/38908) 2025-06-05T23:56:08.4231460Z Receiving objects: 52% (20233/38908) 2025-06-05T23:56:08.4232062Z Receiving objects: 53% (20622/38908) 2025-06-05T23:56:08.4232774Z Receiving objects: 54% (21011/38908) 2025-06-05T23:56:08.4233417Z Receiving objects: 55% (21400/38908) 2025-06-05T23:56:08.4234054Z Receiving objects: 56% (21789/38908) 2025-06-05T23:56:08.4234684Z Receiving objects: 57% (22178/38908) 2025-06-05T23:56:08.4235293Z Receiving objects: 58% (22567/38908) 2025-06-05T23:56:08.4235922Z Receiving objects: 59% (22956/38908) 2025-06-05T23:56:08.4236534Z Receiving objects: 60% (23345/38908) 2025-06-05T23:56:08.4237154Z Receiving objects: 61% (23734/38908) 2025-06-05T23:56:08.4237766Z Receiving objects: 62% (24123/38908) 2025-06-05T23:56:08.4238389Z Receiving objects: 63% (24513/38908) 2025-06-05T23:56:08.4239004Z Receiving objects: 64% (24902/38908) 2025-06-05T23:56:08.4239643Z Receiving objects: 65% (25291/38908) 2025-06-05T23:56:08.4240267Z Receiving objects: 66% (25680/38908) 2025-06-05T23:56:08.4240875Z Receiving objects: 67% (26069/38908) 2025-06-05T23:56:08.4241496Z Receiving objects: 68% (26458/38908) 2025-06-05T23:56:08.4242209Z Receiving objects: 69% (26847/38908) 2025-06-05T23:56:08.4242838Z Receiving objects: 70% (27236/38908) 2025-06-05T23:56:08.4243460Z Receiving objects: 71% (27625/38908) 2025-06-05T23:56:08.4244083Z Receiving objects: 72% (28014/38908) 2025-06-05T23:56:08.4244700Z Receiving objects: 73% (28403/38908) 2025-06-05T23:56:08.4245326Z Receiving objects: 74% (28792/38908) 2025-06-05T23:56:08.4245934Z Receiving objects: 75% (29181/38908) 2025-06-05T23:56:08.4246558Z Receiving objects: 76% (29571/38908) 2025-06-05T23:56:08.4247179Z Receiving objects: 77% (29960/38908) 2025-06-05T23:56:08.4247789Z Receiving objects: 78% (30349/38908) 2025-06-05T23:56:08.4248413Z Receiving objects: 79% (30738/38908) 2025-06-05T23:56:08.4249026Z Receiving objects: 80% (31127/38908) 2025-06-05T23:56:08.4249805Z Receiving objects: 81% (31516/38908) 2025-06-05T23:56:08.4250421Z Receiving objects: 82% (31905/38908) 2025-06-05T23:56:08.4251046Z Receiving objects: 83% (32294/38908) 2025-06-05T23:56:08.4251666Z Receiving objects: 84% (32683/38908) 2025-06-05T23:56:08.4252299Z Receiving objects: 85% (33072/38908) 2025-06-05T23:56:08.4253022Z Receiving objects: 86% (33461/38908) 2025-06-05T23:56:08.4253633Z Receiving objects: 87% (33850/38908) 2025-06-05T23:56:08.4254258Z Receiving objects: 88% (34240/38908) 2025-06-05T23:56:08.4254875Z Receiving objects: 89% (34629/38908) 2025-06-05T23:56:08.4255502Z Receiving objects: 90% (35018/38908) 2025-06-05T23:56:08.4256114Z Receiving objects: 91% (35407/38908) 2025-06-05T23:56:08.4256744Z Receiving objects: 92% (35796/38908) 2025-06-05T23:56:08.4257515Z Receiving objects: 93% (36185/38908), 18.21 MiB | 36.41 MiB/s 2025-06-05T23:56:08.4258475Z Receiving objects: 94% (36574/38908), 18.21 MiB | 36.41 MiB/s 2025-06-05T23:56:08.4259435Z Receiving objects: 95% (36963/38908), 18.21 MiB | 36.41 MiB/s 2025-06-05T23:56:08.4260368Z Receiving objects: 96% (37352/38908), 18.21 MiB | 36.41 MiB/s 2025-06-05T23:56:08.4261314Z Receiving objects: 97% (37741/38908), 18.21 MiB | 36.41 MiB/s 2025-06-05T23:56:08.4262254Z Receiving objects: 98% (38130/38908), 18.21 MiB | 36.41 MiB/s 2025-06-05T23:56:08.4263205Z Receiving objects: 99% (38519/38908), 18.21 MiB | 36.41 MiB/s 2025-06-05T23:56:08.4264413Z remote: Total 38908 (delta 13226), reused 12928 (delta 12928), pack-reused 24940 (from 3) 2025-06-05T23:56:08.4265661Z Receiving objects: 100% (38908/38908), 18.21 MiB | 36.41 MiB/s 2025-06-05T23:56:08.4266630Z Receiving objects: 100% (38908/38908), 20.84 MiB | 36.48 MiB/s, done. 2025-06-05T23:56:08.4267456Z Resolving deltas: 0% (0/28522) 2025-06-05T23:56:08.4268059Z Resolving deltas: 1% (286/28522) 2025-06-05T23:56:08.4268653Z Resolving deltas: 2% (571/28522) 2025-06-05T23:56:08.4269252Z Resolving deltas: 3% (856/28522) 2025-06-05T23:56:08.4269855Z Resolving deltas: 4% (1141/28522) 2025-06-05T23:56:08.4270475Z Resolving deltas: 5% (1427/28522) 2025-06-05T23:56:08.4271077Z Resolving deltas: 6% (1712/28522) 2025-06-05T23:56:08.4271684Z Resolving deltas: 7% (1997/28522) 2025-06-05T23:56:08.4272278Z Resolving deltas: 8% (2282/28522) 2025-06-05T23:56:08.4272884Z Resolving deltas: 9% (2567/28522) 2025-06-05T23:56:08.4273482Z Resolving deltas: 10% (2853/28522) 2025-06-05T23:56:08.4274077Z Resolving deltas: 11% (3138/28522) 2025-06-05T23:56:08.4274674Z Resolving deltas: 12% (3423/28522) 2025-06-05T23:56:08.4275249Z Resolving deltas: 13% (3708/28522) 2025-06-05T23:56:08.4275838Z Resolving deltas: 14% (3994/28522) 2025-06-05T23:56:08.4276423Z Resolving deltas: 15% (4279/28522) 2025-06-05T23:56:08.4277017Z Resolving deltas: 16% (4564/28522) 2025-06-05T23:56:08.4277613Z Resolving deltas: 17% (4849/28522) 2025-06-05T23:56:08.4278221Z Resolving deltas: 18% (5134/28522) 2025-06-05T23:56:08.4278810Z Resolving deltas: 19% (5420/28522) 2025-06-05T23:56:08.4279406Z Resolving deltas: 20% (5705/28522) 2025-06-05T23:56:08.4280002Z Resolving deltas: 21% (5990/28522) 2025-06-05T23:56:08.4280586Z Resolving deltas: 22% (6275/28522) 2025-06-05T23:56:08.4281178Z Resolving deltas: 23% (6561/28522) 2025-06-05T23:56:08.4281827Z Resolving deltas: 24% (6846/28522) 2025-06-05T23:56:08.4282433Z Resolving deltas: 25% (7131/28522) 2025-06-05T23:56:08.4283024Z Resolving deltas: 26% (7416/28522) 2025-06-05T23:56:08.4283631Z Resolving deltas: 27% (7702/28522) 2025-06-05T23:56:08.4284220Z Resolving deltas: 28% (7987/28522) 2025-06-05T23:56:08.4284829Z Resolving deltas: 29% (8272/28522) 2025-06-05T23:56:08.4285431Z Resolving deltas: 30% (8557/28522) 2025-06-05T23:56:08.4286005Z Resolving deltas: 31% (8842/28522) 2025-06-05T23:56:08.4286604Z Resolving deltas: 32% (9128/28522) 2025-06-05T23:56:08.4287180Z Resolving deltas: 33% (9413/28522) 2025-06-05T23:56:08.4287788Z Resolving deltas: 34% (9698/28522) 2025-06-05T23:56:08.4288370Z Resolving deltas: 35% (9983/28522) 2025-06-05T23:56:08.4289086Z Resolving deltas: 36% (10268/28522) 2025-06-05T23:56:08.4289689Z Resolving deltas: 37% (10554/28522) 2025-06-05T23:56:08.4290299Z Resolving deltas: 38% (10839/28522) 2025-06-05T23:56:08.4290901Z Resolving deltas: 39% (11124/28522) 2025-06-05T23:56:08.4291489Z Resolving deltas: 40% (11409/28522) 2025-06-05T23:56:08.4292208Z Resolving deltas: 41% (11695/28522) 2025-06-05T23:56:08.4292800Z Resolving deltas: 42% (11980/28522) 2025-06-05T23:56:08.4293403Z Resolving deltas: 43% (12265/28522) 2025-06-05T23:56:08.4293990Z Resolving deltas: 44% (12550/28522) 2025-06-05T23:56:08.4294597Z Resolving deltas: 45% (12835/28522) 2025-06-05T23:56:08.4295185Z Resolving deltas: 46% (13121/28522) 2025-06-05T23:56:08.4295787Z Resolving deltas: 47% (13406/28522) 2025-06-05T23:56:08.4296377Z Resolving deltas: 48% (13691/28522) 2025-06-05T23:56:08.4296963Z Resolving deltas: 49% (13976/28522) 2025-06-05T23:56:08.4297549Z Resolving deltas: 50% (14261/28522) 2025-06-05T23:56:08.4298174Z Resolving deltas: 51% (14547/28522) 2025-06-05T23:56:08.4298793Z Resolving deltas: 52% (14832/28522) 2025-06-05T23:56:08.4299376Z Resolving deltas: 53% (15117/28522) 2025-06-05T23:56:08.4299987Z Resolving deltas: 54% (15402/28522) 2025-06-05T23:56:08.4300589Z Resolving deltas: 55% (15688/28522) 2025-06-05T23:56:08.4301197Z Resolving deltas: 56% (15973/28522) 2025-06-05T23:56:08.4301771Z Resolving deltas: 57% (16258/28522) 2025-06-05T23:56:08.4302372Z Resolving deltas: 58% (16543/28522) 2025-06-05T23:56:08.4302958Z Resolving deltas: 59% (16828/28522) 2025-06-05T23:56:08.4303572Z Resolving deltas: 60% (17114/28522) 2025-06-05T23:56:08.4304177Z Resolving deltas: 61% (17399/28522) 2025-06-05T23:56:08.4304773Z Resolving deltas: 62% (17684/28522) 2025-06-05T23:56:08.4305533Z Resolving deltas: 63% (17969/28522) 2025-06-05T23:56:08.4306107Z Resolving deltas: 64% (18255/28522) 2025-06-05T23:56:08.4306714Z Resolving deltas: 65% (18540/28522) 2025-06-05T23:56:08.4307301Z Resolving deltas: 66% (18825/28522) 2025-06-05T23:56:08.4307903Z Resolving deltas: 67% (19110/28522) 2025-06-05T23:56:08.4308505Z Resolving deltas: 68% (19395/28522) 2025-06-05T23:56:08.4309120Z Resolving deltas: 69% (19681/28522) 2025-06-05T23:56:08.4309720Z Resolving deltas: 70% (19966/28522) 2025-06-05T23:56:08.4310329Z Resolving deltas: 71% (20251/28522) 2025-06-05T23:56:08.4310946Z Resolving deltas: 72% (20536/28522) 2025-06-05T23:56:08.4311541Z Resolving deltas: 73% (20822/28522) 2025-06-05T23:56:08.4312144Z Resolving deltas: 74% (21107/28522) 2025-06-05T23:56:08.4312724Z Resolving deltas: 75% (21392/28522) 2025-06-05T23:56:08.4313333Z Resolving deltas: 76% (21677/28522) 2025-06-05T23:56:08.4313932Z Resolving deltas: 77% (21962/28522) 2025-06-05T23:56:08.4314543Z Resolving deltas: 78% (22248/28522) 2025-06-05T23:56:08.4315144Z Resolving deltas: 79% (22533/28522) 2025-06-05T23:56:08.4315759Z Resolving deltas: 80% (22818/28522) 2025-06-05T23:56:08.4316354Z Resolving deltas: 81% (23103/28522) 2025-06-05T23:56:08.4316978Z Resolving deltas: 82% (23389/28522) 2025-06-05T23:56:08.4317585Z Resolving deltas: 83% (23674/28522) 2025-06-05T23:56:08.4318186Z Resolving deltas: 84% (23959/28522) 2025-06-05T23:56:08.4318800Z Resolving deltas: 85% (24244/28522) 2025-06-05T23:56:08.4319397Z Resolving deltas: 86% (24529/28522) 2025-06-05T23:56:08.4320013Z Resolving deltas: 87% (24815/28522) 2025-06-05T23:56:08.4320612Z Resolving deltas: 88% (25100/28522) 2025-06-05T23:56:08.4321217Z Resolving deltas: 89% (25385/28522) 2025-06-06T00:01:51.1589494Z Resolving deltas: 90% (25670/28522) 2025-06-06T00:01:51.1590158Z Resolving deltas: 91% (25956/28522) 2025-06-06T00:01:51.1590783Z Resolving deltas: 92% (26241/28522) 2025-06-06T00:01:51.1591383Z Resolving deltas: 93% (26526/28522) 2025-06-06T00:01:51.1591841Z Resolving deltas: 94% (26811/28522) 2025-06-06T00:01:51.1592172Z Resolving deltas: 95% (27096/28522) 2025-06-06T00:01:51.1592491Z Resolving deltas: 96% (27382/28522) 2025-06-06T00:01:51.1592817Z Resolving deltas: 97% (27667/28522) 2025-06-06T00:01:51.1593926Z Resolving deltas: 98% (27952/28522) 2025-06-06T00:01:51.1594259Z Resolving deltas: 99% (28237/28522) 2025-06-06T00:01:51.1594589Z Resolving deltas: 100% (28522/28522) 2025-06-06T00:01:51.1594919Z Resolving deltas: 100% (28522/28522), done. 2025-06-06T00:01:51.1595702Z Submodule path 'thirdparty/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-06T00:01:51.1596855Z Submodule path 'thirdparty/specification': checked out 'b5b067819e5de11153b41cf3d26da4f3f9dd23e8' 2025-06-06T00:01:51.1598371Z [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:01:51.1600264Z /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:01:51.1601329Z HEAD is now at 70ed0b4 Add boolean input argument support 2025-06-06T00:01:51.1601940Z Applying: Move tosa-tools to be namespaced into tosa-tools.v0_80 2025-06-06T00:01:51.1602582Z [patch_repo] Patched reference_model @ heads/v0.80-0-g4af1fbe in reference_model dir. 2025-06-06T00:01:51.1603029Z 2025-06-06T00:01:51.1603443Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:01:51.1604967Z [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:01:51.1607181Z /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:01:51.1608487Z HEAD is now at 021bbad Use binary mode when loading and saving flatbuffer files 2025-06-06T00:01:51.1609067Z Applying: Make TOSA serializer lib to be self contained 2025-06-06T00:01:51.1609803Z [patch_repo] Patched serialization_lib @ tags/v0.80.1-1-gf67ae89 in reference_model/thirdparty/serialization_lib dir. 2025-06-06T00:01:51.1610381Z 2025-06-06T00:01:51.1610783Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:01:51.1612071Z /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:01:51.1613249Z Processing /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model 2025-06-06T00:01:51.1614168Z Installing build dependencies ... [?25l- \ | / - \ done 2025-06-06T00:01:51.1614814Z [?25h Getting requirements to build wheel ... [?25l- \ | done 2025-06-06T00:01:51.1615454Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-06T00:01:51.1616349Z [?25hRequirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-06-06T00:01:51.1617126Z Building wheels for collected packages: tosa-tools-v0.80 2025-06-06T00:01:51.1618119Z Building wheel for tosa-tools-v0.80 (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2025-06-06T00:01:51.1619735Z [?25h Created wheel for tosa-tools-v0.80: filename=tosa_tools_v0_80-0.80.2.dev2+g4af1fbe.d20250605-py3-none-any.whl size=4971386 sha256=697f11f0ea63e2ec77210df87742c521aca52379bbd5417fe11340726bba6ee0 2025-06-06T00:01:51.1621208Z Stored in directory: /tmp/pip-ephem-wheel-cache-9d9ukqdh/wheels/02/93/e8/92072c9c8f53773ec1a5f14f540f0db117da02e5cf64dd838c 2025-06-06T00:01:51.1622000Z Successfully built tosa-tools-v0.80 2025-06-06T00:01:51.1622385Z Installing collected packages: tosa-tools-v0.80 2025-06-06T00:01:51.1623069Z Successfully installed tosa-tools-v0.80-0.80.2.dev2+g4af1fbe.d20250605 2025-06-06T00:01:51.1623866Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:01:51.1624951Z Collecting tosa-tools@ git+https://git.gitlab.arm.com/tosa/tosa-reference-model.git@d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-06T00:01:51.1626542Z Cloning https://git.gitlab.arm.com/tosa/tosa-reference-model.git (to revision d102f426dd2e3c1f25bbf23292ec8ee51aa9c677) to /tmp/pip-install-_wxajsz8/tosa-tools_53940f0c5e724cc8b31faa37183cd78d 2025-06-06T00:01:51.1628251Z Running command git clone --filter=blob:none --quiet https://git.gitlab.arm.com/tosa/tosa-reference-model.git /tmp/pip-install-_wxajsz8/tosa-tools_53940f0c5e724cc8b31faa37183cd78d 2025-06-06T00:01:51.1629455Z Running command git rev-parse -q --verify 'sha^d102f426dd2e3c1f25bbf23292ec8ee51aa9c677' 2025-06-06T00:01:51.1630409Z Running command git fetch -q https://git.gitlab.arm.com/tosa/tosa-reference-model.git d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-06T00:01:51.1631401Z Running command git checkout -q d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-06T00:01:51.1632269Z Resolved https://git.gitlab.arm.com/tosa/tosa-reference-model.git to commit d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-06T00:01:51.1633067Z Running command git submodule update --init --recursive -q 2025-06-06T00:01:51.1633682Z Installing build dependencies ... [?25l- \ | / done 2025-06-06T00:01:51.1634278Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-06-06T00:01:51.1634875Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2025-06-06T00:01:51.1635363Z [?25hCollecting ml_dtypes==0.5.1 2025-06-06T00:01:51.1635970Z Downloading ml_dtypes-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-06-06T00:01:51.1636923Z Requirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-06-06T00:01:51.1637822Z Downloading ml_dtypes-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2025-06-06T00:01:51.1638714Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.7 MB ? eta -:--:-- 2025-06-06T00:01:51.1639468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 116.2 MB/s eta 0:00:00 2025-06-06T00:01:51.1640111Z [?25hBuilding wheels for collected packages: tosa-tools 2025-06-06T00:01:51.1641546Z Building wheel for tosa-tools (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ done 2025-06-06T00:01:51.1643390Z [?25h Created wheel for tosa-tools: filename=tosa_tools-1.0.0rc0.post1.dev304+gd102f42-py3-none-any.whl size=6270136 sha256=56cb4281b20e6e76f78e331a8d2d44b9ddde4264248d21b585aeb4fcb03db417 2025-06-06T00:01:51.1644807Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/41/ea/48/97040d2df3bafb675660708c9b6fa45791226fd800e7dd3878 2025-06-06T00:01:51.1645524Z Successfully built tosa-tools 2025-06-06T00:01:51.1645913Z Installing collected packages: tosa-tools, ml_dtypes 2025-06-06T00:01:51.1646321Z [?25l 2025-06-06T00:01:51.1646757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [tosa-tools] 2025-06-06T00:01:51.1647350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [tosa-tools] 2025-06-06T00:01:51.1648029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [ml_dtypes] 2025-06-06T00:01:51.1648455Z [?25h 2025-06-06T00:01:51.1648992Z Successfully installed ml_dtypes-0.5.1 tosa-tools-1.0.0rc0.post1.dev304+gd102f42 2025-06-06T00:01:51.1650038Z Collecting ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c 2025-06-06T00:01:51.1651742Z Cloning https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela (to revision 8cac2b9a7204b57125a8718049519b091a98846c) to /tmp/pip-install-z6knc40k/ethos-u-vela_899d62ff9ad54f4cbb216c58d97a292b 2025-06-06T00:01:51.1653626Z Running command git clone --filter=blob:none --quiet https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela /tmp/pip-install-z6knc40k/ethos-u-vela_899d62ff9ad54f4cbb216c58d97a292b 2025-06-06T00:01:51.1654969Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-06-06T00:01:51.1655780Z Running command git rev-parse -q --verify 'sha^8cac2b9a7204b57125a8718049519b091a98846c' 2025-06-06T00:01:51.1656785Z Running command git fetch -q https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-06T00:03:10.4815406Z Running command git checkout -q 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-06T00:03:10.4816609Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-06-06T00:03:10.4818476Z Resolved https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela to commit 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-06T00:03:10.4819648Z Installing build dependencies ... [?25l- \ | / - done 2025-06-06T00:03:10.4820283Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-06-06T00:03:10.4820942Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-06T00:03:10.4822277Z [?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:10.4823472Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl.metadata (876 bytes) 2025-06-06T00:03:10.4825002Z 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:10.4827302Z 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:10.4828752Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl (30 kB) 2025-06-06T00:03:10.4829277Z Building wheels for collected packages: ethos-u-vela 2025-06-06T00:03:10.4830463Z Building wheel for ethos-u-vela (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2025-06-06T00:03:10.4832208Z [?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=a47118f2d0d1da9a04a7b02595cb2fce47f03c8399c126e8a4626ff739a29383 2025-06-06T00:03:10.4833761Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/77/c7/c5/e99ea73fc70c96cf6e7db473508e3891adee2dd36019b7c365 2025-06-06T00:03:10.4834564Z Successfully built ethos-u-vela 2025-06-06T00:03:10.4835026Z Installing collected packages: flatbuffers, ethos-u-vela 2025-06-06T00:03:10.4835510Z [?25l 2025-06-06T00:03:10.4835899Z  Attempting uninstall: flatbuffers 2025-06-06T00:03:10.4836139Z 2025-06-06T00:03:10.4836670Z  Found existing installation: flatbuffers 25.2.10 2025-06-06T00:03:10.4837174Z 2025-06-06T00:03:10.4837385Z  Uninstalling flatbuffers-25.2.10: 2025-06-06T00:03:10.4837637Z 2025-06-06T00:03:10.4837865Z  Successfully uninstalled flatbuffers-25.2.10 2025-06-06T00:03:10.4838162Z 2025-06-06T00:03:10.4838558Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ethos-u-vela] 2025-06-06T00:03:10.4839405Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ethos-u-vela] 2025-06-06T00:03:10.4840043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [ethos-u-vela] 2025-06-06T00:03:10.4840479Z [?25h 2025-06-06T00:03:10.4841494Z 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:10.4842730Z tosa-tools 1.0.0rc0.post1.dev304+gd102f42 requires jsonschema, which is not installed. 2025-06-06T00:03:10.4843529Z tosa-tools-v0-80 0.80.2.dev2+g4af1fbe.d20250605 requires jsonschema, which is not installed. 2025-06-06T00:03:10.4844454Z 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:10.4845458Z 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:10.4846472Z tosa-tools-v0-80 0.80.2.dev2+g4af1fbe.d20250605 requires flatbuffers==23.5.26, but you have flatbuffers 24.12.23 which is incompatible. 2025-06-06T00:03:10.4847678Z tosa-tools-v0-80 0.80.2.dev2+g4af1fbe.d20250605 requires numpy<2, but you have numpy 2.2.6 which is incompatible. 2025-06-06T00:03:10.4848662Z Successfully installed ethos-u-vela-4.2.1.dev111+g8cac2b9 flatbuffers-24.12.23 2025-06-06T00:03:10.4849468Z [main] update path by doing 'source /pytorch/executorch/examples/arm/ethos-u-scratch/setup_path.sh' 2025-06-06T00:03:10.4850073Z [main] success! 2025-06-06T00:03:10.4850370Z + sudo sysctl fs.inotify.max_user_watches=1048576 2025-06-06T00:03:10.4850927Z sysctl: setting key "fs.inotify.max_user_watches", ignoring: Read-only file system 2025-06-06T00:03:10.4851459Z + ARM_TEST=test_pytest_models_ethosu_fvp 2025-06-06T00:03:10.4851958Z + backends/arm/test/test_arm_baremetal.sh test_pytest_models_ethosu_fvp 2025-06-06T00:03:10.4852448Z /pytorch/executorch 2025-06-06T00:03:10.4852794Z Run Arm baremetal test suite test_pytest_models_ethosu_fvp 2025-06-06T00:03:10.4853351Z test_arm_baremetal.sh test_pytest_models_ethosu_fvp: Run pytest with fvp 2025-06-06T00:03:10.4853851Z + cd /pytorch/executorch 2025-06-06T00:03:10.4854115Z + set +x 2025-06-06T00:03:10.4854438Z -------------------------------------------------------------------------------- 2025-06-06T00:03:10.4855061Z Build ExecuTorch target libs Release into '/pytorch/executorch/arm_test/cmake-out' 2025-06-06T00:03:10.4855664Z -------------------------------------------------------------------------------- 2025-06-06T00:03:10.4856181Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-06T00:03:10.4856583Z + '[' false = true ']' 2025-06-06T00:03:10.4856968Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:03:10.4857402Z + '[' false = true ']' 2025-06-06T00:03:10.4857970Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:03:10.4858847Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-06T00:03:10.4861844Z + cmake -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/arm_test/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 -B/pytorch/executorch/arm_test/cmake-out /pytorch/executorch 2025-06-06T00:03:10.4864547Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:03:10.4864966Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:03:10.4865347Z -- Detecting C compiler ABI info 2025-06-06T00:03:10.4865752Z -- Detecting C compiler ABI info - done 2025-06-06T00:03:10.4866696Z -- 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:10.4867639Z -- Detecting C compile features 2025-06-06T00:03:10.4867976Z -- Detecting C compile features - done 2025-06-06T00:03:10.4868322Z -- Detecting CXX compiler ABI info 2025-06-06T00:03:10.4868677Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:03:10.4869627Z -- 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:10.4870584Z -- Detecting CXX compile features 2025-06-06T00:03:10.4870922Z -- Detecting CXX compile features - done 2025-06-06T00:03:10.4871289Z -- --- Configured Options --- 2025-06-06T00:03:10.4871493Z 2025-06-06T00:03:10.4871636Z -- CMAKE_CXX_STANDARD : 17 2025-06-06T00:03:10.4872046Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:03:10.4872480Z -- CMAKE_BUILD_TYPE : Release 2025-06-06T00:03:10.4872882Z -- PYTHON_EXECUTABLE : python 2025-06-06T00:03:10.4873291Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-06T00:03:10.4873927Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-06T00:03:10.4874578Z -- BUCK2 x (unset) 2025-06-06T00:03:10.4874963Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-06T00:03:10.4875367Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-06T00:03:10.4875785Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-06T00:03:10.4876197Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-06T00:03:10.4876820Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-06T00:03:10.4877431Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-06T00:03:10.4877848Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-06T00:03:10.4878251Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-06T00:03:10.4878655Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-06T00:03:10.4879055Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-06T00:03:10.4879445Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-06T00:03:10.4879851Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-06T00:03:10.4880247Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-06T00:03:10.4880659Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-06T00:03:10.4881066Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-06T00:03:10.4881473Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-06T00:03:10.4881864Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-06T00:03:10.4882353Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-06T00:03:10.4882762Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-06T00:03:10.4883167Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-06T00:03:10.4883579Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-06T00:03:10.4883968Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-06T00:03:10.4884361Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-06T00:03:10.4884743Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-06T00:03:10.4885138Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-06T00:03:10.4885518Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-06T00:03:10.4885916Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-06T00:03:10.4886410Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-06T00:03:13.9424487Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-06T00:03:13.9425309Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-06T00:03:13.9425993Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-06T00:03:13.9426684Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-06T00:03:13.9427721Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-06T00:03:13.9428441Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-06T00:03:13.9429104Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-06T00:03:13.9429764Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-06T00:03:13.9430450Z -- EXECUTORCH_USE_DL : ON 2025-06-06T00:03:13.9431113Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-06T00:03:13.9431770Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-06T00:03:13.9432440Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-06T00:03:13.9433158Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:03:13.9433959Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-06T00:03:13.9434700Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-06T00:03:13.9435427Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:03:13.9436131Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-06T00:03:13.9436903Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-06T00:03:13.9437625Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-06T00:03:13.9438360Z -- -------------------------- 2025-06-06T00:03:13.9439340Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-06T00:03:13.9441137Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:03:13.9442616Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:03:13.9443509Z CMake. 2025-06-06T00:03:13.9443738Z 2025-06-06T00:03:13.9444236Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:03:13.9445373Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:03:13.9446391Z to work with policies introduced by or earlier. 2025-06-06T00:03:13.9446895Z 2025-06-06T00:03:13.9447157Z  2025-06-06T00:03:13.9447692Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:03:13.9448603Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:03:13.9449483Z -- Setting GNU C compiler options with c11 and Posix 2025-06-06T00:03:13.9450259Z -- Disabling -pedantic for GCC >= 8.0 2025-06-06T00:03:13.9451255Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-06T00:03:13.9452235Z -- GCC_VERSION: 13.3.1 2025-06-06T00:03:13.9452544Z 2025-06-06T00:03:13.9454393Z -- 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:13.9457605Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-06T00:03:13.9459208Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:03:13.9460130Z CMake. 2025-06-06T00:03:13.9460373Z 2025-06-06T00:03:13.9460798Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:03:13.9461939Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:03:13.9462931Z to work with policies introduced by or earlier. 2025-06-06T00:03:13.9463476Z 2025-06-06T00:03:13.9463722Z  2025-06-06T00:03:13.9464129Z -- Resolved buck2 as buck2. 2025-06-06T00:03:13.9464681Z -- Killing buck2 daemon 2025-06-06T00:03:13.9465168Z 'buck2 killall' 2025-06-06T00:03:13.9465652Z -- executorch: Generating source lists 2025-06-06T00:03:13.9467130Z -- executorch: Generating source file list /pytorch/executorch/arm_test/cmake-out/executorch_srcs.cmake 2025-06-06T00:03:13.9468833Z -- executorch: Using sources file /pytorch/executorch/arm_test/cmake-out/executorch_srcs.cmake 2025-06-06T00:03:13.9469956Z -- Generating operator lib: 2025-06-06T00:03:13.9470525Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:03:13.9471397Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:03:13.9472426Z -- ROOT_OPS: 2025-06-06T00:03:13.9472866Z -- INCLUDE_ALL_OPS: 2025-06-06T00:03:13.9475398Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-06T00:03:13.9477834Z -- Generating kernel bindings: 2025-06-06T00:03:13.9478459Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:03:13.9479304Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:03:13.9480189Z -- CUSTOM_OPS_YAML: 2025-06-06T00:03:13.9480714Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:03:13.9484839Z Generated files /pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-06T00:03:13.9488465Z -- Generating operator lib: 2025-06-06T00:03:13.9489015Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:03:13.9489580Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:03:13.9490153Z -- DEPS: executorch_core 2025-06-06T00:03:13.9491347Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-06T00:03:13.9492678Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:03:13.9493516Z CMake. 2025-06-06T00:03:13.9493733Z 2025-06-06T00:03:13.9494224Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:03:13.9495377Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:03:13.9496351Z to work with policies introduced by or earlier. 2025-06-06T00:03:13.9496864Z 2025-06-06T00:03:13.9497082Z  2025-06-06T00:03:13.9497487Z -- Looking for C++ include unistd.h 2025-06-06T00:03:13.9498125Z -- Looking for C++ include unistd.h - found 2025-06-06T00:03:13.9498775Z -- Looking for C++ include stdint.h 2025-06-06T00:03:13.9499386Z -- Looking for C++ include stdint.h - found 2025-06-06T00:03:13.9500015Z -- Looking for C++ include inttypes.h 2025-06-06T00:03:13.9500679Z -- Looking for C++ include inttypes.h - found 2025-06-06T00:03:13.9501367Z -- Looking for C++ include sys/types.h 2025-06-06T00:03:13.9502058Z -- Looking for C++ include sys/types.h - found 2025-06-06T00:03:13.9502750Z -- Looking for C++ include sys/stat.h 2025-06-06T00:03:13.9503434Z -- Looking for C++ include sys/stat.h - found 2025-06-06T00:03:13.9504122Z -- Looking for C++ include fnmatch.h 2025-06-06T00:03:13.9504751Z -- Looking for C++ include fnmatch.h - found 2025-06-06T00:03:13.9505739Z -- Looking for C++ include stddef.h 2025-06-06T00:03:13.9506376Z -- Looking for C++ include stddef.h - found 2025-06-06T00:03:13.9506984Z -- Check size of uint32_t 2025-06-06T00:03:13.9507474Z -- Check size of uint32_t - done 2025-06-06T00:03:13.9508065Z -- Looking for strtoll 2025-06-06T00:03:13.9508581Z -- Looking for strtoll - found 2025-06-06T00:03:13.9509165Z -- Generating operator lib: 2025-06-06T00:03:13.9509655Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:03:13.9510478Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:03:13.9511354Z -- ROOT_OPS: 2025-06-06T00:03:13.9511801Z -- INCLUDE_ALL_OPS: 2025-06-06T00:03:13.9515024Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/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:13.9517678Z -- Generating kernel bindings: 2025-06-06T00:03:13.9518274Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:03:13.9518840Z -- FUNCTIONS_YAML: 2025-06-06T00:03:13.9519685Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:03:13.9520745Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:03:13.9528062Z Generated files /pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:03:13.9534393Z -- Generating operator lib: 2025-06-06T00:03:13.9534956Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:03:13.9535536Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-06T00:03:13.9536123Z -- DEPS: executorch 2025-06-06T00:03:13.9536605Z -- Generating operator lib: 2025-06-06T00:03:13.9537165Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:03:13.9538006Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:03:13.9538882Z -- ROOT_OPS: 2025-06-06T00:03:13.9539312Z -- INCLUDE_ALL_OPS: 2025-06-06T00:03:13.9542140Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-06T00:03:13.9544632Z -- Generating kernel bindings: 2025-06-06T00:03:13.9545212Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:03:13.9545793Z -- FUNCTIONS_YAML: 2025-06-06T00:03:13.9546565Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:03:13.9547486Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:03:13.9555039Z Generated files /pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:03:13.9572198Z -- Generating operator lib: 2025-06-06T00:03:13.9572779Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:03:13.9573362Z -- KERNEL_LIBS: quantized_kernels 2025-06-06T00:03:13.9573976Z -- DEPS: executorch_core 2025-06-06T00:03:13.9574515Z -- Configuring done (3.6s) 2025-06-06T00:03:13.9575045Z -- Generating done (0.1s) 2025-06-06T00:03:13.9575838Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out 2025-06-06T00:03:13.9576844Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-06T00:03:13.9577630Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-06T00:03:13.9578348Z [build_executorch.sh] Configured CMAKE 2025-06-06T00:03:13.9578938Z ++ nproc 2025-06-06T00:03:13.9579838Z + cmake --build /pytorch/executorch/arm_test/cmake-out -j8 --target install --config Release -- 2025-06-06T00:03:13.9581438Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-06T00:03:13.9582629Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-06T00:03:13.9584421Z [ 1%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/EthosUBackend.cpp.obj 2025-06-06T00:03:15.3300895Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.obj 2025-06-06T00:03:15.3303047Z [ 2%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/VelaBinStream.cpp.obj 2025-06-06T00:03:15.3309987Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.obj 2025-06-06T00:03:15.3312597Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.obj 2025-06-06T00:03:15.3314192Z [ 3%] No download step for 'flatbuffers_external_project' 2025-06-06T00:03:15.3315289Z [ 3%] No download step for 'flatcc_external_project' 2025-06-06T00:03:15.3316327Z [ 4%] No update step for 'flatcc_external_project' 2025-06-06T00:03:15.3317367Z [ 4%] No update step for 'flatbuffers_external_project' 2025-06-06T00:03:15.3318445Z [ 5%] No patch step for 'flatbuffers_external_project' 2025-06-06T00:03:15.3319475Z [ 5%] No patch step for 'flatcc_external_project' 2025-06-06T00:03:15.3320617Z [ 5%] Performing configure step for 'flatbuffers_external_project' 2025-06-06T00:03:15.3321868Z [ 5%] Performing configure step for 'flatcc_external_project' 2025-06-06T00:03:15.3323056Z CMake Warning: 2025-06-06T00:03:15.3323665Z Ignoring empty string ("") provided on the command line. 2025-06-06T00:03:15.3324228Z 2025-06-06T00:03:15.3324420Z  2025-06-06T00:03:15.3324880Z CMake Warning: 2025-06-06T00:03:15.3325470Z Ignoring empty string ("") provided on the command line. 2025-06-06T00:03:15.3326027Z 2025-06-06T00:03:15.3326220Z  2025-06-06T00:03:15.3327004Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:03:15.3328203Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:03:15.3329025Z CMake. 2025-06-06T00:03:15.3329232Z 2025-06-06T00:03:15.3329660Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:03:15.3330738Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:03:15.3331651Z to work with policies introduced by or earlier. 2025-06-06T00:03:15.3332152Z 2025-06-06T00:03:15.3332378Z  2025-06-06T00:03:15.3332845Z fatal: No names found, cannot describe anything. 2025-06-06T00:03:15.3333782Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-06T00:03:15.3334541Z git describe failed with exit code: 128 2025-06-06T00:03:15.3334993Z 2025-06-06T00:03:15.3335341Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-06T00:03:15.3336123Z Call Stack (most recent call first): 2025-06-06T00:03:15.3336717Z CMakeLists.txt:5 (include) 2025-06-06T00:03:15.3337347Z 2025-06-06T00:03:15.3337565Z  2025-06-06T00:03:15.3337975Z -- Proceeding with version: 24.3.25.0 2025-06-06T00:03:15.3338666Z -- The C compiler identification is Clang 12.0.1 2025-06-06T00:03:15.3339360Z -- Detecting C compiler ABI info 2025-06-06T00:03:15.3339970Z -- The CXX compiler identification is Clang 12.0.1 2025-06-06T00:03:15.3340690Z -- Detecting CXX compiler ABI info 2025-06-06T00:03:15.3341295Z -- Detecting C compiler ABI info - done 2025-06-06T00:03:15.3342093Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-06T00:03:15.3342836Z -- Detecting C compile features 2025-06-06T00:03:15.3343308Z -- Detecting C compile features - done 2025-06-06T00:03:15.3343921Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:03:15.3344640Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:03:15.3345390Z -- Setting Clang compiler options 2025-06-06T00:03:15.3346787Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-06T00:03:15.3348210Z -- Configuring done (0.4s) 2025-06-06T00:03:15.3348702Z -- Generating done (0.0s) 2025-06-06T00:03:15.3350307Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-06T00:03:15.3352259Z [ 6%] Performing build step for 'flatcc_external_project' 2025-06-06T00:03:15.3353561Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-06T00:03:15.3355043Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-06T00:03:15.3356735Z [ 9%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-06T00:03:15.3357947Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:03:15.3358811Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-06T00:03:15.3359671Z -- Detecting CXX compile features 2025-06-06T00:03:15.3360349Z -- Detecting CXX compile features - done 2025-06-06T00:03:15.3361030Z -- Looking for strtof_l 2025-06-06T00:03:15.3362172Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-06T00:03:15.3363566Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-06T00:03:15.3365044Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-06T00:03:15.3366845Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/interface.h:14, 2025-06-06T00:03:15.3368544Z from /pytorch/executorch/backends/arm/runtime/EthosUBackend.cpp:53: 2025-06-06T00:03:15.3371749Z /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:15.3374645Z 26 | const NamedDataMap* named_data_map = nullptr) 2025-06-06T00:03:15.3375643Z | ^ 2025-06-06T00:03:15.3377272Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:12: 2025-06-06T00:03:15.3379618Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-06T00:03:15.3381275Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-06T00:03:15.3382118Z | ^~~~~~~~~~~~ 2025-06-06T00:03:15.3385023Z /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:15.3388117Z 68 | const NamedDataMap* get_named_data_map() const { 2025-06-06T00:03:15.3389194Z | ^~~~~ 2025-06-06T00:03:15.3390874Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-06T00:03:15.3392620Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-06T00:03:15.3393565Z | ^~~~~~~~~~~~ 2025-06-06T00:03:15.3396643Z /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:15.3399582Z 76 | const NamedDataMap* named_data_map_ = nullptr; 2025-06-06T00:03:15.3400666Z | ^~~~~~~ 2025-06-06T00:03:15.3402750Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-06T00:03:15.3404532Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-06T00:03:15.3405658Z | ^~~~~~~~~~~~ 2025-06-06T00:03:15.3406814Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-06T00:03:15.3408482Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-06T00:03:15.3410148Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-06T00:03:15.3411971Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-06T00:03:15.3413102Z -- Looking for strtof_l - found 2025-06-06T00:03:15.3413687Z -- Looking for strtoull_l 2025-06-06T00:03:15.3414942Z [ 33%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:03:15.3416096Z [ 33%] Built target flatccrt 2025-06-06T00:03:15.3417324Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-06T00:03:15.3419060Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-06T00:03:15.3420801Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-06T00:03:15.3422323Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-06T00:03:15.3423711Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-06T00:03:15.3425150Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-06T00:03:15.3426139Z -- Looking for strtoull_l - found 2025-06-06T00:03:15.3426754Z -- Looking for realpath 2025-06-06T00:03:15.3427697Z [ 6%] Linking CXX static library libexecutorch_delegate_ethos_u.a 2025-06-06T00:03:15.3429074Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-06T00:03:15.3430044Z [ 6%] Built target executorch_delegate_ethos_u 2025-06-06T00:03:15.3431225Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-06T00:03:15.3432683Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-06T00:03:15.3434196Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-06T00:03:15.3435788Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-06T00:03:15.3437392Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-06T00:03:15.3439036Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-06T00:03:15.3440896Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-06T00:03:15.3442649Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-06T00:03:15.3444319Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-06T00:03:15.8765434Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-06T00:03:15.8766595Z -- Looking for realpath - found 2025-06-06T00:03:15.8767319Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-06T00:03:15.8768052Z -- Configuring done (1.4s) 2025-06-06T00:03:15.8768601Z -- Generating done (0.0s) 2025-06-06T00:03:15.8770233Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-06T00:03:15.8772640Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-06T00:03:15.8774345Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-06T00:03:15.8776688Z [ 6%] Performing build step for 'flatbuffers_external_project' 2025-06-06T00:03:15.8778151Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-06T00:03:15.8779549Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-06T00:03:15.8780893Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-06T00:03:15.8782359Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-06T00:03:15.8783766Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-06T00:03:15.8785412Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-06T00:03:15.8786523Z [ 93%] Built target flatcc 2025-06-06T00:03:15.8787561Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-06T00:03:15.8788980Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-06T00:03:15.8790442Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-06T00:03:15.8791951Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-06T00:03:15.8793319Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-06T00:03:15.8794686Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-06T00:03:15.8796123Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-06T00:03:15.8797108Z [100%] Built target flatcc_cli 2025-06-06T00:03:15.8798059Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-06T00:03:15.8798893Z [ 21%] Built target flatccrt 2025-06-06T00:03:15.8799438Z [ 93%] Built target flatcc 2025-06-06T00:03:15.8800390Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-06T00:03:15.8801311Z [100%] Built target flatcc_cli 2025-06-06T00:03:15.8802072Z Install the project... 2025-06-06T00:03:15.8802680Z -- Install configuration: "" 2025-06-06T00:03:15.8803806Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-06T00:03:15.8805770Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-06T00:03:15.8807684Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-06T00:03:15.8809946Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-06T00:03:15.8812120Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-06T00:03:15.8814484Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-06T00:03:15.8816694Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-06T00:03:15.8818892Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-06T00:03:15.8821109Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-06T00:03:15.8823390Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-06T00:03:15.8825683Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-06T00:03:15.8827883Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-06T00:03:15.8832787Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-06T00:03:15.8835330Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-06T00:03:15.8839117Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-06T00:03:15.8841376Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-06T00:03:15.8845516Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-06T00:03:15.8847630Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-06T00:03:15.8849757Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-06T00:03:15.8851981Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-06T00:03:15.8854251Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-06T00:03:15.8856459Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-06T00:03:15.8858608Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-06T00:03:15.8860726Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-06T00:03:15.8862973Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-06T00:03:15.8865272Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-06T00:03:15.8867608Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-06T00:03:15.8869975Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-06T00:03:15.8872271Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-06T00:03:15.8874544Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-06T00:03:15.8876888Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-06T00:03:15.8879332Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-06T00:03:15.8881877Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-06T00:03:15.8884426Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-06T00:03:15.8886960Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-06T00:03:15.8889470Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-06T00:03:15.8891651Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-06T00:03:15.8893810Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-06T00:03:15.8895865Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-06T00:03:15.8898309Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-06T00:03:15.8900485Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-06T00:03:15.8902772Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-06T00:03:15.8905377Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-06T00:03:15.8907840Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-06T00:03:15.8910193Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-06T00:03:15.8912545Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-06T00:03:15.8914897Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-06T00:03:15.8917183Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-06T00:03:18.2333238Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-06T00:03:18.2335569Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-06T00:03:18.2337905Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-06T00:03:18.2340244Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-06T00:03:18.2342577Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-06T00:03:18.2344835Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-06T00:03:18.2347102Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-06T00:03:18.2349341Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-06T00:03:18.2351638Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-06T00:03:18.2354109Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-06T00:03:18.2356759Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-06T00:03:18.2359036Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-06T00:03:18.2361300Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-06T00:03:18.2363658Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-06T00:03:18.2365937Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-06T00:03:18.2368125Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-06T00:03:18.2370184Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-06T00:03:18.2372564Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-06T00:03:18.2374354Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-06T00:03:18.2375717Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-06T00:03:18.2377121Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-06T00:03:18.2378376Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-06T00:03:18.2379652Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-06T00:03:18.2380807Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-06T00:03:18.2381866Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-06T00:03:18.2383880Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-06T00:03:18.2385983Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-06T00:03:18.2388098Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-06T00:03:18.2390201Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-06T00:03:18.2392104Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:03:18.2393899Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:03:18.2395551Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-06T00:03:18.2396463Z [ 7%] Completed 'flatcc_external_project' 2025-06-06T00:03:18.2396886Z [ 7%] Built target flatcc_external_project 2025-06-06T00:03:18.2397476Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-06T00:03:18.2398206Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-06T00:03:18.2399076Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.obj 2025-06-06T00:03:18.2399911Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-06T00:03:18.2400647Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-06T00:03:18.2401478Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-06T00:03:18.2402320Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-06T00:03:18.2403024Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-06T00:03:18.2403736Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-06T00:03:18.2404608Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.obj 2025-06-06T00:03:18.2405709Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-06T00:03:18.2406476Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-06T00:03:18.2407336Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.obj 2025-06-06T00:03:18.2408280Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-06T00:03:18.2409118Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-06T00:03:18.2409983Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-06T00:03:18.2410858Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.obj 2025-06-06T00:03:18.2411662Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-06T00:03:18.2412398Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-06T00:03:18.2413133Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-06T00:03:18.2413930Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-06T00:03:18.2414886Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.obj 2025-06-06T00:03:18.2415748Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-06T00:03:18.2416466Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-06T00:03:18.2417201Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-06T00:03:18.2418022Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-06T00:03:18.2418890Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-06T00:03:18.2419846Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.obj 2025-06-06T00:03:18.2420812Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-06T00:03:18.2421696Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-06T00:03:18.2422597Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-06T00:03:18.2423473Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-06T00:03:18.2424113Z [100%] Linking CXX executable flatc 2025-06-06T00:03:18.2424485Z [100%] Built target flatc 2025-06-06T00:03:18.2424989Z [ 9%] Performing install step for 'flatbuffers_external_project' 2025-06-06T00:03:18.2425471Z [100%] Built target flatc 2025-06-06T00:03:18.2425800Z Install the project... 2025-06-06T00:03:18.2426132Z -- Install configuration: "" 2025-06-06T00:03:18.2426816Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-06T00:03:18.2427940Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-06T00:03:18.2429111Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-06T00:03:18.2430287Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-06T00:03:18.2431434Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-06T00:03:18.2432620Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-06T00:03:18.2433824Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-06T00:03:18.2435063Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-06T00:03:21.3133560Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-06T00:03:21.3136006Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-06T00:03:21.3138585Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-06T00:03:21.3140794Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-06T00:03:21.3143215Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-06T00:03:21.3145444Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-06T00:03:21.3147863Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-06T00:03:21.3150191Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-06T00:03:21.3152601Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-06T00:03:21.3154764Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-06T00:03:21.3156830Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-06T00:03:21.3159092Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-06T00:03:21.3161361Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-06T00:03:21.3163679Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-06T00:03:21.3166094Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-06T00:03:21.3168413Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-06T00:03:21.3170789Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-06T00:03:21.3173183Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-06T00:03:21.3175545Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-06T00:03:21.3177875Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-06T00:03:21.3180209Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-06T00:03:21.3182448Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-06T00:03:21.3184550Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-06T00:03:21.3186808Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-06T00:03:21.3189160Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-06T00:03:21.3191458Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-06T00:03:21.3193963Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-06T00:03:21.3196575Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-06T00:03:21.3199419Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-06T00:03:21.3201718Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-06T00:03:21.3203895Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-06T00:03:21.3206689Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-06T00:03:21.3208840Z [ 10%] Completed 'flatbuffers_external_project' 2025-06-06T00:03:21.3209699Z [ 10%] Built target flatbuffers_external_project 2025-06-06T00:03:21.3210590Z [ 10%] Generating common_schema headers 2025-06-06T00:03:21.3211546Z [ 11%] Linking CXX static library libgflags_nothreads.a 2025-06-06T00:03:21.3212383Z [ 11%] Built target gflags_nothreads_static 2025-06-06T00:03:21.3213006Z [ 11%] Built target common_schema 2025-06-06T00:03:21.3213803Z [ 11%] Generating program_schema headers 2025-06-06T00:03:21.3214525Z [ 11%] Built target program_schema 2025-06-06T00:03:21.3215800Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.obj 2025-06-06T00:03:21.3217532Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.obj 2025-06-06T00:03:21.3219699Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.obj 2025-06-06T00:03:21.3221997Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.obj 2025-06-06T00:03:21.3224315Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.obj 2025-06-06T00:03:21.3226383Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.obj 2025-06-06T00:03:21.3228069Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.obj 2025-06-06T00:03:21.3229740Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.obj 2025-06-06T00:03:21.3231558Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.obj 2025-06-06T00:03:21.3233362Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.obj 2025-06-06T00:03:21.3235210Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.obj 2025-06-06T00:03:21.3237230Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.obj 2025-06-06T00:03:21.3239301Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.obj 2025-06-06T00:03:21.3241494Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.obj 2025-06-06T00:03:21.3243453Z [ 15%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:03:21.3244554Z [ 15%] Built target flatccrt 2025-06-06T00:03:21.3245752Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.obj 2025-06-06T00:03:21.3247454Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.obj 2025-06-06T00:03:21.3249218Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.obj 2025-06-06T00:03:21.3251006Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.obj 2025-06-06T00:03:21.3252815Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.obj 2025-06-06T00:03:21.3254574Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.obj 2025-06-06T00:03:21.3256626Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.obj 2025-06-06T00:03:21.3263285Z /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:21.3268117Z /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:21.3270380Z 66 | memory_offset |= static_cast(memory_offset_high) << 32; 2025-06-06T00:03:21.3271576Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ 2025-06-06T00:03:21.3272671Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-06-06T00:03:21.3273464Z [ 18%] Built target executorch_core 2025-06-06T00:03:21.3274778Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.obj 2025-06-06T00:03:21.3276677Z [ 20%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs.cpp.obj 2025-06-06T00:03:21.3278480Z [ 20%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.obj 2025-06-06T00:03:21.3280297Z [ 20%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.obj 2025-06-06T00:03:38.8828563Z [ 20%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs_portable.cpp.obj 2025-06-06T00:03:38.8831376Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.obj 2025-06-06T00:03:38.8834073Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.obj 2025-06-06T00:03:38.8836665Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.obj 2025-06-06T00:03:38.8839088Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.obj 2025-06-06T00:03:38.8840994Z [ 21%] Linking CXX static library libextension_runner_util.a 2025-06-06T00:03:38.8843060Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.obj 2025-06-06T00:03:38.8845572Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.obj 2025-06-06T00:03:38.8847117Z [ 22%] Built target extension_runner_util 2025-06-06T00:03:38.8848829Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.obj 2025-06-06T00:03:38.8851484Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.obj 2025-06-06T00:03:38.8853931Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.obj 2025-06-06T00:03:38.8856435Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.obj 2025-06-06T00:03:38.8859079Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.obj 2025-06-06T00:03:38.8861622Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.obj 2025-06-06T00:03:38.8864003Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.obj 2025-06-06T00:03:38.8865712Z [ 25%] Linking CXX static library libexecutorch.a 2025-06-06T00:03:38.8866609Z [ 25%] Built target executorch 2025-06-06T00:03:38.8868420Z [ 25%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_quantize_per_tensor.cpp.obj 2025-06-06T00:03:38.8870750Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.obj 2025-06-06T00:03:38.8873111Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.obj 2025-06-06T00:03:38.8875667Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.obj 2025-06-06T00:03:38.8877925Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.obj 2025-06-06T00:03:38.8880340Z [ 27%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_dequantize_per_tensor.cpp.obj 2025-06-06T00:03:38.8882299Z [ 28%] Linking CXX static library libkernels_util_all_deps.a 2025-06-06T00:03:38.8883329Z [ 28%] Built target kernels_util_all_deps 2025-06-06T00:03:38.8885018Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.obj 2025-06-06T00:03:38.8887293Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.obj 2025-06-06T00:03:38.8889553Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.obj 2025-06-06T00:03:38.8891818Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.obj 2025-06-06T00:03:38.8894118Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.obj 2025-06-06T00:03:38.8896406Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.obj 2025-06-06T00:03:38.8898759Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.obj 2025-06-06T00:03:38.8900538Z [ 30%] Linking CXX static library libcortex_m_kernels.a 2025-06-06T00:03:38.8901493Z [ 30%] Built target cortex_m_kernels 2025-06-06T00:03:38.8903081Z [ 31%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.obj 2025-06-06T00:03:38.8905583Z [ 31%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.obj 2025-06-06T00:03:38.8907966Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.obj 2025-06-06T00:03:38.8910314Z [ 32%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.obj 2025-06-06T00:03:38.8912570Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.obj 2025-06-06T00:03:38.8914969Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.obj 2025-06-06T00:03:38.8917111Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.obj 2025-06-06T00:03:38.8919213Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.obj 2025-06-06T00:03:38.8921307Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.obj 2025-06-06T00:03:38.8923435Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.obj 2025-06-06T00:03:38.8925619Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.obj 2025-06-06T00:03:38.8927809Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.obj 2025-06-06T00:03:38.8929950Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.obj 2025-06-06T00:03:38.8932047Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.obj 2025-06-06T00:03:38.8934384Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.obj 2025-06-06T00:03:38.8936575Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.obj 2025-06-06T00:03:38.8938723Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.obj 2025-06-06T00:03:38.8940594Z [ 37%] Linking CXX static library libquantized_kernels.a 2025-06-06T00:03:38.8941577Z [ 37%] Built target quantized_kernels 2025-06-06T00:03:38.8942717Z [ 38%] Generating selected_operators.yaml for cortex_m_ops_lib 2025-06-06T00:03:38.8943976Z [ 38%] Generating code for kernel registration 2025-06-06T00:03:38.8945607Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.obj 2025-06-06T00:03:38.8947805Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.obj 2025-06-06T00:03:38.8949948Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.obj 2025-06-06T00:03:38.8951981Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.obj 2025-06-06T00:03:38.8953996Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.obj 2025-06-06T00:03:38.8956628Z [ 39%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_ops_lib.dir/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:03:38.8959093Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.obj 2025-06-06T00:03:38.8961097Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.obj 2025-06-06T00:03:38.8963282Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.obj 2025-06-06T00:03:38.8965400Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.obj 2025-06-06T00:03:38.8967042Z [ 41%] Linking CXX static library libcortex_m_ops_lib.a 2025-06-06T00:03:38.8967969Z [ 41%] Built target cortex_m_ops_lib 2025-06-06T00:03:38.8969095Z [ 42%] Generating selected_operators.yaml for quantized_ops_lib 2025-06-06T00:03:38.8970397Z [ 42%] Generating code for kernel registration 2025-06-06T00:03:38.8972087Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.obj 2025-06-06T00:03:38.8990724Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.obj 2025-06-06T00:03:38.8993054Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.obj 2025-06-06T00:03:38.8995340Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.obj 2025-06-06T00:03:38.8997390Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.obj 2025-06-06T00:03:38.9000187Z [ 43%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:03:38.9003080Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.obj 2025-06-06T00:03:38.9029006Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.obj 2025-06-06T00:03:38.9031084Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.obj 2025-06-06T00:04:11.9877500Z [ 46%] Linking CXX static library libquantized_ops_lib.a 2025-06-06T00:04:11.9878351Z [ 46%] Built target quantized_ops_lib 2025-06-06T00:04:11.9879703Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.obj 2025-06-06T00:04:11.9882118Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.obj 2025-06-06T00:04:11.9884179Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.obj 2025-06-06T00:04:11.9886228Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.obj 2025-06-06T00:04:11.9888460Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.obj 2025-06-06T00:04:11.9890200Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.obj 2025-06-06T00:04:11.9892039Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.obj 2025-06-06T00:04:11.9893835Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.obj 2025-06-06T00:04:11.9895742Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.obj 2025-06-06T00:04:11.9897735Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.obj 2025-06-06T00:04:11.9899610Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.obj 2025-06-06T00:04:11.9901406Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.obj 2025-06-06T00:04:11.9903237Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.obj 2025-06-06T00:04:11.9905253Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.obj 2025-06-06T00:04:11.9907029Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.obj 2025-06-06T00:04:11.9908820Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.obj 2025-06-06T00:04:11.9910622Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.obj 2025-06-06T00:04:11.9912460Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.obj 2025-06-06T00:04:11.9914343Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.obj 2025-06-06T00:04:11.9916195Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.obj 2025-06-06T00:04:11.9918007Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.obj 2025-06-06T00:04:11.9919832Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.obj 2025-06-06T00:04:11.9922080Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.obj 2025-06-06T00:04:11.9923964Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.obj 2025-06-06T00:04:11.9925774Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.obj 2025-06-06T00:04:11.9927618Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.obj 2025-06-06T00:04:11.9929582Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.obj 2025-06-06T00:04:11.9931367Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.obj 2025-06-06T00:04:11.9933078Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.obj 2025-06-06T00:04:11.9934871Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.obj 2025-06-06T00:04:11.9936675Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.obj 2025-06-06T00:04:11.9938793Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.obj 2025-06-06T00:04:11.9940672Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.obj 2025-06-06T00:04:11.9942549Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.obj 2025-06-06T00:04:11.9944667Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.obj 2025-06-06T00:04:11.9946574Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.obj 2025-06-06T00:04:11.9948359Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.obj 2025-06-06T00:04:11.9950213Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.obj 2025-06-06T00:04:11.9951994Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.obj 2025-06-06T00:04:11.9953942Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.obj 2025-06-06T00:04:11.9956048Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.obj 2025-06-06T00:04:11.9958095Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.obj 2025-06-06T00:04:11.9961192Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.obj 2025-06-06T00:04:11.9963729Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.obj 2025-06-06T00:04:11.9966222Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.obj 2025-06-06T00:04:11.9968710Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.obj 2025-06-06T00:04:11.9971812Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.obj 2025-06-06T00:04:11.9974048Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.obj 2025-06-06T00:04:11.9975968Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.obj 2025-06-06T00:04:11.9977934Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.obj 2025-06-06T00:04:11.9979752Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.obj 2025-06-06T00:04:11.9981554Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.obj 2025-06-06T00:04:11.9983599Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.obj 2025-06-06T00:04:11.9985569Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.obj 2025-06-06T00:04:11.9987626Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.obj 2025-06-06T00:04:11.9989573Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.obj 2025-06-06T00:04:11.9991566Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.obj 2025-06-06T00:04:11.9993880Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.obj 2025-06-06T00:04:11.9996022Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.obj 2025-06-06T00:04:11.9997905Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.obj 2025-06-06T00:04:11.9999855Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.obj 2025-06-06T00:04:12.0001734Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.obj 2025-06-06T00:04:12.0003698Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.obj 2025-06-06T00:04:12.0005914Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.obj 2025-06-06T00:04:12.0007797Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.obj 2025-06-06T00:04:12.0009803Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.obj 2025-06-06T00:04:12.0011911Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.obj 2025-06-06T00:04:12.0013951Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.obj 2025-06-06T00:04:12.0015996Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.obj 2025-06-06T00:04:12.0017933Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.obj 2025-06-06T00:04:12.0019698Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.obj 2025-06-06T00:04:12.0021543Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.obj 2025-06-06T00:04:12.0023372Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.obj 2025-06-06T00:04:12.0025343Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.obj 2025-06-06T00:04:39.8218099Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.obj 2025-06-06T00:04:39.8220465Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.obj 2025-06-06T00:04:39.8222546Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.obj 2025-06-06T00:04:39.8224585Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.obj 2025-06-06T00:04:39.8226460Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.obj 2025-06-06T00:04:39.8228296Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.obj 2025-06-06T00:04:39.8230137Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.obj 2025-06-06T00:04:39.8232685Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.obj 2025-06-06T00:04:39.8234838Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.obj 2025-06-06T00:04:39.8236978Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.obj 2025-06-06T00:04:39.8239070Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.obj 2025-06-06T00:04:39.8241002Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.obj 2025-06-06T00:04:39.8242989Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.obj 2025-06-06T00:04:39.8244911Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.obj 2025-06-06T00:04:39.8247004Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.obj 2025-06-06T00:04:39.8249355Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.obj 2025-06-06T00:04:39.8251539Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.obj 2025-06-06T00:04:39.8253673Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.obj 2025-06-06T00:04:39.8255872Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.obj 2025-06-06T00:04:39.8257820Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.obj 2025-06-06T00:04:39.8259815Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.obj 2025-06-06T00:04:39.8261499Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.obj 2025-06-06T00:04:39.8263328Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.obj 2025-06-06T00:04:39.8265285Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.obj 2025-06-06T00:04:39.8267193Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.obj 2025-06-06T00:04:39.8269087Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.obj 2025-06-06T00:04:39.8271065Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.obj 2025-06-06T00:04:39.8273020Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.obj 2025-06-06T00:04:39.8274901Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.obj 2025-06-06T00:04:39.8276757Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.obj 2025-06-06T00:04:39.8278670Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.obj 2025-06-06T00:04:39.8280552Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.obj 2025-06-06T00:04:39.8282647Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.obj 2025-06-06T00:04:39.8284618Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.obj 2025-06-06T00:04:39.8286518Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.obj 2025-06-06T00:04:39.8288571Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.obj 2025-06-06T00:04:39.8290534Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.obj 2025-06-06T00:04:39.8292630Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.obj 2025-06-06T00:04:39.8294545Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.obj 2025-06-06T00:04:39.8296384Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.obj 2025-06-06T00:04:39.8298232Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.obj 2025-06-06T00:04:39.8300087Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.obj 2025-06-06T00:04:39.8301938Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.obj 2025-06-06T00:04:39.8303705Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.obj 2025-06-06T00:04:39.8305768Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.obj 2025-06-06T00:04:39.8307877Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.obj 2025-06-06T00:04:39.8309817Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.obj 2025-06-06T00:04:39.8311795Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.obj 2025-06-06T00:04:39.8313850Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.obj 2025-06-06T00:04:39.8315791Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.obj 2025-06-06T00:04:39.8317935Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.obj 2025-06-06T00:04:39.8319955Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.obj 2025-06-06T00:04:39.8322276Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.obj 2025-06-06T00:04:39.8324325Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.obj 2025-06-06T00:04:39.8326314Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.obj 2025-06-06T00:04:39.8328242Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.obj 2025-06-06T00:04:39.8330223Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.obj 2025-06-06T00:04:39.8332059Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.obj 2025-06-06T00:04:39.8333944Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.obj 2025-06-06T00:04:39.8336068Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.obj 2025-06-06T00:04:39.8338666Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.obj 2025-06-06T00:04:39.8341084Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.obj 2025-06-06T00:04:39.8343409Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.obj 2025-06-06T00:04:39.8345587Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.obj 2025-06-06T00:04:39.8347777Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.obj 2025-06-06T00:04:39.8350028Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.obj 2025-06-06T00:04:39.8352232Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.obj 2025-06-06T00:04:39.8354355Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.obj 2025-06-06T00:04:39.8356306Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.obj 2025-06-06T00:04:39.8358212Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.obj 2025-06-06T00:04:39.8360196Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.obj 2025-06-06T00:04:39.8362402Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.obj 2025-06-06T00:04:48.3064288Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.obj 2025-06-06T00:04:48.3066357Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.obj 2025-06-06T00:04:48.3067747Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.obj 2025-06-06T00:04:48.3068956Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.obj 2025-06-06T00:04:48.3070355Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.obj 2025-06-06T00:04:48.3071622Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.obj 2025-06-06T00:04:48.3072933Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.obj 2025-06-06T00:04:48.3073970Z [ 99%] Linking CXX static library libportable_kernels.a 2025-06-06T00:04:48.3074689Z [ 99%] Built target portable_kernels 2025-06-06T00:04:48.3075288Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-06-06T00:04:48.3075885Z [ 99%] Generating code for kernel registration 2025-06-06T00:04:48.3077007Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:04:48.3078167Z [100%] Linking CXX static library libportable_ops_lib.a 2025-06-06T00:04:48.3078856Z [100%] Built target portable_ops_lib 2025-06-06T00:04:48.3079268Z Install the project... 2025-06-06T00:04:48.3079608Z -- Install configuration: "Release" 2025-06-06T00:04:48.3080074Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libflatccrt.a 2025-06-06T00:04:48.3080723Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/fxdiv.h 2025-06-06T00:04:48.3081344Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libportable_kernels.a 2025-06-06T00:04:48.3082184Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:04:48.3083028Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-06T00:04:48.3083963Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-06T00:04:48.3084997Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core 2025-06-06T00:04:48.3085796Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-06T00:04:48.3086768Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-06T00:04:48.3087729Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/defines.h 2025-06-06T00:04:48.3088684Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/error.h 2025-06-06T00:04:48.3089788Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-06T00:04:48.3090693Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-06T00:04:48.3091884Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-06T00:04:48.3092977Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-06T00:04:48.3094218Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-06T00:04:48.3095412Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-06T00:04:48.3096671Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-06T00:04:48.3098112Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-06T00:04:48.3099728Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-06T00:04:48.3101038Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-06T00:04:48.3102123Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-06T00:04:48.3103241Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-06T00:04:48.3104452Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-06T00:04:48.3106035Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-06T00:04:48.3107289Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-06T00:04:48.3108524Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-06T00:04:48.3109673Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-06T00:04:48.3110642Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-06T00:04:48.3111580Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-06T00:04:48.3112767Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-06T00:04:48.3114262Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-06T00:04:48.3115596Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-06T00:04:48.3116866Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type 2025-06-06T00:04:48.3118253Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-06T00:04:48.3119979Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-06T00:04:48.3121428Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-06T00:04:48.3122795Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-06T00:04:48.3124113Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-06T00:04:48.3125479Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-06T00:04:48.3127116Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-06T00:04:48.3128313Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-06T00:04:48.3129376Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-06T00:04:48.3130479Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-06T00:04:48.3132004Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-06T00:04:48.3133358Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-06T00:04:48.3134991Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-06T00:04:48.3136607Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-06T00:04:48.3138022Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-06T00:04:48.3139312Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-06T00:04:48.3140725Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-06T00:04:48.3141943Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-06T00:04:48.3143169Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-06T00:04:48.3144677Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-06T00:04:48.3146301Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-06T00:04:48.3147763Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-06T00:04:48.3149046Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-06T00:04:48.3150150Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-06T00:04:48.3151121Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-06T00:04:48.3152128Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-06T00:04:48.3153119Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-06T00:04:48.3394885Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-06T00:04:48.3396011Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-06T00:04:48.3397013Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-06T00:04:48.3398018Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-06T00:04:48.3399097Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-06T00:04:48.3400087Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-06T00:04:48.3400959Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/result.h 2025-06-06T00:04:48.3402040Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/span.h 2025-06-06T00:04:48.3402829Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tag.h 2025-06-06T00:04:48.3403670Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-06T00:04:48.3404592Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-06T00:04:48.3405787Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/test 2025-06-06T00:04:48.3406607Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel 2025-06-06T00:04:48.3407445Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-06T00:04:48.3408428Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-06T00:04:48.3409413Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-06T00:04:48.3410441Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/test 2025-06-06T00:04:48.3411297Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-06T00:04:48.3412271Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-06T00:04:48.3413242Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform 2025-06-06T00:04:48.3414044Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-06T00:04:48.3414904Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-06T00:04:48.3415765Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-06T00:04:48.3416657Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-06T00:04:48.3417588Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-06T00:04:48.3418498Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/default 2025-06-06T00:04:48.3419394Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/log.h 2025-06-06T00:04:48.3420266Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-06T00:04:48.3421139Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-06T00:04:48.3422015Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-06T00:04:48.3422870Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/system.h 2025-06-06T00:04:48.3423714Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test 2025-06-06T00:04:48.3424589Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-06T00:04:48.3425539Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-06T00:04:48.3426462Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/types.h 2025-06-06T00:04:48.3427283Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util 2025-06-06T00:04:48.3428372Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-06T00:04:48.3429483Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-06T00:04:48.3430469Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/test 2025-06-06T00:04:48.3431548Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-06T00:04:48.3432402Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor 2025-06-06T00:04:48.3433220Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-06T00:04:48.3434125Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-06T00:04:48.3435064Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-06T00:04:48.3436007Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-06T00:04:48.3436893Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/test 2025-06-06T00:04:48.3437705Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool 2025-06-06T00:04:48.3438650Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-06T00:04:48.3439582Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/test 2025-06-06T00:04:48.3440502Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-06T00:04:48.3441515Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-06T00:04:48.3442442Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch.a 2025-06-06T00:04:48.3443080Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:04:48.3443979Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-06T00:04:48.3444762Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:04:48.3445427Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:04:48.3446245Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-06T00:04:48.3447221Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-06T00:04:48.3448102Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:04:48.3448820Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:04:48.3449498Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:04:48.3450296Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-06T00:04:48.3451226Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-06T00:04:48.3451878Z + set +x 2025-06-06T00:04:48.3452215Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:04:48.3453068Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:04:48.3454186Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:04:48.3455217Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-06T00:04:48.3456341Z -rw-r--r--. 1 ci-user ci-user 18220 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-06T00:04:48.3457342Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-06T00:04:48.3458341Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-06T00:04:48.3459392Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-06T00:04:48.3460436Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 /pytorch/executorch/arm_test/cmake-out/kernels/portable/libportable_kernels.a 2025-06-06T00:04:48.3461419Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 /pytorch/executorch/arm_test/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-06T00:04:48.3462406Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-06T00:04:48.3463380Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-06T00:04:48.3464391Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-06T00:04:48.3465319Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/libexecutorch_core.a 2025-06-06T00:04:51.0672177Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/libexecutorch.a 2025-06-06T00:04:51.0673047Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libflatccrt.a 2025-06-06T00:04:51.0673864Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:04 /pytorch/executorch/arm_test/cmake-out/lib/libportable_kernels.a 2025-06-06T00:04:51.0674832Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:04 /pytorch/executorch/arm_test/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:04:51.0675640Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch.a 2025-06-06T00:04:51.0676464Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:04:51.0677319Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:04:51.0678141Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:04:51.0678994Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:04:51.0679855Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:04:51.0680708Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:04:51.0681384Z -------------------------------------------------------------------------------- 2025-06-06T00:04:51.0682280Z Build ExecuTorch Libraries Release portable kernels: aten::_softmax.out into '/pytorch/executorch/arm_test/cmake-out' 2025-06-06T00:04:51.0683040Z -------------------------------------------------------------------------------- 2025-06-06T00:04:51.0684789Z + cmake -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/arm_test/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 -B/pytorch/executorch/arm_test/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-06-06T00:04:51.0686514Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:04:51.0686924Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:04:51.0687297Z -- Detecting C compiler ABI info 2025-06-06T00:04:51.0687633Z -- Detecting C compiler ABI info - done 2025-06-06T00:04:51.0688612Z -- 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:51.0689544Z -- Detecting C compile features 2025-06-06T00:04:51.0689913Z -- Detecting C compile features - done 2025-06-06T00:04:51.0690323Z -- Detecting CXX compiler ABI info 2025-06-06T00:04:51.0690673Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:04:51.0691611Z -- 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:51.0692522Z -- Detecting CXX compile features 2025-06-06T00:04:51.0692866Z -- Detecting CXX compile features - done 2025-06-06T00:04:51.0693547Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-06-06T00:04:51.0694130Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-06T00:04:51.0694742Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-06T00:04:51.0695333Z cmake_policy command to set the policy and suppress this warning. 2025-06-06T00:04:51.0695673Z 2025-06-06T00:04:51.0695813Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-06T00:04:51.0696059Z 2025-06-06T00:04:51.0696186Z /pytorch/executorch/examples/arm/../.. 2025-06-06T00:04:51.0696433Z 2025-06-06T00:04:51.0696676Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-06T00:04:51.0697233Z .cmake module might still use it. 2025-06-06T00:04:51.0697685Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-06T00:04:51.0698145Z  2025-06-06T00:04:51.0698429Z etdump library is not found. 2025-06-06T00:04:51.0698946Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0699495Z bundled_program library is not found. 2025-06-06T00:04:51.0700033Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0700562Z extension_data_loader library is not found. 2025-06-06T00:04:51.0701118Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0701644Z extension_flat_tensor library is not found. 2025-06-06T00:04:51.0702207Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0702717Z coreml_util library is not found. 2025-06-06T00:04:51.0703227Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0703751Z coreml_inmemoryfs library is not found. 2025-06-06T00:04:51.0704278Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0704796Z coremldelegate library is not found. 2025-06-06T00:04:51.0705696Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0706207Z mpsdelegate library is not found. 2025-06-06T00:04:51.0706718Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0707229Z neuron_backend library is not found. 2025-06-06T00:04:51.0707760Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0708289Z qnn_executorch_backend library is not found. 2025-06-06T00:04:51.0708850Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0709335Z custom_ops library is not found. 2025-06-06T00:04:51.0709852Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0710352Z extension_module library is not found. 2025-06-06T00:04:51.0710883Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0711422Z extension_module_static library is not found. 2025-06-06T00:04:51.0711972Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0712481Z extension_tensor library is not found. 2025-06-06T00:04:51.0712998Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0713661Z extension_threadpool library is not found. 2025-06-06T00:04:51.0714317Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0714951Z extension_training library is not found. 2025-06-06T00:04:51.0715488Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0715994Z xnnpack_backend library is not found. 2025-06-06T00:04:51.0716529Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0717013Z XNNPACK library is not found. 2025-06-06T00:04:51.0717517Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0718031Z microkernels-prod library is not found. 2025-06-06T00:04:51.0718568Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0719066Z kleidiai library is not found. 2025-06-06T00:04:51.0719553Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0720050Z cpuinfo library is not found. 2025-06-06T00:04:51.0720539Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0721044Z pthreadpool library is not found. 2025-06-06T00:04:51.0721641Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0722269Z vulkan_backend library is not found. 2025-06-06T00:04:51.0722791Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0723316Z optimized_kernels library is not found. 2025-06-06T00:04:51.0723852Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0724450Z optimized_portable_kernels library is not found. 2025-06-06T00:04:51.0725026Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0725509Z cpublas library is not found. 2025-06-06T00:04:51.0726018Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0726509Z eigen_blas library is not found. 2025-06-06T00:04:51.0727025Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0727547Z optimized_ops_lib library is not found. 2025-06-06T00:04:51.0728062Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0728635Z optimized_native_cpu_ops_lib library is not found. 2025-06-06T00:04:51.0729201Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0729730Z quantized_ops_aot_lib library is not found. 2025-06-06T00:04:51.0730264Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:04:51.0730713Z -- Generating operator lib: 2025-06-06T00:04:51.0731012Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:04:51.0731330Z -- OPS_SCHEMA_YAML: 2025-06-06T00:04:51.0731630Z -- ROOT_OPS: aten::_softmax.out 2025-06-06T00:04:51.0731924Z -- INCLUDE_ALL_OPS: 2025-06-06T00:04:51.0733282Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::_softmax.out" 2025-06-06T00:04:51.0734318Z -- Generating kernel bindings: 2025-06-06T00:04:51.0734638Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:04:51.0735183Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-06-06T00:04:51.0735745Z -- CUSTOM_OPS_YAML: 2025-06-06T00:04:51.0736033Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:04:51.0736347Z -- Generating operator lib: 2025-06-06T00:04:51.0736647Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:04:51.0736963Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:04:51.0737277Z -- DEPS: executorch 2025-06-06T00:04:51.0737534Z -- Configuring done (0.3s) 2025-06-06T00:04:51.0737822Z -- Generating done (0.0s) 2025-06-06T00:04:51.0738285Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out/examples/arm 2025-06-06T00:04:51.0738797Z ++ nproc 2025-06-06T00:04:51.0739240Z + cmake --build /pytorch/executorch/arm_test/cmake-out/examples/arm -j8 --config Release -- 2025-06-06T00:04:51.0740077Z [ 25%] Generating selected_operators.yaml for arm_portable_ops_lib 2025-06-06T00:04:51.0740652Z aten::_softmax.out 2025-06-06T00:04:51.0741039Z [ 50%] Generating code for kernel registration 2025-06-06T00:04:51.0742031Z [ 75%] Building CXX object CMakeFiles/arm_portable_ops_lib.dir/arm_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:04:51.0743003Z [100%] Linking CXX static library libarm_portable_ops_lib.a 2025-06-06T00:04:51.0743475Z [100%] Built target arm_portable_ops_lib 2025-06-06T00:04:51.0743784Z + set +x 2025-06-06T00:04:51.0744150Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:05:23.7597438Z -rw-r--r--. 1 ci-user ci-user 4748 Jun 6 00:04 /pytorch/executorch/arm_test/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:05:23.7598494Z [build_semihosting_executorch_runner] Configuring corstone-300 with system config Ethos_U55_High_End_Embedded 2025-06-06T00:05:23.7599258Z /pytorch/executorch/examples/arm/executor_runner 2025-06-06T00:05:23.7600082Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:05:23.7600784Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:05:23.7601183Z -- Detecting C compiler ABI info 2025-06-06T00:05:23.7601527Z -- Detecting C compiler ABI info - done 2025-06-06T00:05:23.7602555Z -- 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:23.7603576Z -- Detecting C compile features 2025-06-06T00:05:23.7603907Z -- Detecting C compile features - done 2025-06-06T00:05:23.7604269Z -- Detecting CXX compiler ABI info 2025-06-06T00:05:23.7604608Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:05:23.7605770Z -- 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:23.7606731Z -- Detecting CXX compile features 2025-06-06T00:05:23.7607068Z -- Detecting CXX compile features - done 2025-06-06T00:05:23.7607621Z '/opt/conda/envs/py_3.10/bin/python3' 'fetch_externals.py' '-c' '25.02.json' 'fetch' 2025-06-06T00:05:23.7608296Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:23.7608948Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:23.7609560Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:23.7610021Z hint: 2025-06-06T00:05:23.7610320Z hint: git config --global init.defaultBranch 2025-06-06T00:05:23.7610727Z hint: 2025-06-06T00:05:23.7611092Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:23.7611725Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:23.7612194Z hint: 2025-06-06T00:05:23.7612436Z hint: git branch -m 2025-06-06T00:05:23.7613028Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-platform 2025-06-06T00:05:23.7613683Z * tag 25.02 -> FETCH_HEAD 2025-06-06T00:05:23.7614178Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:23.7614824Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:23.7615432Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:23.7615891Z hint: 2025-06-06T00:05:23.7616182Z hint: git config --global init.defaultBranch 2025-06-06T00:05:23.7616548Z hint: 2025-06-06T00:05:23.7616905Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:23.7617519Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:23.7617996Z hint: 2025-06-06T00:05:23.7618215Z hint: git branch -m 2025-06-06T00:05:23.7618736Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-software 2025-06-06T00:05:23.7619439Z * tag 25.02 -> FETCH_HEAD 2025-06-06T00:05:23.7619951Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:23.7620676Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:23.7621387Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:23.7622329Z hint: 2025-06-06T00:05:23.7622806Z hint: git config --global init.defaultBranch 2025-06-06T00:05:23.7623259Z hint: 2025-06-06T00:05:23.7623693Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:23.7624493Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:23.7625043Z hint: 2025-06-06T00:05:23.7625263Z hint: git branch -m 2025-06-06T00:05:23.7625978Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-06T00:05:23.7626741Z * tag 25.02 -> FETCH_HEAD 2025-06-06T00:05:23.7627299Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:23.7628336Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:23.7629167Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:23.7629692Z hint: 2025-06-06T00:05:23.7630058Z hint: git config --global init.defaultBranch 2025-06-06T00:05:23.7630627Z hint: 2025-06-06T00:05:23.7631042Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:23.7631962Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:23.7632563Z hint: 2025-06-06T00:05:23.7632842Z hint: git branch -m 2025-06-06T00:05:23.7633242Z From https://github.com/ARM-software/CMSIS_5 2025-06-06T00:05:23.7633727Z * branch 55b19837f5703e418ca37894d5745b1dc05e4c91 -> FETCH_HEAD 2025-06-06T00:05:23.7634357Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:23.7635184Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:23.7636157Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:23.7636609Z hint: 2025-06-06T00:05:23.7636908Z hint: git config --global init.defaultBranch 2025-06-06T00:05:23.7637402Z hint: 2025-06-06T00:05:23.7637868Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:23.7638792Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:23.7639442Z hint: 2025-06-06T00:05:23.7639736Z hint: git branch -m 2025-06-06T00:05:23.7640154Z From https://github.com/ARM-software/CMSIS_6 2025-06-06T00:05:23.7640946Z * branch 1a1799c6c58c47e737bb19523483344a25d29895 -> FETCH_HEAD 2025-06-06T00:05:23.7641863Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:23.7642866Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:23.7643725Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:23.7644383Z hint: 2025-06-06T00:05:23.7644808Z hint: git config --global init.defaultBranch 2025-06-06T00:05:23.7645368Z hint: 2025-06-06T00:05:23.7645896Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:23.7646752Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:23.7647234Z hint: 2025-06-06T00:05:23.7647455Z hint: git branch -m 2025-06-06T00:05:23.7647811Z From https://github.com/ARM-software/Cortex_DFP 2025-06-06T00:05:23.7648306Z * branch c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf -> FETCH_HEAD 2025-06-06T00:05:23.7648922Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:23.7649642Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:23.7650268Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:23.7650726Z hint: 2025-06-06T00:05:23.7651007Z hint: git config --global init.defaultBranch 2025-06-06T00:05:23.7651391Z hint: 2025-06-06T00:05:23.7651760Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:23.7652695Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:23.7653425Z hint: 2025-06-06T00:05:23.7653795Z hint: git branch -m 2025-06-06T00:05:23.7654362Z From https://github.com/ARM-software/CMSIS-NN 2025-06-06T00:05:23.7655165Z * branch e096196a0c49f065abc03d943c583cd50de424ba -> FETCH_HEAD 2025-06-06T00:05:23.7656332Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:23.7657156Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:23.7657774Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:23.7658375Z hint: 2025-06-06T00:05:23.7658798Z hint: git config --global init.defaultBranch 2025-06-06T00:05:23.7659195Z hint: 2025-06-06T00:05:23.7659677Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:23.7660297Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:23.7660937Z hint: 2025-06-06T00:05:23.7661214Z hint: git branch -m 2025-06-06T00:05:23.7661575Z From https://github.com/ARM-software/CMSIS-View 2025-06-06T00:05:23.7662255Z * branch 727e1076b4de7603bc4ec7ea80c0f00fd217ef10 -> FETCH_HEAD 2025-06-06T00:05:23.7663045Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:23.7663840Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:23.7664609Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:23.7665066Z hint: 2025-06-06T00:05:23.7665351Z hint: git config --global init.defaultBranch 2025-06-06T00:05:23.7665865Z hint: 2025-06-06T00:05:23.7666258Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:23.7667261Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:23.7668003Z hint: 2025-06-06T00:05:23.7668428Z hint: git branch -m 2025-06-06T00:05:23.7669025Z From https://github.com/OpenAMP/libmetal 2025-06-06T00:05:23.7669805Z * branch 465fcf018c760785fc04fcd90a72b17ab9a8a58d -> FETCH_HEAD 2025-06-06T00:05:23.7670675Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git init 2025-06-06T00:05:23.7671631Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git remote 2025-06-06T00:05:23.7673437Z /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:23.7675953Z /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:23.7678257Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git fetch origin 25.02 2025-06-06T00:05:23.7679434Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:23.7680770Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git rev-parse FETCH_HEAD 2025-06-06T00:05:23.7682590Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git checkout 325cd1e4e0c3be37800968851f0db237a76fc96a 2025-06-06T00:05:23.7683860Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git init 2025-06-06T00:05:23.7684984Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git remote 2025-06-06T00:05:23.7687251Z /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:23.7689867Z /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:30.4933939Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git fetch origin 25.02 2025-06-06T00:05:30.4934954Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:30.4935911Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git rev-parse FETCH_HEAD 2025-06-06T00:05:30.4936972Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git checkout 1837d98361981e1e05c07fa46badf6c850594ea2 2025-06-06T00:05:30.4938018Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git init 2025-06-06T00:05:30.4939158Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git remote 2025-06-06T00:05:30.4940555Z /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:30.4942442Z /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:30.4943983Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git fetch origin 25.02 2025-06-06T00:05:30.4945036Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:30.4946117Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git rev-parse FETCH_HEAD 2025-06-06T00:05:30.4947294Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git checkout 7bf44c54527e718b99d588ce520cf2f96343adb1 2025-06-06T00:05:30.4948345Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git init 2025-06-06T00:05:30.4949161Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git remote 2025-06-06T00:05:30.4950478Z /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:30.4952015Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git fetch origin 55b19837f5703e418ca37894d5745b1dc05e4c91 2025-06-06T00:05:30.4953181Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:30.4954191Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git rev-parse FETCH_HEAD 2025-06-06T00:05:30.4955312Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git checkout 55b19837f5703e418ca37894d5745b1dc05e4c91 2025-06-06T00:05:30.4956345Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git init 2025-06-06T00:05:30.4957175Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git remote 2025-06-06T00:05:30.4958511Z /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:30.4960044Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git fetch origin 1a1799c6c58c47e737bb19523483344a25d29895 2025-06-06T00:05:30.4961220Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:30.4962388Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git rev-parse FETCH_HEAD 2025-06-06T00:05:30.4963506Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git checkout 1a1799c6c58c47e737bb19523483344a25d29895 2025-06-06T00:05:30.4964562Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git init 2025-06-06T00:05:30.4965425Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git remote 2025-06-06T00:05:30.4966826Z /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:30.4968442Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git fetch origin c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf 2025-06-06T00:05:30.4969651Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:30.4970782Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git rev-parse FETCH_HEAD 2025-06-06T00:05:30.4971955Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git checkout c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf 2025-06-06T00:05:30.4973038Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git init 2025-06-06T00:05:30.4973919Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git remote 2025-06-06T00:05:30.4975282Z /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:30.4976850Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git fetch origin e096196a0c49f065abc03d943c583cd50de424ba 2025-06-06T00:05:30.4978049Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:30.4979092Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git rev-parse FETCH_HEAD 2025-06-06T00:05:30.4980233Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git checkout e096196a0c49f065abc03d943c583cd50de424ba 2025-06-06T00:05:30.4981303Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git init 2025-06-06T00:05:30.4982170Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git remote 2025-06-06T00:05:30.4986234Z /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:30.4987901Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git fetch origin 727e1076b4de7603bc4ec7ea80c0f00fd217ef10 2025-06-06T00:05:30.4989142Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:30.4990202Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git rev-parse FETCH_HEAD 2025-06-06T00:05:30.4991368Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git checkout 727e1076b4de7603bc4ec7ea80c0f00fd217ef10 2025-06-06T00:05:30.4992490Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git init 2025-06-06T00:05:30.4993429Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git remote 2025-06-06T00:05:30.4994890Z /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:30.4996582Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git fetch origin 465fcf018c760785fc04fcd90a72b17ab9a8a58d 2025-06-06T00:05:30.4997887Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:30.4999032Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git rev-parse FETCH_HEAD 2025-06-06T00:05:30.4999905Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:30.5000563Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:30.5001173Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:30.5001707Z hint: 2025-06-06T00:05:30.5001993Z hint: git config --global init.defaultBranch 2025-06-06T00:05:30.5002376Z hint: 2025-06-06T00:05:30.5002740Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:30.5003358Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:30.5003840Z hint: 2025-06-06T00:05:30.5004061Z hint: git branch -m 2025-06-06T00:05:30.5004444Z From https://github.com/OpenAMP/open-amp 2025-06-06T00:05:30.5004915Z * branch 3122cec8aab75c315d10dc4fb093e985680fa134 -> FETCH_HEAD 2025-06-06T00:05:30.5005760Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:30.5006397Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:30.5007089Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:30.5007550Z hint: 2025-06-06T00:05:30.5007834Z hint: git config --global init.defaultBranch 2025-06-06T00:05:30.5008273Z hint: 2025-06-06T00:05:30.5008674Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:30.5009302Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:30.5009774Z hint: 2025-06-06T00:05:30.5010008Z hint: git branch -m 2025-06-06T00:05:30.5010354Z From https://github.com/FreeRTOS/FreeRTOS-Kernel 2025-06-06T00:05:30.5010861Z * branch ad4e7238293cbe994e7450e1bc415136875da322 -> FETCH_HEAD 2025-06-06T00:05:30.5011470Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:30.5012106Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:30.5012727Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:30.5013167Z hint: 2025-06-06T00:05:30.5013458Z hint: git config --global init.defaultBranch 2025-06-06T00:05:30.5013826Z hint: 2025-06-06T00:05:30.5014183Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:06:40.0960283Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:06:40.0960911Z hint: 2025-06-06T00:06:40.0961203Z hint: git branch -m 2025-06-06T00:06:40.0961596Z From https://github.com/eclipse-threadx/threadx 2025-06-06T00:06:40.0962273Z * branch 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 -> FETCH_HEAD 2025-06-06T00:06:40.0962963Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:06:40.0963670Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:06:40.0964348Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:06:40.0964806Z hint: 2025-06-06T00:06:40.0965163Z hint: git config --global init.defaultBranch 2025-06-06T00:06:40.0965533Z hint: 2025-06-06T00:06:40.0965969Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:06:40.0966645Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:06:40.0967145Z hint: 2025-06-06T00:06:40.0967414Z hint: git branch -m 2025-06-06T00:06:40.0967887Z From https://github.com/tensorflow/tflite-micro 2025-06-06T00:06:40.0968444Z * branch ef64591270691022a329cf04ba9e73ecfb15ddb8 -> FETCH_HEAD 2025-06-06T00:06:40.0969131Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:06:40.0969832Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:06:40.0970499Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:06:40.0970967Z hint: 2025-06-06T00:06:40.0971324Z hint: git config --global init.defaultBranch 2025-06-06T00:06:40.0971712Z hint: 2025-06-06T00:06:40.0972118Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:06:40.0972775Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:06:40.0973287Z hint: 2025-06-06T00:06:40.0973548Z hint: git branch -m 2025-06-06T00:06:40.0974133Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-linux-driver-stack 2025-06-06T00:06:40.0974831Z * tag 25.02 -> FETCH_HEAD 2025-06-06T00:06:40.0975452Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:06:40.0976168Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:06:40.0976931Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:06:40.0977402Z hint: 2025-06-06T00:06:40.0977740Z hint: git config --global init.defaultBranch 2025-06-06T00:06:40.0978215Z hint: 2025-06-06T00:06:40.0978597Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:06:40.0979265Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:06:40.0979790Z hint: 2025-06-06T00:06:40.0980023Z hint: git branch -m 2025-06-06T00:06:40.0980373Z From https://github.com/tensorflow/tensorflow 2025-06-06T00:06:40.0980941Z * branch ad6d8cc177d0c868982e39e0823d0efbfb95f04c -> FETCH_HEAD 2025-06-06T00:06:40.0981612Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:06:40.0982325Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:06:40.0983001Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:06:40.0983456Z hint: 2025-06-06T00:06:40.0983801Z hint: git config --global init.defaultBranch 2025-06-06T00:06:40.0984184Z hint: 2025-06-06T00:06:40.0984609Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:06:40.0985285Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:06:40.0985769Z hint: 2025-06-06T00:06:40.0986051Z hint: git branch -m 2025-06-06T00:06:40.0986603Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela 2025-06-06T00:06:40.0987206Z * tag 4.2.0 -> FETCH_HEAD 2025-06-06T00:06:40.0988151Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git checkout 465fcf018c760785fc04fcd90a72b17ab9a8a58d 2025-06-06T00:06:40.0989450Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git init 2025-06-06T00:06:40.0990444Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git remote 2025-06-06T00:06:40.0991995Z /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:06:40.0993747Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git fetch origin 3122cec8aab75c315d10dc4fb093e985680fa134 2025-06-06T00:06:40.0995103Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:06:40.0996232Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git rev-parse FETCH_HEAD 2025-06-06T00:06:40.0997575Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git checkout 3122cec8aab75c315d10dc4fb093e985680fa134 2025-06-06T00:06:40.0998794Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git init 2025-06-06T00:06:40.0999854Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git remote 2025-06-06T00:06:40.1001527Z /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:06:40.1003430Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git fetch origin ad4e7238293cbe994e7450e1bc415136875da322 2025-06-06T00:06:40.1004850Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:06:40.1006780Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git rev-parse FETCH_HEAD 2025-06-06T00:06:40.1008234Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git checkout ad4e7238293cbe994e7450e1bc415136875da322 2025-06-06T00:06:40.1009422Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git init 2025-06-06T00:06:40.1010372Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git remote 2025-06-06T00:06:40.1011849Z /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:06:40.1013489Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git fetch origin 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 2025-06-06T00:06:40.1014736Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:06:40.1015811Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git rev-parse FETCH_HEAD 2025-06-06T00:06:40.1017055Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git checkout 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 2025-06-06T00:06:40.1018392Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git init 2025-06-06T00:06:40.1019280Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git remote 2025-06-06T00:06:40.1020781Z /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:06:40.1022505Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git fetch origin ef64591270691022a329cf04ba9e73ecfb15ddb8 2025-06-06T00:06:40.1023941Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:06:40.1025030Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git rev-parse FETCH_HEAD 2025-06-06T00:06:40.1026198Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git checkout ef64591270691022a329cf04ba9e73ecfb15ddb8 2025-06-06T00:06:40.1027257Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git init 2025-06-06T00:06:40.1028054Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git remote 2025-06-06T00:06:40.1029406Z /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:06:40.1031405Z /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:06:40.1032832Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git fetch origin 25.02 2025-06-06T00:06:40.1033831Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:06:40.1034844Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git rev-parse FETCH_HEAD 2025-06-06T00:06:40.1035932Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git checkout d783de28e99326a23e0a9f8192b399022268fdb3 2025-06-06T00:06:40.1037114Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git init 2025-06-06T00:06:40.1038272Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git remote 2025-06-06T00:06:40.1039893Z /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:06:40.1041681Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git fetch origin ad6d8cc177d0c868982e39e0823d0efbfb95f04c 2025-06-06T00:06:58.6867848Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:06:58.6870120Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git rev-parse FETCH_HEAD 2025-06-06T00:06:58.6871524Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git checkout ad6d8cc177d0c868982e39e0823d0efbfb95f04c 2025-06-06T00:06:58.6872621Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git init 2025-06-06T00:06:58.6873358Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git remote 2025-06-06T00:06:58.6874518Z /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:06:58.6876157Z /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:06:58.6877407Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git fetch origin 4.2.0 2025-06-06T00:06:58.6878256Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:06:58.6879716Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git rev-parse FETCH_HEAD 2025-06-06T00:06:58.6880683Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git checkout a434e5a8cc55781a5abc2304c46086fc7af00d32 2025-06-06T00:06:58.6882439Z '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:06:58.6883703Z /pytorch/executorch 2025-06-06T00:06:58.6884926Z [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:06:58.6886491Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform /pytorch/executorch 2025-06-06T00:06:58.6887335Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-platform 2025-06-06T00:06:58.6887928Z * [new branch] main -> origin/main 2025-06-06T00:06:58.6888302Z * [new tag] 20.11 -> 20.11 2025-06-06T00:06:58.6888717Z * [new tag] 20.11-rc2 -> 20.11-rc2 2025-06-06T00:06:58.6889074Z * [new tag] 21.02 -> 21.02 2025-06-06T00:06:58.6889408Z * [new tag] 21.02-rc1 -> 21.02-rc1 2025-06-06T00:06:58.6889765Z * [new tag] 21.02-rc2 -> 21.02-rc2 2025-06-06T00:06:58.6890095Z * [new tag] 21.05 -> 21.05 2025-06-06T00:06:58.6890434Z * [new tag] 21.05-rc1 -> 21.05-rc1 2025-06-06T00:06:58.6890782Z * [new tag] 21.05-rc2 -> 21.05-rc2 2025-06-06T00:06:58.6891124Z * [new tag] 21.05-rc3 -> 21.05-rc3 2025-06-06T00:06:58.6891465Z * [new tag] 21.08 -> 21.08 2025-06-06T00:06:58.6891792Z * [new tag] 21.08-rc1 -> 21.08-rc1 2025-06-06T00:06:58.6892139Z * [new tag] 21.08-rc2 -> 21.08-rc2 2025-06-06T00:06:58.6892471Z * [new tag] 21.08-rc3 -> 21.08-rc3 2025-06-06T00:06:58.6892814Z * [new tag] 21.11 -> 21.11 2025-06-06T00:06:58.6893139Z * [new tag] 21.11-rc2 -> 21.11-rc2 2025-06-06T00:06:58.6893489Z * [new tag] 21.11-rc3 -> 21.11-rc3 2025-06-06T00:06:58.6893818Z * [new tag] 22.02 -> 22.02 2025-06-06T00:06:58.6894156Z * [new tag] 22.02-rc1 -> 22.02-rc1 2025-06-06T00:06:58.6894563Z * [new tag] 22.02-rc2 -> 22.02-rc2 2025-06-06T00:06:58.6894902Z * [new tag] 22.02-rc3 -> 22.02-rc3 2025-06-06T00:06:58.6895244Z * [new tag] 22.05 -> 22.05 2025-06-06T00:06:58.6895572Z * [new tag] 22.05-rc1 -> 22.05-rc1 2025-06-06T00:06:58.6895981Z * [new tag] 22.05-rc2 -> 22.05-rc2 2025-06-06T00:06:58.6896315Z * [new tag] 22.05-rc3 -> 22.05-rc3 2025-06-06T00:06:58.6896656Z * [new tag] 22.08 -> 22.08 2025-06-06T00:06:58.6896985Z * [new tag] 22.08-rc1 -> 22.08-rc1 2025-06-06T00:06:58.6897334Z * [new tag] 22.08-rc2 -> 22.08-rc2 2025-06-06T00:06:58.6897681Z * [new tag] 22.11 -> 22.11 2025-06-06T00:06:58.6898008Z * [new tag] 22.11-rc1 -> 22.11-rc1 2025-06-06T00:06:58.6898356Z * [new tag] 22.11-rc2 -> 22.11-rc2 2025-06-06T00:06:58.6898682Z * [new tag] 23.02 -> 23.02 2025-06-06T00:06:58.6899018Z * [new tag] 23.02-rc1 -> 23.02-rc1 2025-06-06T00:06:58.6899356Z * [new tag] 23.02-rc2 -> 23.02-rc2 2025-06-06T00:06:58.6899697Z * [new tag] 23.05 -> 23.05 2025-06-06T00:06:58.6900024Z * [new tag] 23.05-rc1 -> 23.05-rc1 2025-06-06T00:06:58.6900370Z * [new tag] 23.05-rc2 -> 23.05-rc2 2025-06-06T00:06:58.6900713Z * [new tag] 23.08 -> 23.08 2025-06-06T00:06:58.6901038Z * [new tag] 23.08-rc1 -> 23.08-rc1 2025-06-06T00:06:58.6901388Z * [new tag] 23.08-rc2 -> 23.08-rc2 2025-06-06T00:06:58.6901715Z * [new tag] 23.11 -> 23.11 2025-06-06T00:06:58.6902057Z * [new tag] 23.11-rc1 -> 23.11-rc1 2025-06-06T00:06:58.6902431Z * [new tag] 23.11-rc2 -> 23.11-rc2 2025-06-06T00:06:58.6902774Z * [new tag] 24.02 -> 24.02 2025-06-06T00:06:58.6903109Z * [new tag] 24.02-rc1 -> 24.02-rc1 2025-06-06T00:06:58.6903451Z * [new tag] 24.05 -> 24.05 2025-06-06T00:06:58.6903790Z * [new tag] 24.05-rc1 -> 24.05-rc1 2025-06-06T00:06:58.6904128Z * [new tag] 24.05-rc2 -> 24.05-rc2 2025-06-06T00:06:58.6904471Z * [new tag] 24.08 -> 24.08 2025-06-06T00:06:58.6904799Z * [new tag] 24.08-rc1 -> 24.08-rc1 2025-06-06T00:06:58.6905394Z * [new tag] 24.08-rc2 -> 24.08-rc2 2025-06-06T00:06:58.6905730Z * [new tag] 24.11 -> 24.11 2025-06-06T00:06:58.6906077Z * [new tag] 24.11-rc1 -> 24.11-rc1 2025-06-06T00:06:58.6906413Z * [new tag] 24.11-rc2 -> 24.11-rc2 2025-06-06T00:06:58.6906753Z * [new tag] 25.02 -> 25.02 2025-06-06T00:06:58.6907097Z * [new tag] 25.02-rc1 -> 25.02-rc1 2025-06-06T00:06:58.6907433Z * [new tag] 25.02-rc2 -> 25.02-rc2 2025-06-06T00:06:58.6907773Z * [new tag] 25.05 -> 25.05 2025-06-06T00:06:58.6908180Z * [new tag] 25.05-rc2 -> 25.05-rc2 2025-06-06T00:06:58.6908529Z * [new tag] 25.05-rc1 -> 25.05-rc1 2025-06-06T00:06:58.6908953Z HEAD is now at 1916a9c Update applications to use ethosu_log lib 2025-06-06T00:06:58.6909420Z Applying: Add got section to the DDR 2025-06-06T00:06:58.6909778Z Applying: Move input_data_sec to NOLOAD area 2025-06-06T00:06:58.6910594Z [patch_repo] Patched core_platform @ tags/25.02-3-g829af13 in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-06-06T00:06:58.6911271Z 2025-06-06T00:06:58.6911387Z /pytorch/executorch 2025-06-06T00:06:58.6911683Z -- SYSTEM_CONFIG is Ethos_U55_High_End_Embedded 2025-06-06T00:06:58.6912071Z -- MEMORY_MODE is Shared_Sram 2025-06-06T00:06:58.6912684Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-06T00:06:58.6913606Z Configuring target corstone-300 2025-06-06T00:06:58.6913963Z -- ******************************************************* 2025-06-06T00:06:58.6914397Z -- PROJECT_NAME : ethosu_core_driver 2025-06-06T00:06:58.6914877Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u55-128 2025-06-06T00:06:58.6915382Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:06:58.6916049Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-06-06T00:06:58.6916679Z -- ETHOSU_LOG_ENABLE : ON 2025-06-06T00:06:58.6917127Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:06:58.6917589Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-06-06T00:06:58.6918044Z -- ******************************************************* 2025-06-06T00:06:58.6918686Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-06-06T00:06:58.6919678Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-06-06T00:06:58.6920796Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-06-06T00:06:58.6922274Z 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:06:58.6923368Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:06:58.6923856Z CMake. 2025-06-06T00:06:58.6923982Z 2025-06-06T00:06:58.6924235Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:06:58.6924872Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:06:58.6925412Z to work with policies introduced by or earlier. 2025-06-06T00:06:58.6925712Z 2025-06-06T00:06:58.6925827Z  2025-06-06T00:06:58.6926071Z -- The ASM compiler identification is GNU 2025-06-06T00:06:58.6927011Z -- 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:06:58.6927870Z -- THREADX_ARCH: cortex_m55 2025-06-06T00:06:58.6928163Z -- THREADX_TOOLCHAIN: gnu 2025-06-06T00:06:58.6928468Z -- Using default tx_user.h file 2025-06-06T00:06:58.6928782Z -- ******************************************************* 2025-06-06T00:06:58.6929195Z -- PROJECT_NAME : core_software 2025-06-06T00:06:58.6929605Z -- CORE_SOFTWARE_RTOS : All 2025-06-06T00:06:58.6930005Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-06-06T00:06:58.6930401Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:06:58.6930797Z -- ******************************************************* 2025-06-06T00:06:58.6931160Z -- ******************************************************* 2025-06-06T00:06:58.6931770Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:06:58.6932262Z -- FAST_MEMORY_SIZE : 2025-06-06T00:06:58.6932764Z -- MEMORY_MODEL : dram 2025-06-06T00:06:58.6933213Z -- MEMORY_ARENA : dram 2025-06-06T00:06:58.6933602Z -- TARGET_CPU : cortex-m55 2025-06-06T00:06:58.6934023Z -- CPU_CACHE_ENABLE : OFF 2025-06-06T00:06:58.6934404Z -- ******************************************************* 2025-06-06T00:06:58.6934752Z -- ******************************************************* 2025-06-06T00:06:58.6935179Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:06:58.6935608Z -- TR_ARENA_SIZE : 2025-06-06T00:06:58.6936003Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-06-06T00:06:58.6936384Z -- ******************************************************* 2025-06-06T00:06:58.6936829Z -- ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 0x200000 2025-06-06T00:06:58.6937334Z -- ET_ARM_BAREMETAL_FAST_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 2025-06-06T00:06:58.6937765Z -- Configuring done (127.1s) 2025-06-06T00:06:58.6938078Z -- Generating done (0.3s) 2025-06-06T00:06:58.6938671Z -- Build files have been written to: /pytorch/executorch/arm_test/arm_semihosting_executor_runner_corstone-300 2025-06-06T00:06:58.6939434Z [build_semihosting_executorch_runner] Configured CMAKE 2025-06-06T00:07:02.9683433Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-06-06T00:07:02.9684753Z [ 0%] Preprocessing and generating linker script 2025-06-06T00:07:02.9685914Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-06-06T00:07:02.9686895Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:02.9687674Z : note: this is the location of the previous definition 2025-06-06T00:07:02.9688260Z [ 0%] Built target arm_executor_runner-linker-script 2025-06-06T00:07:02.9689139Z [ 33%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-06-06T00:07:02.9690036Z [ 66%] Linking C static library libtiming_adapter.a 2025-06-06T00:07:02.9690457Z [ 66%] Built target timing_adapter 2025-06-06T00:07:02.9691280Z [ 66%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-06-06T00:07:02.9692177Z [ 66%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-06-06T00:07:02.9693151Z [ 66%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-06-06T00:07:02.9693908Z [ 66%] Built target ethosu_uart_cmsdk_apb 2025-06-06T00:07:02.9694908Z [ 66%] 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:02.9695857Z [ 66%] Linking CXX static library libethosu_mailbox.a 2025-06-06T00:07:02.9696300Z [ 66%] Built target ethosu_mailbox 2025-06-06T00:07:02.9697100Z [ 66%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-06-06T00:07:02.9697976Z [ 66%] Linking C static library libethosu_core_driver.a 2025-06-06T00:07:02.9698411Z [ 66%] Built target ethosu_core_driver 2025-06-06T00:07:02.9698914Z [ 66%] Linking CXX static library libethosu_mhu_dummy.a 2025-06-06T00:07:02.9699346Z [ 66%] Built target ethosu_mhu_dummy 2025-06-06T00:07:02.9700005Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-06-06T00:07:02.9700908Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-06-06T00:07:02.9702290Z [ 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:02.9703558Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:02.9704223Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:02.9704970Z : note: this is the location of the previous definition 2025-06-06T00:07:02.9706065Z : note: this is the location of the previous definition 2025-06-06T00:07:02.9706787Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:02.9707532Z : note: this is the location of the previous definition 2025-06-06T00:07:02.9708880Z [ 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:02.9710091Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:02.9710833Z : note: this is the location of the previous definition 2025-06-06T00:07:02.9712340Z [ 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:02.9714337Z [ 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/startup_ARMCM55.c.obj 2025-06-06T00:07:02.9715850Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:02.9716753Z : note: this is the location of the previous definition 2025-06-06T00:07:02.9717485Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:02.9718223Z : note: this is the location of the previous definition 2025-06-06T00:07:02.9719550Z [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:02.9720724Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:02.9721455Z : note: this is the location of the previous definition 2025-06-06T00:07:02.9722241Z [100%] Linking CXX executable arm_executor_runner 2025-06-06T00:07:02.9723548Z /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:02.9724894Z LOAD: .text .ARM.extab .ARM.exidx .copy.table .zero.table .data 2025-06-06T00:07:02.9726318Z /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:02.9727538Z LOAD: .ddr .rodata 2025-06-06T00:07:02.9728686Z /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:02.9729907Z [100%] Built target arm_executor_runner 2025-06-06T00:07:02.9730497Z [build_semihosting_executorch_runner] Generated baremetal elf file: with semihosting enabled 2025-06-06T00:07:02.9731336Z /pytorch/executorch/arm_test/arm_semihosting_executor_runner_corstone-300/arm_executor_runner 2025-06-06T00:07:02.9732343Z [build_semihosting_executorch_runner] Configuring corstone-320 with system config Ethos_U85_SYS_DRAM_Mid 2025-06-06T00:07:02.9733040Z /pytorch/executorch/examples/arm/executor_runner 2025-06-06T00:07:02.9733544Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:07:02.9733974Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:07:02.9734364Z -- Detecting C compiler ABI info 2025-06-06T00:07:02.9734727Z -- Detecting C compiler ABI info - done 2025-06-06T00:07:02.9735679Z -- 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:02.9736614Z -- Detecting C compile features 2025-06-06T00:07:02.9736954Z -- Detecting C compile features - done 2025-06-06T00:07:02.9737305Z -- Detecting CXX compiler ABI info 2025-06-06T00:07:02.9737659Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:07:02.9738603Z -- 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:02.9739561Z -- Detecting CXX compile features 2025-06-06T00:07:02.9739907Z -- Detecting CXX compile features - done 2025-06-06T00:07:02.9741206Z '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:02.9742456Z /pytorch/executorch 2025-06-06T00:07:02.9743673Z [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:02.9745297Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform /pytorch/executorch 2025-06-06T00:07:02.9746267Z HEAD is now at 1916a9c Update applications to use ethosu_log lib 2025-06-06T00:07:02.9746710Z Applying: Add got section to the DDR 2025-06-06T00:07:02.9747085Z Applying: Move input_data_sec to NOLOAD area 2025-06-06T00:07:02.9747881Z [patch_repo] Patched core_platform @ tags/25.02-3-geb0e570 in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-06-06T00:07:02.9748566Z 2025-06-06T00:07:02.9748668Z /pytorch/executorch 2025-06-06T00:07:02.9748958Z -- SYSTEM_CONFIG is Ethos_U85_SYS_DRAM_Mid 2025-06-06T00:07:02.9749306Z -- MEMORY_MODE is Shared_Sram 2025-06-06T00:07:02.9749924Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-06T00:07:02.9750687Z Configuring target corstone-320 2025-06-06T00:07:02.9751058Z -- ******************************************************* 2025-06-06T00:07:02.9751469Z -- PROJECT_NAME : ethosu_core_driver 2025-06-06T00:07:02.9751945Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u85-256 2025-06-06T00:07:02.9752386Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m85 2025-06-06T00:07:02.9753107Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-06-06T00:07:02.9753751Z -- ETHOSU_LOG_ENABLE : ON 2025-06-06T00:07:02.9754134Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:07:02.9754607Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-06-06T00:07:02.9755048Z -- ******************************************************* 2025-06-06T00:07:02.9755692Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-06-06T00:07:02.9756690Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-06-06T00:07:02.9757792Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-06-06T00:10:34.2641469Z 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.2642833Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:10:34.2643610Z CMake. 2025-06-06T00:10:34.2643788Z 2025-06-06T00:10:34.2644055Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:10:34.2644747Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:10:34.2645360Z to work with policies introduced by or earlier. 2025-06-06T00:10:34.2645649Z 2025-06-06T00:10:34.2645791Z  2025-06-06T00:10:34.2646112Z -- The ASM compiler identification is GNU 2025-06-06T00:10:34.2647049Z -- 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.2647981Z -- THREADX_ARCH: cortex_m85 2025-06-06T00:10:34.2648328Z -- THREADX_TOOLCHAIN: gnu 2025-06-06T00:10:34.2648631Z -- Using default tx_user.h file 2025-06-06T00:10:34.2648965Z -- ******************************************************* 2025-06-06T00:10:34.2649428Z -- PROJECT_NAME : core_software 2025-06-06T00:10:34.2649908Z -- CORE_SOFTWARE_RTOS : All 2025-06-06T00:10:34.2650294Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-06-06T00:10:34.2650869Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:10:34.2651250Z -- ******************************************************* 2025-06-06T00:10:34.2651685Z -- ******************************************************* 2025-06-06T00:10:34.2652123Z -- PROJECT_NAME : ethos-u-corstone-320 2025-06-06T00:10:34.2652605Z -- FAST_MEMORY_SIZE : 0 2025-06-06T00:10:34.2653120Z -- MEMORY_MODEL : sram 2025-06-06T00:10:34.2653881Z -- MEMORY_ARENA : sram 2025-06-06T00:10:34.2654286Z -- TARGET_CPU : cortex-m85 2025-06-06T00:10:34.2654738Z -- CPU_CACHE_ENABLE : OFF 2025-06-06T00:10:34.2655118Z -- ******************************************************* 2025-06-06T00:10:34.2655683Z Skipping driver_unit_conv application 2025-06-06T00:10:34.2656188Z Skipping FreeRTOS application 2025-06-06T00:10:34.2656603Z Skipping ThreadX application 2025-06-06T00:10:34.2657005Z -- ******************************************************* 2025-06-06T00:10:34.2657441Z -- PROJECT_NAME : ethos-u-corstone-320 2025-06-06T00:10:34.2657930Z -- TR_ARENA_SIZE : 2025-06-06T00:10:34.2658338Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-06-06T00:10:34.2658766Z -- ******************************************************* 2025-06-06T00:10:34.2659280Z -- ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 0x200000 2025-06-06T00:10:34.2659795Z -- ET_ARM_BAREMETAL_FAST_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 2025-06-06T00:10:34.2660278Z -- Configuring done (2.2s) 2025-06-06T00:10:34.2660578Z -- Generating done (0.3s) 2025-06-06T00:10:34.2661350Z -- Build files have been written to: /pytorch/executorch/arm_test/arm_semihosting_executor_runner_corstone-320 2025-06-06T00:10:34.2662163Z [build_semihosting_executorch_runner] Configured CMAKE 2025-06-06T00:10:34.2663228Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-06-06T00:10:34.2664184Z [ 0%] Preprocessing and generating linker script 2025-06-06T00:10:34.2665202Z [ 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.2666212Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:10:34.2666979Z : note: this is the location of the previous definition 2025-06-06T00:10:34.2667556Z [ 0%] Built target arm_executor_runner-linker-script 2025-06-06T00:10:34.2668492Z [ 0%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-06-06T00:10:34.2669350Z [ 20%] Linking C static library libtiming_adapter.a 2025-06-06T00:10:34.2669813Z [ 20%] Built target timing_adapter 2025-06-06T00:10:34.2670665Z [ 40%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-06-06T00:10:34.2671930Z [ 40%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u85.c.obj 2025-06-06T00:10:34.2672928Z [ 40%] Linking CXX static library libethosu_mailbox.a 2025-06-06T00:10:34.2673352Z [ 40%] Built target ethosu_mailbox 2025-06-06T00:10:34.2674173Z [ 60%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-06-06T00:10:34.2675068Z [ 60%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-06-06T00:10:34.2675664Z [ 60%] Linking C static library libethosu_core_driver.a 2025-06-06T00:10:34.2676122Z [ 60%] Built target ethosu_uart_cmsdk_apb 2025-06-06T00:10:34.2676492Z [ 60%] Built target ethosu_core_driver 2025-06-06T00:10:34.2677304Z [ 60%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-06-06T00:10:34.2678224Z [ 80%] Linking CXX static library libethosu_mhu_dummy.a 2025-06-06T00:10:34.2678659Z [ 80%] Built target ethosu_mhu_dummy 2025-06-06T00:10:34.2679397Z [ 80%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-06-06T00:10:34.2680291Z [ 80%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-06-06T00:10:34.2681709Z [ 80%] 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.2682974Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:10:34.2683717Z : note: this is the location of the previous definition 2025-06-06T00:10:34.2684453Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:10:34.2685184Z : note: this is the location of the previous definition 2025-06-06T00:10:34.2685913Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:10:34.2686652Z : note: this is the location of the previous definition 2025-06-06T00:10:34.2688000Z [ 80%] 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:10:34.2689195Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:10:34.2689971Z : note: this is the location of the previous definition 2025-06-06T00:10:34.2691418Z [ 80%] 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:10:34.2693473Z [ 80%] 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:10:34.2694738Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:10:34.2695488Z : note: this is the location of the previous definition 2025-06-06T00:10:34.2696223Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:10:34.2696949Z : note: this is the location of the previous definition 2025-06-06T00:10:34.2698268Z [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.2699465Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:10:34.2700214Z : note: this is the location of the previous definition 2025-06-06T00:10:34.2700891Z [100%] Linking CXX executable arm_executor_runner 2025-06-06T00:10:34.2702193Z /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:34.2703458Z [100%] Built target arm_executor_runner 2025-06-06T00:10:34.2704037Z [build_semihosting_executorch_runner] Generated baremetal elf file: with semihosting enabled 2025-06-06T00:10:34.2704874Z /pytorch/executorch/arm_test/arm_semihosting_executor_runner_corstone-320/arm_executor_runner 2025-06-06T00:10:34.2705952Z ============================= test session starts ============================== 2025-06-06T00:10:34.2706669Z platform linux -- Python 3.10.16, pytest-8.4.0, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-06-06T00:10:34.2707302Z cachedir: .pytest_cache 2025-06-06T00:10:34.2708120Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/pytorch/executorch/.hypothesis/examples') 2025-06-06T00:10:34.2708890Z rootdir: /pytorch/executorch/backends/arm/test 2025-06-06T00:10:34.2709260Z configfile: pytest.ini 2025-06-06T00:10:34.2709686Z plugins: hypothesis-6.84.2, cov-4.1.0, xdist-3.7.0, rerunfailures-15.1 2025-06-06T00:10:34.2710284Z collecting ...  2025-06-06T00:10:34.2710764Z collecting 0 items  2025-06-06T00:10:34.2711400Z collecting 0 items  2025-06-06T00:10:34.2712019Z collecting 6 items  2025-06-06T00:10:34.2712645Z collecting 6 items  2025-06-06T00:10:34.2713260Z collecting 24 items  2025-06-06T00:10:34.2713897Z collected 90 items  2025-06-06T00:10:34.2714242Z 2025-06-06T00:10:34.2714761Z backends/arm/test/models/test_conformer.py::test_conformer_tosa_MI PASSED [ 1%] 2025-06-06T00:10:34.2715751Z backends/arm/test/models/test_conformer.py::test_conformer_tosa_BI PASSED [ 2%] 2025-06-06T00:10:34.2716714Z backends/arm/test/models/test_conformer.py::test_conformer_u55_BI XFAIL [ 3%] 2025-06-06T00:42:39.1441414Z backends/arm/test/models/test_conformer.py::test_conformer_u85_BI XFAIL [ 4%] 2025-06-06T00:42:39.1443652Z backends/arm/test/models/test_deit_tiny_arm.py::test_deit_tiny_tosa_MI PASSED [ 5%] 2025-06-06T00:42:39.1445606Z backends/arm/test/models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI PASSED [ 6%] 2025-06-06T00:42:39.1447286Z backends/arm/test/models/test_dl3_arm.py::test_dl3_tosa_MI PASSED [ 7%] 2025-06-06T00:42:39.1448871Z backends/arm/test/models/test_dl3_arm.py::test_dl3_tosa_BI PASSED [ 8%] 2025-06-06T00:42:39.1449815Z backends/arm/test/models/test_dl3_arm.py::test_dl3_u55_BI SKIPPED (u...) [ 10%] 2025-06-06T00:42:39.1450740Z backends/arm/test/models/test_dl3_arm.py::test_dl3_u85_BI SKIPPED (R...) [ 11%] 2025-06-06T00:42:39.1451681Z backends/arm/test/models/test_llama.py::test_llama_tosa_MI SKIPPED (...) [ 12%] 2025-06-06T00:42:39.1452608Z backends/arm/test/models/test_llama.py::test_llama_tosa_BI SKIPPED (...) [ 13%] 2025-06-06T00:42:39.1453550Z backends/arm/test/models/test_lstm_arm.py::test_lstm_tosa_MI PASSED [ 14%] 2025-06-06T00:42:39.1454524Z backends/arm/test/models/test_lstm_arm.py::test_lstm_tosa_BI PASSED [ 15%] 2025-06-06T00:42:39.1455623Z backends/arm/test/models/test_lstm_arm.py::test_lstm_u55_BI PASSED [ 16%] 2025-06-06T00:42:39.1456555Z backends/arm/test/models/test_lstm_arm.py::test_lstm_u85_BI PASSED [ 17%] 2025-06-06T00:42:39.1460305Z backends/arm/test/models/test_mobilenet_v2_arm.py::test_mv2_tosa_MI PASSED [ 18%] 2025-06-06T00:42:39.1462020Z backends/arm/test/models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI PASSED [ 20%] 2025-06-06T00:42:39.1463704Z backends/arm/test/models/test_mobilenet_v2_arm.py::test_mv2_u55_BI PASSED [ 21%] 2025-06-06T00:42:39.1465403Z backends/arm/test/models/test_mobilenet_v2_arm.py::test_mv2_u85_BI PASSED [ 22%] 2025-06-06T00:42:39.1467094Z backends/arm/test/models/test_mobilenet_v3_arm.py::test_mv3_tosa_MI PASSED [ 23%] 2025-06-06T00:42:39.1468819Z backends/arm/test/models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI PASSED [ 24%] 2025-06-06T00:42:39.1470522Z backends/arm/test/models/test_mobilenet_v3_arm.py::test_mv3_u55_BI PASSED [ 25%] 2025-06-06T00:42:39.1472488Z backends/arm/test/models/test_mobilenet_v3_arm.py::test_mv3_u85_BI PASSED [ 26%] 2025-06-06T00:42:39.1474342Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[normalize] PASSED [ 27%] 2025-06-06T00:42:39.1476381Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[grid_sample] PASSED [ 28%] 2025-06-06T00:42:39.1478486Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[one_hot] PASSED [ 30%] 2025-06-06T00:42:39.1480509Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[softplus] PASSED [ 31%] 2025-06-06T00:42:39.1482701Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[cosine_similarity] PASSED [ 32%] 2025-06-06T00:42:39.1484651Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[unfold] PASSED [ 33%] 2025-06-06T00:42:39.1486432Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[elu] PASSED [ 34%] 2025-06-06T00:42:39.1488157Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[fold] PASSED [ 35%] 2025-06-06T00:42:39.1490098Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[affine_grid] XFAIL [ 36%] 2025-06-06T00:42:39.1492230Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[max_pool1d] XFAIL [ 37%] 2025-06-06T00:42:39.1494078Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[threshold] PASSED [ 38%] 2025-06-06T00:42:39.1496041Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[normalize] XFAIL [ 40%] 2025-06-06T00:42:39.1497967Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[grid_sample] PASSED [ 41%] 2025-06-06T00:42:39.1499982Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[one_hot] PASSED [ 42%] 2025-06-06T00:42:39.1502038Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[softplus] PASSED [ 43%] 2025-06-06T00:42:39.1504147Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[cosine_similarity] PASSED [ 44%] 2025-06-06T00:42:39.1506517Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[unfold] XPASS [ 45%] 2025-06-06T00:42:39.1508574Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[elu] PASSED [ 46%] 2025-06-06T00:42:39.1510372Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[fold] XPASS [ 47%] 2025-06-06T00:42:39.1512386Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[affine_grid] PASSED [ 48%] 2025-06-06T00:42:39.1514746Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[max_pool1d] PASSED [ 50%] 2025-06-06T00:42:39.1516814Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[threshold] PASSED [ 51%] 2025-06-06T00:42:39.1518795Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[Embedding] PASSED [ 52%] 2025-06-06T00:42:39.1520638Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[LeakyReLU] PASSED [ 53%] 2025-06-06T00:42:39.1522684Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[BatchNorm1d] PASSED [ 54%] 2025-06-06T00:42:39.1524527Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[AdaptiveAvgPool2d] PASSED [ 55%] 2025-06-06T00:42:39.1526462Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[ConvTranspose2d] PASSED [ 56%] 2025-06-06T00:42:39.1528259Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[GRU] PASSED [ 57%] 2025-06-06T00:42:39.1530201Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[GroupNorm] PASSED [ 58%] 2025-06-06T00:42:39.1532041Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] PASSED [ 60%] 2025-06-06T00:42:39.1533776Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[PReLU] PASSED [ 61%] 2025-06-06T00:42:39.1535679Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[Transformer] PASSED [ 62%] 2025-06-06T00:42:39.1537455Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[Embedding] PASSED [ 63%] 2025-06-06T00:42:39.1539249Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[LeakyReLU] PASSED [ 64%] 2025-06-06T00:42:39.1541131Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[BatchNorm1d] PASSED [ 65%] 2025-06-06T00:42:39.1542918Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[AdaptiveAvgPool2d] PASSED [ 66%] 2025-06-06T00:42:39.1544904Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[ConvTranspose2d] PASSED [ 67%] 2025-06-06T00:42:39.1546794Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[GRU] XFAIL [ 68%] 2025-06-06T00:42:39.1548694Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[GroupNorm] PASSED [ 70%] 2025-06-06T00:42:39.1550764Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] PASSED [ 71%] 2025-06-06T00:42:39.1552600Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[PReLU] XFAIL [ 72%] 2025-06-06T00:42:39.1554386Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[Transformer] XFAIL [ 73%] 2025-06-06T00:42:39.1556161Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[t] PASSED [ 74%] 2025-06-06T00:42:39.1557997Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[zeros] PASSED [ 75%] 2025-06-06T00:42:39.1559751Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[ones] PASSED [ 76%] 2025-06-06T00:42:39.1561525Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[stack] PASSED [ 77%] 2025-06-06T00:42:39.1563494Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[arange] PASSED [ 78%] 2025-06-06T00:42:39.1565373Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[norm] XFAIL [ 80%] 2025-06-06T00:42:39.1567201Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[nonzero] XFAIL [ 81%] 2025-06-06T00:42:39.1569201Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[eye] PASSED [ 82%] 2025-06-06T00:42:39.1571077Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[topk] XFAIL [ 83%] 2025-06-06T00:42:39.1572840Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[sort] XFAIL [ 84%] 2025-06-06T00:42:39.1574672Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[t] XPASS [ 85%] 2025-06-06T00:42:39.1576558Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[zeros] PASSED [ 86%] 2025-06-06T00:42:39.1578448Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[ones] PASSED [ 87%] 2025-06-06T00:51:54.8384510Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[stack] PASSED [ 88%] 2025-06-06T00:51:54.8387104Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[arange] PASSED [ 90%] 2025-06-06T00:51:54.8389794Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[norm] XFAIL [ 91%] 2025-06-06T00:51:54.8391997Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[nonzero] XFAIL [ 92%] 2025-06-06T00:51:54.8393798Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[eye] PASSED [ 93%] 2025-06-06T00:51:54.8395610Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[topk] XFAIL [ 94%] 2025-06-06T00:51:54.8397688Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[sort] XFAIL [ 95%] 2025-06-06T00:51:54.8399281Z backends/arm/test/models/test_w2l_arm.py::test_w2l_tosa_MI PASSED [ 96%] 2025-06-06T00:51:54.8400914Z backends/arm/test/models/test_w2l_arm.py::test_w2l_tosa_BI PASSED [ 97%] 2025-06-06T00:51:54.8402575Z backends/arm/test/models/test_w2l_arm.py::test_w2l_u55_BI XFAIL (MLE...) [ 98%] 2025-06-06T00:51:54.8404121Z backends/arm/test/models/test_w2l_arm.py::test_w2l_u85_BI SKIPPED (I...) [100%] 2025-06-06T00:51:54.8404932Z 2025-06-06T00:51:54.8405582Z =============================== warnings summary =============================== 2025-06-06T00:51:54.8406794Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-06-06T00:51:54.8409341Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-06-06T00:51:54.8411185Z import pkg_resources 2025-06-06T00:51:54.8411473Z 2025-06-06T00:51:54.8411987Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147 2025-06-06T00:51:54.8414134Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`. 2025-06-06T00:51:54.8417234Z Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages 2025-06-06T00:51:54.8418895Z declare_namespace(pkg) 2025-06-06T00:51:54.8419212Z 2025-06-06T00:51:54.8419926Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-06-06T00:51:54.8422122Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20: ExperimentalWarning: This API is experimental and subject to change without notice. 2025-06-06T00:51:54.8423934Z _warnings.warn( 2025-06-06T00:51:54.8424250Z 2025-06-06T00:51:54.8424712Z ../../var/lib/ci-user/.local/lib/python3.10/site-packages/torchvision/models/_utils.py:223 2025-06-06T00:51:54.8428072Z /var/lib/ci-user/.local/lib/python3.10/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=MobileNet_V3_Small_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V3_Small_Weights.DEFAULT` to get the most up-to-date weights. 2025-06-06T00:51:54.8431171Z warnings.warn(msg) 2025-06-06T00:51:54.8431415Z 2025-06-06T00:51:54.8432001Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:386 2025-06-06T00:51:54.8435005Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:386: UserWarning: enable_nested_tensor is True, but self.use_nested_tensor is False because encoder_layer.self_attn.batch_first was not True(use batch_first for better inference performance) 2025-06-06T00:51:54.8436683Z warnings.warn( 2025-06-06T00:51:54.8436857Z 2025-06-06T00:51:54.8436980Z models/test_conformer.py: 3 warnings 2025-06-06T00:51:54.8437336Z models/test_dl3_arm.py: 1 warning 2025-06-06T00:51:54.8437675Z models/test_mobilenet_v2_arm.py: 3 warnings 2025-06-06T00:51:54.8438165Z models/test_mobilenet_v3_arm.py: 3 warnings 2025-06-06T00:51:54.8438980Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm) on an already erased node 2025-06-06T00:51:54.8439900Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8440304Z 2025-06-06T00:51:54.8440424Z models/test_conformer.py: 3 warnings 2025-06-06T00:51:54.8440772Z models/test_dl3_arm.py: 1 warning 2025-06-06T00:51:54.8441153Z models/test_mobilenet_v2_arm.py: 3 warnings 2025-06-06T00:51:54.8441634Z models/test_mobilenet_v3_arm.py: 3 warnings 2025-06-06T00:51:54.8442544Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_1) on an already erased node 2025-06-06T00:51:54.8443457Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8443827Z 2025-06-06T00:51:54.8443995Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:51:54.8444437Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:51:54.8445478Z /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_48) on an already erased node 2025-06-06T00:51:54.8446598Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8446948Z 2025-06-06T00:51:54.8447104Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:51:54.8447536Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:51:54.8448620Z /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_83) on an already erased node 2025-06-06T00:51:54.8449736Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8450084Z 2025-06-06T00:51:54.8450246Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:51:54.8450661Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:51:54.8451710Z /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_162) on an already erased node 2025-06-06T00:51:54.8452812Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8453172Z 2025-06-06T00:51:54.8453324Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:51:54.8453756Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:51:54.8454780Z /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_78) on an already erased node 2025-06-06T00:51:54.8455898Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8456281Z 2025-06-06T00:51:54.8456434Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:51:54.8456862Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:51:54.8457907Z /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_112) on an already erased node 2025-06-06T00:51:54.8459028Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8459373Z 2025-06-06T00:51:54.8459540Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:51:54.8459955Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:51:54.8461000Z /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_132) on an already erased node 2025-06-06T00:51:54.8462108Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8462466Z 2025-06-06T00:51:54.8462619Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:51:54.8463048Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:51:54.8464111Z /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_167) on an already erased node 2025-06-06T00:51:54.8465229Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8465574Z 2025-06-06T00:51:54.8465759Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:51:54.8466191Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:51:54.8467227Z /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_246) on an already erased node 2025-06-06T00:51:54.8468333Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8468678Z 2025-06-06T00:51:54.8468846Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:51:54.8469262Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:51:54.8469685Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:51:54.8470711Z /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_42) on an already erased node 2025-06-06T00:51:54.8471826Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8472174Z 2025-06-06T00:51:54.8472339Z models/test_conformer.py::test_conformer_tosa_BI 2025-06-06T00:51:54.8472753Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:51:54.8473180Z models/test_conformer.py::test_conformer_u85_BI 2025-06-06T00:51:54.8474253Z /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_76) on an already erased node 2025-06-06T00:51:54.8475380Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8475727Z 2025-06-06T00:51:54.8475891Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:51:54.8476919Z /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_38) on an already erased node 2025-06-06T00:51:54.8478042Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8478391Z 2025-06-06T00:51:54.8478559Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:51:54.8479584Z /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_72) on an already erased node 2025-06-06T00:51:54.8480695Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8481040Z 2025-06-06T00:51:54.8481162Z models/test_conformer.py: 36 warnings 2025-06-06T00:51:54.8481547Z models/test_lstm_arm.py: 100 warnings 2025-06-06T00:51:54.8481971Z models/test_mobilenet_v3_arm.py: 56 warnings 2025-06-06T00:51:54.8482345Z models/test_w2l_arm.py: 3 warnings 2025-06-06T00:51:54.8484390Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/operators/op_table.py:57: DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so passing copy=False failed. __array__ must implement 'dtype' and 'copy' keyword arguments. To learn more, see the migration guide https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword 2025-06-06T00:51:54.8486451Z table_attr.TableAttribute(np.array(table)) 2025-06-06T00:51:54.8486724Z 2025-06-06T00:51:54.8486877Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:51:54.8487307Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:51:54.8488345Z /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_45) on an already erased node 2025-06-06T00:51:54.8489469Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8489816Z 2025-06-06T00:51:54.8490004Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:51:54.8491040Z /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_68) on an already erased node 2025-06-06T00:51:54.8492187Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8492532Z 2025-06-06T00:51:54.8492682Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:51:54.8493719Z /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_102) on an already erased node 2025-06-06T00:51:54.8494851Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8495198Z 2025-06-06T00:51:54.8495351Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:51:54.8496399Z /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_122) on an already erased node 2025-06-06T00:51:54.8497524Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8497868Z 2025-06-06T00:51:54.8498021Z models/test_conformer.py::test_conformer_u55_BI 2025-06-06T00:51:54.8499075Z /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_156) on an already erased node 2025-06-06T00:51:54.8500179Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8500538Z 2025-06-06T00:51:54.8500764Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8501829Z /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_294) on an already erased node 2025-06-06T00:51:54.8502944Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8503289Z 2025-06-06T00:51:54.8503473Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8504520Z /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_357) on an already erased node 2025-06-06T00:51:54.8505901Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8506249Z 2025-06-06T00:51:54.8506434Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8507490Z /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_389) on an already erased node 2025-06-06T00:51:54.8508694Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8509042Z 2025-06-06T00:51:54.8509210Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8510274Z /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_452) on an already erased node 2025-06-06T00:51:54.8511392Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8511737Z 2025-06-06T00:51:54.8511903Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8512970Z /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_484) on an already erased node 2025-06-06T00:51:54.8514077Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8514435Z 2025-06-06T00:51:54.8514598Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8515707Z /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_547) on an already erased node 2025-06-06T00:51:54.8516813Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8517165Z 2025-06-06T00:51:54.8517328Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8518381Z /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_579) on an already erased node 2025-06-06T00:51:54.8519527Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8519871Z 2025-06-06T00:51:54.8520050Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8521106Z /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_642) on an already erased node 2025-06-06T00:51:54.8522295Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8522643Z 2025-06-06T00:51:54.8522825Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8523870Z /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_674) on an already erased node 2025-06-06T00:51:54.8524988Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8525337Z 2025-06-06T00:51:54.8525503Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8526572Z /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_737) on an already erased node 2025-06-06T00:51:54.8527738Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8528088Z 2025-06-06T00:51:54.8528253Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8529323Z /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_769) on an already erased node 2025-06-06T00:51:54.8530427Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8530788Z 2025-06-06T00:51:54.8530953Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8532016Z /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_832) on an already erased node 2025-06-06T00:51:54.8533118Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8533474Z 2025-06-06T00:51:54.8533642Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8534700Z /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_864) on an already erased node 2025-06-06T00:51:54.8535839Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8536183Z 2025-06-06T00:51:54.8536359Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8537400Z /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_927) on an already erased node 2025-06-06T00:51:54.8538518Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8538862Z 2025-06-06T00:51:54.8539041Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8540091Z /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_959) on an already erased node 2025-06-06T00:51:54.8541207Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8541555Z 2025-06-06T00:51:54.8541719Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8542811Z /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_1022) on an already erased node 2025-06-06T00:51:54.8543934Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8544277Z 2025-06-06T00:51:54.8544471Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8545532Z /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_1054) on an already erased node 2025-06-06T00:51:54.8546651Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8546996Z 2025-06-06T00:51:54.8547159Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8548223Z /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_1117) on an already erased node 2025-06-06T00:51:54.8549331Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8549686Z 2025-06-06T00:51:54.8549849Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8551057Z /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_1149) on an already erased node 2025-06-06T00:51:54.8552173Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8552534Z 2025-06-06T00:51:54.8552698Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8553781Z /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_1212) on an already erased node 2025-06-06T00:51:54.8554905Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8555248Z 2025-06-06T00:51:54.8555426Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8556474Z /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_1244) on an already erased node 2025-06-06T00:51:54.8557592Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8557938Z 2025-06-06T00:51:54.8558113Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8559163Z /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_1307) on an already erased node 2025-06-06T00:51:54.8560286Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8560659Z 2025-06-06T00:51:54.8560821Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8561953Z /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_1339) on an already erased node 2025-06-06T00:51:54.8563082Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8563426Z 2025-06-06T00:51:54.8563591Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8564653Z /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_1402) on an already erased node 2025-06-06T00:51:54.8565761Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8566118Z 2025-06-06T00:51:54.8566284Z models/test_deit_tiny_arm.py::test_deit_tiny_tosa_BI 2025-06-06T00:51:54.8567356Z /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_1433) on an already erased node 2025-06-06T00:51:54.8568507Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8568865Z 2025-06-06T00:51:54.8568990Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8569378Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8569815Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8570237Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8570682Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8571109Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8571518Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8572363Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_2) on an already erased node 2025-06-06T00:51:54.8573277Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8573633Z 2025-06-06T00:51:54.8573758Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8574156Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8574568Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8574987Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8575401Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8575825Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8576235Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8577078Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_3) on an already erased node 2025-06-06T00:51:54.8578002Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8578347Z 2025-06-06T00:51:54.8578506Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8578907Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8579324Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8579746Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8580158Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8580581Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8580986Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8581833Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_4) on an already erased node 2025-06-06T00:51:54.8582757Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8583104Z 2025-06-06T00:51:54.8583227Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8583623Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8584038Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8584462Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8584900Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8585325Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8585745Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8586575Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_5) on an already erased node 2025-06-06T00:51:54.8587489Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8587835Z 2025-06-06T00:51:54.8587958Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8588351Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8588771Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8589175Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8589595Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8590005Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8590422Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8591283Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_6) on an already erased node 2025-06-06T00:51:54.8592209Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8592554Z 2025-06-06T00:51:54.8592693Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8593075Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8593556Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8593962Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8594385Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8594798Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8595218Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8596050Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_7) on an already erased node 2025-06-06T00:51:54.8596968Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8597317Z 2025-06-06T00:51:54.8597456Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8597838Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8598259Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8598664Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8599085Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8599495Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8599912Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8600752Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_8) on an already erased node 2025-06-06T00:51:54.8602243Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8602622Z 2025-06-06T00:51:54.8602753Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8603141Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8603578Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8603989Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8604413Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8604833Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8605509Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8606371Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_9) on an already erased node 2025-06-06T00:51:54.8607279Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8607640Z 2025-06-06T00:51:54.8607766Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8608164Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8608655Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8609075Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8609488Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8609916Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8610321Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8611176Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_10) on an already erased node 2025-06-06T00:51:54.8612105Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8612454Z 2025-06-06T00:51:54.8612580Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8612975Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8613387Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8613809Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8614217Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8614639Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8615042Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8615935Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_11) on an already erased node 2025-06-06T00:51:54.8616863Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8617208Z 2025-06-06T00:51:54.8617378Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8617772Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8618185Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8618602Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8619009Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8619435Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8619853Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8620691Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_12) on an already erased node 2025-06-06T00:51:54.8621622Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8621969Z 2025-06-06T00:51:54.8622094Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8622497Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8622920Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8623331Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8623752Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8624162Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8624580Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8625455Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_13) on an already erased node 2025-06-06T00:51:54.8626385Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8626732Z 2025-06-06T00:51:54.8626866Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8627251Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8627675Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8628082Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8628505Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8628917Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8629343Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8630172Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_14) on an already erased node 2025-06-06T00:51:54.8631101Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8631542Z 2025-06-06T00:51:54.8631684Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8632107Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8632536Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8632947Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8633373Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8633786Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8634207Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8635062Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_15) on an already erased node 2025-06-06T00:51:54.8635982Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8636342Z 2025-06-06T00:51:54.8636469Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8636855Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8637284Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8637694Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8638114Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8638570Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8638977Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8639883Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_16) on an already erased node 2025-06-06T00:51:54.8640794Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8641188Z 2025-06-06T00:51:54.8641314Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8641711Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8642197Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8642617Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8643026Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8643451Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8643856Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8644705Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_17) on an already erased node 2025-06-06T00:51:54.8645632Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8645976Z 2025-06-06T00:51:54.8646099Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8646503Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8646918Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8647335Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8647742Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8648162Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8648599Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8649453Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_18) on an already erased node 2025-06-06T00:51:54.8650389Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8650736Z 2025-06-06T00:51:54.8650862Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8651257Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8651670Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8652086Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8652495Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8652914Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8653329Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8654161Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_19) on an already erased node 2025-06-06T00:51:54.8655082Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8655459Z 2025-06-06T00:51:54.8655582Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8656092Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8656522Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8656932Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8657360Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8657774Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8658199Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8659037Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_20) on an already erased node 2025-06-06T00:51:54.8659964Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8660312Z 2025-06-06T00:51:54.8660451Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8660831Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8661258Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8661663Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8662118Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8662528Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8662950Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8663784Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_21) on an already erased node 2025-06-06T00:51:54.8664740Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8665087Z 2025-06-06T00:51:54.8665224Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8665603Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8666031Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8666438Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8666861Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8667271Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8667688Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8668536Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_22) on an already erased node 2025-06-06T00:51:54.8669445Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8669806Z 2025-06-06T00:51:54.8669930Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8670312Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8670737Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8671141Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8671590Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8672010Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8672419Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8673270Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_23) on an already erased node 2025-06-06T00:51:54.8674182Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8674544Z 2025-06-06T00:51:54.8674669Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8675062Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8675474Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8675899Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8676310Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8676736Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8677140Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8677990Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_24) on an already erased node 2025-06-06T00:51:54.8678929Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8679287Z 2025-06-06T00:51:54.8679412Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8679805Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8680216Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8680634Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8681048Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8681469Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8681949Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8682801Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_25) on an already erased node 2025-06-06T00:51:54.8683733Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8684082Z 2025-06-06T00:51:54.8684209Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8684609Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8685072Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8685494Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8685906Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8686332Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8686753Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8687627Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_26) on an already erased node 2025-06-06T00:51:54.8688555Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8688901Z 2025-06-06T00:51:54.8689027Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8689431Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8689847Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8690272Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8690692Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8691104Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8691519Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8692356Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_27) on an already erased node 2025-06-06T00:51:54.8693283Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8693630Z 2025-06-06T00:51:54.8693769Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8694149Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8694572Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8695006Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8695429Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8695841Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8696259Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8697090Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_28) on an already erased node 2025-06-06T00:51:54.8698010Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8698353Z 2025-06-06T00:51:54.8698492Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8698877Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8699305Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8699709Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8700131Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8700542Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8700961Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8701838Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_29) on an already erased node 2025-06-06T00:51:54.8702750Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8703108Z 2025-06-06T00:51:54.8703231Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8703614Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8704038Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8704447Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8704871Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8705485Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8705891Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8706740Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_30) on an already erased node 2025-06-06T00:51:54.8707653Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8708009Z 2025-06-06T00:51:54.8708134Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8708596Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8709015Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8709445Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8709859Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8710327Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8710732Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8711577Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_31) on an already erased node 2025-06-06T00:51:54.8712487Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8712843Z 2025-06-06T00:51:54.8712967Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8713368Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8713785Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8714207Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8714618Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8715040Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8715443Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8716285Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_32) on an already erased node 2025-06-06T00:51:54.8717207Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8717552Z 2025-06-06T00:51:54.8717675Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8718108Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8718521Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8718944Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8719352Z models/test_mobilenet_v3_arm.py::test_mv3_tosa_BI 2025-06-06T00:51:54.8719776Z models/test_mobilenet_v3_arm.py::test_mv3_u55_BI 2025-06-06T00:51:54.8720194Z models/test_mobilenet_v3_arm.py::test_mv3_u85_BI 2025-06-06T00:51:54.8721023Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_33) on an already erased node 2025-06-06T00:51:54.8722039Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8722390Z 2025-06-06T00:51:54.8722515Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8722906Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8723316Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8723736Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8724581Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_34) on an already erased node 2025-06-06T00:51:54.8725539Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8725896Z 2025-06-06T00:51:54.8726025Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8726407Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8726834Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8727255Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8728093Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_35) on an already erased node 2025-06-06T00:51:54.8729018Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8729361Z 2025-06-06T00:51:54.8729485Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8729882Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8730295Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8730714Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8731595Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_36) on an already erased node 2025-06-06T00:51:54.8732593Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8732938Z 2025-06-06T00:51:54.8733075Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8733455Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8733918Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8734324Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8735165Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_37) on an already erased node 2025-06-06T00:51:54.8736096Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8736442Z 2025-06-06T00:51:54.8736577Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8736974Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8737387Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8737811Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8738649Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_38) on an already erased node 2025-06-06T00:51:54.8739578Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8739928Z 2025-06-06T00:51:54.8740067Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8740450Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8740878Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8741287Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8742171Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_39) on an already erased node 2025-06-06T00:51:54.8743099Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8743446Z 2025-06-06T00:51:54.8743579Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8743980Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8744396Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8744820Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8745653Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_40) on an already erased node 2025-06-06T00:51:54.8746578Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8746923Z 2025-06-06T00:51:54.8747061Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8747441Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8747871Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8748311Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8749158Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_41) on an already erased node 2025-06-06T00:51:54.8750078Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8750422Z 2025-06-06T00:51:54.8750545Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8750939Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8751352Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8751773Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8752602Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_42) on an already erased node 2025-06-06T00:51:54.8753522Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8753868Z 2025-06-06T00:51:54.8754002Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8754386Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8754811Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8755252Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8756101Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_43) on an already erased node 2025-06-06T00:51:54.8757012Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8757400Z 2025-06-06T00:51:54.8757525Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8757921Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8758338Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8758760Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8759595Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_44) on an already erased node 2025-06-06T00:51:54.8760524Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8760868Z 2025-06-06T00:51:54.8761004Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8761392Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8761900Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8762311Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8763159Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_45) on an already erased node 2025-06-06T00:51:54.8764078Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8764439Z 2025-06-06T00:51:54.8764565Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8764969Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8765417Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8765837Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8766682Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_46) on an already erased node 2025-06-06T00:51:54.8767614Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8767958Z 2025-06-06T00:51:54.8768081Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8768476Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8768900Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8769308Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8770154Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_47) on an already erased node 2025-06-06T00:51:54.8771060Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8771417Z 2025-06-06T00:51:54.8771542Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8771974Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8772399Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8772815Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8773653Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_48) on an already erased node 2025-06-06T00:51:54.8774574Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8774918Z 2025-06-06T00:51:54.8775045Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8775441Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8775871Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8776279Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8777128Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_49) on an already erased node 2025-06-06T00:51:54.8778039Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8778396Z 2025-06-06T00:51:54.8778522Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8778933Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8779359Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8779782Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8780614Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_50) on an already erased node 2025-06-06T00:51:54.8781566Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8781912Z 2025-06-06T00:51:54.8782035Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8782430Z models/test_mobilenet_v2_arm.py::test_mv2_tosa_BI 2025-06-06T00:51:54.8782846Z models/test_mobilenet_v2_arm.py::test_mv2_u55_BI 2025-06-06T00:51:54.8783268Z models/test_mobilenet_v2_arm.py::test_mv2_u85_BI 2025-06-06T00:51:54.8784113Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_51) on an already erased node 2025-06-06T00:51:54.8785026Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8785386Z 2025-06-06T00:51:54.8785512Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8786314Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_52) on an already erased node 2025-06-06T00:51:54.8787236Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8787581Z 2025-06-06T00:51:54.8787716Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8788517Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_53) on an already erased node 2025-06-06T00:51:54.8789471Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8789820Z 2025-06-06T00:51:54.8789945Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8790759Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_54) on an already erased node 2025-06-06T00:51:54.8791677Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8792018Z 2025-06-06T00:51:54.8792141Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8804483Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_55) on an already erased node 2025-06-06T00:51:54.8805767Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8806132Z 2025-06-06T00:51:54.8806292Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8807119Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_56) on an already erased node 2025-06-06T00:51:54.8808170Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8808522Z 2025-06-06T00:51:54.8808654Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8809487Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_57) on an already erased node 2025-06-06T00:51:54.8810416Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8810763Z 2025-06-06T00:51:54.8810888Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8811714Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_58) on an already erased node 2025-06-06T00:51:54.8812626Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8812985Z 2025-06-06T00:51:54.8813111Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8813932Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_59) on an already erased node 2025-06-06T00:51:54.8814842Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8815199Z 2025-06-06T00:51:54.8815371Z models/test_dl3_arm.py::test_dl3_tosa_BI 2025-06-06T00:51:54.8816178Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_60) on an already erased node 2025-06-06T00:51:54.8817103Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8817502Z 2025-06-06T00:51:54.8817638Z models/test_lstm_arm.py: 6 warnings 2025-06-06T00:51:54.8817991Z models/test_mobilenet_v2_arm.py: 2 warnings 2025-06-06T00:51:54.8818379Z models/test_mobilenet_v3_arm.py: 2 warnings 2025-06-06T00:51:54.8818735Z models/test_w2l_arm.py: 1 warning 2025-06-06T00:51:54.8820796Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/test/runner_utils.py:369: DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so passing copy=False failed. __array__ must implement 'dtype' and 'copy' keyword arguments. To learn more, see the migration guide https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword 2025-06-06T00:51:54.8822918Z data_np = np.array(data.detach(), order="C").astype( 2025-06-06T00:51:54.8823202Z 2025-06-06T00:51:54.8823429Z models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-06-06T00:51:54.8824004Z models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-06-06T00:51:54.8824556Z models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-06-06T00:51:54.8825113Z models/test_nn_functional.py::test_nn_functional_BI[grid_sample] 2025-06-06T00:51:54.8825669Z models/test_nn_functional.py::test_nn_functional_BI[grid_sample] 2025-06-06T00:51:54.8827308Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py:5110: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2025-06-06T00:51:54.8828806Z warnings.warn( 2025-06-06T00:51:54.8828965Z 2025-06-06T00:51:54.8829186Z models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-06-06T00:51:54.8829749Z models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-06-06T00:51:54.8830311Z models/test_nn_functional.py::test_nn_functional_BI[affine_grid] 2025-06-06T00:51:54.8830864Z models/test_nn_functional.py::test_nn_functional_BI[affine_grid] 2025-06-06T00:51:54.8832484Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py:5177: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2025-06-06T00:51:54.8833969Z warnings.warn( 2025-06-06T00:51:54.8834170Z 2025-06-06T00:51:54.8834386Z models/test_nn_functional.py::test_nn_functional_BI[normalize] 2025-06-06T00:51:54.8834972Z models/test_nn_functional.py::test_nn_functional_BI[cosine_similarity] 2025-06-06T00:51:54.8836110Z /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_1) on an already erased node 2025-06-06T00:51:54.8837231Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:51:54.8837582Z 2025-06-06T00:51:54.8837711Z models/test_nn_functional.py: 9 warnings 2025-06-06T00:51:54.8838084Z models/test_nn_modules.py: 6 warnings 2025-06-06T00:51:54.8838449Z models/test_torch_functions.py: 3 warnings 2025-06-06T00:51:54.8839529Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchao/quantization/pt2e/quantize_pt2e.py:310: DeprecationWarning: torch.ao.quantization is deprecated and will be removed in 2.10. 2025-06-06T00:51:54.8840616Z For migrations of users: 2025-06-06T00:51:54.8841490Z 1. Eager mode quantization (torch.ao.quantization.quantize, torch.ao.quantization.quantize_dynamic), please migrate to use torchao eager mode quantize_ API instead 2025-06-06T00:51:54.8843314Z 2. FX graph mode quantization (torch.ao.quantization.quantize_fx.prepare_fx,torch.ao.quantization.quantize_fx.convert_fx, please migrate to use torchao pt2e quantization API instead (prepare_pt2e, convert_pt2e) 2025-06-06T00:51:54.8844793Z 3. pt2e quantization has been migrated to torchao (https://github.com/pytorch/ao/tree/main/torchao/quantization/pt2e) 2025-06-06T00:51:54.8845615Z see https://github.com/pytorch/ao/issues/2259 for more details 2025-06-06T00:52:08.7281702Z return torch_convert_pt2e(model, use_reference_representation, fold_quantize) 2025-06-06T00:52:08.7282262Z 2025-06-06T00:52:08.7282544Z models/test_nn_functional.py::test_nn_functional_BI[cosine_similarity] 2025-06-06T00:52:08.7283735Z /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:52:08.7284869Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:52:08.7285227Z 2025-06-06T00:52:08.7285475Z models/test_nn_functional.py::test_nn_functional_BI[cosine_similarity] 2025-06-06T00:52:08.7286615Z /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_2) on an already erased node 2025-06-06T00:52:08.7287732Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:52:08.7288092Z 2025-06-06T00:52:08.7288304Z models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-06-06T00:52:08.7288849Z models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-06-06T00:52:08.7289591Z models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-06-06T00:52:08.7290136Z models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] 2025-06-06T00:52:08.7290665Z models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] 2025-06-06T00:52:08.7292080Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/instancenorm.py:115: UserWarning: input's size at dim=1 does not match num_features. You can silence this warning by not passing in num_features, which is not used because affine=False 2025-06-06T00:52:08.7293402Z warnings.warn( 2025-06-06T00:52:08.7293559Z 2025-06-06T00:52:08.7293750Z models/test_nn_modules.py::test_nn_Modules_BI[GroupNorm] 2025-06-06T00:52:08.7294840Z /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_13) on an already erased node 2025-06-06T00:52:08.7295965Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:52:08.7296313Z 2025-06-06T00:52:08.7296511Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:52:08.7297672Z /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_214) on an already erased node 2025-06-06T00:52:08.7298784Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:52:08.7299145Z 2025-06-06T00:52:08.7299339Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:52:08.7300426Z /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_216) on an already erased node 2025-06-06T00:52:08.7301540Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:52:08.7301902Z 2025-06-06T00:52:08.7302096Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:52:08.7303174Z /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_266) on an already erased node 2025-06-06T00:52:08.7304295Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:52:08.7304640Z 2025-06-06T00:52:08.7304892Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:52:08.7306219Z /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_285) on an already erased node 2025-06-06T00:52:08.7307340Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:52:08.7307763Z 2025-06-06T00:52:08.7307957Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:52:08.7309042Z /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_354) on an already erased node 2025-06-06T00:52:08.7310163Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:52:08.7310508Z 2025-06-06T00:52:08.7310703Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:52:08.7311793Z /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_385) on an already erased node 2025-06-06T00:52:08.7312910Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:52:08.7313254Z 2025-06-06T00:52:08.7313443Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-06-06T00:52:08.7314533Z /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_404) on an already erased node 2025-06-06T00:52:08.7315640Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:52:08.7315996Z 2025-06-06T00:52:08.7316320Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2025-06-06T00:52:08.7317566Z = 65 passed, 5 skipped, 17 xfailed, 3 xpassed, 635 warnings in 2689.00s (0:44:48) = 2025-06-06T00:52:08.7318370Z test_arm_baremetal.sh test_pytest_models_ethosu_fvp: PASS 2025-06-06T00:52:08.7383971Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-06T00:52:08.7384521Z with: 2025-06-06T00:52:08.7384861Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:52:08.7385305Z fail-on-empty: false 2025-06-06T00:52:08.7385568Z env: 2025-06-06T00:52:08.7385847Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:52:08.7386241Z REPOSITORY: pytorch/executorch 2025-06-06T00:52:08.7386554Z PR_NUMBER: 2025-06-06T00:52:08.7389119Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:52:08.7391944Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:52:08.7392601Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:52:08.7393211Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:52:08.7393642Z ##[endgroup] 2025-06-06T00:52:08.8021231Z Prepare all required actions 2025-06-06T00:52:08.8064763Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-06T00:52:08.8065156Z with: 2025-06-06T00:52:08.8065540Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-06T00:52:08.8066178Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:52:08.8066651Z env: 2025-06-06T00:52:08.8066934Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:52:08.8067324Z REPOSITORY: pytorch/executorch 2025-06-06T00:52:08.8067638Z PR_NUMBER: 2025-06-06T00:52:08.8070183Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:52:08.8073025Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:52:08.8073687Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:52:08.8074289Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:52:08.8074722Z ##[endgroup] 2025-06-06T00:52:08.8102912Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:52:08.8103688Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:52:08.8113450Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:52:08.8113875Z env: 2025-06-06T00:52:08.8114167Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:52:08.8114574Z REPOSITORY: pytorch/executorch 2025-06-06T00:52:08.8114875Z PR_NUMBER: 2025-06-06T00:52:08.8117391Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:52:08.8120265Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:52:08.8120929Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:52:08.8121539Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:52:08.8122200Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:52:08.8122813Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-06T00:52:08.8123287Z ##[endgroup] 2025-06-06T00:52:08.8327607Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-06-06T00:52:09.0603214Z latest: Pulling from tool/alpine 2025-06-06T00:52:09.0603816Z 540db60ca938: Pulling fs layer 2025-06-06T00:52:09.1439111Z 540db60ca938: Download complete 2025-06-06T00:52:09.2345390Z 540db60ca938: Pull complete 2025-06-06T00:52:09.2453888Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-06T00:52:09.2496013Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-06T00:52:11.8397307Z Prepare all required actions 2025-06-06T00:52:11.8426773Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-06T00:52:11.8427170Z with: 2025-06-06T00:52:11.8427477Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-06T00:52:11.8428012Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:52:11.8428485Z env: 2025-06-06T00:52:11.8428751Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:52:11.8429159Z REPOSITORY: pytorch/executorch 2025-06-06T00:52:11.8429461Z PR_NUMBER: 2025-06-06T00:52:11.8432033Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:52:11.8434872Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:52:11.8435517Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:52:11.8436139Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:52:11.8436577Z ##[endgroup] 2025-06-06T00:52:11.8455847Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:52:11.8456628Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:52:11.8464657Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:52:11.8465075Z env: 2025-06-06T00:52:11.8465354Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:52:11.8465772Z REPOSITORY: pytorch/executorch 2025-06-06T00:52:11.8466077Z PR_NUMBER: 2025-06-06T00:52:11.8468610Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:52:11.8471348Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:52:11.8472013Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:52:11.8472653Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:52:11.8473243Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:52:11.8473782Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-06T00:52:11.8474178Z ##[endgroup] 2025-06-06T00:52:12.8012466Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-06T00:52:12.8013143Z # Only do these steps if we actually want to upload an artifact 2025-06-06T00:52:12.8013732Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-06T00:52:12.8014340Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-06T00:52:12.8015032Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-06T00:52:12.8015575Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-06T00:52:12.8016057Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-06T00:52:12.8016417Z  fi 2025-06-06T00:52:12.8016735Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-06T00:52:12.8017242Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-06T00:52:12.8017675Z  fi 2025-06-06T00:52:12.8017943Z fi 2025-06-06T00:52:12.8018173Z  2025-06-06T00:52:12.8018407Z upload_docs=0 2025-06-06T00:52:12.8018841Z # Check if there are files in the documentation folder to upload, note that 2025-06-06T00:52:12.8019366Z # empty folders do not count 2025-06-06T00:52:12.8019856Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-06T00:52:12.8020536Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-06T00:52:12.8021076Z  # upload will probably not work correctly 2025-06-06T00:52:12.8021459Z  upload_docs=1 2025-06-06T00:52:12.8021736Z fi 2025-06-06T00:52:12.8022067Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-06T00:52:12.8028547Z shell: /usr/bin/bash -e {0} 2025-06-06T00:52:12.8028840Z env: 2025-06-06T00:52:12.8029131Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:52:12.8029532Z REPOSITORY: pytorch/executorch 2025-06-06T00:52:12.8029848Z PR_NUMBER: 2025-06-06T00:52:12.8032370Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:52:12.8035132Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:52:12.8035784Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:52:12.8036403Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:52:12.8036842Z UPLOAD_ARTIFACT_NAME: 2025-06-06T00:52:12.8037123Z ##[endgroup] 2025-06-06T00:52:12.8126357Z Prepare all required actions 2025-06-06T00:52:12.8164355Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-06T00:52:12.8164758Z with: 2025-06-06T00:52:12.8164981Z env: 2025-06-06T00:52:12.8165247Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:52:12.8165647Z REPOSITORY: pytorch/executorch 2025-06-06T00:52:12.8165946Z PR_NUMBER: 2025-06-06T00:52:12.8168502Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:52:12.8171247Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:52:12.8171959Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:52:12.8172575Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:52:12.8172996Z ##[endgroup] 2025-06-06T00:52:12.8217918Z ##[group]Run set -eou pipefail 2025-06-06T00:52:12.8218274Z set -eou pipefail 2025-06-06T00:52:12.8218566Z  2025-06-06T00:52:12.8218962Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-06T00:52:12.8219485Z for _ in $(seq 1440); do 2025-06-06T00:52:12.8219849Z  # Break if no ssh session exists anymore 2025-06-06T00:52:12.8220234Z  if [ "$(who)" = "" ]; then 2025-06-06T00:52:12.8220558Z  break 2025-06-06T00:52:12.8220799Z  fi 2025-06-06T00:52:12.8221042Z  echo "." 2025-06-06T00:52:12.8221304Z  sleep 5 2025-06-06T00:52:12.8221560Z done 2025-06-06T00:52:12.8227255Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:52:12.8227682Z env: 2025-06-06T00:52:12.8227953Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:52:12.8228355Z REPOSITORY: pytorch/executorch 2025-06-06T00:52:12.8228661Z PR_NUMBER: 2025-06-06T00:52:12.8231186Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:52:12.8234034Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:52:12.8234696Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:52:12.8235303Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:52:12.8235742Z ##[endgroup] 2025-06-06T00:52:12.8259220Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-06T00:52:12.8340746Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-06T00:52:12.8341372Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-06T00:52:12.8341853Z # shellcheck disable=SC2046 2025-06-06T00:52:12.8342211Z docker stop $(docker ps -q) || true 2025-06-06T00:52:12.8342596Z # Prune all of the docker images 2025-06-06T00:52:12.8342950Z docker system prune -af 2025-06-06T00:52:12.8348574Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:52:12.8349138Z env: 2025-06-06T00:52:12.8349430Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:52:12.8349818Z REPOSITORY: pytorch/executorch 2025-06-06T00:52:12.8350139Z PR_NUMBER: 2025-06-06T00:52:12.8352655Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:52:12.8355389Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:52:12.8356039Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:52:12.8356655Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:52:12.8357135Z ##[endgroup] 2025-06-06T00:52:23.9758343Z 5c0f12dd0206 2025-06-06T00:52:24.4619212Z Deleted Containers: 2025-06-06T00:52:24.4619835Z 5c0f12dd0206b899b99ed5f458c2938eabe54d83a054f7e280d294e40cae6755 2025-06-06T00:52:24.4620215Z 2025-06-06T00:52:27.9382913Z Deleted Images: 2025-06-06T00:52:27.9384255Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-06T00:52:27.9386077Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk@sha256:0d5c21d463984bfbc970f6581a94145d33d344740c70e25bc23e6befdbb949c9 2025-06-06T00:52:27.9387664Z deleted: sha256:1a94608f22c41f81740bef06f7422764772eeea94a9eada7dd0f5cce39df18ad 2025-06-06T00:52:27.9388402Z deleted: sha256:5ec601ff95a05daba3cfa975165fec54009d3f235b3bffe3840ed920708e19e6 2025-06-06T00:52:27.9389177Z deleted: sha256:d4ff3fbb3ee1e372db334df0deb64ad5811a8fb59eb2f3b55166bb51e0a6a00a 2025-06-06T00:52:27.9389933Z deleted: sha256:13b9dc560352117be7cdbf8c9eb2d388c305715dec91fd8f2dd24e6330985d57 2025-06-06T00:52:27.9390646Z deleted: sha256:28199aade928a08022ff3bcc905892a68604917e4304bfc5045bac458173316f 2025-06-06T00:52:27.9391365Z deleted: sha256:d22c0c0c983837fa91aa33719705b4f83c04a336de23e3deb417758a159a9331 2025-06-06T00:52:27.9392068Z deleted: sha256:995f58b357536e57fd2a23d75b4035fc28c7f691ee117ecba82b81252776a914 2025-06-06T00:52:27.9392791Z deleted: sha256:5823e3d6e6649efc863a8b5312c2141ec7cc6067bfcd7f97ca43d7e309f74388 2025-06-06T00:52:27.9393663Z deleted: sha256:5402b2d94db9e51a4fe381173b9b4c0c7942e79d2c958970454ac282f69d12ef 2025-06-06T00:52:27.9394393Z deleted: sha256:e33f45752794bc0ded008164409bdf30abaa2c2d8099dabed02ec98006eca5c0 2025-06-06T00:52:27.9395115Z deleted: sha256:99b891705016c4b6a61b86360344948bf1ff94dd44e6f6c549073050549e85db 2025-06-06T00:52:27.9395829Z deleted: sha256:11eb87bc8c2f60ba3f5d31a02d355d21074d72f036dac5212ac9acb717769f13 2025-06-06T00:52:27.9396664Z deleted: sha256:a44ed3578f03e2160fa67337d098e4813cca068486c93617c1b151e0e45551ed 2025-06-06T00:52:27.9397369Z deleted: sha256:75f6c567b2876963fd837392b9a7ac2f0b134403afa83a29f19f4aa8d070818e 2025-06-06T00:52:27.9398090Z deleted: sha256:c194a5c3b0249f7c4b6d945ce2b2160b4f22cbc3e820351f7f6d3e206e2edbc3 2025-06-06T00:52:27.9398825Z deleted: sha256:db7ef66a1b940af1ebcd108d5465c32d41afe7e70615db0c545525fea7464d1e 2025-06-06T00:52:27.9399537Z deleted: sha256:c6f0c6c0007356db7e4308d352c535c71641cd1bf2e09690007881b4404b7c8b 2025-06-06T00:52:27.9400262Z deleted: sha256:b7a4234cbb69c9b1b6ef28a2291fb8d3f6be32f6c3374554dbd73d6c27ed7a8e 2025-06-06T00:52:27.9400971Z deleted: sha256:7179506bce74a48fac649b2439485eb565fe406667d78bb064426185245c9203 2025-06-06T00:52:27.9401680Z deleted: sha256:4128da566c1e767391cd1076cdace155fb183515f4e245c0e4963214e6637db5 2025-06-06T00:52:27.9402630Z deleted: sha256:7c75042edf3132b2949d54c6b6eaecb95426b5c939024d58903c60871b01eca4 2025-06-06T00:52:27.9403371Z deleted: sha256:d24f5c3fdfc6dac6e1d30d9cd675296fa1e0ae425708668d3c4476dde53f487c 2025-06-06T00:52:27.9404108Z deleted: sha256:632585fa2e3a4f1f3052f12cf256c77e9704e70498b3aa3ed801d161ebf4db2f 2025-06-06T00:52:27.9404837Z deleted: sha256:80b4fecf8cbf57d22bc034bd9e96ade01236ea5792e3ad0fbca7c8a1bef14d07 2025-06-06T00:52:27.9406412Z deleted: sha256:42f2808ef3fa764d4dd359409f8b0d904c86892f21543fa566639e95d16e7f34 2025-06-06T00:52:27.9407133Z deleted: sha256:f56165fb92e8468f382269b4f4b5a68ccee7b9ad9a47e975519dfcc1e9d227ea 2025-06-06T00:52:27.9408080Z deleted: sha256:6baef9a92114b1fe0cc5db5c6c84771005b1acf37eac03ce633afac431709b8e 2025-06-06T00:52:27.9409315Z deleted: sha256:b6e526fd3e38f0a22b44a36e6f0150bd7c59e9cf21eae74d4fec050c7c73de19 2025-06-06T00:52:27.9410035Z deleted: sha256:525c340bf46ccb79454e4e0f765a3c0b39a374f2301e347f88744d1589d7185e 2025-06-06T00:52:27.9410787Z deleted: sha256:0293f81f5c939bdd5e81947acbcacf4ec1b4b58bb9d029712fc7ffc4192edace 2025-06-06T00:52:27.9411527Z deleted: sha256:9f85e5da08a04976d2cfad6ab7dbcf7531fce0c7f3aa1352c4f3a89f276ec6e7 2025-06-06T00:52:27.9412418Z deleted: sha256:dffaca05acc53ad0f09dd2ee3a8dbdf2c99ae48a24e7b60e9025e55d3d0bc741 2025-06-06T00:52:27.9413163Z deleted: sha256:f60a46c766fa98bfc19ad2143c8230b4591cfe3ed0c6ce95fdc23268adfd4494 2025-06-06T00:52:27.9413890Z deleted: sha256:39c60a951c2b18262a626041ff1137e647cfcb65977b7352b0356ed098a60b26 2025-06-06T00:52:27.9414604Z deleted: sha256:ff02322f624aa4da0c0229f90e430b3960ce174fa4c88ea83447640dda32ce80 2025-06-06T00:52:27.9415313Z deleted: sha256:bb80166d4410f46deb56858f88f277bfc87b8c6f912d802aa80ac611299bc1d9 2025-06-06T00:52:27.9416045Z deleted: sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226 2025-06-06T00:52:27.9416734Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-06T00:52:27.9417715Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-06T00:52:27.9418724Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-06-06T00:52:27.9419610Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-06-06T00:52:27.9420399Z 2025-06-06T00:52:27.9420658Z Total reclaimed space: 14.59GB 2025-06-06T00:52:27.9452746Z ##[group]Run set +e 2025-06-06T00:52:27.9453072Z set +e 2025-06-06T00:52:27.9453341Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-06T00:52:27.9453797Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-06T00:52:27.9454197Z else 2025-06-06T00:52:27.9454604Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-06T00:52:27.9454974Z fi 2025-06-06T00:52:27.9455213Z set -e 2025-06-06T00:52:27.9462561Z shell: /usr/bin/bash -e {0} 2025-06-06T00:52:27.9462867Z env: 2025-06-06T00:52:27.9463144Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:52:27.9463553Z REPOSITORY: pytorch/executorch 2025-06-06T00:52:27.9463862Z PR_NUMBER: 2025-06-06T00:52:27.9466438Z 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_pytest_models_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:52:27.9469192Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:52:27.9469844Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:52:27.9470470Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:52:27.9470906Z NO_SUDO: false 2025-06-06T00:52:27.9471145Z ##[endgroup] 2025-06-06T00:52:31.1535453Z Post job cleanup. 2025-06-06T00:52:31.2688929Z Post job cleanup. 2025-06-06T00:52:31.3764809Z [command]/usr/bin/git version 2025-06-06T00:52:31.3808576Z git version 2.47.1 2025-06-06T00:52:31.3857225Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f69b0f41-8c8f-429a-9880-178dc44cfa9f' before making global git config changes 2025-06-06T00:52:31.3859234Z Adding repository directory to the temporary git global config as a safe directory 2025-06-06T00:52:31.3864437Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-06T00:52:31.3898889Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-06T00:52:31.3938782Z [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:52:31.4232080Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-06T00:52:31.4252818Z http.https://github.com/.extraheader 2025-06-06T00:52:31.4262909Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-06T00:52:31.4291942Z [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:52:31.4647259Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-06T00:52:31.4673591Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-06T00:52:31.4679694Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:52:31.4680128Z ##[endgroup] 2025-06-06T00:52:31.4767903Z [!ALERT!] Swap in detected! [!ALERT!] 2025-06-06T00:52:43.5097170Z [!ALERT!] Swap out detected [!ALERT!] 2025-06-06T00:53:03.1622054Z Cleaning up orphan processes