2025-08-30T00:28:55.1071761Z Current runner version: '2.328.0' 2025-08-30T00:28:55.1078928Z Runner name: 'i-0ecfc55195018740c' 2025-08-30T00:28:55.1079898Z Runner group name: 'default' 2025-08-30T00:28:55.1080935Z Machine name: 'ip-10-0-71-222' 2025-08-30T00:28:55.1084047Z ##[group]GITHUB_TOKEN Permissions 2025-08-30T00:28:55.1086632Z Contents: read 2025-08-30T00:28:55.1087316Z Metadata: read 2025-08-30T00:28:55.1087900Z ##[endgroup] 2025-08-30T00:28:55.1090359Z Secret source: Actions 2025-08-30T00:28:55.1091293Z Prepare workflow directory 2025-08-30T00:28:55.1790812Z Prepare all required actions 2025-08-30T00:28:55.1838691Z Getting action download info 2025-08-30T00:28:55.4022010Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-08-30T00:28:55.6986902Z Download action repository 'pytorch/pytorch@main' (SHA:0f81e7f6402e219106537fb073e0be63a7b3aa8e) 2025-08-30T00:29:09.9286235Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-08-30T00:29:10.2668257Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-08-30T00:29:10.3988424Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-08-30T00:29:10.8988543Z Getting action download info 2025-08-30T00:29:11.0483986Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (350e76857a2fc7155a41c3d0693fc8c55aba8c5c) 2025-08-30T00:29:11.0489196Z ##[group] Inputs 2025-08-30T00:29:11.0492019Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:11.0495293Z timeout: 120 2025-08-30T00:29:11.0495585Z runner: linux.2xlarge.memory 2025-08-30T00:29:11.0495896Z upload-artifact: 2025-08-30T00:29:11.0496539Z upload-artifact-to-s3: false 2025-08-30T00:29:11.0496855Z download-artifact: 2025-08-30T00:29:11.0497131Z repository: 2025-08-30T00:29:11.0497399Z fetch-depth: 1 2025-08-30T00:29:11.0497672Z submodules: recursive 2025-08-30T00:29:11.0498000Z ref: 9de4c16782614743aed733f411307cb851595289 2025-08-30T00:29:11.0498398Z test-infra-repository: pytorch/test-infra 2025-08-30T00:29:11.0498768Z test-infra-ref: 2025-08-30T00:29:11.0499046Z use-custom-docker-registry: true 2025-08-30T00:29:11.0499848Z docker-image: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:11.0500287Z docker-build-dir: .ci/docker 2025-08-30T00:29:11.0500598Z gpu-arch-type: cpu 2025-08-30T00:29:11.0500858Z gpu-arch-version: 2025-08-30T00:29:11.0501131Z job-name: linux-job 2025-08-30T00:29:11.0501421Z continue-on-error: false 2025-08-30T00:29:11.0501707Z binary-matrix: 2025-08-30T00:29:11.0501974Z run-with-docker: true 2025-08-30T00:29:11.0502278Z secrets-env: 2025-08-30T00:29:11.0502525Z no-sudo: false 2025-08-30T00:29:11.0502798Z ##[endgroup] 2025-08-30T00:29:11.0503220Z Complete job name: test-arm-backend (test_models_ethos-u85) / linux-job 2025-08-30T00:29:11.1069011Z A job started hook has been configured by the self-hosted runner administrator 2025-08-30T00:29:11.1185850Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-08-30T00:29:11.1196461Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:29:11.1197195Z ##[endgroup] 2025-08-30T00:29:12.4211195Z Runner Type: linux.2xlarge.memory 2025-08-30T00:29:12.4211741Z Instance Type: r5.2xlarge 2025-08-30T00:29:12.4212363Z AMI Name: unknown 2025-08-30T00:29:12.4241133Z AMI ID: ami-05ffe3c48a9991133 2025-08-30T00:29:18.5969741Z ##[group]Run set -euxo pipefail 2025-08-30T00:29:18.5970172Z set -euxo pipefail 2025-08-30T00:29:18.5970522Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-08-30T00:29:18.5970962Z  echo "::group::Cleanup with-sudo debug output" 2025-08-30T00:29:18.5971502Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-08-30T00:29:18.5971863Z else 2025-08-30T00:29:18.5972156Z  echo "::group::Cleanup no-sudo debug output" 2025-08-30T00:29:18.5972580Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-08-30T00:29:18.5972903Z fi 2025-08-30T00:29:18.5973140Z  2025-08-30T00:29:18.5973392Z mkdir -p "${GITHUB_WORKSPACE}" 2025-08-30T00:29:18.5973766Z echo "::endgroup::" 2025-08-30T00:29:18.5984370Z shell: /usr/bin/bash -e {0} 2025-08-30T00:29:18.5984709Z env: 2025-08-30T00:29:18.5985048Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:18.5985491Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:18.5985852Z PR_NUMBER: 2025-08-30T00:29:18.5988401Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:18.5991051Z NO_SUDO: false 2025-08-30T00:29:18.5991292Z ##[endgroup] 2025-08-30T00:29:18.6022784Z + [[ false == \f\a\l\s\e ]] 2025-08-30T00:29:18.6038330Z ##[group]Cleanup with-sudo debug output 2025-08-30T00:29:18.6042230Z + echo '::group::Cleanup with-sudo debug output' 2025-08-30T00:29:18.6042824Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-08-30T00:29:18.7624030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-08-30T00:29:18.7641171Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-08-30T00:29:18.7657065Z + echo ::endgroup:: 2025-08-30T00:29:18.7658613Z ##[endgroup] 2025-08-30T00:29:18.7793301Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-08-30T00:29:18.7793809Z with: 2025-08-30T00:29:18.7794082Z repository: pytorch/test-infra 2025-08-30T00:29:18.7794408Z path: test-infra 2025-08-30T00:29:18.7794685Z submodules: recursive 2025-08-30T00:29:18.7795177Z token: *** 2025-08-30T00:29:18.7795408Z ssh-strict: true 2025-08-30T00:29:18.7795669Z ssh-user: git 2025-08-30T00:29:18.7795922Z persist-credentials: true 2025-08-30T00:29:18.7796221Z clean: true 2025-08-30T00:29:18.7796506Z sparse-checkout-cone-mode: true 2025-08-30T00:29:18.7796840Z fetch-depth: 1 2025-08-30T00:29:18.7797080Z fetch-tags: false 2025-08-30T00:29:18.7797347Z show-progress: true 2025-08-30T00:29:18.7797600Z lfs: false 2025-08-30T00:29:18.7797850Z set-safe-directory: true 2025-08-30T00:29:18.7798136Z env: 2025-08-30T00:29:18.7798430Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:18.7798860Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:18.7799480Z PR_NUMBER: 2025-08-30T00:29:18.7802054Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:18.7804961Z ##[endgroup] 2025-08-30T00:29:18.9152714Z Syncing repository: pytorch/test-infra 2025-08-30T00:29:18.9154072Z ##[group]Getting Git version info 2025-08-30T00:29:18.9154784Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-08-30T00:29:18.9155890Z [command]/usr/bin/git version 2025-08-30T00:29:18.9156542Z git version 2.47.1 2025-08-30T00:29:18.9157858Z ##[endgroup] 2025-08-30T00:29:18.9170071Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e440c483-0c10-4d0c-b09d-aa50fe69dd43' before making global git config changes 2025-08-30T00:29:18.9171409Z Adding repository directory to the temporary git global config as a safe directory 2025-08-30T00:29:18.9175522Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-08-30T00:29:18.9215008Z ##[group]Initializing the repository 2025-08-30T00:29:18.9221352Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-08-30T00:29:18.9254654Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-08-30T00:29:18.9255485Z hint: is subject to change. To configure the initial branch name to use in all 2025-08-30T00:29:18.9256372Z hint: of your new repositories, which will suppress this warning, call: 2025-08-30T00:29:18.9257093Z hint: 2025-08-30T00:29:18.9257432Z hint: git config --global init.defaultBranch 2025-08-30T00:29:18.9257813Z hint: 2025-08-30T00:29:18.9258210Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-08-30T00:29:18.9258867Z hint: 'development'. The just-created branch can be renamed via this command: 2025-08-30T00:29:18.9259342Z hint: 2025-08-30T00:29:18.9259597Z hint: git branch -m 2025-08-30T00:29:18.9260277Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-08-30T00:29:18.9267316Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-08-30T00:29:18.9296068Z ##[endgroup] 2025-08-30T00:29:18.9296553Z ##[group]Disabling automatic garbage collection 2025-08-30T00:29:18.9302327Z [command]/usr/bin/git config --local gc.auto 0 2025-08-30T00:29:18.9330528Z ##[endgroup] 2025-08-30T00:29:18.9330953Z ##[group]Setting up auth 2025-08-30T00:29:18.9338849Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-30T00:29:18.9368028Z [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-08-30T00:29:18.9688014Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-30T00:29:18.9719087Z [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-08-30T00:29:19.0002373Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-30T00:29:19.0044820Z ##[endgroup] 2025-08-30T00:29:19.0045313Z ##[group]Determining the default branch 2025-08-30T00:29:19.0048436Z Retrieving the default branch name 2025-08-30T00:29:19.2111858Z Default branch 'main' 2025-08-30T00:29:19.2112637Z ##[endgroup] 2025-08-30T00:29:19.2113091Z ##[group]Fetching the repository 2025-08-30T00:29:19.2118877Z [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-08-30T00:29:19.5583244Z From https://github.com/pytorch/test-infra 2025-08-30T00:29:19.5615297Z * [new branch] main -> origin/main 2025-08-30T00:29:19.5616580Z ##[endgroup] 2025-08-30T00:29:19.5617025Z ##[group]Determining the checkout info 2025-08-30T00:29:19.5618793Z ##[endgroup] 2025-08-30T00:29:19.5625455Z [command]/usr/bin/git sparse-checkout disable 2025-08-30T00:29:19.5667442Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-08-30T00:29:19.5697284Z ##[group]Checking out the ref 2025-08-30T00:29:19.5702967Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-08-30T00:29:19.6971405Z Switched to a new branch 'main' 2025-08-30T00:29:19.6972271Z branch 'main' set up to track 'origin/main'. 2025-08-30T00:29:19.6980016Z ##[endgroup] 2025-08-30T00:29:19.6980500Z ##[group]Setting up auth for fetching submodules 2025-08-30T00:29:19.6985879Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-30T00:29:19.7027435Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-08-30T00:29:19.7055678Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-08-30T00:29:19.7083146Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-08-30T00:29:19.7107801Z ##[endgroup] 2025-08-30T00:29:19.7108235Z ##[group]Fetching submodules 2025-08-30T00:29:19.7111909Z [command]/usr/bin/git submodule sync --recursive 2025-08-30T00:29:19.7396649Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-08-30T00:29:19.7689462Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-08-30T00:29:19.7972357Z ##[endgroup] 2025-08-30T00:29:19.7973187Z ##[group]Persisting credentials for submodules 2025-08-30T00:29:19.7979014Z [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-08-30T00:29:19.8258844Z [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-08-30T00:29:19.8544773Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-08-30T00:29:19.8842169Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-08-30T00:29:19.9116943Z ##[endgroup] 2025-08-30T00:29:19.9149921Z [command]/usr/bin/git log -1 --format=%H 2025-08-30T00:29:19.9170676Z 350e76857a2fc7155a41c3d0693fc8c55aba8c5c 2025-08-30T00:29:19.9377998Z Prepare all required actions 2025-08-30T00:29:19.9378545Z Getting action download info 2025-08-30T00:29:20.0403677Z Download action repository 'pytorch/test-infra@main' (SHA:350e76857a2fc7155a41c3d0693fc8c55aba8c5c) 2025-08-30T00:29:21.9311792Z Getting action download info 2025-08-30T00:29:22.0236953Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-08-30T00:29:22.2297294Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-08-30T00:29:22.2297696Z env: 2025-08-30T00:29:22.2298003Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:22.2298434Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:22.2298732Z PR_NUMBER: 2025-08-30T00:29:22.2302215Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:22.2304972Z ##[endgroup] 2025-08-30T00:29:22.2397942Z ##[group]Run set -euo pipefail 2025-08-30T00:29:22.2398310Z set -euo pipefail 2025-08-30T00:29:22.2398632Z function get_ec2_metadata() { 2025-08-30T00:29:22.2399040Z  # Pulled from instance metadata endpoint for EC2 2025-08-30T00:29:22.2400083Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-08-30T00:29:22.2400706Z  category=$1 2025-08-30T00:29:22.2401721Z  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-08-30T00:29:22.2402752Z } 2025-08-30T00:29:22.2403029Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-08-30T00:29:22.2403501Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-08-30T00:29:22.2404018Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-08-30T00:29:22.2404499Z echo "system info $(uname -a)" 2025-08-30T00:29:22.2410963Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:29:22.2411494Z env: 2025-08-30T00:29:22.2411804Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:22.2412239Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:22.2412548Z PR_NUMBER: 2025-08-30T00:29:22.2415035Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:22.2417586Z ##[endgroup] 2025-08-30T00:29:22.2566132Z ami-id: ami-05ffe3c48a9991133 2025-08-30T00:29:22.2680681Z instance-id: i-0ecfc55195018740c 2025-08-30T00:29:22.2787768Z instance-type: r5.2xlarge 2025-08-30T00:29:22.2799070Z system info Linux ip-10-0-71-222.ec2.internal 6.1.141-155.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 17 10:29:47 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-08-30T00:29:22.2840353Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-30T00:29:22.2841607Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-30T00:29:22.2848318Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:29:22.2848730Z env: 2025-08-30T00:29:22.2849049Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:22.2849501Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:22.2849798Z PR_NUMBER: 2025-08-30T00:29:22.2852400Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:22.2854950Z ##[endgroup] 2025-08-30T00:29:22.2942565Z ##[group]Run if systemctl is-active --quiet docker; then 2025-08-30T00:29:22.2943064Z if systemctl is-active --quiet docker; then 2025-08-30T00:29:22.2943477Z  echo "Docker daemon is running..."; 2025-08-30T00:29:22.2943982Z else 2025-08-30T00:29:22.2944357Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-08-30T00:29:22.2944827Z fi 2025-08-30T00:29:22.2950895Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:29:22.2951315Z env: 2025-08-30T00:29:22.2951635Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:22.2952052Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:22.2952364Z PR_NUMBER: 2025-08-30T00:29:22.2954842Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:22.2957404Z ##[endgroup] 2025-08-30T00:29:22.3715879Z Docker daemon is running... 2025-08-30T00:29:22.3749191Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-08-30T00:29:22.3749922Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-08-30T00:29:22.3750498Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-08-30T00:29:22.3751195Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-08-30T00:29:22.3752010Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-08-30T00:29:22.3758740Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:29:22.3759162Z env: 2025-08-30T00:29:22.3759470Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:22.3759907Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:22.3760222Z PR_NUMBER: 2025-08-30T00:29:22.3762874Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:22.3765439Z AWS_RETRY_MODE: standard 2025-08-30T00:29:22.3765778Z AWS_MAX_ATTEMPTS: 5 2025-08-30T00:29:22.3766055Z AWS_DEFAULT_REGION: us-east-1 2025-08-30T00:29:22.3766355Z ##[endgroup] 2025-08-30T00:29:23.5782843Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-08-30T00:29:23.5784175Z Configure a credential helper to remove this warning. See 2025-08-30T00:29:23.5785384Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-08-30T00:29:23.5786423Z 2025-08-30T00:29:23.5786652Z Login Succeeded 2025-08-30T00:29:23.5830974Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-08-30T00:29:23.5831638Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-08-30T00:29:23.5832197Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-08-30T00:29:23.5840012Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:29:23.5840416Z env: 2025-08-30T00:29:23.5840733Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:23.5841154Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:23.5841464Z PR_NUMBER: 2025-08-30T00:29:23.5843941Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:23.5846740Z ##[endgroup] 2025-08-30T00:29:23.6111472Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-08-30T00:29:23.6112037Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-08-30T00:29:23.6112479Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-08-30T00:29:23.6112861Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-08-30T00:29:23.6113356Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-08-30T00:29:23.6113833Z  2025-08-30T00:29:23.6114167Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-08-30T00:29:23.6114627Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-08-30T00:29:23.6115033Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-08-30T00:29:23.6115568Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-08-30T00:29:23.6116055Z  2025-08-30T00:29:23.6116316Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-08-30T00:29:23.6116683Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-08-30T00:29:23.6117037Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-08-30T00:29:23.6117471Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-08-30T00:29:23.6124001Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:29:23.6124406Z env: 2025-08-30T00:29:23.6124729Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:23.6125157Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:23.6125464Z PR_NUMBER: 2025-08-30T00:29:23.6128102Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:23.6130654Z ##[endgroup] 2025-08-30T00:29:24.0709948Z ##[group]Run needs=0 2025-08-30T00:29:24.0710262Z needs=0 2025-08-30T00:29:24.0710664Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-08-30T00:29:24.0711159Z  needs=1 2025-08-30T00:29:24.0711394Z fi 2025-08-30T00:29:24.0711689Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-08-30T00:29:24.0718248Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:29:24.0718667Z env: 2025-08-30T00:29:24.0718978Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:24.0719413Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:24.0719723Z PR_NUMBER: 2025-08-30T00:29:24.0722213Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:24.0725101Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:29:24.0725766Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:29:24.0726369Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:29:24.0726801Z ##[endgroup] 2025-08-30T00:29:24.1014841Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-08-30T00:29:24.1016009Z # ignore expansion of "docker ps -q" since it could be empty 2025-08-30T00:29:24.1016890Z # shellcheck disable=SC2046 2025-08-30T00:29:24.1017597Z docker stop $(docker ps -q) || true 2025-08-30T00:29:24.1018301Z # Prune all of the docker images 2025-08-30T00:29:24.1018966Z docker system prune -af 2025-08-30T00:29:24.1028144Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:29:24.1028884Z env: 2025-08-30T00:29:24.1029489Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:24.1030291Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:24.1030882Z PR_NUMBER: 2025-08-30T00:29:24.1035690Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:24.1040938Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:29:24.1042189Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:29:24.1043326Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:29:24.1044144Z ##[endgroup] 2025-08-30T00:29:24.1295712Z "docker stop" requires at least 1 argument. 2025-08-30T00:29:24.1296138Z See 'docker stop --help'. 2025-08-30T00:29:24.1296343Z 2025-08-30T00:29:24.1296555Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-08-30T00:29:24.1296857Z 2025-08-30T00:29:24.1296992Z Stop one or more running containers 2025-08-30T00:29:24.1489545Z Total reclaimed space: 0B 2025-08-30T00:29:24.1600364Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-08-30T00:29:24.1600801Z with: 2025-08-30T00:29:24.1601539Z github-secret: *** 2025-08-30T00:29:24.1602328Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-08-30T00:29:24.1603161Z activate-with-label: false 2025-08-30T00:29:24.1603469Z label: with-ssh 2025-08-30T00:29:24.1603735Z remove-existing-keys: true 2025-08-30T00:29:24.1604024Z fail-silently: true 2025-08-30T00:29:24.1604295Z env: 2025-08-30T00:29:24.1604587Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:24.1605018Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:24.1605314Z PR_NUMBER: 2025-08-30T00:29:24.1607843Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:24.1610564Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:29:24.1611312Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:29:24.1612108Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:29:24.1612527Z ##[endgroup] 2025-08-30T00:29:24.2829538Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-08-30T00:29:24.2831108Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-08-30T00:29:24.2965839Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-08-30T00:29:24.2966324Z with: 2025-08-30T00:29:24.2966567Z repository: pytorch/executorch 2025-08-30T00:29:24.2966928Z ref: 9de4c16782614743aed733f411307cb851595289 2025-08-30T00:29:24.2967290Z path: pytorch/executorch 2025-08-30T00:29:24.2967585Z fetch-depth: 1 2025-08-30T00:29:24.2967843Z submodules: recursive 2025-08-30T00:29:24.2968272Z token: *** 2025-08-30T00:29:24.2968512Z ssh-strict: true 2025-08-30T00:29:24.2968750Z ssh-user: git 2025-08-30T00:29:24.2969032Z persist-credentials: true 2025-08-30T00:29:24.2969310Z clean: true 2025-08-30T00:29:24.2969577Z sparse-checkout-cone-mode: true 2025-08-30T00:29:24.2969887Z fetch-tags: false 2025-08-30T00:29:24.2970143Z show-progress: true 2025-08-30T00:29:24.2970397Z lfs: false 2025-08-30T00:29:24.2970625Z set-safe-directory: true 2025-08-30T00:29:24.2970901Z env: 2025-08-30T00:29:24.2971386Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:29:24.2971803Z REPOSITORY: pytorch/executorch 2025-08-30T00:29:24.2972109Z PR_NUMBER: 2025-08-30T00:29:24.2974587Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:29:24.2977293Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:29:24.2977938Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:29:24.2978554Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:29:24.2978972Z ##[endgroup] 2025-08-30T00:29:24.4065698Z Syncing repository: pytorch/executorch 2025-08-30T00:29:24.4075152Z ##[group]Getting Git version info 2025-08-30T00:29:24.4076365Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-08-30T00:29:24.4106407Z [command]/usr/bin/git version 2025-08-30T00:29:24.4145617Z git version 2.47.1 2025-08-30T00:29:24.4173310Z ##[endgroup] 2025-08-30T00:29:24.4187049Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6b67ff59-712c-40f2-9afc-17bb4445f65f' before making global git config changes 2025-08-30T00:29:24.4189137Z Adding repository directory to the temporary git global config as a safe directory 2025-08-30T00:29:24.4192932Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-08-30T00:29:24.4230839Z ##[group]Initializing the repository 2025-08-30T00:29:24.4236301Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-08-30T00:29:24.4268194Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-08-30T00:29:24.4269101Z hint: is subject to change. To configure the initial branch name to use in all 2025-08-30T00:29:24.4270129Z hint: of your new repositories, which will suppress this warning, call: 2025-08-30T00:29:24.4270651Z hint: 2025-08-30T00:29:24.4270954Z hint: git config --global init.defaultBranch 2025-08-30T00:29:24.4271534Z hint: 2025-08-30T00:29:24.4271899Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-08-30T00:29:24.4272529Z hint: 'development'. The just-created branch can be renamed via this command: 2025-08-30T00:29:24.4273000Z hint: 2025-08-30T00:29:24.4273240Z hint: git branch -m 2025-08-30T00:29:24.4275100Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-08-30T00:29:24.4279080Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-08-30T00:29:24.4307064Z ##[endgroup] 2025-08-30T00:29:24.4307542Z ##[group]Disabling automatic garbage collection 2025-08-30T00:29:24.4311668Z [command]/usr/bin/git config --local gc.auto 0 2025-08-30T00:29:24.4338618Z ##[endgroup] 2025-08-30T00:29:24.4339073Z ##[group]Setting up auth 2025-08-30T00:29:24.4344833Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-30T00:29:24.4372159Z [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-08-30T00:29:24.4669522Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-30T00:29:24.4697004Z [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-08-30T00:29:24.4982390Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-30T00:29:24.5026556Z ##[endgroup] 2025-08-30T00:29:24.5027023Z ##[group]Fetching the repository 2025-08-30T00:29:24.5046182Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 9de4c16782614743aed733f411307cb851595289 2025-08-30T00:29:26.1418620Z From https://github.com/pytorch/executorch 2025-08-30T00:29:26.1419622Z * branch 9de4c16782614743aed733f411307cb851595289 -> FETCH_HEAD 2025-08-30T00:29:26.1446661Z ##[endgroup] 2025-08-30T00:29:26.1447586Z ##[group]Determining the checkout info 2025-08-30T00:29:26.1449234Z ##[endgroup] 2025-08-30T00:29:26.1454512Z [command]/usr/bin/git sparse-checkout disable 2025-08-30T00:29:26.1488736Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-08-30T00:29:26.1527936Z ##[group]Checking out the ref 2025-08-30T00:29:26.1531773Z [command]/usr/bin/git checkout --progress --force 9de4c16782614743aed733f411307cb851595289 2025-08-30T00:29:26.7694223Z Note: switching to '9de4c16782614743aed733f411307cb851595289'. 2025-08-30T00:29:26.7694886Z 2025-08-30T00:29:26.7695362Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-30T00:29:26.7696531Z changes and commit them, and you can discard any commits you make in this 2025-08-30T00:29:26.7697678Z state without impacting any branches by switching back to a branch. 2025-08-30T00:29:26.7698397Z 2025-08-30T00:29:26.7698829Z If you want to create a new branch to retain commits you create, you may 2025-08-30T00:29:26.7700064Z do so (now or later) by using -c with the switch command. Example: 2025-08-30T00:29:26.7700696Z 2025-08-30T00:29:26.7700941Z git switch -c 2025-08-30T00:29:26.7701362Z 2025-08-30T00:29:26.7701586Z Or undo this operation with: 2025-08-30T00:29:26.7701977Z 2025-08-30T00:29:26.7702171Z git switch - 2025-08-30T00:29:26.7702431Z 2025-08-30T00:29:26.7702912Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-30T00:29:26.7703694Z 2025-08-30T00:29:26.7704178Z HEAD is now at 9de4c16 Summary: Minor cleanup post quantized_add op (#13824) 2025-08-30T00:29:26.7724309Z ##[endgroup] 2025-08-30T00:29:26.7725144Z ##[group]Setting up auth for fetching submodules 2025-08-30T00:29:26.7730515Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-30T00:29:26.7778931Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-08-30T00:29:26.7805829Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-08-30T00:29:26.7833704Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-08-30T00:29:26.7856137Z ##[endgroup] 2025-08-30T00:29:26.7857327Z ##[group]Fetching submodules 2025-08-30T00:29:26.7859962Z [command]/usr/bin/git submodule sync --recursive 2025-08-30T00:29:26.8152167Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-08-30T00:29:26.8432785Z 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-08-30T00:29:26.8436027Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-08-30T00:29:26.8438913Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-08-30T00:29:26.8442635Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-08-30T00:29:26.8445932Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-08-30T00:29:26.8452102Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-08-30T00:29:26.8455606Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-08-30T00:29:26.8459673Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-08-30T00:29:26.8463050Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-08-30T00:29:26.8466577Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/google/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-08-30T00:29:26.8469733Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-08-30T00:29:26.8473690Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-08-30T00:29:26.8477005Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-08-30T00:29:26.8481061Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-08-30T00:29:26.8485374Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-08-30T00:29:26.8489302Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-08-30T00:29:26.8495274Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-08-30T00:29:26.8500030Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-08-30T00:29:26.8504488Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-08-30T00:29:26.8508902Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-08-30T00:29:26.8513612Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-08-30T00:29:26.8518535Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-08-30T00:29:26.8523154Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-08-30T00:29:26.8553120Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-08-30T00:29:27.6829013Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-08-30T00:29:27.8919808Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-08-30T00:29:28.3228378Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-08-30T00:29:28.5480663Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-08-30T00:29:28.7370230Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-08-30T00:29:28.9153586Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-08-30T00:29:29.1034768Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-08-30T00:29:29.8452193Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-08-30T00:29:30.1890784Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-08-30T00:29:30.3851146Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-08-30T00:29:30.7426066Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-08-30T00:29:31.6495005Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-08-30T00:29:31.8299888Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-08-30T00:29:32.2909510Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-08-30T00:29:32.5837425Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-08-30T00:29:32.7869430Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-08-30T00:29:32.9590851Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-08-30T00:29:33.1866141Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-08-30T00:29:33.3655808Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-08-30T00:29:33.7563404Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-08-30T00:29:33.9264125Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-08-30T00:29:34.3172666Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-08-30T00:29:35.8251883Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-08-30T00:29:35.8252610Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-08-30T00:29:35.8404631Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-08-30T00:29:36.3256642Z From https://github.com/pytorch-labs/FACTO 2025-08-30T00:29:36.3257275Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-08-30T00:29:36.3358626Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-08-30T00:29:37.2740926Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-08-30T00:29:37.2741528Z * branch 10739e8e00a7b6f74d22dd0a547f1406ff1f5eb9 -> FETCH_HEAD 2025-08-30T00:29:37.3804938Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '10739e8e00a7b6f74d22dd0a547f1406ff1f5eb9' 2025-08-30T00:29:38.0196544Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-08-30T00:29:38.0197245Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-08-30T00:29:38.0591324Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-08-30T00:29:38.4451409Z From https://github.com/zeux/volk 2025-08-30T00:29:38.4452131Z * branch 49ba6858c13516019d699d94c31d5814025dd005 -> FETCH_HEAD 2025-08-30T00:29:38.4553737Z Submodule path 'backends/vulkan/third-party/volk': checked out '49ba6858c13516019d699d94c31d5814025dd005' 2025-08-30T00:29:38.8924528Z From https://github.com/Maratyszcza/FP16 2025-08-30T00:29:38.8925109Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-08-30T00:29:38.9029767Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-08-30T00:29:39.2544265Z From https://github.com/Maratyszcza/FXdiv 2025-08-30T00:29:39.2544932Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-08-30T00:29:39.2649235Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-08-30T00:29:39.9749408Z From https://github.com/google/XNNPACK 2025-08-30T00:29:39.9750426Z * branch 3131afead790c5c69a9aa12273dfc40399789ad7 -> FETCH_HEAD 2025-08-30T00:29:40.6146487Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '3131afead790c5c69a9aa12273dfc40399789ad7' 2025-08-30T00:29:40.7169141Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '8a9210069b5a37dd89ed118a783945502a30a4ae' 2025-08-30T00:29:41.1323828Z From https://github.com/google/pthreadpool 2025-08-30T00:29:41.1324401Z * branch c2ba5c50bb58d1397b693740cf75fad836a0d1bf -> FETCH_HEAD 2025-08-30T00:29:41.1433654Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out 'c2ba5c50bb58d1397b693740cf75fad836a0d1bf' 2025-08-30T00:29:41.5937805Z From https://github.com/pytorch-labs/tokenizers 2025-08-30T00:29:41.5938796Z * branch 91140f726642c6c33b24a8d0bd62f1360fabb5c0 -> FETCH_HEAD 2025-08-30T00:29:41.6758517Z Submodule path 'extension/llm/tokenizers': checked out '91140f726642c6c33b24a8d0bd62f1360fabb5c0' 2025-08-30T00:29:41.6779462Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-08-30T00:29:41.6782280Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-08-30T00:29:41.6785463Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-08-30T00:29:41.6788730Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-08-30T00:29:41.6792268Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-08-30T00:29:41.6824697Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-08-30T00:29:42.0027757Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-08-30T00:29:42.3606855Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-08-30T00:29:42.6981344Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-08-30T00:29:42.9170033Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-08-30T00:29:44.1894666Z From https://github.com/abseil/abseil-cpp 2025-08-30T00:29:44.1895222Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-08-30T00:29:44.3056707Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-08-30T00:29:44.9207465Z From https://github.com/nlohmann/json 2025-08-30T00:29:44.9208407Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-08-30T00:29:45.0295959Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-08-30T00:29:45.6510481Z From https://github.com/PCRE2Project/pcre2 2025-08-30T00:29:45.6511092Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-08-30T00:29:45.7361804Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-08-30T00:29:45.7382333Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-08-30T00:29:45.7415272Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-08-30T00:29:46.4091973Z From https://github.com/zherczeg/sljit 2025-08-30T00:29:46.4092544Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-08-30T00:29:46.4323300Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-08-30T00:29:46.8976359Z From https://github.com/google/re2 2025-08-30T00:29:46.8976953Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-08-30T00:29:46.9194017Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-08-30T00:29:48.3032425Z From https://github.com/google/sentencepiece 2025-08-30T00:29:48.3033005Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-08-30T00:29:48.5334421Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-08-30T00:29:49.9641439Z From https://gitlab.com/libeigen/eigen 2025-08-30T00:29:49.9642056Z * branch 729443409942a1816ddf74b95224003b83f4925c -> FETCH_HEAD 2025-08-30T00:29:50.1156864Z Submodule path 'kernels/optimized/third-party/eigen': checked out '729443409942a1816ddf74b95224003b83f4925c' 2025-08-30T00:29:50.5480440Z From https://github.com/facebook/buck2-shims-meta 2025-08-30T00:29:50.5481040Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-08-30T00:29:50.5679976Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-08-30T00:29:51.1360145Z From https://github.com/pytorch/ao 2025-08-30T00:29:51.1360670Z * branch 1526dfe50cbce877ddb1d0055af46287caae7470 -> FETCH_HEAD 2025-08-30T00:29:51.2638143Z Submodule path 'third-party/ao': checked out '1526dfe50cbce877ddb1d0055af46287caae7470' 2025-08-30T00:29:51.2660242Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-08-30T00:29:51.2692154Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-08-30T00:29:52.9806377Z From https://github.com/NVIDIA/cutlass 2025-08-30T00:29:52.9807273Z * branch e51efbfe18fe4f4cbb66ab814c55bf4aa0185491 -> FETCH_HEAD 2025-08-30T00:29:53.6636532Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'e51efbfe18fe4f4cbb66ab814c55bf4aa0185491' 2025-08-30T00:29:54.2639502Z From https://github.com/google/flatbuffers 2025-08-30T00:29:54.2640083Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-08-30T00:29:54.3896687Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-08-30T00:29:54.8373146Z From https://github.com/dvidelabs/flatcc 2025-08-30T00:29:54.8373704Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-08-30T00:29:54.8682891Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-08-30T00:29:55.2740951Z From https://github.com/gflags/gflags 2025-08-30T00:29:55.2741496Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-08-30T00:29:55.2844520Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-08-30T00:29:55.8647568Z From https://github.com/google/googletest 2025-08-30T00:29:55.8648164Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-08-30T00:29:55.9060172Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-08-30T00:29:56.2850242Z From https://github.com/leetal/ios-cmake 2025-08-30T00:29:56.2850797Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-08-30T00:29:56.2936045Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-08-30T00:29:56.7990449Z From https://github.com/nlohmann/json 2025-08-30T00:29:56.7991000Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-08-30T00:29:56.9141041Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-08-30T00:29:56.9253402Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-08-30T00:29:58.0194588Z From https://github.com/facebook/buck2-prelude 2025-08-30T00:29:58.0195205Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-08-30T00:29:58.1922235Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-08-30T00:29:58.7128751Z From https://github.com/pybind/pybind11 2025-08-30T00:29:58.7129273Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-08-30T00:29:58.7463767Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-08-30T00:29:58.7504042Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-08-30T00:29:58.7845420Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-08-30T00:29:58.7899993Z Entering 'backends/cadence/utils/FACTO' 2025-08-30T00:29:58.7948536Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-08-30T00:29:58.7995951Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-08-30T00:29:58.8054032Z Entering 'backends/vulkan/third-party/volk' 2025-08-30T00:29:58.8103404Z Entering 'backends/xnnpack/third-party/FP16' 2025-08-30T00:29:58.8151036Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-08-30T00:29:58.8197275Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-08-30T00:29:58.8264062Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-08-30T00:29:58.8314851Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-08-30T00:29:58.8361636Z Entering 'extension/llm/tokenizers' 2025-08-30T00:29:58.8408882Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-08-30T00:29:58.8458733Z Entering 'extension/llm/tokenizers/third-party/json' 2025-08-30T00:29:58.8508684Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-08-30T00:29:58.8559260Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-08-30T00:29:58.8609309Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-08-30T00:29:58.8656369Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-08-30T00:29:58.8707768Z Entering 'kernels/optimized/third-party/eigen' 2025-08-30T00:29:58.8757916Z Entering 'shim' 2025-08-30T00:29:58.8806186Z Entering 'third-party/ao' 2025-08-30T00:29:58.8855179Z Entering 'third-party/ao/third_party/cutlass' 2025-08-30T00:29:58.8915325Z Entering 'third-party/flatbuffers' 2025-08-30T00:29:58.8966122Z Entering 'third-party/flatcc' 2025-08-30T00:29:58.9013015Z Entering 'third-party/gflags' 2025-08-30T00:29:58.9060282Z Entering 'third-party/googletest' 2025-08-30T00:29:58.9108703Z Entering 'third-party/ios-cmake' 2025-08-30T00:29:58.9155783Z Entering 'third-party/json' 2025-08-30T00:29:58.9205526Z Entering 'third-party/pocketfft' 2025-08-30T00:29:58.9251362Z Entering 'third-party/prelude' 2025-08-30T00:29:58.9302039Z Entering 'third-party/pybind11' 2025-08-30T00:29:58.9361587Z ##[endgroup] 2025-08-30T00:29:58.9362338Z ##[group]Persisting credentials for submodules 2025-08-30T00:29:58.9370567Z [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-08-30T00:29:58.9714224Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-08-30T00:29:58.9777576Z Entering 'backends/cadence/utils/FACTO' 2025-08-30T00:29:58.9841972Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-08-30T00:29:58.9904835Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-08-30T00:29:58.9966839Z Entering 'backends/vulkan/third-party/volk' 2025-08-30T00:29:59.0032729Z Entering 'backends/xnnpack/third-party/FP16' 2025-08-30T00:29:59.0098189Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-08-30T00:29:59.0162602Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-08-30T00:29:59.0243082Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-08-30T00:29:59.0306136Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-08-30T00:29:59.0369972Z Entering 'extension/llm/tokenizers' 2025-08-30T00:29:59.0433404Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-08-30T00:29:59.0497409Z Entering 'extension/llm/tokenizers/third-party/json' 2025-08-30T00:29:59.0561715Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-08-30T00:29:59.0628166Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-08-30T00:29:59.0693152Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-08-30T00:29:59.0755871Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-08-30T00:29:59.0819272Z Entering 'kernels/optimized/third-party/eigen' 2025-08-30T00:29:59.0887953Z Entering 'shim' 2025-08-30T00:29:59.0950810Z Entering 'third-party/ao' 2025-08-30T00:29:59.1013280Z Entering 'third-party/ao/third_party/cutlass' 2025-08-30T00:29:59.1087998Z Entering 'third-party/flatbuffers' 2025-08-30T00:29:59.1155289Z Entering 'third-party/flatcc' 2025-08-30T00:29:59.1217706Z Entering 'third-party/gflags' 2025-08-30T00:29:59.1279110Z Entering 'third-party/googletest' 2025-08-30T00:29:59.1341330Z Entering 'third-party/ios-cmake' 2025-08-30T00:29:59.1404910Z Entering 'third-party/json' 2025-08-30T00:29:59.1469203Z Entering 'third-party/pocketfft' 2025-08-30T00:29:59.1531786Z Entering 'third-party/prelude' 2025-08-30T00:29:59.1597788Z Entering 'third-party/pybind11' 2025-08-30T00:29:59.1675968Z [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-08-30T00:29:59.1988821Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-08-30T00:29:59.2048860Z 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-08-30T00:29:59.2070182Z Entering 'backends/cadence/utils/FACTO' 2025-08-30T00:29:59.2132316Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-08-30T00:29:59.2150873Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-08-30T00:29:59.2210631Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-08-30T00:29:59.2229679Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-08-30T00:29:59.2288486Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-08-30T00:29:59.2307608Z Entering 'backends/vulkan/third-party/volk' 2025-08-30T00:29:59.2366386Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-08-30T00:29:59.2385193Z Entering 'backends/xnnpack/third-party/FP16' 2025-08-30T00:29:59.2444233Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-08-30T00:29:59.2462983Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-08-30T00:29:59.2527767Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-08-30T00:29:59.2546711Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-08-30T00:29:59.2606801Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-08-30T00:29:59.2641621Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-08-30T00:29:59.2702561Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-08-30T00:29:59.2721443Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-08-30T00:29:59.2787556Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-08-30T00:29:59.2806763Z Entering 'extension/llm/tokenizers' 2025-08-30T00:29:59.2866389Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-08-30T00:29:59.2883889Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-08-30T00:29:59.2944620Z 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-08-30T00:29:59.2964677Z Entering 'extension/llm/tokenizers/third-party/json' 2025-08-30T00:29:59.3024398Z 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-08-30T00:29:59.3045507Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-08-30T00:29:59.3105710Z 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-08-30T00:29:59.3121834Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-08-30T00:29:59.3183191Z 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-08-30T00:29:59.3203732Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-08-30T00:29:59.3262608Z 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-08-30T00:29:59.3280353Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-08-30T00:29:59.3338970Z 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-08-30T00:29:59.3358621Z Entering 'kernels/optimized/third-party/eigen' 2025-08-30T00:29:59.3421807Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-08-30T00:29:59.3442488Z Entering 'shim' 2025-08-30T00:29:59.3501243Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-08-30T00:29:59.3527346Z Entering 'third-party/ao' 2025-08-30T00:29:59.3586508Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-08-30T00:29:59.3605850Z Entering 'third-party/ao/third_party/cutlass' 2025-08-30T00:29:59.3665829Z 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-08-30T00:29:59.3696695Z Entering 'third-party/flatbuffers' 2025-08-30T00:29:59.3756633Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-08-30T00:29:59.3779909Z Entering 'third-party/flatcc' 2025-08-30T00:29:59.3838979Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-08-30T00:29:59.3857150Z Entering 'third-party/gflags' 2025-08-30T00:29:59.3915441Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-08-30T00:29:59.3932972Z Entering 'third-party/googletest' 2025-08-30T00:29:59.3990820Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-08-30T00:29:59.4009892Z Entering 'third-party/ios-cmake' 2025-08-30T00:29:59.4069662Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-08-30T00:29:59.4087492Z Entering 'third-party/json' 2025-08-30T00:29:59.4145715Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-08-30T00:29:59.4165268Z Entering 'third-party/pocketfft' 2025-08-30T00:29:59.4224291Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-08-30T00:29:59.4242287Z Entering 'third-party/prelude' 2025-08-30T00:29:59.4304356Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-08-30T00:29:59.4326139Z Entering 'third-party/pybind11' 2025-08-30T00:29:59.4384874Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-08-30T00:29:59.4808625Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-08-30T00:29:59.5128684Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-08-30T00:29:59.5177717Z Entering 'backends/cadence/utils/FACTO' 2025-08-30T00:29:59.5225801Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-08-30T00:29:59.5273139Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-08-30T00:29:59.5327789Z Entering 'backends/vulkan/third-party/volk' 2025-08-30T00:29:59.5375649Z Entering 'backends/xnnpack/third-party/FP16' 2025-08-30T00:29:59.5424863Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-08-30T00:29:59.5472143Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-08-30T00:29:59.5536837Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-08-30T00:29:59.5587388Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-08-30T00:29:59.5634943Z Entering 'extension/llm/tokenizers' 2025-08-30T00:29:59.5681549Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-08-30T00:29:59.5732529Z Entering 'extension/llm/tokenizers/third-party/json' 2025-08-30T00:29:59.5780475Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-08-30T00:29:59.5830027Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-08-30T00:29:59.5880466Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-08-30T00:29:59.5929061Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-08-30T00:29:59.5979196Z Entering 'kernels/optimized/third-party/eigen' 2025-08-30T00:29:59.6029856Z Entering 'shim' 2025-08-30T00:29:59.6080565Z Entering 'third-party/ao' 2025-08-30T00:29:59.6128570Z Entering 'third-party/ao/third_party/cutlass' 2025-08-30T00:29:59.6188067Z Entering 'third-party/flatbuffers' 2025-08-30T00:29:59.6239964Z Entering 'third-party/flatcc' 2025-08-30T00:29:59.6287009Z Entering 'third-party/gflags' 2025-08-30T00:29:59.6335793Z Entering 'third-party/googletest' 2025-08-30T00:29:59.6383420Z Entering 'third-party/ios-cmake' 2025-08-30T00:29:59.6430592Z Entering 'third-party/json' 2025-08-30T00:29:59.6478740Z Entering 'third-party/pocketfft' 2025-08-30T00:29:59.6525930Z Entering 'third-party/prelude' 2025-08-30T00:29:59.6580027Z Entering 'third-party/pybind11' 2025-08-30T00:29:59.6644228Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-08-30T00:29:59.6955760Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-08-30T00:29:59.7003697Z Entering 'backends/cadence/utils/FACTO' 2025-08-30T00:29:59.7051375Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-08-30T00:29:59.7103550Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-08-30T00:29:59.7151708Z Entering 'backends/vulkan/third-party/volk' 2025-08-30T00:29:59.7199877Z Entering 'backends/xnnpack/third-party/FP16' 2025-08-30T00:29:59.7248302Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-08-30T00:29:59.7295251Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-08-30T00:29:59.7362731Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-08-30T00:29:59.7412336Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-08-30T00:29:59.7460084Z Entering 'extension/llm/tokenizers' 2025-08-30T00:29:59.7507739Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-08-30T00:29:59.7556203Z Entering 'extension/llm/tokenizers/third-party/json' 2025-08-30T00:29:59.7604775Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-08-30T00:29:59.7650897Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-08-30T00:29:59.7700933Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-08-30T00:29:59.7750024Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-08-30T00:29:59.7798507Z Entering 'kernels/optimized/third-party/eigen' 2025-08-30T00:29:59.7848046Z Entering 'shim' 2025-08-30T00:29:59.7894652Z Entering 'third-party/ao' 2025-08-30T00:29:59.7941590Z Entering 'third-party/ao/third_party/cutlass' 2025-08-30T00:29:59.8002066Z Entering 'third-party/flatbuffers' 2025-08-30T00:29:59.8051908Z Entering 'third-party/flatcc' 2025-08-30T00:29:59.8098916Z Entering 'third-party/gflags' 2025-08-30T00:29:59.8145477Z Entering 'third-party/googletest' 2025-08-30T00:29:59.8192977Z Entering 'third-party/ios-cmake' 2025-08-30T00:29:59.8241283Z Entering 'third-party/json' 2025-08-30T00:29:59.8290607Z Entering 'third-party/pocketfft' 2025-08-30T00:29:59.8367760Z Entering 'third-party/prelude' 2025-08-30T00:29:59.8418297Z Entering 'third-party/pybind11' 2025-08-30T00:29:59.8474077Z ##[endgroup] 2025-08-30T00:29:59.8518781Z [command]/usr/bin/git log -1 --format=%H 2025-08-30T00:29:59.8542179Z 9de4c16782614743aed733f411307cb851595289 2025-08-30T00:29:59.8780327Z Prepare all required actions 2025-08-30T00:29:59.8780910Z Getting action download info 2025-08-30T00:29:59.9746035Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-08-30T00:30:00.1544639Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-08-30T00:30:00.1545075Z with: 2025-08-30T00:30:00.1545334Z use-custom-docker-registry: true 2025-08-30T00:30:00.1545784Z docker-image-name: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:30:00.1546230Z docker-build-dir: .ci/docker 2025-08-30T00:30:00.1546568Z working-directory: pytorch/executorch 2025-08-30T00:30:00.1546920Z docker-build-script: ./build.sh 2025-08-30T00:30:00.1547348Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-08-30T00:30:00.1547776Z force-push: false 2025-08-30T00:30:00.1548021Z env: 2025-08-30T00:30:00.1548313Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:30:00.1548804Z REPOSITORY: pytorch/executorch 2025-08-30T00:30:00.1549102Z PR_NUMBER: 2025-08-30T00:30:00.1551584Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:30:00.1554287Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:30:00.1554944Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:30:00.1555544Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:30:00.1555981Z ##[endgroup] 2025-08-30T00:30:00.1586079Z ##[group]Run set -ex 2025-08-30T00:30:00.1586445Z set -ex 2025-08-30T00:30:00.1586674Z  2025-08-30T00:30:00.1587110Z # If the docker build directory or the build script doesn't exist, the action will 2025-08-30T00:30:00.1587838Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-08-30T00:30:00.1588475Z # job could then download the pre-built image as usual 2025-08-30T00:30:00.1589243Z if [[ -d "${DOCKER_BUILD_DIR}" ]] && [[ -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]] && [[ "${USE_CUSTOM_DOCKER_REGISTRY}" == "true" ]]; then 2025-08-30T00:30:00.1589950Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-08-30T00:30:00.1590315Z else 2025-08-30T00:30:00.1590586Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-08-30T00:30:00.1591078Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-08-30T00:30:00.1591550Z  2025-08-30T00:30:00.1592149Z  echo "Not using custom ECR registry. Either it was not requested or there is no Docker build script in the ${REPO_NAME} repo..." 2025-08-30T00:30:00.1592852Z  exit 0 2025-08-30T00:30:00.1593075Z fi 2025-08-30T00:30:00.1593299Z  2025-08-30T00:30:00.1593655Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-08-30T00:30:00.1594323Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-08-30T00:30:00.1594922Z  # use it as it is, but first let's extract the tag 2025-08-30T00:30:00.1595444Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-08-30T00:30:00.1596007Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-08-30T00:30:00.1596532Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-08-30T00:30:00.1597137Z else 2025-08-30T00:30:00.1597557Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-08-30T00:30:00.1597987Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-08-30T00:30:00.1598420Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-08-30T00:30:00.1598773Z  fi 2025-08-30T00:30:00.1599554Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-08-30T00:30:00.1600223Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-08-30T00:30:00.1600935Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-08-30T00:30:00.1601719Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-08-30T00:30:00.1602182Z fi 2025-08-30T00:30:00.1609412Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:30:00.1609819Z env: 2025-08-30T00:30:00.1610164Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:30:00.1610588Z REPOSITORY: pytorch/executorch 2025-08-30T00:30:00.1610902Z PR_NUMBER: 2025-08-30T00:30:00.1613473Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:30:00.1616156Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:30:00.1616819Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:30:00.1617446Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:30:00.1617870Z REPO_NAME: executorch 2025-08-30T00:30:00.1618248Z DOCKER_IMAGE_NAME: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:30:00.1618675Z DOCKER_BUILD_DIR: .ci/docker 2025-08-30T00:30:00.1618989Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-08-30T00:30:00.1619389Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-08-30T00:30:00.1619834Z USE_CUSTOM_DOCKER_REGISTRY: true 2025-08-30T00:30:00.1620149Z CUSTOM_TAG_PREFIX: 2025-08-30T00:30:00.1620397Z ##[endgroup] 2025-08-30T00:30:00.1660027Z + [[ -d .ci/docker ]] 2025-08-30T00:30:00.1660330Z + [[ -f .ci/docker/./build.sh ]] 2025-08-30T00:30:00.1660655Z + [[ true == \t\r\u\e ]] 2025-08-30T00:30:00.1660913Z + echo skip=false 2025-08-30T00:30:00.1661939Z + [[ ci-image: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-08-30T00:30:00.1662713Z + [[ ci-image:executorch-ubuntu-22.04-arm-sdk == *:* ]] 2025-08-30T00:30:00.1663200Z + CUSTOM_TAG_PREFIX=executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:30:00.1663598Z + DOCKER_IMAGE_NAME=ci-image 2025-08-30T00:30:00.1668155Z ++ git rev-parse HEAD:.ci/docker 2025-08-30T00:30:00.1687261Z + DOCKER_TAG=executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:30:00.1688226Z + echo docker-tag=executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:30:00.1689629Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:30:00.1691469Z + echo custom-tag-prefix=executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:30:00.1734123Z ##[group]Run set +e 2025-08-30T00:30:00.1734495Z set +e 2025-08-30T00:30:00.1734749Z set -x 2025-08-30T00:30:00.1734976Z  2025-08-30T00:30:00.1735209Z login() { 2025-08-30T00:30:00.1736001Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-08-30T00:30:00.1736592Z } 2025-08-30T00:30:00.1736804Z  2025-08-30T00:30:00.1737028Z retry () { 2025-08-30T00:30:00.1737324Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-08-30T00:30:00.1737658Z } 2025-08-30T00:30:00.1737883Z  2025-08-30T00:30:00.1738119Z retry login "${DOCKER_REGISTRY}" 2025-08-30T00:30:00.1738450Z  2025-08-30T00:30:00.1738670Z START_TIME=$(date +%s) 2025-08-30T00:30:00.1738989Z # Wait up to 120 minutes 2025-08-30T00:30:00.1739371Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-08-30T00:30:00.1739915Z  # Check if image already exists, if it does then skip building it 2025-08-30T00:30:00.1740457Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-08-30T00:30:00.1740848Z  exit 0 2025-08-30T00:30:00.1741102Z  fi 2025-08-30T00:30:00.1741321Z  2025-08-30T00:30:00.1741741Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-08-30T00:30:00.1742464Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-08-30T00:30:00.1743243Z  # latter, it will wait for the Docker images to become available before continuing 2025-08-30T00:30:00.1743821Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-08-30T00:30:00.1744252Z  # It's a Docker build job, let's build the image 2025-08-30T00:30:00.1744637Z  break 2025-08-30T00:30:00.1744872Z  else 2025-08-30T00:30:00.1745239Z  # It's a regular build job, wait for the image to become available 2025-08-30T00:30:00.1745681Z  sleep 300 2025-08-30T00:30:00.1745944Z  fi 2025-08-30T00:30:00.1746176Z done 2025-08-30T00:30:00.1746389Z  2025-08-30T00:30:00.1746779Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-08-30T00:30:00.1747402Z # be empty. The default action would be to continue rebuild the image 2025-08-30T00:30:00.1747974Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-08-30T00:30:00.1748466Z  # if we're on the base branch then use the parent commit 2025-08-30T00:30:00.1748909Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-08-30T00:30:00.1749256Z else 2025-08-30T00:30:00.1749599Z  # otherwise we're on a PR, so use the most recent base commit 2025-08-30T00:30:00.1750128Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-08-30T00:30:00.1750514Z fi 2025-08-30T00:30:00.1750739Z  2025-08-30T00:30:00.1750987Z if [[ -z "${MERGE_BASE}" ]]; then 2025-08-30T00:30:00.1751391Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-08-30T00:30:00.1751743Z  2025-08-30T00:30:00.1752263Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-08-30T00:30:00.1752876Z  exit 0 2025-08-30T00:30:00.1753102Z fi 2025-08-30T00:30:00.1753324Z  2025-08-30T00:30:00.1753641Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-08-30T00:30:00.1754398Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-08-30T00:30:00.1755038Z  exit 1 2025-08-30T00:30:00.1755278Z fi 2025-08-30T00:30:00.1755504Z  2025-08-30T00:30:00.1755882Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-08-30T00:30:00.1756612Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-08-30T00:30:00.1757251Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-08-30T00:30:00.1758188Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-08-30T00:30:00.1759051Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-08-30T00:30:00.1759542Z fi 2025-08-30T00:30:00.1759767Z  2025-08-30T00:30:00.1760030Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-08-30T00:30:00.1766921Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:30:00.1767323Z env: 2025-08-30T00:30:00.1768119Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:30:00.1769022Z REPOSITORY: pytorch/executorch 2025-08-30T00:30:00.1769352Z PR_NUMBER: 2025-08-30T00:30:00.1771963Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:30:00.1774685Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:30:00.1775337Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:30:00.1775939Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:30:00.1776392Z DOCKER_BUILD_DIR: .ci/docker 2025-08-30T00:30:00.1776750Z BASE_REVISION: 9de4c16782614743aed733f411307cb851595289 2025-08-30T00:30:00.1777388Z DOCKER_TAG: executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:30:00.1778063Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-08-30T00:30:00.1778492Z DOCKER_PUSH: 2025-08-30T00:30:00.1778734Z ##[endgroup] 2025-08-30T00:30:00.1806014Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-08-30T00:30:00.1806500Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-08-30T00:30:00.1809098Z + aws ecr get-login-password --region us-east-1 2025-08-30T00:30:00.1810581Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-08-30T00:30:00.7762930Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-08-30T00:30:00.7764091Z Configure a credential helper to remove this warning. See 2025-08-30T00:30:00.7765041Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-08-30T00:30:00.7765570Z 2025-08-30T00:30:00.7765682Z Login Succeeded 2025-08-30T00:30:00.7780690Z ++ date +%s 2025-08-30T00:30:00.7792282Z + START_TIME=1756513800 2025-08-30T00:30:00.7797007Z ++ date +%s 2025-08-30T00:30:00.7807300Z + [[ 1756506600 -lt 1756513800 ]] 2025-08-30T00:30:00.7808653Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:30:01.0089723Z { 2025-08-30T00:30:01.0090123Z "schemaVersion": 2, 2025-08-30T00:30:01.0090828Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-08-30T00:30:01.0091457Z "config": { 2025-08-30T00:30:01.0091835Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-08-30T00:30:01.0092293Z "size": 16659, 2025-08-30T00:30:01.0092749Z "digest": "sha256:d192ebf90c5382892d3ae45a6266aa0f9f5642f07abd6cad1d15a9e1b3d6291a" 2025-08-30T00:30:01.0093284Z }, 2025-08-30T00:30:01.0093482Z "layers": [ 2025-08-30T00:30:01.0093702Z { 2025-08-30T00:30:01.0094048Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0094511Z "size": 30448173, 2025-08-30T00:30:01.0095426Z "digest": "sha256:660ffc76f83b006444a5731b215acc2e35138d8be5cac8ed1ffd40f947117495" 2025-08-30T00:30:01.0095961Z }, 2025-08-30T00:30:01.0096158Z { 2025-08-30T00:30:01.0096518Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0096980Z "size": 634, 2025-08-30T00:30:01.0097426Z "digest": "sha256:1e1cf29fb6940905a6c27d3057fe70951abd5f5dee5a05af71af309255c9bf0f" 2025-08-30T00:30:01.0097956Z }, 2025-08-30T00:30:01.0098146Z { 2025-08-30T00:30:01.0098500Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0098946Z "size": 151048627, 2025-08-30T00:30:01.0099622Z "digest": "sha256:46e0dbc755ccaa7d269b3c2584adafde0aefc98cb526f9ab19011a5d02aa1c14" 2025-08-30T00:30:01.0100159Z }, 2025-08-30T00:30:01.0100383Z { 2025-08-30T00:30:01.0100727Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0101192Z "size": 622, 2025-08-30T00:30:01.0101731Z "digest": "sha256:8836ce3019b1a4d7bba74f06b242946bcb7f33bc6e3167e8dfedd699666aaf35" 2025-08-30T00:30:01.0102262Z }, 2025-08-30T00:30:01.0102451Z { 2025-08-30T00:30:01.0102809Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0103253Z "size": 19309374, 2025-08-30T00:30:01.0103724Z "digest": "sha256:41fade414474a698273ccaaa65dfeba60a8fd9c23e33211f8f0c07670ef067ae" 2025-08-30T00:30:01.0104239Z }, 2025-08-30T00:30:01.0104441Z { 2025-08-30T00:30:01.0104781Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0105237Z "size": 737, 2025-08-30T00:30:01.0105698Z "digest": "sha256:9ddfff7fb23d5237ac8154d1b780ef962f84be08ba25029ee34d1096e371b564" 2025-08-30T00:30:01.0106560Z }, 2025-08-30T00:30:01.0106965Z { 2025-08-30T00:30:01.0107477Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0108348Z "size": 131418805, 2025-08-30T00:30:01.0108849Z "digest": "sha256:daf70d3a6bd99bc80945e3617b6b5772dbcd5c287f6c49d5adc310d112ff194c" 2025-08-30T00:30:01.0109421Z }, 2025-08-30T00:30:01.0109611Z { 2025-08-30T00:30:01.0109965Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0110429Z "size": 449, 2025-08-30T00:30:01.0110866Z "digest": "sha256:70a5a16af5b5082a8614756cad9b24d23c75f532ab7845a0e32d00bac3b33a04" 2025-08-30T00:30:01.0111393Z }, 2025-08-30T00:30:01.0111584Z { 2025-08-30T00:30:01.0111939Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0112390Z "size": 104, 2025-08-30T00:30:01.0112867Z "digest": "sha256:0f0c02bdc30d38d6fdae4439d8b19a74420cf610e6745e2781cc2d5de4ed72c8" 2025-08-30T00:30:01.0113386Z }, 2025-08-30T00:30:01.0113592Z { 2025-08-30T00:30:01.0113939Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0114401Z "size": 637, 2025-08-30T00:30:01.0114844Z "digest": "sha256:19bd4f828abc2636ec2e5de5da31027a7a38b058dad996c4a0c090c1b4290982" 2025-08-30T00:30:01.0115388Z }, 2025-08-30T00:30:01.0115596Z { 2025-08-30T00:30:01.0115944Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0116404Z "size": 35165731, 2025-08-30T00:30:01.0116865Z "digest": "sha256:6ffb0496a17117c8f32cc754116b6ffb9b8e60c8cc68b1a69c959e27b797768b" 2025-08-30T00:30:01.0117407Z }, 2025-08-30T00:30:01.0117601Z { 2025-08-30T00:30:01.0117962Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0118409Z "size": 320, 2025-08-30T00:30:01.0118871Z "digest": "sha256:8c5f85af5b0490ddefd34616148f131b96e12d8c17385b616a382ffc176bd179" 2025-08-30T00:30:01.0119399Z }, 2025-08-30T00:30:01.0119590Z { 2025-08-30T00:30:01.0119946Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0120397Z "size": 254441998, 2025-08-30T00:30:01.0120880Z "digest": "sha256:93eb864df91d884e325f0df6d32c026323f00eabc5fecb441167308c5d02e0e2" 2025-08-30T00:30:01.0121568Z }, 2025-08-30T00:30:01.0121884Z { 2025-08-30T00:30:01.0122230Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0122693Z "size": 477, 2025-08-30T00:30:01.0123126Z "digest": "sha256:4077912de8b288b2056d99cc28433541b4aadf90120edf06af1bf419b8f372b0" 2025-08-30T00:30:01.0123647Z }, 2025-08-30T00:30:01.0123853Z { 2025-08-30T00:30:01.0124196Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0124656Z "size": 1043, 2025-08-30T00:30:01.0125102Z "digest": "sha256:f6ebe7c7ecfb156814834440a96cec72285b743a313b5b87258cddf19e5595b7" 2025-08-30T00:30:01.0125637Z }, 2025-08-30T00:30:01.0125827Z { 2025-08-30T00:30:01.0126186Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0126634Z "size": 611, 2025-08-30T00:30:01.0127077Z "digest": "sha256:6c995ea277021b217150488c519586652971a9d9dfb5f7e4784bd0c2cc8fcb3a" 2025-08-30T00:30:01.0127580Z }, 2025-08-30T00:30:01.0127783Z { 2025-08-30T00:30:01.0128140Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0128587Z "size": 77571653, 2025-08-30T00:30:01.0129063Z "digest": "sha256:86b3a5defe4033185726c31481fd95a722a9e810dbb4c6da8cd49e823ed14c16" 2025-08-30T00:30:01.0129572Z }, 2025-08-30T00:30:01.0129775Z { 2025-08-30T00:30:01.0130126Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0130577Z "size": 596, 2025-08-30T00:30:01.0131012Z "digest": "sha256:c083d45b31f287f53512755f41e2a0e727caa30c497ebcbd0b7f13e402ad9db3" 2025-08-30T00:30:01.0131675Z }, 2025-08-30T00:30:01.0131878Z { 2025-08-30T00:30:01.0132236Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0132699Z "size": 209, 2025-08-30T00:30:01.0133153Z "digest": "sha256:66d0bbd78bca1ec620bb40a53e72f6dca85d6959e90fb076021d570b3c3f8e5c" 2025-08-30T00:30:01.0133689Z }, 2025-08-30T00:30:01.0133882Z { 2025-08-30T00:30:01.0134244Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0134695Z "size": 1250, 2025-08-30T00:30:01.0135150Z "digest": "sha256:a58cf62a841e1aaafe68449a435ff8c435920b95313d088b76b3795e3acc08f0" 2025-08-30T00:30:01.0135664Z }, 2025-08-30T00:30:01.0135871Z { 2025-08-30T00:30:01.0136225Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0136670Z "size": 679, 2025-08-30T00:30:01.0137119Z "digest": "sha256:56667daa04529831f8e2dfd6c69b62b6d9e4b2888905f2073d1267685ca79f26" 2025-08-30T00:30:01.0137623Z }, 2025-08-30T00:30:01.0137825Z { 2025-08-30T00:30:01.0138164Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0138622Z "size": 6871966581, 2025-08-30T00:30:01.0139084Z "digest": "sha256:ae25b7f2ac07315e459a72e09fd0d349c75339b293c8de82d4b66b624c7080d8" 2025-08-30T00:30:01.0139618Z }, 2025-08-30T00:30:01.0139812Z { 2025-08-30T00:30:01.0140208Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0140674Z "size": 1384, 2025-08-30T00:30:01.0141154Z "digest": "sha256:effbffc6adede5dee1a045e580be6d4be496eca1b7986431e00242338f98d99c" 2025-08-30T00:30:01.0141688Z }, 2025-08-30T00:30:01.0141890Z { 2025-08-30T00:30:01.0142231Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0142685Z "size": 679, 2025-08-30T00:30:01.0143118Z "digest": "sha256:56667daa04529831f8e2dfd6c69b62b6d9e4b2888905f2073d1267685ca79f26" 2025-08-30T00:30:01.0143747Z }, 2025-08-30T00:30:01.0143937Z { 2025-08-30T00:30:01.0144289Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0144756Z "size": 235245195, 2025-08-30T00:30:01.0145218Z "digest": "sha256:68cfa0b639846d6d1666e0a008cf452ffa038b8ce64a9a74189efd5a7a3a2214" 2025-08-30T00:30:01.0145748Z }, 2025-08-30T00:30:01.0145938Z { 2025-08-30T00:30:01.0146289Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0146838Z "size": 828, 2025-08-30T00:30:01.0147375Z "digest": "sha256:8756f80710ba8ec99bca39e598d0ae5643cc4671b4bf3c86ceff410bbf63fb1f" 2025-08-30T00:30:01.0147894Z }, 2025-08-30T00:30:01.0148102Z { 2025-08-30T00:30:01.0148467Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0148919Z "size": 679, 2025-08-30T00:30:01.0149369Z "digest": "sha256:56667daa04529831f8e2dfd6c69b62b6d9e4b2888905f2073d1267685ca79f26" 2025-08-30T00:30:01.0149875Z }, 2025-08-30T00:30:01.0150077Z { 2025-08-30T00:30:01.0150425Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0150883Z "size": 184398312, 2025-08-30T00:30:01.0151337Z "digest": "sha256:08fb6f1da12242a036e1097e9d26df6f6b2c39ad786111c11ba223ac94dcc1f8" 2025-08-30T00:30:01.0151866Z }, 2025-08-30T00:30:01.0152056Z { 2025-08-30T00:30:01.0152407Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0152865Z "size": 529, 2025-08-30T00:30:01.0153313Z "digest": "sha256:f5f84b736b030d9e02938effd44ddbceb35a48855129824bfb7011460447443d" 2025-08-30T00:30:01.0153841Z }, 2025-08-30T00:30:01.0154032Z { 2025-08-30T00:30:01.0154390Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0154839Z "size": 679, 2025-08-30T00:30:01.0155290Z "digest": "sha256:56667daa04529831f8e2dfd6c69b62b6d9e4b2888905f2073d1267685ca79f26" 2025-08-30T00:30:01.0155795Z }, 2025-08-30T00:30:01.0155999Z { 2025-08-30T00:30:01.0156341Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0156802Z "size": 332, 2025-08-30T00:30:01.0157243Z "digest": "sha256:198686e35291d81b4416c7c1720a58d5c9d99584026a3272717bb14e71177e9b" 2025-08-30T00:30:01.0157741Z }, 2025-08-30T00:30:01.0157944Z { 2025-08-30T00:30:01.0158290Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0158756Z "size": 32, 2025-08-30T00:30:01.0159205Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-08-30T00:30:01.0159744Z }, 2025-08-30T00:30:01.0159934Z { 2025-08-30T00:30:01.0160289Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0160750Z "size": 166, 2025-08-30T00:30:01.0161190Z "digest": "sha256:6bceff258f5aa3100b398326e78b1d15934b9aa816e7c39bb7af108919ed83c7" 2025-08-30T00:30:01.0161718Z }, 2025-08-30T00:30:01.0161909Z { 2025-08-30T00:30:01.0162262Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0162704Z "size": 1111, 2025-08-30T00:30:01.0163160Z "digest": "sha256:277cde4b3878465c4cfd3e48df0fcc82bf3770b842ae6527a956474adf1f0624" 2025-08-30T00:30:01.0163676Z }, 2025-08-30T00:30:01.0163877Z { 2025-08-30T00:30:01.0164215Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0164673Z "size": 32, 2025-08-30T00:30:01.0165124Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-08-30T00:30:01.0165648Z }, 2025-08-30T00:30:01.0165858Z { 2025-08-30T00:30:01.0166200Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0166661Z "size": 108, 2025-08-30T00:30:01.0167094Z "digest": "sha256:f90973b9b72c5a4297a8303b2ce7f98c58bbc38457ce496458f3d1e31faadada" 2025-08-30T00:30:01.0167619Z }, 2025-08-30T00:30:01.0167807Z { 2025-08-30T00:30:01.0168157Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0168598Z "size": 1154, 2025-08-30T00:30:01.0169069Z "digest": "sha256:6201ebca33f6c77b0d04ebff497cb661ff6ddfa7fbf0d24c46a70c4d8ef2ea84" 2025-08-30T00:30:01.0169611Z }, 2025-08-30T00:30:01.0169801Z { 2025-08-30T00:30:01.0170153Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0170594Z "size": 679, 2025-08-30T00:30:01.0171036Z "digest": "sha256:56667daa04529831f8e2dfd6c69b62b6d9e4b2888905f2073d1267685ca79f26" 2025-08-30T00:30:01.0171681Z }, 2025-08-30T00:30:01.0172023Z { 2025-08-30T00:30:01.0172440Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0172897Z "size": 32, 2025-08-30T00:30:01.0173352Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-08-30T00:30:01.0173875Z }, 2025-08-30T00:30:01.0174082Z { 2025-08-30T00:30:01.0174423Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-08-30T00:30:01.0174880Z "size": 135, 2025-08-30T00:30:01.0175334Z "digest": "sha256:f06ef1ac0d55f407ba7fc4b83f7fc8b1cef93a5a7a9cd11b449111dfdbf5802c" 2025-08-30T00:30:01.0175872Z } 2025-08-30T00:30:01.0176066Z ] 2025-08-30T00:30:01.0176268Z } 2025-08-30T00:30:01.0176475Z + exit 0 2025-08-30T00:30:01.0211883Z ##[group]Run set -eux 2025-08-30T00:30:01.0212181Z set -eux 2025-08-30T00:30:01.0212647Z # It's ok if this steps fails, it would then be an anonymous user like what we used to have 2025-08-30T00:30:01.0213959Z 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 || true 2025-08-30T00:30:01.0222093Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:30:01.0222543Z env: 2025-08-30T00:30:01.0222859Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:30:01.0223296Z REPOSITORY: pytorch/executorch 2025-08-30T00:30:01.0223596Z PR_NUMBER: 2025-08-30T00:30:01.0226087Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:30:01.0228806Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:30:01.0229458Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:30:01.0230057Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:30:01.0230488Z ##[endgroup] 2025-08-30T00:30:01.0265687Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-08-30T00:30:01.0266528Z + jq --raw-output .SecretString 2025-08-30T00:30:01.0267692Z + jq -r .docker_hub_readonly_token 2025-08-30T00:30:01.0270037Z + docker login --username pytorchbot --password-stdin 2025-08-30T00:30:01.6899716Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-08-30T00:30:01.6900488Z Configure a credential helper to remove this warning. See 2025-08-30T00:30:01.6901273Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-08-30T00:30:01.6901993Z 2025-08-30T00:30:01.6905687Z Login Succeeded 2025-08-30T00:30:01.7017569Z Prepare all required actions 2025-08-30T00:30:01.7060877Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-08-30T00:30:01.7061301Z with: 2025-08-30T00:30:01.7062089Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:30:01.7063102Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-08-30T00:30:01.7063532Z env: 2025-08-30T00:30:01.7063825Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:30:01.7064257Z REPOSITORY: pytorch/executorch 2025-08-30T00:30:01.7064558Z PR_NUMBER: 2025-08-30T00:30:01.7067082Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:30:01.7069950Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:30:01.7070588Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:30:01.7071199Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:30:01.7071618Z ##[endgroup] 2025-08-30T00:30:01.7096258Z ##[group]Run set -x 2025-08-30T00:30:01.7096546Z set -x 2025-08-30T00:30:01.7096789Z set +e 2025-08-30T00:30:01.7097012Z  2025-08-30T00:30:01.7097232Z login() { 2025-08-30T00:30:01.7097765Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-08-30T00:30:01.7098353Z } 2025-08-30T00:30:01.7098563Z  2025-08-30T00:30:01.7098783Z retry () { 2025-08-30T00:30:01.7099078Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-08-30T00:30:01.7099673Z } 2025-08-30T00:30:01.7099895Z  2025-08-30T00:30:01.7100130Z retry login "${DOCKER_REGISTRY}" 2025-08-30T00:30:01.7100461Z  2025-08-30T00:30:01.7100980Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-08-30T00:30:01.7101718Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-08-30T00:30:01.7102115Z  2025-08-30T00:30:01.7102336Z set -e 2025-08-30T00:30:01.7102704Z # ignore output since only exit code is used for conditional 2025-08-30T00:30:01.7103234Z # only pull docker image if it's not available locally 2025-08-30T00:30:01.7103847Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-08-30T00:30:01.7104395Z  retry docker pull "${DOCKER_IMAGE}" 2025-08-30T00:30:01.7104746Z fi 2025-08-30T00:30:01.7111446Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:30:01.7111872Z env: 2025-08-30T00:30:01.7112660Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:30:01.7113574Z REPOSITORY: pytorch/executorch 2025-08-30T00:30:01.7113885Z PR_NUMBER: 2025-08-30T00:30:01.7116511Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:30:01.7119229Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:30:01.7119880Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:30:01.7120478Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:30:01.7121017Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-08-30T00:30:01.7121442Z ##[endgroup] 2025-08-30T00:30:01.7149315Z + set +e 2025-08-30T00:30:01.7150084Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-08-30T00:30:01.7150578Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-08-30T00:30:01.7153715Z + aws ecr get-login-password --region us-east-1 2025-08-30T00:30:01.7154730Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-08-30T00:30:02.3352909Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-08-30T00:30:02.3353605Z Configure a credential helper to remove this warning. See 2025-08-30T00:30:02.3354239Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-08-30T00:30:02.3354902Z 2025-08-30T00:30:02.3355073Z Login Succeeded 2025-08-30T00:30:02.3374413Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:30:02.3375461Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-08-30T00:30:02.5251705Z + IMAGE_SIZE=7620.857272148132 2025-08-30T00:30:02.5252148Z + echo 'Compressed size of image in MB: 7620.857272148132' 2025-08-30T00:30:02.5252564Z + set -e 2025-08-30T00:30:02.5253456Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:30:02.5254494Z Compressed size of image in MB: 7620.857272148132 2025-08-30T00:30:02.5393093Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:30:02.5394578Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:30:02.7661186Z executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795: Pulling from executorch/ci-image 2025-08-30T00:30:02.7663398Z 660ffc76f83b: Pulling fs layer 2025-08-30T00:30:02.7663972Z 1e1cf29fb694: Pulling fs layer 2025-08-30T00:30:02.7664467Z 46e0dbc755cc: Pulling fs layer 2025-08-30T00:30:02.7664957Z 8836ce3019b1: Pulling fs layer 2025-08-30T00:30:02.7665473Z 41fade414474: Pulling fs layer 2025-08-30T00:30:02.7666020Z 9ddfff7fb23d: Pulling fs layer 2025-08-30T00:30:02.7666419Z daf70d3a6bd9: Pulling fs layer 2025-08-30T00:30:02.7666969Z 70a5a16af5b5: Pulling fs layer 2025-08-30T00:30:02.7667486Z 0f0c02bdc30d: Pulling fs layer 2025-08-30T00:30:02.7667975Z 41fade414474: Waiting 2025-08-30T00:30:02.7668418Z 9ddfff7fb23d: Waiting 2025-08-30T00:30:02.7668856Z 19bd4f828abc: Pulling fs layer 2025-08-30T00:30:02.7669408Z daf70d3a6bd9: Waiting 2025-08-30T00:30:02.7669881Z 6ffb0496a171: Pulling fs layer 2025-08-30T00:30:02.7670175Z 70a5a16af5b5: Waiting 2025-08-30T00:30:02.7670514Z 8836ce3019b1: Waiting 2025-08-30T00:30:02.7670814Z 8c5f85af5b04: Pulling fs layer 2025-08-30T00:30:02.7671205Z 93eb864df91d: Pulling fs layer 2025-08-30T00:30:02.7671535Z 4077912de8b2: Pulling fs layer 2025-08-30T00:30:02.7671821Z 19bd4f828abc: Waiting 2025-08-30T00:30:02.7672062Z 6ffb0496a171: Waiting 2025-08-30T00:30:02.7672332Z f6ebe7c7ecfb: Pulling fs layer 2025-08-30T00:30:02.7672623Z 6c995ea27702: Pulling fs layer 2025-08-30T00:30:02.7672931Z 86b3a5defe40: Pulling fs layer 2025-08-30T00:30:02.7673217Z 8c5f85af5b04: Waiting 2025-08-30T00:30:02.7673695Z 93eb864df91d: Waiting 2025-08-30T00:30:02.7673953Z 6c995ea27702: Waiting 2025-08-30T00:30:02.7674188Z 4077912de8b2: Waiting 2025-08-30T00:30:02.7674444Z f6ebe7c7ecfb: Waiting 2025-08-30T00:30:02.7674691Z 0f0c02bdc30d: Waiting 2025-08-30T00:30:02.7674961Z c083d45b31f2: Pulling fs layer 2025-08-30T00:30:02.7675256Z 66d0bbd78bca: Pulling fs layer 2025-08-30T00:30:02.7675562Z a58cf62a841e: Pulling fs layer 2025-08-30T00:30:02.7675839Z c083d45b31f2: Waiting 2025-08-30T00:30:02.7676102Z 56667daa0452: Pulling fs layer 2025-08-30T00:30:02.7676377Z 66d0bbd78bca: Waiting 2025-08-30T00:30:02.7676631Z 86b3a5defe40: Waiting 2025-08-30T00:30:02.7676882Z a58cf62a841e: Waiting 2025-08-30T00:30:02.7677136Z ae25b7f2ac07: Pulling fs layer 2025-08-30T00:30:02.7677445Z effbffc6aded: Pulling fs layer 2025-08-30T00:30:02.7677737Z 68cfa0b63984: Pulling fs layer 2025-08-30T00:30:02.7678133Z ae25b7f2ac07: Waiting 2025-08-30T00:30:02.7678382Z 8756f80710ba: Pulling fs layer 2025-08-30T00:30:02.7678673Z effbffc6aded: Waiting 2025-08-30T00:30:02.7678923Z 56667daa0452: Waiting 2025-08-30T00:30:02.7679176Z 8756f80710ba: Waiting 2025-08-30T00:30:02.7679428Z 08fb6f1da122: Pulling fs layer 2025-08-30T00:30:02.7679728Z f5f84b736b03: Pulling fs layer 2025-08-30T00:30:02.7680020Z 08fb6f1da122: Waiting 2025-08-30T00:30:02.7680272Z 198686e35291: Pulling fs layer 2025-08-30T00:30:02.7680573Z 4f4fb700ef54: Pulling fs layer 2025-08-30T00:30:02.7680868Z 6bceff258f5a: Pulling fs layer 2025-08-30T00:30:02.7681165Z f5f84b736b03: Waiting 2025-08-30T00:30:02.7681419Z 277cde4b3878: Pulling fs layer 2025-08-30T00:30:02.7681715Z 68cfa0b63984: Waiting 2025-08-30T00:30:02.7681953Z 198686e35291: Waiting 2025-08-30T00:30:02.7682201Z 4f4fb700ef54: Waiting 2025-08-30T00:30:02.7682451Z f90973b9b72c: Pulling fs layer 2025-08-30T00:30:02.7682754Z 6201ebca33f6: Pulling fs layer 2025-08-30T00:30:02.7683044Z 6bceff258f5a: Waiting 2025-08-30T00:30:02.7683291Z 277cde4b3878: Waiting 2025-08-30T00:30:02.7683540Z f90973b9b72c: Waiting 2025-08-30T00:30:02.7683779Z 6201ebca33f6: Waiting 2025-08-30T00:30:02.7684042Z f06ef1ac0d55: Pulling fs layer 2025-08-30T00:30:02.7684318Z f06ef1ac0d55: Waiting 2025-08-30T00:30:02.8516673Z 1e1cf29fb694: Verifying Checksum 2025-08-30T00:30:02.8517064Z 1e1cf29fb694: Download complete 2025-08-30T00:30:02.9423597Z 8836ce3019b1: Download complete 2025-08-30T00:30:03.1355406Z 660ffc76f83b: Verifying Checksum 2025-08-30T00:30:03.1355880Z 660ffc76f83b: Download complete 2025-08-30T00:30:03.2113465Z 41fade414474: Verifying Checksum 2025-08-30T00:30:03.2114025Z 41fade414474: Download complete 2025-08-30T00:30:03.2503857Z 9ddfff7fb23d: Verifying Checksum 2025-08-30T00:30:03.2504586Z 9ddfff7fb23d: Download complete 2025-08-30T00:30:03.4135974Z 0f0c02bdc30d: Download complete 2025-08-30T00:30:03.4790553Z 19bd4f828abc: Verifying Checksum 2025-08-30T00:30:03.4791207Z 19bd4f828abc: Download complete 2025-08-30T00:30:03.8888389Z 6ffb0496a171: Verifying Checksum 2025-08-30T00:30:03.8889760Z 6ffb0496a171: Download complete 2025-08-30T00:30:03.9578835Z 8c5f85af5b04: Verifying Checksum 2025-08-30T00:30:03.9579499Z 8c5f85af5b04: Download complete 2025-08-30T00:30:04.2607363Z 660ffc76f83b: Pull complete 2025-08-30T00:30:04.2832897Z 1e1cf29fb694: Pull complete 2025-08-30T00:30:04.3444386Z 46e0dbc755cc: Download complete 2025-08-30T00:30:04.4437013Z 4077912de8b2: Download complete 2025-08-30T00:30:04.5463570Z f6ebe7c7ecfb: Verifying Checksum 2025-08-30T00:30:04.5464232Z f6ebe7c7ecfb: Download complete 2025-08-30T00:30:04.5800825Z daf70d3a6bd9: Verifying Checksum 2025-08-30T00:30:04.5801481Z daf70d3a6bd9: Download complete 2025-08-30T00:30:04.6671042Z 6c995ea27702: Download complete 2025-08-30T00:30:04.7460371Z c083d45b31f2: Download complete 2025-08-30T00:30:04.8293474Z 66d0bbd78bca: Download complete 2025-08-30T00:30:04.9151558Z a58cf62a841e: Download complete 2025-08-30T00:30:05.0325599Z 56667daa0452: Verifying Checksum 2025-08-30T00:30:05.0326292Z 56667daa0452: Download complete 2025-08-30T00:30:05.4028136Z 86b3a5defe40: Verifying Checksum 2025-08-30T00:30:05.4029135Z 86b3a5defe40: Download complete 2025-08-30T00:30:05.4761868Z effbffc6aded: Verifying Checksum 2025-08-30T00:30:05.4762550Z effbffc6aded: Download complete 2025-08-30T00:30:06.5405802Z 93eb864df91d: Verifying Checksum 2025-08-30T00:30:06.5406465Z 93eb864df91d: Download complete 2025-08-30T00:30:06.6012804Z 8756f80710ba: Verifying Checksum 2025-08-30T00:30:06.6013499Z 8756f80710ba: Download complete 2025-08-30T00:30:07.8949367Z 68cfa0b63984: Verifying Checksum 2025-08-30T00:30:07.8950045Z 68cfa0b63984: Download complete 2025-08-30T00:30:07.9886884Z f5f84b736b03: Download complete 2025-08-30T00:30:08.0720831Z 198686e35291: Verifying Checksum 2025-08-30T00:30:08.0721440Z 198686e35291: Download complete 2025-08-30T00:30:08.0797302Z 4f4fb700ef54: Download complete 2025-08-30T00:30:08.1585620Z 6bceff258f5a: Verifying Checksum 2025-08-30T00:30:08.1586235Z 6bceff258f5a: Download complete 2025-08-30T00:30:08.2307405Z 277cde4b3878: Verifying Checksum 2025-08-30T00:30:08.2308644Z 277cde4b3878: Download complete 2025-08-30T00:30:08.3001698Z f90973b9b72c: Download complete 2025-08-30T00:30:08.3973397Z 6201ebca33f6: Verifying Checksum 2025-08-30T00:30:08.3973843Z 6201ebca33f6: Download complete 2025-08-30T00:30:08.4757246Z f06ef1ac0d55: Verifying Checksum 2025-08-30T00:30:08.4758607Z f06ef1ac0d55: Download complete 2025-08-30T00:30:08.5254269Z 08fb6f1da122: Verifying Checksum 2025-08-30T00:30:08.5254686Z 08fb6f1da122: Download complete 2025-08-30T00:30:08.8069023Z 46e0dbc755cc: Pull complete 2025-08-30T00:30:08.8287100Z 8836ce3019b1: Pull complete 2025-08-30T00:30:09.0975609Z 41fade414474: Pull complete 2025-08-30T00:30:09.1190789Z 9ddfff7fb23d: Pull complete 2025-08-30T00:30:11.8796355Z daf70d3a6bd9: Pull complete 2025-08-30T00:30:11.9006787Z 70a5a16af5b5: Pull complete 2025-08-30T00:30:11.9211366Z 0f0c02bdc30d: Pull complete 2025-08-30T00:30:11.9415865Z 19bd4f828abc: Pull complete 2025-08-30T00:30:12.5934504Z 6ffb0496a171: Pull complete 2025-08-30T00:30:12.6143700Z 8c5f85af5b04: Pull complete 2025-08-30T00:30:18.9567488Z 93eb864df91d: Pull complete 2025-08-30T00:30:19.1781695Z 4077912de8b2: Pull complete 2025-08-30T00:30:19.4020153Z f6ebe7c7ecfb: Pull complete 2025-08-30T00:30:19.6216481Z 6c995ea27702: Pull complete 2025-08-30T00:30:21.8144006Z 86b3a5defe40: Pull complete 2025-08-30T00:30:22.0042247Z c083d45b31f2: Pull complete 2025-08-30T00:30:22.1717248Z 66d0bbd78bca: Pull complete 2025-08-30T00:30:22.3246547Z a58cf62a841e: Pull complete 2025-08-30T00:30:22.4468836Z 56667daa0452: Pull complete 2025-08-30T00:31:13.7955472Z ae25b7f2ac07: Verifying Checksum 2025-08-30T00:32:29.7520000Z ae25b7f2ac07: Download complete 2025-08-30T00:32:29.7520398Z ae25b7f2ac07: Pull complete 2025-08-30T00:32:29.7736607Z effbffc6aded: Pull complete 2025-08-30T00:32:36.2263784Z 68cfa0b63984: Pull complete 2025-08-30T00:32:36.4327295Z 8756f80710ba: Pull complete 2025-08-30T00:32:44.4360910Z 08fb6f1da122: Pull complete 2025-08-30T00:32:44.6559909Z f5f84b736b03: Pull complete 2025-08-30T00:32:45.1042280Z 198686e35291: Pull complete 2025-08-30T00:32:45.2928124Z 4f4fb700ef54: Pull complete 2025-08-30T00:32:45.4990419Z 6bceff258f5a: Pull complete 2025-08-30T00:32:45.6650047Z 277cde4b3878: Pull complete 2025-08-30T00:32:46.0312210Z f90973b9b72c: Pull complete 2025-08-30T00:32:46.1200016Z 6201ebca33f6: Pull complete 2025-08-30T00:32:46.3678619Z f06ef1ac0d55: Pull complete 2025-08-30T00:32:46.4707249Z Digest: sha256:3aefac17b476c44e5abf277e6391464aa8120b3322f76e53ec2be306da657cdb 2025-08-30T00:32:46.5118570Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:32:46.5363606Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:32:46.5414432Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-30T00:32:46.5415539Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-30T00:32:46.5425726Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:32:46.5426148Z env: 2025-08-30T00:32:46.5426461Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:32:46.5426899Z REPOSITORY: pytorch/executorch 2025-08-30T00:32:46.5427200Z PR_NUMBER: 2025-08-30T00:32:46.5429737Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:32:46.5432643Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:32:46.5433285Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:32:46.5433901Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:32:46.5434321Z ##[endgroup] 2025-08-30T00:32:46.5619510Z ##[group]Run set -ex 2025-08-30T00:32:46.5619824Z set -ex 2025-08-30T00:32:46.5620049Z { 2025-08-30T00:32:46.5620298Z  echo "#!/usr/bin/env bash"; 2025-08-30T00:32:46.5620643Z  echo "set -eou pipefail"; 2025-08-30T00:32:46.5620996Z  # shellcheck disable=SC2016 2025-08-30T00:32:46.5621361Z  echo 'eval "$(conda shell.bash hook)"'; 2025-08-30T00:32:46.5621731Z  echo "set -x"; 2025-08-30T00:32:46.5622047Z  echo "${SCRIPT}"; 2025-08-30T00:32:46.5622350Z } > "${RUNNER_TEMP}/exec_script" 2025-08-30T00:32:46.5622735Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-08-30T00:32:46.5623532Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-08-30T00:32:46.5630707Z shell: /usr/bin/bash -e {0} 2025-08-30T00:32:46.5631002Z env: 2025-08-30T00:32:46.5631835Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:32:46.5632734Z REPOSITORY: pytorch/executorch 2025-08-30T00:32:46.5633049Z PR_NUMBER: 2025-08-30T00:32:46.5635533Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:32:46.5638240Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:32:46.5638886Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:32:46.5639502Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:32:46.5640258Z ALL_SECRETS: { "github_token": "***" } 2025-08-30T00:32:46.5640585Z ##[endgroup] 2025-08-30T00:32:46.5667765Z + echo '#!/usr/bin/env bash' 2025-08-30T00:32:46.5668171Z + echo 'set -eou pipefail' 2025-08-30T00:32:46.5668638Z + echo 'eval "$(conda shell.bash hook)"' 2025-08-30T00:32:46.5669062Z + echo 'set -x' 2025-08-30T00:32:46.5669553Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-08-30T00:32:46.5670167Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-08-30T00:32:46.5670610Z conda activate "${CONDA_ENV}" 2025-08-30T00:32:46.5670955Z 2025-08-30T00:32:46.5671124Z source .ci/scripts/utils.sh 2025-08-30T00:32:46.5671581Z install_executorch "--use-pt-pinned-commit" 2025-08-30T00:32:46.5672091Z 2025-08-30T00:32:46.5672366Z .ci/scripts/setup-arm-baremetal-tools.sh 2025-08-30T00:32:46.5672725Z 2025-08-30T00:32:46.5672966Z # Increase number of files user can monitor to bypass buck failures. 2025-08-30T00:32:46.5673455Z # Hopefully this is high enough for this setup. 2025-08-30T00:32:46.5673918Z sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 2025-08-30T00:32:46.5674241Z 2025-08-30T00:32:46.5674355Z ARM_TEST=test_models_ethos-u85 2025-08-30T00:32:46.5674567Z 2025-08-30T00:32:46.5674686Z # Test test_arm_baremetal.sh with test 2025-08-30T00:32:46.5675092Z backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:32:46.5675642Z ' 2025-08-30T00:32:46.5675972Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-08-30T00:32:46.5682593Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-08-30T00:33:25.2101295Z Running command: 2025-08-30T00:33:25.2107926Z 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_17336943383" `# 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_4636321f-bbe8-4c6a-a9ce-756200591412":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_4636321f-bbe8-4c6a-a9ce-756200591412" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795" 2025-08-30T00:33:25.2114386Z 2025-08-30T00:33:25.2114748Z 925d4b421f6780bac7dc44b948ff0306bdb647d3e5881b1cced6948d8d9f0f64 2025-08-30T00:33:25.2115528Z Running command: docker exec -t 925d4b421f6780bac7dc44b948ff0306bdb647d3e5881b1cced6948d8d9f0f64 /exec 2025-08-30T00:33:25.2116171Z ++ conda env list --json 2025-08-30T00:33:25.2116436Z ++ local cmd=env 2025-08-30T00:33:25.2116676Z ++ case "$cmd" in 2025-08-30T00:33:25.2116920Z ++ __conda_exe env list --json 2025-08-30T00:33:25.2117223Z ++ jq -r '.envs | .[-1]' 2025-08-30T00:33:25.2117513Z ++ /opt/conda/bin/conda env list --json 2025-08-30T00:33:25.2117873Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-08-30T00:33:25.2118206Z + conda activate /opt/conda/envs/py_3.10 2025-08-30T00:33:25.2118545Z + local cmd=activate 2025-08-30T00:33:25.2118787Z + case "$cmd" in 2025-08-30T00:33:25.2119086Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-08-30T00:33:25.2119460Z + '[' -n '' ']' 2025-08-30T00:33:25.2119682Z + local ask_conda 2025-08-30T00:33:25.2119924Z ++ PS1='(base) ' 2025-08-30T00:33:25.2120247Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-08-30T00:33:25.2120791Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-08-30T00:33:25.2121250Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-08-30T00:33:25.2122266Z 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-08-30T00:33:25.2123298Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-08-30T00:33:25.2123679Z export CONDA_SHLVL='\''2'\'' 2025-08-30T00:33:25.2124005Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-08-30T00:33:25.2124384Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-08-30T00:33:25.2124781Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-08-30T00:33:25.2125157Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-08-30T00:33:25.2125502Z export _CE_M='\'''\'' 2025-08-30T00:33:25.2125777Z export _CE_CONDA='\'''\'' 2025-08-30T00:33:25.2126269Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-08-30T00:33:25.2126671Z + eval 'PS1='\''(py_3.10) '\'' 2025-08-30T00:33:25.2127603Z 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-08-30T00:33:25.2128632Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-08-30T00:33:25.2129023Z export CONDA_SHLVL='\''2'\'' 2025-08-30T00:33:25.2129419Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-08-30T00:33:25.2129810Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-08-30T00:33:25.2130187Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-08-30T00:33:25.2130562Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-08-30T00:33:25.2130906Z export _CE_M='\'''\'' 2025-08-30T00:33:25.2131177Z export _CE_CONDA='\'''\'' 2025-08-30T00:33:25.2131621Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-08-30T00:33:25.2132019Z ++ PS1='(py_3.10) ' 2025-08-30T00:33:25.2132918Z ++ 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-08-30T00:33:25.2134454Z ++ 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-08-30T00:33:25.2135423Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-08-30T00:33:25.2135802Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-08-30T00:33:25.2136177Z ++ export CONDA_SHLVL=2 2025-08-30T00:33:25.2136431Z ++ CONDA_SHLVL=2 2025-08-30T00:33:25.2136697Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-08-30T00:33:25.2137029Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-08-30T00:33:25.2137370Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-08-30T00:33:25.2137754Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-08-30T00:33:25.2138088Z ++ export CONDA_PREFIX_1=/opt/conda 2025-08-30T00:33:25.2138422Z ++ CONDA_PREFIX_1=/opt/conda 2025-08-30T00:33:25.2138733Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-08-30T00:33:25.2139085Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-08-30T00:33:25.2139383Z ++ export _CE_M= 2025-08-30T00:33:25.2139623Z ++ _CE_M= 2025-08-30T00:33:25.2139855Z ++ export _CE_CONDA= 2025-08-30T00:33:25.2140097Z ++ _CE_CONDA= 2025-08-30T00:33:25.2140416Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-08-30T00:33:25.2140968Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-08-30T00:33:25.2141376Z + __conda_hashr 2025-08-30T00:33:25.2141618Z + '[' -n '' ']' 2025-08-30T00:33:25.2141857Z + '[' -n '' ']' 2025-08-30T00:33:25.2142077Z + hash -r 2025-08-30T00:33:25.2142320Z + source .ci/scripts/utils.sh 2025-08-30T00:33:25.2142655Z + install_executorch --use-pt-pinned-commit 2025-08-30T00:33:25.2143011Z + which pip 2025-08-30T00:33:25.2143246Z /opt/conda/envs/py_3.10/bin/pip 2025-08-30T00:33:25.2143612Z + ./install_executorch.sh --use-pt-pinned-commit 2025-08-30T00:33:25.2144126Z 2025-08-30 00:33:24,022 [ExecuTorch] INFO: All required submodules are present. 2025-08-30T00:33:25.2144849Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-08-30T00:33:25.2145761Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.9.0a0+gite7152ff) 2025-08-30T00:33:25.2146579Z Collecting cmake<4.0.0,>=3.29 (from -r requirements-dev.txt (line 3)) 2025-08-30T00:33:25.2147312Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-08-30T00:33:25.2148375Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (25.1) 2025-08-30T00:33:25.2149618Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (6.0.1) 2025-08-30T00:33:25.2150921Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (78.1.1) 2025-08-30T00:33:25.2152318Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (0.45.1) 2025-08-30T00:33:25.2153571Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 8)) (1.5.5.1) 2025-08-30T00:33:25.2154925Z Requirement already satisfied: certifi in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 9)) (2025.8.3) 2025-08-30T00:33:25.2155882Z Collecting lintrunner==0.12.7 (from -r requirements-dev.txt (line 10)) 2025-08-30T00:33:25.2156660Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2025-08-30T00:33:25.2157471Z Collecting lintrunner-adapters==0.12.6 (from -r requirements-dev.txt (line 11)) 2025-08-30T00:33:25.2158190Z Downloading lintrunner_adapters-0.12.6-py3-none-any.whl.metadata (3.4 kB) 2025-08-30T00:33:25.2158960Z Collecting click<9.0.0,>=8.1.3 (from lintrunner-adapters==0.12.6->-r requirements-dev.txt (line 11)) 2025-08-30T00:33:25.2159649Z Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 2025-08-30T00:33:25.2160453Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.19.1) 2025-08-30T00:33:25.2161553Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.15.0) 2025-08-30T00:33:25.2162669Z 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-08-30T00:33:25.2163720Z Requirement already satisfied: networkx>=2.5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-08-30T00:33:25.2164736Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-08-30T00:33:25.2165764Z Requirement already satisfied: fsspec>=0.8.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.7.0) 2025-08-30T00:33:25.2166870Z 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-08-30T00:33:25.2168027Z 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-08-30T00:33:25.2169029Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2025-08-30T00:33:25.2172005Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.2 MB ? eta -:--:-- 2025-08-30T00:33:25.2172859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 67.3 MB/s eta 0:00:00 2025-08-30T00:33:25.2173577Z [?25hDownloading lintrunner_adapters-0.12.6-py3-none-any.whl (62 kB) 2025-08-30T00:33:25.2174284Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-08-30T00:34:20.9853886Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-08-30T00:34:20.9854898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 143.5 MB/s eta 0:00:00 2025-08-30T00:34:20.9855559Z [?25hDownloading click-8.2.1-py3-none-any.whl (102 kB) 2025-08-30T00:34:20.9856171Z Installing collected packages: lintrunner, cmake, click, lintrunner-adapters 2025-08-30T00:34:20.9856749Z [?25l 2025-08-30T00:34:20.9858945Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [cmake] 2025-08-30T00:34:20.9859659Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [cmake] 2025-08-30T00:34:20.9860332Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [cmake] 2025-08-30T00:34:20.9860980Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [cmake] 2025-08-30T00:34:20.9862498Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [cmake] 2025-08-30T00:34:20.9863160Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [cmake] 2025-08-30T00:34:20.9863808Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 2/4 [click] 2025-08-30T00:34:20.9864461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4/4 [lintrunner-adapters] 2025-08-30T00:34:20.9865031Z [?25h 2025-08-30T00:34:20.9865643Z Successfully installed click-8.2.1 cmake-3.31.6 lintrunner-0.12.7 lintrunner-adapters-0.12.6 2025-08-30T00:34:20.9866251Z Processing ./third-party/ao 2025-08-30T00:34:20.9866694Z Preparing metadata (setup.py) ... [?25l- done 2025-08-30T00:34:20.9867167Z [?25hProcessing ./extension/llm/tokenizers 2025-08-30T00:34:20.9867681Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-08-30T00:34:20.9868256Z [?25hCollecting tiktoken (from pytorch_tokenizers==0.1.0) 2025-08-30T00:34:20.9868978Z Downloading tiktoken-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-08-30T00:34:20.9870078Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.21.4) 2025-08-30T00:34:20.9870954Z Collecting sentencepiece (from pytorch_tokenizers==0.1.0) 2025-08-30T00:34:20.9871723Z Downloading sentencepiece-0.2.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (10 kB) 2025-08-30T00:34:20.9873146Z 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) (2025.7.34) 2025-08-30T00:34:20.9874552Z 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.5) 2025-08-30T00:34:20.9876015Z 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.3) 2025-08-30T00:34:20.9877517Z 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-08-30T00:34:20.9878951Z 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.5.0) 2025-08-30T00:34:20.9880438Z 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.8.3) 2025-08-30T00:34:20.9881922Z 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.34.4) 2025-08-30T00:34:20.9883426Z 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.19.1) 2025-08-30T00:34:20.9885020Z 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.7.0) 2025-08-30T00:34:20.9886612Z 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-08-30T00:34:20.9888187Z 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-08-30T00:34:20.9889733Z 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-08-30T00:34:20.9891441Z 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.15.0) 2025-08-30T00:34:20.9893188Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.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) (1.1.8) 2025-08-30T00:34:20.9894507Z Downloading sentencepiece-0.2.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.4 MB) 2025-08-30T00:34:20.9895446Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2025-08-30T00:34:20.9896205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 62.3 MB/s eta 0:00:00 2025-08-30T00:34:20.9897077Z [?25hDownloading tiktoken-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-08-30T00:34:20.9897944Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-08-30T00:34:20.9898785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 77.9 MB/s eta 0:00:00 2025-08-30T00:34:20.9899709Z [?25hBuilding wheels for collected packages: torchao, pytorch_tokenizers 2025-08-30T00:34:20.9902466Z  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-08-30T00:34:20.9904889Z  Building wheel for torchao (setup.py) ... [?25l- \ | / done 2025-08-30T00:34:20.9906136Z [?25h Created wheel for torchao: filename=torchao-0.13.0+git1526dfe-py3-none-any.whl size=988886 sha256=d8e8a5521197d2322bbd9c55c69de427d127c3c44430f939b9ba239f6102d67e 2025-08-30T00:34:20.9907493Z Stored in directory: /tmp/pip-ephem-wheel-cache-7k2gsvvo/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-08-30T00:34:20.9909675Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2025-08-30T00:34:24.2400472Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-cp310-cp310-linux_x86_64.whl size=1258220 sha256=a3de4171ed5273b46776687ce04b08a4b672e54ae787a558b3e66ca73f2b4578 2025-08-30T00:34:24.2402817Z Stored in directory: /tmp/pip-ephem-wheel-cache-7k2gsvvo/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-08-30T00:34:24.2403960Z Successfully built torchao pytorch_tokenizers 2025-08-30T00:34:24.2422509Z Installing collected packages: torchao, sentencepiece, tiktoken, pytorch_tokenizers 2025-08-30T00:34:24.2423645Z [?25l 2025-08-30T00:34:24.2424324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/4 [torchao] 2025-08-30T00:34:24.2425189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/4 [torchao] 2025-08-30T00:34:24.2425815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/4 [torchao] 2025-08-30T00:34:24.2426376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/4 [torchao] 2025-08-30T00:34:24.2427167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4/4 [pytorch_tokenizers] 2025-08-30T00:34:24.2427614Z [?25h 2025-08-30T00:34:24.2428341Z Successfully installed pytorch_tokenizers-0.1.0 sentencepiece-0.2.1 tiktoken-0.11.0 torchao-0.13.0+git1526dfe 2025-08-30T00:34:24.2429251Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-08-30T00:34:24.2429811Z Processing /pytorch/executorch 2025-08-30T00:34:24.2430204Z Running command Preparing metadata (pyproject.toml) 2025-08-30T00:34:24.2431309Z /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-08-30T00:34:24.2432324Z !! 2025-08-30T00:34:24.2432443Z 2025-08-30T00:34:24.2432594Z ******************************************************************************** 2025-08-30T00:34:24.2433524Z 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-08-30T00:34:24.2434328Z 2025-08-30T00:34:24.2434579Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-08-30T00:34:24.2435198Z or your builds will no longer be supported. 2025-08-30T00:34:24.2435656Z 2025-08-30T00:34:24.2436072Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-08-30T00:34:24.2436787Z ******************************************************************************** 2025-08-30T00:34:24.2437052Z 2025-08-30T00:34:24.2437136Z !! 2025-08-30T00:34:24.2437385Z corresp(dist, value, root_dir) 2025-08-30T00:34:24.2438349Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-08-30T00:34:24.2439281Z !! 2025-08-30T00:34:24.2439398Z 2025-08-30T00:34:24.2439542Z ******************************************************************************** 2025-08-30T00:34:24.2440147Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-08-30T00:34:24.2440631Z 2025-08-30T00:34:24.2440795Z License :: OSI Approved :: BSD License 2025-08-30T00:34:24.2441043Z 2025-08-30T00:34:24.2441446Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-08-30T00:34:24.2442086Z ******************************************************************************** 2025-08-30T00:34:24.2442350Z 2025-08-30T00:34:24.2442446Z !! 2025-08-30T00:34:24.2442884Z dist._finalize_license_expression() 2025-08-30T00:34:24.2443757Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-08-30T00:34:24.2444579Z !! 2025-08-30T00:34:24.2444721Z 2025-08-30T00:34:24.2444847Z ******************************************************************************** 2025-08-30T00:34:24.2445535Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-08-30T00:34:24.2446005Z 2025-08-30T00:34:24.2446137Z License :: OSI Approved :: BSD License 2025-08-30T00:34:24.2446398Z 2025-08-30T00:34:24.2446787Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-08-30T00:34:24.2447429Z ******************************************************************************** 2025-08-30T00:34:24.2447707Z 2025-08-30T00:34:24.2447791Z !! 2025-08-30T00:34:24.2448034Z self._finalize_license_expression() 2025-08-30T00:34:24.2448370Z running dist_info 2025-08-30T00:34:24.2448768Z creating /tmp/pip-modern-metadata-d6cx20cw/executorch.egg-info 2025-08-30T00:34:24.2449391Z writing /tmp/pip-modern-metadata-d6cx20cw/executorch.egg-info/PKG-INFO 2025-08-30T00:34:24.2450206Z writing dependency_links to /tmp/pip-modern-metadata-d6cx20cw/executorch.egg-info/dependency_links.txt 2025-08-30T00:34:24.2451112Z writing entry points to /tmp/pip-modern-metadata-d6cx20cw/executorch.egg-info/entry_points.txt 2025-08-30T00:34:24.2452128Z writing requirements to /tmp/pip-modern-metadata-d6cx20cw/executorch.egg-info/requires.txt 2025-08-30T00:34:24.2452976Z writing top-level names to /tmp/pip-modern-metadata-d6cx20cw/executorch.egg-info/top_level.txt 2025-08-30T00:34:24.2453808Z writing manifest file '/tmp/pip-modern-metadata-d6cx20cw/executorch.egg-info/SOURCES.txt' 2025-08-30T00:34:24.2454635Z reading manifest file '/tmp/pip-modern-metadata-d6cx20cw/executorch.egg-info/SOURCES.txt' 2025-08-30T00:34:24.2455216Z adding license file 'LICENSE' 2025-08-30T00:34:24.2455763Z writing manifest file '/tmp/pip-modern-metadata-d6cx20cw/executorch.egg-info/SOURCES.txt' 2025-08-30T00:34:24.2456556Z creating '/tmp/pip-modern-metadata-d6cx20cw/executorch-0.8.0a0+9de4c16.dist-info' 2025-08-30T00:34:24.2457332Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-08-30T00:34:24.2458223Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.8.0a0+9de4c16) (0.1.6) 2025-08-30T00:34:24.2459098Z Collecting flatbuffers (from executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:24.2460498Z 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-08-30T00:34:24.2461990Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-08-30T00:34:24.2462970Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.8.0a0+9de4c16) (6.84.2) 2025-08-30T00:34:24.2463826Z Collecting kgb (from executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:24.2465024Z Obtaining dependency information for kgb from https://files.pythonhosted.org/packages/a6/7d/002c8de97a3f65ab7c006b815252b3fcb708961af538ceaead08815de79f/kgb-7.2-py2.py3-none-any.whl.metadata 2025-08-30T00:34:24.2466355Z Downloading kgb-7.2-py2.py3-none-any.whl.metadata (21 kB) 2025-08-30T00:34:24.2467251Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.8.0a0+9de4c16) (1.3.0) 2025-08-30T00:34:24.2468462Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.8.0a0+9de4c16) (2.2.6) 2025-08-30T00:34:24.2469673Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.8.0a0+9de4c16) (25.0) 2025-08-30T00:34:24.2470962Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.8.0a0+9de4c16) (2.3.2) 2025-08-30T00:34:24.2472324Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.8.0a0+9de4c16) (0.9.0) 2025-08-30T00:34:24.2473637Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.8.0a0+9de4c16) (7.2.0) 2025-08-30T00:34:24.2474489Z Collecting pytest-xdist (from executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:24.2475837Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/ca/31/d4e37e9e550c2b92a9cbc2e4d0b7420a27224968580b5a447f420847c975/pytest_xdist-3.8.0-py3-none-any.whl.metadata 2025-08-30T00:34:24.2477223Z Downloading pytest_xdist-3.8.0-py3-none-any.whl.metadata (3.0 kB) 2025-08-30T00:34:24.2477843Z Collecting pytest-rerunfailures==15.1 (from executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:24.2479357Z Obtaining dependency information for pytest-rerunfailures==15.1 from https://files.pythonhosted.org/packages/f3/30/11d836ff01c938969efa319b4ebe2374ed79d28043a12bfc908577aab9f3/pytest_rerunfailures-15.1-py3-none-any.whl.metadata 2025-08-30T00:34:24.2480913Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-08-30T00:34:24.2481855Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.8.0a0+9de4c16) (6.0.1) 2025-08-30T00:34:24.2483084Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.8.0a0+9de4c16) (0.17.32) 2025-08-30T00:34:24.2484291Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.8.0a0+9de4c16) (1.14.0) 2025-08-30T00:34:24.2485129Z Collecting tabulate (from executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:24.2486412Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-08-30T00:34:24.2487736Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-08-30T00:34:24.2488714Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.8.0a0+9de4c16) (4.15.0) 2025-08-30T00:34:24.2489684Z Collecting coremltools==9.0b1 (from executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:25.3285081Z Obtaining dependency information for coremltools==9.0b1 from https://files.pythonhosted.org/packages/12/a9/98c8177de8771fe79d58cc8c06be0a0c5900aa9cd3292db61350e17f35dc/coremltools-9.0b1-cp310-none-manylinux1_x86_64.whl.metadata 2025-08-30T00:34:25.3286713Z Downloading coremltools-9.0b1-cp310-none-manylinux1_x86_64.whl.metadata (2.7 kB) 2025-08-30T00:34:25.3287383Z Collecting scikit-learn==1.7.1 (from executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:25.3289187Z Obtaining dependency information for scikit-learn==1.7.1 from https://files.pythonhosted.org/packages/fb/a4/e488acdece6d413f370a9589a7193dac79cd486b2e418d3276d6ea0b9305/scikit_learn-1.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata 2025-08-30T00:34:25.3290996Z Downloading scikit_learn-1.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (11 kB) 2025-08-30T00:34:25.3291831Z Collecting hydra-core>=1.3.0 (from executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:25.3293215Z Obtaining dependency information for hydra-core>=1.3.0 from https://files.pythonhosted.org/packages/c6/50/e0edd38dcd63fb26a8547f13d28f7a008bc4a3fd4eb4ff030673f22ad41a/hydra_core-1.3.2-py3-none-any.whl.metadata 2025-08-30T00:34:25.3294598Z Downloading hydra_core-1.3.2-py3-none-any.whl.metadata (5.5 kB) 2025-08-30T00:34:25.3295160Z Collecting omegaconf>=2.3.0 (from executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:25.3296595Z Obtaining dependency information for omegaconf>=2.3.0 from https://files.pythonhosted.org/packages/e3/94/1843518e420fa3ed6919835845df698c7e27e183cb997394e4a670973a65/omegaconf-2.3.0-py3-none-any.whl.metadata 2025-08-30T00:34:25.3298405Z Downloading omegaconf-2.3.0-py3-none-any.whl.metadata (3.9 kB) 2025-08-30T00:34:25.3299094Z Collecting protobuf>=3.1.0 (from coremltools==9.0b1->executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:25.3300961Z Obtaining dependency information for protobuf>=3.1.0 from https://files.pythonhosted.org/packages/40/01/2e730bd1c25392fc32e3268e02446f0d77cb51a2c3a8486b1798e34d5805/protobuf-6.32.0-cp39-abi3-manylinux2014_x86_64.whl.metadata 2025-08-30T00:34:25.3302477Z Downloading protobuf-6.32.0-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) 2025-08-30T00:34:25.3303567Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==9.0b1->executorch==0.8.0a0+9de4c16) (4.67.1) 2025-08-30T00:34:25.3305140Z Requirement already satisfied: attrs>=21.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==9.0b1->executorch==0.8.0a0+9de4c16) (25.3.0) 2025-08-30T00:34:25.3306159Z Collecting cattrs (from coremltools==9.0b1->executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:25.3307490Z Obtaining dependency information for cattrs from https://files.pythonhosted.org/packages/18/b0/215274ef0d835bbc1056392a367646648b6084e39d489099959aefcca2af/cattrs-25.1.1-py3-none-any.whl.metadata 2025-08-30T00:34:25.3308775Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-08-30T00:34:25.3309375Z Collecting pyaml (from coremltools==9.0b1->executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:25.3310714Z Obtaining dependency information for pyaml from https://files.pythonhosted.org/packages/a8/ee/a878f2ad010cbccb311f947f0f2f09d38f613938ee28c34e60fceecc75a1/pyaml-25.7.0-py3-none-any.whl.metadata 2025-08-30T00:34:25.3312056Z Downloading pyaml-25.7.0-py3-none-any.whl.metadata (12 kB) 2025-08-30T00:34:25.3312615Z Collecting pytest (from executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:25.3313915Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/29/16/c8a903f4c4dffe7a12843191437d7cd8e32751d5de349d45d3fe69544e87/pytest-8.4.1-py3-none-any.whl.metadata 2025-08-30T00:34:25.3315221Z Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB) 2025-08-30T00:34:25.3316711Z Link requires a different Python (3.10.18 not in: '>=3.7,<3.10'): https://files.pythonhosted.org/packages/99/f1/c00d6be56e1a718a3068079e3ec8ce044d7179345280f6a3f5066068af0d/scipy-1.6.2.tar.gz (from https://pypi.org/simple/scipy/) (requires-python:>=3.7,<3.10) 2025-08-30T00:34:25.3319081Z Link requires a different Python (3.10.18 not in: '>=3.7,<3.10'): https://files.pythonhosted.org/packages/fe/fd/8704c7b7b34cdac850485e638346025ca57c5a859934b9aa1be5399b33b7/scipy-1.6.3.tar.gz (from https://pypi.org/simple/scipy/) (requires-python:>=3.7,<3.10) 2025-08-30T00:34:25.3321462Z Link requires a different Python (3.10.18 not in: '>=3.7,<3.10'): https://files.pythonhosted.org/packages/bb/bb/944f559d554df6c9adf037aa9fc982a9706ee0e96c0d5beac701cb158900/scipy-1.7.0.tar.gz (from https://pypi.org/simple/scipy/) (requires-python:>=3.7,<3.10) 2025-08-30T00:34:25.3323856Z Link requires a different Python (3.10.18 not in: '>=3.7,<3.10'): https://files.pythonhosted.org/packages/47/33/a24aec22b7be7fdb10ec117a95e1e4099890d8bbc6646902f443fc7719d1/scipy-1.7.1.tar.gz (from https://pypi.org/simple/scipy/) (requires-python:>=3.7,<3.10) 2025-08-30T00:34:25.3326216Z Link requires a different Python (3.10.18 not in: '>=3.11'): https://files.pythonhosted.org/packages/7a/9e/2c8b1e1052151067e73b4192c0c04f355b3d31b485bd74f48bd4e9e87916/scipy-1.16.0rc1.tar.gz (from https://pypi.org/simple/scipy/) (requires-python:>=3.11) 2025-08-30T00:34:25.3328584Z Link requires a different Python (3.10.18 not in: '>=3.11'): https://files.pythonhosted.org/packages/9c/ff/c01073c71d82baeacf71b2ae7fc6d47bb4ff898b3f98ce7897098ca36c26/scipy-1.16.0rc2.tar.gz (from https://pypi.org/simple/scipy/) (requires-python:>=3.11) 2025-08-30T00:34:25.3331097Z Link requires a different Python (3.10.18 not in: '>=3.11'): https://files.pythonhosted.org/packages/81/18/b06a83f0c5ee8cddbde5e3f3d0bb9b702abfa5136ef6d4620ff67df7eee5/scipy-1.16.0.tar.gz (from https://pypi.org/simple/scipy/) (requires-python:>=3.11) 2025-08-30T00:34:25.3333648Z Link requires a different Python (3.10.18 not in: '>=3.11'): https://files.pythonhosted.org/packages/f5/4a/b927028464795439faec8eaf0b03b011005c487bb2d07409f28bf30879c4/scipy-1.16.1.tar.gz (from https://pypi.org/simple/scipy/) (requires-python:>=3.11) 2025-08-30T00:34:25.3335117Z Collecting scipy>=1.8.0 (from scikit-learn==1.7.1->executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:25.3336654Z Obtaining dependency information for scipy>=1.8.0 from https://files.pythonhosted.org/packages/8e/6d/41991e503e51fc1134502694c5fa7a1671501a17ffa12716a4a9151af3df/scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata 2025-08-30T00:34:25.3338305Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-08-30T00:34:25.3339068Z Collecting joblib>=1.2.0 (from scikit-learn==1.7.1->executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:25.3340421Z Obtaining dependency information for joblib>=1.2.0 from https://files.pythonhosted.org/packages/1e/e8/685f47e0d754320684db4425a0967f7d3fa70126bffd76110b7009a0090f/joblib-1.5.2-py3-none-any.whl.metadata 2025-08-30T00:34:25.3341712Z Downloading joblib-1.5.2-py3-none-any.whl.metadata (5.6 kB) 2025-08-30T00:34:25.3342369Z Collecting threadpoolctl>=3.1.0 (from scikit-learn==1.7.1->executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:25.3343862Z Obtaining dependency information for threadpoolctl>=3.1.0 from https://files.pythonhosted.org/packages/32/d5/f9a850d79b0851d1d4ef6456097579a9005b31fea68726a4ae5f2d82ddd9/threadpoolctl-3.6.0-py3-none-any.whl.metadata 2025-08-30T00:34:25.3345294Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-08-30T00:34:25.3346033Z Collecting antlr4-python3-runtime==4.9.* (from hydra-core>=1.3.0->executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:25.3346800Z Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB) 2025-08-30T00:34:25.3347265Z Running command python setup.py egg_info 2025-08-30T00:34:25.3347608Z running egg_info 2025-08-30T00:34:25.3348030Z creating /tmp/pip-pip-egg-info-7b9_jnpo/antlr4_python3_runtime.egg-info 2025-08-30T00:34:25.3348712Z writing /tmp/pip-pip-egg-info-7b9_jnpo/antlr4_python3_runtime.egg-info/PKG-INFO 2025-08-30T00:34:25.3349573Z writing dependency_links to /tmp/pip-pip-egg-info-7b9_jnpo/antlr4_python3_runtime.egg-info/dependency_links.txt 2025-08-30T00:34:25.3350532Z writing requirements to /tmp/pip-pip-egg-info-7b9_jnpo/antlr4_python3_runtime.egg-info/requires.txt 2025-08-30T00:34:25.3351428Z writing top-level names to /tmp/pip-pip-egg-info-7b9_jnpo/antlr4_python3_runtime.egg-info/top_level.txt 2025-08-30T00:34:25.3352330Z writing manifest file '/tmp/pip-pip-egg-info-7b9_jnpo/antlr4_python3_runtime.egg-info/SOURCES.txt' 2025-08-30T00:34:25.3353216Z reading manifest file '/tmp/pip-pip-egg-info-7b9_jnpo/antlr4_python3_runtime.egg-info/SOURCES.txt' 2025-08-30T00:34:25.3353839Z reading manifest template 'MANIFEST.in' 2025-08-30T00:34:25.3354304Z warning: no files found matching '*.py' under directory 'test' 2025-08-30T00:34:25.3354822Z warning: no files found matching '*.c' under directory 'test' 2025-08-30T00:34:25.3355521Z writing manifest file '/tmp/pip-pip-egg-info-7b9_jnpo/antlr4_python3_runtime.egg-info/SOURCES.txt' 2025-08-30T00:34:25.3356423Z Preparing metadata (setup.py) ... [?25l[?25hdone 2025-08-30T00:34:25.3357520Z 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.8.0a0+9de4c16) (2.9.0.post0) 2025-08-30T00:34:25.3358961Z 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.8.0a0+9de4c16) (2025.2) 2025-08-30T00:34:25.3360317Z 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.8.0a0+9de4c16) (2025.2) 2025-08-30T00:34:27.3673924Z Requirement already satisfied: exceptiongroup>=1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.8.0a0+9de4c16) (1.3.0) 2025-08-30T00:34:27.3675476Z Requirement already satisfied: iniconfig>=1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.8.0a0+9de4c16) (2.1.0) 2025-08-30T00:34:27.3677063Z Requirement already satisfied: pluggy<2,>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.8.0a0+9de4c16) (1.6.0) 2025-08-30T00:34:27.3678389Z Requirement already satisfied: pygments>=2.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.8.0a0+9de4c16) (2.19.2) 2025-08-30T00:34:27.3679681Z Requirement already satisfied: tomli>=1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.8.0a0+9de4c16) (2.0.1) 2025-08-30T00:34:27.3681142Z 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.8.0a0+9de4c16) (1.17.0) 2025-08-30T00:34:27.3682657Z 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.8.0a0+9de4c16) (2.4.0) 2025-08-30T00:34:27.3683706Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.8.0a0+9de4c16) 2025-08-30T00:34:27.3685105Z 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-08-30T00:34:27.3686456Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-08-30T00:34:27.3687465Z 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.8.0a0+9de4c16) (0.2.12) 2025-08-30T00:34:27.3688530Z Downloading coremltools-9.0b1-cp310-none-manylinux1_x86_64.whl (2.3 MB) 2025-08-30T00:34:27.3689521Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-08-30T00:34:27.3690289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 78.7 MB/s eta 0:00:00 2025-08-30T00:34:27.3691004Z [?25hDownloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-08-30T00:34:27.3691867Z Downloading scikit_learn-1.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.7 MB) 2025-08-30T00:34:27.3692759Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.7 MB ? eta -:--:-- 2025-08-30T00:34:27.3693496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.7/9.7 MB 203.5 MB/s eta 0:00:00 2025-08-30T00:34:27.3694155Z [?25hDownloading hydra_core-1.3.2-py3-none-any.whl (154 kB) 2025-08-30T00:34:27.3694680Z Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-08-30T00:34:27.3695134Z Downloading joblib-1.5.2-py3-none-any.whl (308 kB) 2025-08-30T00:34:27.3695686Z Downloading protobuf-6.32.0-cp39-abi3-manylinux2014_x86_64.whl (322 kB) 2025-08-30T00:34:27.3696224Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB) 2025-08-30T00:34:27.3696854Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.7 MB) 2025-08-30T00:34:27.3697707Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/37.7 MB ? eta -:--:-- 2025-08-30T00:34:27.3698576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.7/37.7 MB 289.1 MB/s eta 0:00:00 2025-08-30T00:34:27.3699475Z [?25hDownloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-08-30T00:34:27.3699983Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-08-30T00:34:27.3700500Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-08-30T00:34:27.3701166Z Downloading kgb-7.2-py2.py3-none-any.whl (58 kB) 2025-08-30T00:34:27.3701610Z Downloading pyaml-25.7.0-py3-none-any.whl (26 kB) 2025-08-30T00:34:27.3702065Z Downloading pytest_xdist-3.8.0-py3-none-any.whl (46 kB) 2025-08-30T00:34:27.3702538Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-08-30T00:34:27.3702991Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-08-30T00:34:27.3703539Z Building wheels for collected packages: executorch, antlr4-python3-runtime 2025-08-30T00:34:27.3704273Z Running command Building wheel for executorch (pyproject.toml) 2025-08-30T00:34:27.3705417Z /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-08-30T00:34:27.3706433Z !! 2025-08-30T00:34:27.3706554Z 2025-08-30T00:34:27.3706712Z ******************************************************************************** 2025-08-30T00:34:27.3707650Z 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-08-30T00:34:27.3708458Z 2025-08-30T00:34:27.3708707Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-08-30T00:34:27.3709219Z or your builds will no longer be supported. 2025-08-30T00:34:27.3709494Z 2025-08-30T00:34:27.3709900Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-08-30T00:34:27.3710568Z ******************************************************************************** 2025-08-30T00:34:27.3710863Z 2025-08-30T00:34:27.3710948Z !! 2025-08-30T00:34:27.3711184Z corresp(dist, value, root_dir) 2025-08-30T00:34:27.3712134Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-08-30T00:34:27.3713086Z !! 2025-08-30T00:34:27.3713200Z 2025-08-30T00:34:27.3713345Z ******************************************************************************** 2025-08-30T00:34:27.3713947Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-08-30T00:34:27.3714415Z 2025-08-30T00:34:27.3714590Z License :: OSI Approved :: BSD License 2025-08-30T00:34:27.3714840Z 2025-08-30T00:34:27.3715240Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-08-30T00:34:27.3715898Z ******************************************************************************** 2025-08-30T00:34:27.3716164Z 2025-08-30T00:34:27.3716260Z !! 2025-08-30T00:34:27.3716490Z dist._finalize_license_expression() 2025-08-30T00:34:27.3717361Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-08-30T00:34:27.3718185Z !! 2025-08-30T00:34:27.3718378Z 2025-08-30T00:34:27.3718512Z ******************************************************************************** 2025-08-30T00:34:27.3719111Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-08-30T00:34:27.3719592Z 2025-08-30T00:34:27.3719722Z License :: OSI Approved :: BSD License 2025-08-30T00:34:27.3719970Z 2025-08-30T00:34:27.3720439Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-08-30T00:34:27.3721082Z ******************************************************************************** 2025-08-30T00:34:27.3721362Z 2025-08-30T00:34:27.3721445Z !! 2025-08-30T00:34:27.3721676Z self._finalize_license_expression() 2025-08-30T00:34:27.3722018Z running bdist_wheel 2025-08-30T00:34:27.3722287Z running build 2025-08-30T00:34:27.3722541Z command options for 'CustomBuild': 2025-08-30T00:34:27.3722875Z build_base = pip-out 2025-08-30T00:34:27.3723161Z build_purelib = pip-out/lib 2025-08-30T00:34:27.3723538Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-08-30T00:34:27.3723979Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-08-30T00:34:27.3724381Z build_scripts = pip-out/scripts-3.10 2025-08-30T00:34:27.3724772Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-08-30T00:34:27.3725158Z plat_name = linux-x86_64 2025-08-30T00:34:27.3725442Z compiler = None 2025-08-30T00:34:27.3725696Z parallel = None 2025-08-30T00:34:27.3725956Z debug = None 2025-08-30T00:34:27.3726179Z force = None 2025-08-30T00:34:27.3726470Z executable = /opt/conda/envs/py_3.10/bin/python 2025-08-30T00:34:27.3727021Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-08-30T00:34:27.3727717Z clearing /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-08-30T00:34:27.3728237Z Preset CMake variables: 2025-08-30T00:34:27.3728420Z 2025-08-30T00:34:27.3728541Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-08-30T00:34:27.3729082Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-08-30T00:34:27.3729511Z 2025-08-30T00:34:27.3729668Z -- The C compiler identification is Clang 12.0.1 2025-08-30T00:34:27.3730101Z -- The CXX compiler identification is Clang 12.0.1 2025-08-30T00:34:27.3730482Z -- Detecting C compiler ABI info 2025-08-30T00:34:27.3730830Z -- Detecting C compiler ABI info - done 2025-08-30T00:34:27.3731367Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-08-30T00:34:27.3731789Z -- Detecting C compile features 2025-08-30T00:34:27.3732133Z -- Detecting C compile features - done 2025-08-30T00:34:27.3732480Z -- Detecting CXX compiler ABI info 2025-08-30T00:34:27.3732837Z -- Detecting CXX compiler ABI info - done 2025-08-30T00:34:27.3733274Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-08-30T00:34:27.3733725Z -- Detecting CXX compile features 2025-08-30T00:34:27.3734072Z -- Detecting CXX compile features - done 2025-08-30T00:34:27.3734588Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-08-30T00:34:27.3735130Z -- ccache not found, builds will not be cached 2025-08-30T00:34:27.3735660Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-08-30T00:34:27.3736434Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-08-30T00:34:27.3737163Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-08-30T00:34:27.3737634Z CMake. 2025-08-30T00:34:27.3737760Z 2025-08-30T00:34:27.3738009Z Update the VERSION argument value. Or, use the ... syntax 2025-08-30T00:34:27.3738639Z to tell CMake that the project requires at least but has been updated 2025-08-30T00:34:27.3739183Z to work with policies introduced by or earlier. 2025-08-30T00:34:27.3739469Z 2025-08-30T00:34:27.3739564Z 2025-08-30T00:34:27.3739681Z -- Looking for C++ include unistd.h 2025-08-30T00:34:27.3740051Z -- Looking for C++ include unistd.h - found 2025-08-30T00:34:30.4280781Z -- Looking for C++ include stdint.h 2025-08-30T00:34:30.4281504Z -- Looking for C++ include stdint.h - found 2025-08-30T00:34:30.4282018Z -- Looking for C++ include inttypes.h 2025-08-30T00:34:30.4282609Z -- Looking for C++ include inttypes.h - found 2025-08-30T00:34:30.4283171Z -- Looking for C++ include sys/types.h 2025-08-30T00:34:30.4283950Z -- Looking for C++ include sys/types.h - found 2025-08-30T00:34:30.4284373Z -- Looking for C++ include sys/stat.h 2025-08-30T00:34:30.4284842Z -- Looking for C++ include sys/stat.h - found 2025-08-30T00:34:30.4285352Z -- Looking for C++ include fnmatch.h 2025-08-30T00:34:30.4285789Z -- Looking for C++ include fnmatch.h - found 2025-08-30T00:34:30.4286255Z -- Looking for C++ include stddef.h 2025-08-30T00:34:30.4286763Z -- Looking for C++ include stddef.h - found 2025-08-30T00:34:30.4287195Z -- Check size of uint32_t 2025-08-30T00:34:30.4287513Z -- Check size of uint32_t - done 2025-08-30T00:34:30.4287828Z -- Looking for strtoll 2025-08-30T00:34:30.4288128Z -- Looking for strtoll - found 2025-08-30T00:34:30.4288713Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-08-30T00:34:30.4289456Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-08-30T00:34:30.4289931Z CMake. 2025-08-30T00:34:30.4290067Z 2025-08-30T00:34:30.4290322Z Update the VERSION argument value. Or, use the ... syntax 2025-08-30T00:34:30.4290954Z to tell CMake that the project requires at least but has been updated 2025-08-30T00:34:30.4291586Z to work with policies introduced by or earlier. 2025-08-30T00:34:30.4291894Z 2025-08-30T00:34:30.4291898Z 2025-08-30T00:34:30.4292004Z -- pybind11 v2.13.6 2025-08-30T00:34:30.4292652Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.18", minimum required is "3.7") 2025-08-30T00:34:30.4293465Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-08-30T00:34:30.4293935Z -- Performing Test HAS_FLTO_THIN 2025-08-30T00:34:30.4294279Z -- Performing Test HAS_FLTO_THIN - Success 2025-08-30T00:34:30.4294892Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-08-30T00:34:30.4295678Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-08-30T00:34:30.4296132Z CMake. 2025-08-30T00:34:30.4296257Z 2025-08-30T00:34:30.4296517Z Update the VERSION argument value. Or, use the ... syntax 2025-08-30T00:34:30.4297133Z to tell CMake that the project requires at least but has been updated 2025-08-30T00:34:30.4297673Z to work with policies introduced by or earlier. 2025-08-30T00:34:30.4297958Z 2025-08-30T00:34:30.4297962Z 2025-08-30T00:34:30.4298148Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-08-30T00:34:30.4298667Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-08-30T00:34:30.4299111Z -- Setting Clang compiler options 2025-08-30T00:34:30.4300102Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-08-30T00:34:30.4301231Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-08-30T00:34:30.4302033Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-08-30T00:34:30.4302506Z CMake. 2025-08-30T00:34:30.4302632Z 2025-08-30T00:34:30.4302895Z Update the VERSION argument value. Or, use the ... syntax 2025-08-30T00:34:30.4303506Z to tell CMake that the project requires at least but has been updated 2025-08-30T00:34:30.4304053Z to work with policies introduced by or earlier. 2025-08-30T00:34:30.4304337Z 2025-08-30T00:34:30.4304526Z 2025-08-30T00:34:30.4304967Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-08-30T00:34:30.4305787Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-08-30T00:34:30.4306254Z CMake. 2025-08-30T00:34:30.4306382Z 2025-08-30T00:34:30.4306625Z Update the VERSION argument value. Or, use the ... syntax 2025-08-30T00:34:30.4307356Z to tell CMake that the project requires at least but has been updated 2025-08-30T00:34:30.4307892Z to work with policies introduced by or earlier. 2025-08-30T00:34:30.4308194Z 2025-08-30T00:34:30.4308199Z 2025-08-30T00:34:30.4308333Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-08-30T00:34:30.4308749Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-08-30T00:34:30.4309148Z -- Found Threads: TRUE 2025-08-30T00:34:30.4309802Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:10 (CMAKE_MINIMUM_REQUIRED): 2025-08-30T00:34:30.4310645Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-08-30T00:34:30.4311109Z CMake. 2025-08-30T00:34:30.4311236Z 2025-08-30T00:34:30.4311481Z Update the VERSION argument value. Or, use the ... syntax 2025-08-30T00:34:30.4312104Z to tell CMake that the project requires at least but has been updated 2025-08-30T00:34:30.4312643Z to work with policies introduced by or earlier. 2025-08-30T00:34:30.4312935Z 2025-08-30T00:34:30.4312940Z 2025-08-30T00:34:30.4313480Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-08-30T00:34:30.4314268Z -- Generating selected operator lib: 2025-08-30T00:34:30.4314611Z -- LIB_NAME: portable_ops_lib 2025-08-30T00:34:30.4315075Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-08-30T00:34:30.4315534Z -- ROOT_OPS: 2025-08-30T00:34:30.4315793Z -- INCLUDE_ALL_OPS: 2025-08-30T00:34:30.4316070Z -- OPS_FROM_MODEL: 2025-08-30T00:34:30.4316339Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:30.4317852Z 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-08-30T00:34:30.4319414Z -- Generating kernel bindings: 2025-08-30T00:34:30.4319747Z -- LIB_NAME: portable_ops_lib 2025-08-30T00:34:30.4320198Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-08-30T00:34:30.4320685Z -- CUSTOM_OPS_YAML: 2025-08-30T00:34:30.4320978Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-08-30T00:34:30.4321391Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:30.4323553Z 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-08-30T00:34:30.4325734Z -- Generating operator lib: 2025-08-30T00:34:30.4326050Z -- LIB_NAME: portable_ops_lib 2025-08-30T00:34:30.4326381Z -- KERNEL_LIBS: portable_kernels 2025-08-30T00:34:30.4326703Z -- DEPS: executorch_core 2025-08-30T00:34:30.4327011Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:30.4327319Z -- Generating selected operator lib: 2025-08-30T00:34:30.4327685Z -- LIB_NAME: optimized_portable_ops_lib 2025-08-30T00:34:30.4328161Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-08-30T00:34:30.4328632Z -- ROOT_OPS: 2025-08-30T00:34:30.4328873Z -- INCLUDE_ALL_OPS: 2025-08-30T00:34:30.4329144Z -- OPS_FROM_MODEL: 2025-08-30T00:34:30.4329405Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:30.4331104Z 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/optimized_portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-08-30T00:34:30.4332792Z -- Generating kernel bindings: 2025-08-30T00:34:30.4333145Z -- LIB_NAME: optimized_portable_ops_lib 2025-08-30T00:34:30.4333714Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-08-30T00:34:30.4334194Z -- CUSTOM_OPS_YAML: 2025-08-30T00:34:30.4334475Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-08-30T00:34:30.4334814Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:30.4335118Z -- Generating operator lib: 2025-08-30T00:34:30.4335451Z -- LIB_NAME: optimized_portable_ops_lib 2025-08-30T00:34:30.4335831Z -- KERNEL_LIBS: optimized_portable_kernels 2025-08-30T00:34:30.4336206Z -- DEPS: executorch_core 2025-08-30T00:34:30.4336521Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:30.4336836Z -- Generating selected operator lib: 2025-08-30T00:34:30.4337192Z -- LIB_NAME: optimized_ops_lib 2025-08-30T00:34:30.4337644Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-08-30T00:34:30.4338127Z -- ROOT_OPS: 2025-08-30T00:34:30.4338366Z -- INCLUDE_ALL_OPS: 2025-08-30T00:34:30.4338643Z -- OPS_FROM_MODEL: 2025-08-30T00:34:30.4338912Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:30.4340441Z 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-08-30T00:34:30.4342080Z -- Generating kernel bindings: 2025-08-30T00:34:30.4342401Z -- LIB_NAME: optimized_ops_lib 2025-08-30T00:34:30.4342875Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-08-30T00:34:30.4343347Z -- CUSTOM_OPS_YAML: 2025-08-30T00:34:30.4343632Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-08-30T00:34:30.4343956Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:30.4346155Z 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-08-30T00:34:30.4348374Z -- Generating operator lib: 2025-08-30T00:34:30.4348683Z -- LIB_NAME: optimized_ops_lib 2025-08-30T00:34:30.4349022Z -- KERNEL_LIBS: optimized_kernels 2025-08-30T00:34:30.4349344Z -- DEPS: executorch_core 2025-08-30T00:34:30.4349652Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:30.4349951Z -- Merging kernel yaml files: 2025-08-30T00:34:30.4350418Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-08-30T00:34:30.4351040Z -- FALLBACK_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-08-30T00:34:30.4351771Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-08-30T00:34:30.4352396Z -- Generating selected operator lib: 2025-08-30T00:34:30.4352757Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-08-30T00:34:30.4353459Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-08-30T00:34:30.4354113Z -- ROOT_OPS: 2025-08-30T00:34:30.4354370Z -- INCLUDE_ALL_OPS: 2025-08-30T00:34:30.4354642Z -- OPS_FROM_MODEL: 2025-08-30T00:34:30.4354906Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:30.4356663Z 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-08-30T00:34:30.4358522Z -- Generating kernel bindings: 2025-08-30T00:34:34.9409591Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-08-30T00:34:34.9410710Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-08-30T00:34:34.9412055Z -- CUSTOM_OPS_YAML: 2025-08-30T00:34:34.9412358Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-08-30T00:34:34.9412702Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:34.9415364Z 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-08-30T00:34:34.9418375Z -- Generating operator lib: 2025-08-30T00:34:34.9418741Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-08-30T00:34:34.9419186Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-08-30T00:34:34.9419736Z -- DEPS: executorch_core 2025-08-30T00:34:34.9420117Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:34.9420600Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-08-30T00:34:34.9421082Z -- Found assembler: /opt/cache/bin/cc 2025-08-30T00:34:34.9421596Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-08-30T00:34:34.9422404Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.18") found components: Interpreter 2025-08-30T00:34:34.9423057Z -- Generating microkernels.cmake 2025-08-30T00:34:34.9423506Z -- Looking for sys/mman.h 2025-08-30T00:34:34.9423872Z -- Looking for sys/mman.h - found 2025-08-30T00:34:34.9424640Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-08-30T00:34:34.9425596Z -- MKL_ARCH: None, set to ` intel64` by default 2025-08-30T00:34:34.9426036Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-08-30T00:34:34.9426406Z -- MKL_LINK: None, set to ` dynamic` by default 2025-08-30T00:34:34.9426852Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-08-30T00:34:34.9427545Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-08-30T00:34:34.9428025Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-08-30T00:34:34.9428875Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-08-30T00:34:34.9429892Z static library kineto_LIBRARY-NOTFOUND not found. 2025-08-30T00:34:34.9430290Z Call Stack (most recent call first): 2025-08-30T00:34:34.9431309Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-08-30T00:34:34.9432113Z tools/cmake/Utils.cmake:158 (find_package) 2025-08-30T00:34:34.9432631Z CMakeLists.txt:770 (find_package_torch) 2025-08-30T00:34:34.9432941Z 2025-08-30T00:34:34.9432950Z 2025-08-30T00:34:34.9433319Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-08-30T00:34:34.9434417Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-08-30T00:34:34.9435343Z -- Generating selected operator lib: 2025-08-30T00:34:34.9435683Z -- LIB_NAME: quantized_ops_lib 2025-08-30T00:34:34.9436268Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-08-30T00:34:34.9436838Z -- ROOT_OPS: 2025-08-30T00:34:34.9437168Z -- INCLUDE_ALL_OPS: 2025-08-30T00:34:34.9437440Z -- OPS_FROM_MODEL: 2025-08-30T00:34:34.9437703Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:34.9439712Z 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-08-30T00:34:34.9441621Z -- Generating kernel bindings: 2025-08-30T00:34:34.9442009Z -- LIB_NAME: quantized_ops_lib 2025-08-30T00:34:34.9442313Z -- FUNCTIONS_YAML: 2025-08-30T00:34:34.9442817Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-08-30T00:34:34.9443486Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-08-30T00:34:34.9443881Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:34.9448600Z 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-08-30T00:34:34.9453439Z -- Generating selected operator lib: 2025-08-30T00:34:34.9453803Z -- LIB_NAME: quantized_ops_aot_lib 2025-08-30T00:34:34.9454174Z -- OPS_SCHEMA_YAML: 2025-08-30T00:34:34.9457341Z -- 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-08-30T00:34:34.9460585Z -- INCLUDE_ALL_OPS: 2025-08-30T00:34:34.9460844Z -- OPS_FROM_MODEL: 2025-08-30T00:34:34.9461175Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:34.9465590Z 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-08-30T00:34:34.9470153Z -- Generating kernel bindings: 2025-08-30T00:34:34.9470533Z -- LIB_NAME: quantized_ops_aot_lib 2025-08-30T00:34:34.9470871Z -- FUNCTIONS_YAML: 2025-08-30T00:34:34.9471322Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-08-30T00:34:34.9471875Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-08-30T00:34:34.9472264Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:34.9472572Z -- Generating custom ops aot lib: 2025-08-30T00:34:34.9472955Z -- LIB_NAME: quantized_ops_aot_lib 2025-08-30T00:34:34.9473586Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp 2025-08-30T00:34:34.9474405Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/cpu/op_add.cpp 2025-08-30T00:34:34.9475166Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp 2025-08-30T00:34:34.9475943Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp 2025-08-30T00:34:34.9476729Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp 2025-08-30T00:34:34.9477574Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/cpu/op_embedding2b.cpp 2025-08-30T00:34:34.9478365Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/cpu/op_embedding4b.cpp 2025-08-30T00:34:34.9479108Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/cpu/op_mixed_linear.cpp 2025-08-30T00:34:34.9479861Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/cpu/op_mixed_mm.cpp 2025-08-30T00:34:34.9480695Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp 2025-08-30T00:34:34.9481442Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp 2025-08-30T00:34:34.9482233Z -- KERNEL_SOURCE: /pytorch/executorch/runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-08-30T00:34:34.9482852Z -- Generating selected operator lib: 2025-08-30T00:34:34.9483269Z -- LIB_NAME: quantized_ops_pybind_lib 2025-08-30T00:34:34.9483786Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-08-30T00:34:34.9484387Z -- ROOT_OPS: 2025-08-30T00:34:34.9484631Z -- INCLUDE_ALL_OPS: 2025-08-30T00:34:34.9484961Z -- OPS_FROM_MODEL: 2025-08-30T00:34:34.9485224Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:34.9486939Z 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-08-30T00:34:34.9488788Z -- Generating kernel bindings: 2025-08-30T00:34:34.9489166Z -- LIB_NAME: quantized_ops_pybind_lib 2025-08-30T00:34:34.9489543Z -- FUNCTIONS_YAML: 2025-08-30T00:34:34.9489960Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-08-30T00:34:34.9490513Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-08-30T00:34:34.9490883Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:34.9491364Z -- Generating operator lib: 2025-08-30T00:34:34.9491735Z -- LIB_NAME: quantized_ops_pybind_lib 2025-08-30T00:34:34.9492138Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-08-30T00:34:34.9492537Z -- DEPS: portable_lib 2025-08-30T00:34:34.9492858Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:34.9493167Z -- Generating operator lib: 2025-08-30T00:34:34.9493521Z -- LIB_NAME: quantized_ops_lib 2025-08-30T00:34:34.9493852Z -- KERNEL_LIBS: quantized_kernels 2025-08-30T00:34:34.9494234Z -- DEPS: executorch_core 2025-08-30T00:34:34.9494532Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:34:34.9494946Z -- --- Configured Options --- 2025-08-30T00:34:34.9495235Z 2025-08-30T00:34:34.9495368Z -- BUILD_TESTING : OFF 2025-08-30T00:34:34.9495901Z -- CCACHE_PROGRAM : CCACHE_PROGRAM-NOTFOUND 2025-08-30T00:34:35.7427253Z -- CMAKE_BUILD_TYPE : Release 2025-08-30T00:34:35.7428081Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-08-30T00:34:35.7428848Z -- CMAKE_CXX_STANDARD : 17 2025-08-30T00:34:35.7429667Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-08-30T00:34:35.7430349Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-08-30T00:34:35.7431044Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-08-30T00:34:35.7431715Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-08-30T00:34:35.7432363Z -- EXECUTORCH_BUILD_COREML : ON 2025-08-30T00:34:35.7433002Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-08-30T00:34:35.7433758Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-08-30T00:34:35.7434705Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-08-30T00:34:35.7435366Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-08-30T00:34:35.7436032Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-08-30T00:34:35.7436722Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-08-30T00:34:35.7437498Z -- EXECUTORCH_BUILD_EXTENSION_EVALUE_UTIL : OFF 2025-08-30T00:34:35.7438198Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-08-30T00:34:35.7439089Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-08-30T00:34:35.7439827Z -- EXECUTORCH_BUILD_EXTENSION_LLM_APPLE : OFF 2025-08-30T00:34:35.7440616Z -- EXECUTORCH_BUILD_EXTENSION_LLM_RUNNER : OFF 2025-08-30T00:34:35.7441365Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-08-30T00:34:35.7442057Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-08-30T00:34:35.7442720Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-08-30T00:34:35.7443438Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : ON 2025-08-30T00:34:35.7444149Z -- EXECUTORCH_BUILD_KERNELS_LLM : ON 2025-08-30T00:34:35.7444742Z -- EXECUTORCH_BUILD_KERNELS_LLM_AOT : ON 2025-08-30T00:34:35.7445386Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-08-30T00:34:35.7446078Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-08-30T00:34:35.7446748Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-08-30T00:34:35.7447386Z -- EXECUTORCH_BUILD_MPS : OFF 2025-08-30T00:34:35.7448059Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-08-30T00:34:35.7448703Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-08-30T00:34:35.7449328Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-08-30T00:34:35.7450370Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-08-30T00:34:35.7451425Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-08-30T00:34:35.7452067Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-08-30T00:34:35.7452752Z -- EXECUTORCH_BUILD_QNN : OFF 2025-08-30T00:34:35.7453404Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-08-30T00:34:35.7454095Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-08-30T00:34:35.7454791Z -- EXECUTORCH_BUILD_TOKENIZERS_WASM : OFF 2025-08-30T00:34:35.7455525Z -- EXECUTORCH_BUILD_VGF : OFF 2025-08-30T00:34:35.7456254Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-08-30T00:34:35.7456977Z -- EXECUTORCH_BUILD_WASM : OFF 2025-08-30T00:34:35.7457676Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-08-30T00:34:35.7458388Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-08-30T00:34:35.7459137Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-08-30T00:34:35.7459878Z -- EXECUTORCH_ENABLE_DTYPE_SELECTIVE_BUILD : FALSE 2025-08-30T00:34:35.7460526Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-08-30T00:34:35.7461194Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-08-30T00:34:35.7461887Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-08-30T00:34:35.7462618Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-08-30T00:34:35.7463290Z -- EXECUTORCH_LOG_LEVEL : Info 2025-08-30T00:34:35.7463926Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-08-30T00:34:35.7464636Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-08-30T00:34:35.7465309Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-08-30T00:34:35.7466406Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-08-30T00:34:35.7467476Z -- EXECUTORCH_SELECT_OPS_LIST : 2025-08-30T00:34:35.7468176Z -- EXECUTORCH_SELECT_OPS_MODEL : 2025-08-30T00:34:35.7468858Z -- EXECUTORCH_SELECT_OPS_YAML : 2025-08-30T00:34:35.7469580Z -- EXECUTORCH_USE_CPP_CODE_COVERAGE : OFF 2025-08-30T00:34:35.7470248Z -- EXECUTORCH_USE_DL : ON 2025-08-30T00:34:35.7471223Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : ON 2025-08-30T00:34:35.7471880Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-08-30T00:34:35.7472580Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-08-30T00:34:35.7473367Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-08-30T00:34:35.7474167Z -- -------------------------- 2025-08-30T00:34:35.7474666Z -- Configuring done (8.5s) 2025-08-30T00:34:35.7475281Z -- Generating done (0.5s) 2025-08-30T00:34:35.7476213Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-08-30T00:34:35.7479141Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --config=Release --target portable_lib --target selective_build --target extension_module --target _training_lib --target executorchcoreml --target custom_ops_aot_lib --target quantized_ops_aot_lib 2025-08-30T00:34:35.7481929Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-08-30T00:34:35.7482711Z [ 0%] Creating directories for 'flatcc_external_project' 2025-08-30T00:34:35.7483939Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-08-30T00:34:35.7485773Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-08-30T00:34:35.7487846Z [ 0%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-sanitizers.dir/src/sanitizers.c.o 2025-08-30T00:34:35.7489697Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-08-30T00:34:35.7491533Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-08-30T00:34:35.7492893Z [ 0%] No download step for 'flatbuffers_external_project' 2025-08-30T00:34:35.7493681Z [ 0%] No download step for 'flatcc_external_project' 2025-08-30T00:34:35.7494414Z [ 0%] No update step for 'flatcc_external_project' 2025-08-30T00:34:35.7495139Z [ 1%] No update step for 'flatbuffers_external_project' 2025-08-30T00:34:35.7495927Z [ 1%] No patch step for 'flatcc_external_project' 2025-08-30T00:34:35.7496716Z [ 1%] No patch step for 'flatbuffers_external_project' 2025-08-30T00:34:35.7497488Z [ 1%] Performing configure step for 'flatcc_external_project' 2025-08-30T00:34:35.7498325Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-08-30T00:34:35.7499028Z CMake Warning: 2025-08-30T00:34:35.7521731Z Ignoring empty string ("") provided on the command line. 2025-08-30T00:34:35.7522296Z 2025-08-30T00:34:35.7522307Z 2025-08-30T00:34:35.7522461Z CMake Warning: 2025-08-30T00:34:35.7523045Z Ignoring empty string ("") provided on the command line. 2025-08-30T00:34:35.7523533Z 2025-08-30T00:34:35.7523541Z 2025-08-30T00:34:35.7523984Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-08-30T00:34:35.7525104Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-08-30T00:34:35.7525921Z CMake. 2025-08-30T00:34:35.7526153Z 2025-08-30T00:34:35.7526562Z Update the VERSION argument value. Or, use the ... syntax 2025-08-30T00:34:35.7527632Z to tell CMake that the project requires at least but has been updated 2025-08-30T00:34:35.7528561Z to work with policies introduced by or earlier. 2025-08-30T00:34:35.7529063Z 2025-08-30T00:34:35.7529105Z 2025-08-30T00:34:35.7529366Z fatal: No names found, cannot describe anything. 2025-08-30T00:34:35.7530101Z CMake Warning at CMake/Version.cmake:32 (message): 2025-08-30T00:34:35.7530842Z git describe failed with exit code: 128 2025-08-30T00:34:35.7531380Z 2025-08-30T00:34:35.7531736Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-08-30T00:34:35.7532481Z Call Stack (most recent call first): 2025-08-30T00:34:35.7533099Z CMakeLists.txt:5 (include) 2025-08-30T00:34:35.7534259Z 2025-08-30T00:34:35.7534268Z 2025-08-30T00:34:35.7534484Z -- Proceeding with version: 24.3.25.0 2025-08-30T00:34:35.7535091Z [ 1%] Built target xnnpack-sanitizers 2025-08-30T00:34:35.7536199Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-08-30T00:34:35.7537810Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-08-30T00:34:35.7540198Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/legacy-api.c:30:26: warning: 'pthreadpool_compute_1d' is deprecated [-Wdeprecated-declarations] 2025-08-30T00:34:35.7542076Z PTHREADPOOL_PRIVATE_IMPL(pthreadpool_compute_1d) 2025-08-30T00:34:35.7542752Z ^ 2025-08-30T00:34:35.7544452Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h:2164:43: note: 'pthreadpool_compute_1d' has been explicitly marked deprecated here 2025-08-30T00:34:35.7546307Z size_t range) PTHREADPOOL_DEPRECATED; 2025-08-30T00:34:35.7546996Z ^ 2025-08-30T00:34:35.7548551Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h:2146:47: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2025-08-30T00:34:35.7550332Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2025-08-30T00:34:35.7551098Z ^ 2025-08-30T00:34:35.7552888Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/legacy-api.c:40:26: warning: 'pthreadpool_compute_1d_tiled' is deprecated [-Wdeprecated-declarations] 2025-08-30T00:34:35.7554861Z PTHREADPOOL_PRIVATE_IMPL(pthreadpool_compute_1d_tiled) 2025-08-30T00:34:35.7555571Z ^ 2025-08-30T00:34:35.7557274Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h:2169:48: note: 'pthreadpool_compute_1d_tiled' has been explicitly marked deprecated here 2025-08-30T00:34:35.7559154Z size_t tile) PTHREADPOOL_DEPRECATED; 2025-08-30T00:34:35.7559866Z ^ 2025-08-30T00:34:35.7561536Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h:2146:47: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2025-08-30T00:34:35.7563543Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2025-08-30T00:34:35.7564386Z ^ 2025-08-30T00:34:35.7566202Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/legacy-api.c:50:26: warning: 'pthreadpool_compute_2d' is deprecated [-Wdeprecated-declarations] 2025-08-30T00:34:35.7568041Z PTHREADPOOL_PRIVATE_IMPL(pthreadpool_compute_2d) 2025-08-30T00:34:35.7568713Z ^ 2025-08-30T00:34:35.7570517Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h:2174:45: note: 'pthreadpool_compute_2d' has been explicitly marked deprecated here 2025-08-30T00:34:36.5084514Z size_t range_j) PTHREADPOOL_DEPRECATED; 2025-08-30T00:34:36.5085296Z ^ 2025-08-30T00:34:36.5086939Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h:2146:47: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2025-08-30T00:34:36.5088742Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2025-08-30T00:34:36.5089589Z ^ 2025-08-30T00:34:36.5091466Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/legacy-api.c:61:26: warning: 'pthreadpool_compute_2d_tiled' is deprecated [-Wdeprecated-declarations] 2025-08-30T00:34:36.5093412Z PTHREADPOOL_PRIVATE_IMPL(pthreadpool_compute_2d_tiled) 2025-08-30T00:34:36.5094136Z ^ 2025-08-30T00:34:36.5095871Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h:2180:50: note: 'pthreadpool_compute_2d_tiled' has been explicitly marked deprecated here 2025-08-30T00:34:36.5098108Z size_t tile_j) PTHREADPOOL_DEPRECATED; 2025-08-30T00:34:36.5098782Z ^ 2025-08-30T00:34:36.5100611Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h:2146:47: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2025-08-30T00:34:36.5102615Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2025-08-30T00:34:36.5103423Z ^ 2025-08-30T00:34:36.5105191Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/legacy-api.c:134:26: warning: 'pthreadpool_compute_3d_tiled' is deprecated [-Wdeprecated-declarations] 2025-08-30T00:34:36.5107056Z PTHREADPOOL_PRIVATE_IMPL(pthreadpool_compute_3d_tiled) 2025-08-30T00:34:36.5107827Z ^ 2025-08-30T00:34:36.5109642Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h:2187:50: note: 'pthreadpool_compute_3d_tiled' has been explicitly marked deprecated here 2025-08-30T00:34:36.5111689Z size_t tile_k) PTHREADPOOL_DEPRECATED; 2025-08-30T00:34:36.5112420Z ^ 2025-08-30T00:34:36.5114087Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h:2146:47: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2025-08-30T00:34:36.5115857Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2025-08-30T00:34:36.5116654Z ^ 2025-08-30T00:34:36.5118407Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/legacy-api.c:225:26: warning: 'pthreadpool_compute_4d_tiled' is deprecated [-Wdeprecated-declarations] 2025-08-30T00:34:36.5120047Z PTHREADPOOL_PRIVATE_IMPL(pthreadpool_compute_4d_tiled) 2025-08-30T00:34:36.5120751Z ^ 2025-08-30T00:34:36.5122449Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h:2195:50: note: 'pthreadpool_compute_4d_tiled' has been explicitly marked deprecated here 2025-08-30T00:34:36.5124333Z size_t tile_l) PTHREADPOOL_DEPRECATED; 2025-08-30T00:34:36.5125033Z ^ 2025-08-30T00:34:36.5126664Z /pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h:2146:47: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2025-08-30T00:34:36.5128524Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2025-08-30T00:34:36.5129375Z ^ 2025-08-30T00:34:36.5129999Z 6 warnings generated. 2025-08-30T00:34:36.5131142Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-08-30T00:34:36.5133209Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-08-30T00:34:36.5134658Z -- The C compiler identification is Clang 12.0.1 2025-08-30T00:34:36.5135405Z -- Detecting C compiler ABI info 2025-08-30T00:34:36.5136549Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-08-30T00:34:36.5138410Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-08-30T00:34:36.5140199Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-08-30T00:34:36.5141747Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-08-30T00:34:36.5142796Z -- The CXX compiler identification is Clang 12.0.1 2025-08-30T00:34:36.5144057Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-08-30T00:34:36.5145150Z -- Detecting CXX compiler ABI info 2025-08-30T00:34:36.5146017Z [ 2%] Linking C static library libpthreadpool.a 2025-08-30T00:34:36.5146627Z [ 2%] Built target pthreadpool 2025-08-30T00:34:36.5147680Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-08-30T00:34:36.5148816Z -- Detecting C compiler ABI info - done 2025-08-30T00:34:36.5149916Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-08-30T00:34:36.5151386Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-08-30T00:34:36.5152144Z -- Detecting C compile features 2025-08-30T00:34:36.5152735Z -- Detecting C compile features - done 2025-08-30T00:34:36.5153528Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-08-30T00:34:36.5154377Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-08-30T00:34:36.5155120Z -- Setting Clang compiler options 2025-08-30T00:34:36.5156459Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-08-30T00:34:36.5158375Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-08-30T00:34:36.5159526Z -- Configuring done (0.4s) 2025-08-30T00:34:36.5160078Z -- Generating done (0.0s) 2025-08-30T00:34:36.5160585Z CMake Warning: 2025-08-30T00:34:36.5161164Z Manually-specified variables were not used by the project: 2025-08-30T00:34:36.5161775Z 2025-08-30T00:34:36.5161979Z CMAKE_POLICY_VERSION_MINIMUM 2025-08-30T00:34:36.5162319Z 2025-08-30T00:34:36.5162328Z 2025-08-30T00:34:36.5163737Z -- 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-08-30T00:34:36.5166149Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-08-30T00:34:36.5167375Z [ 2%] Performing build step for 'flatcc_external_project' 2025-08-30T00:34:36.5168682Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-08-30T00:34:36.5170108Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-08-30T00:34:36.5171717Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-08-30T00:34:36.5173409Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-08-30T00:34:36.5174551Z -- Detecting CXX compiler ABI info - done 2025-08-30T00:34:36.5175319Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-08-30T00:34:36.5176518Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-08-30T00:34:36.5177754Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-08-30T00:34:36.5178481Z -- Detecting CXX compile features 2025-08-30T00:34:36.5179073Z -- Detecting CXX compile features - done 2025-08-30T00:34:36.5180173Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-08-30T00:34:36.5181285Z -- Looking for strtof_l 2025-08-30T00:34:36.5182134Z [ 12%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-08-30T00:34:36.5183442Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-08-30T00:34:36.5184736Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-08-30T00:34:36.5186368Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-08-30T00:34:36.5188126Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-08-30T00:34:36.5189909Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-08-30T00:34:36.5191455Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-08-30T00:34:36.5192557Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-08-30T00:34:36.5194006Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-08-30T00:34:36.5195502Z [ 27%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-08-30T00:34:36.5196986Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-08-30T00:34:36.5198540Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-08-30T00:34:36.5200938Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-08-30T00:34:36.5202612Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-08-30T00:34:36.5203954Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-08-30T00:34:36.5204811Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-08-30T00:34:36.5206053Z [ 36%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-08-30T00:34:36.5207518Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-08-30T00:34:36.5208997Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-08-30T00:34:36.5209997Z -- Looking for strtof_l - found 2025-08-30T00:34:36.5210586Z -- Looking for strtoull_l 2025-08-30T00:34:36.5211143Z [ 39%] Built target flatccrt 2025-08-30T00:34:36.5212322Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-08-30T00:34:37.6401271Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-08-30T00:34:37.6403052Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-08-30T00:34:37.6404503Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-08-30T00:34:37.6405547Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-08-30T00:34:37.6406919Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-08-30T00:34:37.6408772Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-08-30T00:34:37.6410495Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-08-30T00:34:37.6412384Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-08-30T00:34:37.6414171Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-08-30T00:34:37.6415696Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-08-30T00:34:37.6417260Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-08-30T00:34:37.6419373Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-logging.dir/src/enums/allocation-type.c.o 2025-08-30T00:34:37.6421280Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-08-30T00:34:37.6423063Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-indirection.dir/src/indirection.c.o 2025-08-30T00:34:37.6424463Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-08-30T00:34:37.6425282Z -- Looking for strtoull_l - found 2025-08-30T00:34:37.6425819Z -- Looking for realpath 2025-08-30T00:34:37.6427017Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-logging.dir/src/enums/datatype-strings.c.o 2025-08-30T00:34:37.6429228Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-08-30T00:34:37.6431802Z [ 3%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/bf16-f32-gemm/gen/bf16-f32-gemm-11x32c2-minmax-asm-amd64-avx512bf16-broadcast.S.o 2025-08-30T00:34:37.6434548Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-08-30T00:34:37.6435724Z [ 3%] Built target xnnpack-indirection 2025-08-30T00:34:37.6437696Z [ 3%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/bf16-f32-gemm/gen/bf16-f32-gemm-1x32c2-minmax-asm-amd64-avx512bf16-broadcast.S.o 2025-08-30T00:34:37.6439876Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-08-30T00:34:37.6441175Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-08-30T00:34:37.6443019Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-logging.dir/src/enums/microkernel-type.c.o 2025-08-30T00:34:37.6444833Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-08-30T00:34:37.6446568Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-08-30T00:34:37.6448696Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-avgpool/gen/f16-avgpool-9p-minmax-f16c.c.o 2025-08-30T00:34:37.6450543Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-08-30T00:34:37.6452137Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-logging.dir/src/enums/node-type.c.o 2025-08-30T00:34:37.6454218Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-logging.dir/src/enums/operator-type.c.o 2025-08-30T00:34:37.6456147Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-08-30T00:34:37.6457826Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-08-30T00:34:37.6459355Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-08-30T00:34:37.6460303Z -- Looking for realpath - found 2025-08-30T00:34:37.6460998Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-08-30T00:34:37.6461741Z -- Configuring done (1.3s) 2025-08-30T00:34:37.6462605Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-08-30T00:34:37.6463608Z -- Generating done (0.0s) 2025-08-30T00:34:37.6464723Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-logging.dir/src/log.c.o 2025-08-30T00:34:37.6467253Z -- 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-08-30T00:34:37.6469413Z [ 3%] Performing build step for 'flatbuffers_external_project' 2025-08-30T00:34:37.6470877Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-08-30T00:34:37.6473346Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-08-30T00:34:37.6475798Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-08-30T00:34:37.6477256Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-08-30T00:34:37.6478424Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-08-30T00:34:37.6479395Z [ 3%] Built target xnnpack-logging 2025-08-30T00:34:37.6480527Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-08-30T00:34:37.6481573Z [ 3%] Linking CXX static library libeigen_blas.a 2025-08-30T00:34:37.6482474Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-08-30T00:34:37.6483354Z [ 4%] Linking C static library libcpuinfo.a 2025-08-30T00:34:37.6484322Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-08-30T00:34:37.6485440Z [ 4%] Built target eigen_blas 2025-08-30T00:34:37.6486210Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-08-30T00:34:37.6487063Z [ 4%] Built target cpuinfo 2025-08-30T00:34:37.6488461Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microparams-init.dir/src/microparams-init.c.o 2025-08-30T00:34:37.6490716Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-normalization.dir/src/normalization.c.o 2025-08-30T00:34:37.6493396Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-08-30T00:34:37.6495504Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-08-30T00:34:37.6496607Z [ 6%] Built target xnnpack-normalization 2025-08-30T00:34:37.6497663Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-08-30T00:34:37.6498874Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-08-30T00:34:37.6500821Z [ 6%] Built target xnnpack-microparams-init 2025-08-30T00:34:37.6501817Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-08-30T00:34:37.6503365Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-pack-lh.dir/src/pack-lh.cc.o 2025-08-30T00:34:37.6504858Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-08-30T00:34:37.6506057Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-08-30T00:34:37.6507984Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-08-30T00:34:37.6510798Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-08-30T00:34:37.6513667Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-08-30T00:34:37.6515776Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-08-30T00:34:37.6516764Z [ 6%] Built target xnnpack-pack-lh 2025-08-30T00:34:37.6518121Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-packing.dir/src/reference/packing.cc.o 2025-08-30T00:34:37.6519843Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-08-30T00:34:37.6521913Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-08-30T00:34:37.6524286Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-allocator.dir/src/allocator.c.o 2025-08-30T00:34:37.6526152Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-cache.dir/src/cache.c.o 2025-08-30T00:34:37.6527343Z [ 93%] Built target flatcc 2025-08-30T00:34:37.6528084Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-08-30T00:34:37.6529546Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-datatype.dir/src/datatype.c.o 2025-08-30T00:34:37.6530813Z [ 7%] Built target xnnpack-packing 2025-08-30T00:34:37.6531765Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-08-30T00:34:37.6533477Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-memory.dir/src/memory.c.o 2025-08-30T00:34:37.6534690Z [ 7%] Built target xnnpack-cache 2025-08-30T00:34:37.6535305Z [ 7%] Built target xnnpack-allocator 2025-08-30T00:34:37.6536128Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-08-30T00:34:37.8303150Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-mutex.dir/src/mutex.c.o 2025-08-30T00:34:37.8305156Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-08-30T00:34:37.8306140Z [ 7%] Built target xnnpack-datatype 2025-08-30T00:34:37.8307714Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-08-30T00:34:37.8309604Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operator-utils.dir/src/operator-utils.c.o 2025-08-30T00:34:37.8310630Z [ 7%] Built target xnnpack-memory 2025-08-30T00:34:37.8310983Z [ 7%] Built target xnnpack-mutex 2025-08-30T00:34:37.8311981Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operator-run.dir/src/operator-run.c.o 2025-08-30T00:34:37.8313637Z [100%] Built target flatcc_cli 2025-08-30T00:34:37.8315402Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-08-30T00:34:37.8317469Z [ 7%] Performing install step for 'flatcc_external_project' 2025-08-30T00:34:37.8318358Z [ 21%] Built target flatccrt 2025-08-30T00:34:37.8319131Z [ 7%] Built target xnnpack-operator-utils 2025-08-30T00:34:37.8320661Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-hardware-config.dir/src/configs/hardware-config.c.o 2025-08-30T00:34:37.8322451Z [ 93%] Built target flatcc 2025-08-30T00:34:37.8322988Z [100%] Built target flatcc_cli 2025-08-30T00:34:37.8324964Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-08-30T00:34:37.8326700Z Install the project... 2025-08-30T00:34:37.8327368Z -- Install configuration: "" 2025-08-30T00:34:37.8328891Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-08-30T00:34:37.8331650Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-08-30T00:34:37.8334614Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-08-30T00:34:37.8337543Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-08-30T00:34:37.8340479Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-08-30T00:34:37.8343167Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-08-30T00:34:37.8346060Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-08-30T00:34:37.8349110Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-08-30T00:34:37.8352255Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-08-30T00:34:37.8355254Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-08-30T00:34:37.8358504Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-08-30T00:34:37.8361530Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-08-30T00:34:37.8364757Z -- 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-08-30T00:34:37.8367828Z -- 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-08-30T00:34:37.8370808Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-08-30T00:34:37.8373980Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-08-30T00:34:37.8377076Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-08-30T00:34:37.8406811Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-08-30T00:34:37.8409982Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-08-30T00:34:37.8412728Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-08-30T00:34:37.8415426Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-08-30T00:34:37.8418202Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-08-30T00:34:37.8420786Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-08-30T00:34:37.8423473Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-08-30T00:34:37.8426276Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-08-30T00:34:37.8429146Z -- 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-08-30T00:34:37.8432079Z -- 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-08-30T00:34:37.8435398Z -- 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-08-30T00:34:37.8438252Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-08-30T00:34:37.8441121Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-08-30T00:34:37.8444005Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-08-30T00:34:37.8447085Z -- 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-08-30T00:34:37.8450315Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-08-30T00:34:37.8453647Z -- 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-08-30T00:34:37.8456900Z -- 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-08-30T00:34:37.8459240Z -- 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-08-30T00:34:37.8460785Z -- 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-08-30T00:34:37.8462411Z -- 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-08-30T00:34:37.8464197Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-08-30T00:34:37.8466073Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-08-30T00:34:37.8467515Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-08-30T00:34:37.8469162Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-08-30T00:34:37.8471060Z -- 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-08-30T00:34:38.1466306Z -- 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-08-30T00:34:38.1469321Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-08-30T00:34:38.1472284Z -- 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-08-30T00:34:38.1475237Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-08-30T00:34:38.1478092Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-08-30T00:34:38.1481010Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-08-30T00:34:38.1483899Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-08-30T00:34:38.1486825Z -- 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-08-30T00:34:38.1489765Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-08-30T00:34:38.1492751Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-08-30T00:34:38.1495611Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-08-30T00:34:38.1498773Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-08-30T00:34:38.1502167Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-08-30T00:34:38.1505244Z -- 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-08-30T00:34:38.1508294Z -- 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-08-30T00:34:38.1511295Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-08-30T00:34:38.1514187Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-08-30T00:34:38.1517046Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-08-30T00:34:38.1519282Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-08-30T00:34:38.1522052Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-08-30T00:34:38.1524834Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-08-30T00:34:38.1527359Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-08-30T00:34:38.1529902Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-08-30T00:34:38.1533022Z -- 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-08-30T00:34:38.1536164Z -- 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-08-30T00:34:38.1539150Z -- 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-08-30T00:34:38.1542113Z -- 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-08-30T00:34:38.1545015Z -- 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-08-30T00:34:38.1547736Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-08-30T00:34:38.1550089Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-08-30T00:34:38.1552601Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-08-30T00:34:38.1555070Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-08-30T00:34:38.1557648Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-08-30T00:34:38.1560559Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-08-30T00:34:38.1562909Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-08-30T00:34:38.1565185Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-08-30T00:34:38.1567293Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-08-30T00:34:38.1569530Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-08-30T00:34:38.1571107Z [ 7%] Completed 'flatcc_external_project' 2025-08-30T00:34:38.1571918Z [ 7%] Built target xnnpack-operator-run 2025-08-30T00:34:38.1572735Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-08-30T00:34:38.1573722Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-08-30T00:34:38.1574535Z [ 7%] Built target flatcc_external_project 2025-08-30T00:34:38.1575519Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-08-30T00:34:38.1576558Z [ 7%] Built target xnnpack-hardware-config 2025-08-30T00:34:38.1577547Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-08-30T00:34:38.1578761Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-08-30T00:34:38.1580749Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-08-30T00:34:38.1582838Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-08-30T00:34:38.1584215Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-08-30T00:34:38.1586085Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-08-30T00:34:38.1588707Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-08-30T00:34:38.1590932Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-08-30T00:34:38.1592452Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-08-30T00:34:38.1593807Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-08-30T00:34:38.1595920Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-08-30T00:34:38.1599374Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-08-30T00:34:38.1601211Z [ 7%] Built target xnnpack-reference-ukernels 2025-08-30T00:34:38.1603116Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-08-30T00:34:38.1605260Z [ 7%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-08-30T00:34:39.6823841Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernel-utils.dir/src/microkernel-utils.c.o 2025-08-30T00:34:39.6825226Z [ 7%] Built target flatccrt 2025-08-30T00:34:39.6826376Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-u64.c.o 2025-08-30T00:34:39.6827938Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-08-30T00:34:39.6828519Z [ 7%] Built target xnnpack-microkernel-utils 2025-08-30T00:34:39.6829382Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operator-delete.c.o 2025-08-30T00:34:39.6830879Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-08-30T00:34:39.6832139Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/average-pooling-nhwc.c.o 2025-08-30T00:34:39.6833410Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-08-30T00:34:39.6834844Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-u32.c.o 2025-08-30T00:34:39.6835910Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-08-30T00:34:39.6836812Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/binary-elementwise-nd.c.o 2025-08-30T00:34:39.6838048Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/constant-pad-nd.c.o 2025-08-30T00:34:39.6839242Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/convolution-nchw.c.o 2025-08-30T00:34:39.6840451Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/convolution-nhwc.c.o 2025-08-30T00:34:39.6841675Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/deconvolution-nhwc.c.o 2025-08-30T00:34:39.6842954Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-08-30T00:34:39.6844413Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u32-acc2.c.o 2025-08-30T00:34:39.6845977Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-08-30T00:34:39.6847453Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-u8.c.o 2025-08-30T00:34:39.6848933Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-maxpool/gen/f16-maxpool-9p-minmax-avx2-u16.c.o 2025-08-30T00:34:39.6850451Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-maxpool/gen/f16-maxpool-9p-minmax-sse41-u8.c.o 2025-08-30T00:34:39.6851928Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/fully-connected-nc.c.o 2025-08-30T00:34:39.6852840Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-08-30T00:34:39.6853413Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-08-30T00:34:39.6854020Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-08-30T00:34:39.6854940Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/max-pooling-nhwc.c.o 2025-08-30T00:34:39.6855823Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-08-30T00:34:39.6856394Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-08-30T00:34:39.6857428Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-08-30T00:34:39.6858860Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/pack-lh.c.o 2025-08-30T00:34:39.6859991Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/reduce-nd.c.o 2025-08-30T00:34:39.6861245Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-08-30T00:34:39.6862635Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-qu8-vcvt/gen/f16-qu8-vcvt-scalar-imagic-u4.c.o 2025-08-30T00:34:39.6864295Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-08-30T00:34:39.6865494Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-08-30T00:34:39.6866418Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-08-30T00:34:39.6867325Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-08-30T00:34:39.6867935Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-08-30T00:34:39.6868825Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/rope-nthc.c.o 2025-08-30T00:34:39.6870133Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rdminmax/gen/f16-rdmax-2p2x-scalar-c2.c.o 2025-08-30T00:34:39.6871604Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rdminmax/gen/f16-rdmin-2p2x-scalar-c2.c.o 2025-08-30T00:34:39.6872694Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-08-30T00:34:39.6873742Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-08-30T00:34:39.6874977Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/slice-nd.c.o 2025-08-30T00:34:39.6876269Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-08-30T00:34:39.6877588Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/softmax-nc.c.o 2025-08-30T00:34:39.6878472Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-08-30T00:34:39.6879381Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/transpose-nd.c.o 2025-08-30T00:34:39.6880257Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-08-30T00:34:39.6880794Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-08-30T00:34:39.6881335Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-08-30T00:34:39.6881902Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-08-30T00:34:39.6882941Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-08-30T00:34:39.6884297Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/unary-elementwise-nc.c.o 2025-08-30T00:34:39.6885919Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/gen/f16-rmin-avx512skx-u64-acc4.c.o 2025-08-30T00:34:39.6887321Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-08-30T00:34:39.6888360Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-08-30T00:34:39.6889503Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/unpooling-nhwc.c.o 2025-08-30T00:34:39.6891150Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2025-08-30T00:34:39.6893113Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-08-30T00:34:39.6894085Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-08-30T00:34:39.6894896Z [ 11%] Built target xnnpack-operators 2025-08-30T00:34:39.6896327Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-08-30T00:34:39.6897603Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-08-30T00:34:39.6898763Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-08-30T00:34:39.6900119Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-08-30T00:34:39.6901323Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vapproxgelu/gen/f16-vapproxgelu-scalar-rational-6-4-div.c.o 2025-08-30T00:34:39.6902550Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-08-30T00:34:40.9219336Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-08-30T00:34:40.9220816Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-08-30T00:34:40.9222198Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-08-30T00:34:40.9223446Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/memory-planner.c.o 2025-08-30T00:34:40.9224474Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/runtime.c.o 2025-08-30T00:34:40.9225466Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph.c.o 2025-08-30T00:34:40.9226332Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-08-30T00:34:40.9227063Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-08-30T00:34:40.9228024Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-08-30T00:34:40.9228977Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-08-30T00:34:40.9229933Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-08-30T00:34:40.9231191Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-08-30T00:34:40.9232501Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-08-30T00:34:40.9233718Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/binary.c.o 2025-08-30T00:34:40.9234823Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/concatenate.c.o 2025-08-30T00:34:40.9235975Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/convolution-2d.c.o 2025-08-30T00:34:40.9237073Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/copy.c.o 2025-08-30T00:34:40.9238489Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-08-30T00:34:40.9239885Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-08-30T00:34:40.9240678Z [100%] Linking CXX executable flatc 2025-08-30T00:34:40.9241507Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/deprecated.c.o 2025-08-30T00:34:40.9242755Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-08-30T00:34:40.9244134Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-08-30T00:34:40.9245412Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-08-30T00:34:40.9246659Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-08-30T00:34:40.9247870Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/even-split.c.o 2025-08-30T00:34:40.9249055Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-08-30T00:34:40.9250283Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/fully-connected.c.o 2025-08-30T00:34:40.9251564Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-08-30T00:34:40.9252924Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-08-30T00:34:40.9255092Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-08-30T00:34:40.9257263Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/pack-lh.c.o 2025-08-30T00:34:40.9258720Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-08-30T00:34:40.9259843Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/rope.c.o 2025-08-30T00:34:40.9260898Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/softmax.c.o 2025-08-30T00:34:40.9262047Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-08-30T00:34:40.9263717Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-08-30T00:34:40.9265220Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-08-30T00:34:40.9266544Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-08-30T00:34:40.9267859Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-08-30T00:34:40.9269142Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/static-reduce.c.o 2025-08-30T00:34:40.9270372Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-08-30T00:34:40.9271828Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-08-30T00:34:40.9273100Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/static-slice.c.o 2025-08-30T00:34:40.9274284Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/static-transpose.c.o 2025-08-30T00:34:40.9275645Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-08-30T00:34:40.9276943Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/subgraph-utils.c.o 2025-08-30T00:34:40.9278212Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-08-30T00:34:40.9279851Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-08-30T00:34:40.9281779Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/unary.c.o 2025-08-30T00:34:40.9283594Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/validation.c.o 2025-08-30T00:34:40.9285681Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-08-30T00:34:40.9288069Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-08-30T00:34:40.9290670Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-08-30T00:34:40.9292763Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/tensor.c.o 2025-08-30T00:34:40.9294718Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-08-30T00:34:40.9297070Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-08-30T00:34:40.9299608Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vcos/gen/f16-vcos-scalar-rational-3-2-div.c.o 2025-08-30T00:34:40.9301215Z [ 16%] Built target xnnpack-subgraph 2025-08-30T00:34:40.9302748Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-08-30T00:34:40.9305247Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vexp/gen/f16-vexp-scalar-poly-3.c.o 2025-08-30T00:34:40.9307988Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vgelu/gen/f16-vgelu-scalar-rational-6-4-div.c.o 2025-08-30T00:34:41.2607853Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-08-30T00:34:41.2611164Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-08-30T00:34:41.2614349Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-08-30T00:34:41.2617533Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-08-30T00:34:41.2620495Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-08-30T00:34:41.2624523Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-08-30T00:34:41.2627796Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-08-30T00:34:41.2630978Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-08-30T00:34:41.2632834Z [100%] Built target flatc 2025-08-30T00:34:41.2633625Z [ 16%] Performing install step for 'flatbuffers_external_project' 2025-08-30T00:34:41.2635826Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-08-30T00:34:41.2639099Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vsin/gen/f16-vsin-scalar-rational-3-2-div.c.o 2025-08-30T00:34:41.2642981Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-08-30T00:34:41.2646417Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2025-08-30T00:34:41.2648509Z [100%] Built target flatc 2025-08-30T00:34:41.2649081Z Install the project... 2025-08-30T00:34:41.2649647Z -- Install configuration: "" 2025-08-30T00:34:41.2651500Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-08-30T00:34:41.2654397Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-08-30T00:34:41.2657377Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-08-30T00:34:41.2660469Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-08-30T00:34:41.2663467Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-08-30T00:34:41.2666613Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-08-30T00:34:41.2669887Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-08-30T00:34:41.2673125Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-08-30T00:34:41.2676346Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-08-30T00:34:41.2679552Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-08-30T00:34:41.2682874Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-08-30T00:34:41.2686032Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-08-30T00:34:41.2689331Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-08-30T00:34:41.2692881Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-08-30T00:34:41.2695872Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-08-30T00:34:41.2699499Z -- 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-08-30T00:34:41.2701264Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-08-30T00:34:41.2702925Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-08-30T00:34:41.2704669Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-08-30T00:34:41.2706074Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-08-30T00:34:41.2707519Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-08-30T00:34:41.2709674Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-08-30T00:34:41.2712359Z -- 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-08-30T00:34:41.2715220Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-08-30T00:34:41.2718020Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-08-30T00:34:41.2720917Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-08-30T00:34:41.2723806Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-08-30T00:34:41.2726472Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-08-30T00:34:41.2729193Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-08-30T00:34:41.2731950Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-08-30T00:34:41.2734623Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-08-30T00:34:41.2737284Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-08-30T00:34:41.2740050Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-08-30T00:34:41.2742576Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-08-30T00:34:41.2745030Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-08-30T00:34:41.2748091Z -- 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-08-30T00:34:41.2751207Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-08-30T00:34:41.2754433Z -- 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-08-30T00:34:42.4075570Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-08-30T00:34:42.4077039Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-08-30T00:34:42.4078688Z -- 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-08-30T00:34:42.4080224Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-08-30T00:34:42.4081229Z [ 17%] Completed 'flatbuffers_external_project' 2025-08-30T00:34:42.4082338Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-08-30T00:34:42.4083907Z [ 17%] Built target flatbuffers_external_project 2025-08-30T00:34:42.4084610Z [ 17%] Generating common_schema headers 2025-08-30T00:34:42.4086229Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-08-30T00:34:42.4088993Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-08-30T00:34:42.4090648Z [ 17%] Built target common_schema 2025-08-30T00:34:42.4091059Z [ 17%] Generating scalar_type_schema headers 2025-08-30T00:34:42.4091526Z [ 17%] Built target scalar_type_schema 2025-08-30T00:34:42.4091891Z [ 18%] Generating xnnpack_schema headers 2025-08-30T00:34:42.4092827Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-08-30T00:34:42.4094343Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-avgpool/gen/f32-avgpool-9p-minmax-avx-u8.c.o 2025-08-30T00:34:42.4095270Z [ 18%] Built target xnnpack_schema 2025-08-30T00:34:42.4096248Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-avgpool/gen/f32-avgpool-9p-minmax-avx512f-u16.c.o 2025-08-30T00:34:42.4097273Z [ 18%] Generating program_schema headers 2025-08-30T00:34:42.4098205Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-avgpool/gen/f32-avgpool-9p-minmax-scalar-u1.c.o 2025-08-30T00:34:42.4099348Z [ 18%] Built target program_schema 2025-08-30T00:34:42.4100800Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-avgpool/gen/f32-avgpool-9p-minmax-sse2-u4.c.o 2025-08-30T00:34:42.4101780Z [ 18%] Generating flat_tensor_schema headers 2025-08-30T00:34:42.4102156Z [ 18%] Built target flat_tensor_schema 2025-08-30T00:34:42.4102694Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-08-30T00:34:42.4103899Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-08-30T00:34:42.4105742Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-08-30T00:34:42.4106877Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-08-30T00:34:42.4107970Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx.c.o 2025-08-30T00:34:42.4109308Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-08-30T00:34:42.4110575Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-08-30T00:34:42.4112082Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3.c.o 2025-08-30T00:34:42.4113602Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-08-30T00:34:42.4114878Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-08-30T00:34:42.4116118Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-08-30T00:34:42.4117624Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2025-08-30T00:34:42.4118856Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-08-30T00:34:42.4119639Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-08-30T00:34:42.4120705Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2025-08-30T00:34:42.4122191Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-08-30T00:34:42.4123652Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-08-30T00:34:42.4125149Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-08-30T00:34:42.4126295Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-08-30T00:34:42.4127036Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-08-30T00:34:42.4127794Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-08-30T00:34:42.4128552Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-08-30T00:34:42.4129324Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-08-30T00:34:42.4130464Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-08-30T00:34:42.4132114Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-08-30T00:34:42.4133629Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-08-30T00:34:42.4134817Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-08-30T00:34:42.4135723Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-08-30T00:34:42.4136655Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-08-30T00:34:42.4137424Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-08-30T00:34:42.4138646Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-08-30T00:34:42.4140035Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-08-30T00:34:42.4141364Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-08-30T00:34:42.4142769Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-08-30T00:34:42.4144824Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-08-30T00:34:42.4146946Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-08-30T00:34:42.4148385Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-08-30T00:34:42.4150521Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-08-30T00:34:42.4152685Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-08-30T00:34:42.4154784Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-08-30T00:34:42.4157609Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-08-30T00:34:42.4160280Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-08-30T00:34:42.4162991Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-08-30T00:34:42.4165624Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-08-30T00:34:42.4167378Z [ 22%] Linking CXX static library libexecutorch_core.a 2025-08-30T00:34:43.7319787Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-08-30T00:34:43.7322844Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-08-30T00:34:43.7326191Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-08-30T00:34:43.7328486Z [ 22%] Built target executorch_core 2025-08-30T00:34:43.7330253Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-08-30T00:34:43.7332401Z [ 22%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-08-30T00:34:43.7334509Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-08-30T00:34:43.7336672Z [ 22%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-08-30T00:34:43.7338114Z [ 22%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-08-30T00:34:43.7339730Z [ 22%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-08-30T00:34:43.7342643Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-08-30T00:34:43.7345277Z [ 22%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-08-30T00:34:43.7347323Z [ 22%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-08-30T00:34:43.7349960Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-08-30T00:34:43.7353342Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-08-30T00:34:43.7356082Z [ 22%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-08-30T00:34:43.7357592Z [ 22%] Linking CXX static library libextension_data_loader.a 2025-08-30T00:34:43.7358412Z [ 22%] Built target extension_data_loader 2025-08-30T00:34:43.7359531Z [ 22%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-08-30T00:34:43.7361137Z [ 22%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-08-30T00:34:43.7362373Z [ 22%] Linking CXX static library libexecutorch.a 2025-08-30T00:34:43.7363079Z [ 22%] Built target executorch 2025-08-30T00:34:43.7365094Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-08-30T00:34:43.7368569Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-08-30T00:34:43.7372176Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-08-30T00:34:43.7375627Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-08-30T00:34:43.7377820Z [ 22%] Linking CXX static library libextension_flat_tensor.a 2025-08-30T00:34:43.7378623Z [ 22%] Built target extension_flat_tensor 2025-08-30T00:34:43.7380478Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-08-30T00:34:43.7383153Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-08-30T00:34:43.7384444Z [ 23%] Generating etdump headers 2025-08-30T00:34:43.7386359Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-08-30T00:34:43.7388864Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-08-30T00:34:43.7390368Z [ 23%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-08-30T00:34:43.7391706Z [ 23%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-08-30T00:34:43.7392799Z [ 24%] Linking CXX static library libextension_tensor.a 2025-08-30T00:34:43.7394248Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-08-30T00:34:43.7396882Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-08-30T00:34:43.7399374Z [ 25%] Built target extension_tensor 2025-08-30T00:34:43.7401443Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-08-30T00:34:43.7404131Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-08-30T00:34:43.7406235Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-08-30T00:34:43.7408077Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-08-30T00:34:43.7410593Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-08-30T00:34:43.7414126Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-08-30T00:34:43.7417245Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-08-30T00:34:43.7419489Z [ 25%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-08-30T00:34:43.7421267Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/arange_util.cpp.o 2025-08-30T00:34:43.7423045Z [ 25%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-08-30T00:34:43.7425321Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-08-30T00:34:43.7427768Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-08-30T00:34:43.7430152Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-08-30T00:34:43.7431885Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-08-30T00:34:43.7432660Z [ 25%] Built target extension_threadpool 2025-08-30T00:34:43.7433335Z [ 25%] Generating bundled_program headers 2025-08-30T00:34:43.7434557Z [ 27%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-08-30T00:34:43.7436853Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-08-30T00:34:43.7439514Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-08-30T00:34:43.7442337Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-08-30T00:34:43.7444133Z [ 27%] Linking CXX static library libetdump.a 2025-08-30T00:34:43.7445303Z [ 27%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-08-30T00:34:43.7446937Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-08-30T00:34:43.7449615Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-10x16c2-minmax-asm-amd64-avx512f-broadcast.S.o 2025-08-30T00:34:43.7451765Z [ 27%] Built target etdump 2025-08-30T00:34:43.7453530Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-10x8-minmax-fma3-broadcast.c.o 2025-08-30T00:34:43.7455742Z [ 27%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-08-30T00:34:43.7457396Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__clone_dim_order.cpp.o 2025-08-30T00:34:43.7460248Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-08-30T00:34:43.7462212Z [ 28%] Linking CXX static library libbundled_program.a 2025-08-30T00:34:43.7462975Z [ 28%] Built target bundled_program 2025-08-30T00:34:43.7464461Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-08-30T00:34:45.8380646Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-08-30T00:34:45.8382164Z [ 28%] Linking CXX static library libextension_module_static.a 2025-08-30T00:34:45.8383286Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx512f-broadcast.c.o 2025-08-30T00:34:45.8384322Z [ 28%] Built target extension_module_static 2025-08-30T00:34:45.8385024Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-08-30T00:34:45.8386353Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-08-30T00:34:45.8387623Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-08-30T00:34:45.8388784Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-08-30T00:34:45.8391181Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16c2-minmax-asm-amd64-avx512f-broadcast.S.o 2025-08-30T00:34:45.8394294Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-08-30T00:34:45.8396654Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-08-30T00:34:45.8398230Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-08-30T00:34:45.8400099Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-08-30T00:34:45.8401106Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-08-30T00:34:45.8402495Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32c2-minmax-asm-amd64-avx512f-broadcast.S.o 2025-08-30T00:34:45.8404080Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-08-30T00:34:45.8405283Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-08-30T00:34:45.8406218Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-08-30T00:34:45.8407129Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-08-30T00:34:45.8408090Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-08-30T00:34:45.8409046Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-08-30T00:34:45.8410225Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-08-30T00:34:45.8411138Z [ 29%] Linking CXX static library libutil.a 2025-08-30T00:34:45.8411566Z [ 29%] Built target util 2025-08-30T00:34:45.8412616Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-08-30T00:34:45.8413780Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-08-30T00:34:45.8414759Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-08-30T00:34:45.8416100Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-avx-broadcast.c.o 2025-08-30T00:34:45.8417620Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-fma3-broadcast.c.o 2025-08-30T00:34:45.8418928Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-08-30T00:34:45.8419922Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-08-30T00:34:45.8420854Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-08-30T00:34:45.8421908Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-08-30T00:34:45.8423781Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-08-30T00:34:45.8426422Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-08-30T00:34:45.8427983Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-08-30T00:34:45.8429498Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-08-30T00:34:45.8431185Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-fma3-broadcast.c.o 2025-08-30T00:34:45.8434066Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-08-30T00:34:45.8436388Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-08-30T00:34:45.8438734Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-08-30T00:34:45.8440942Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-08-30T00:34:45.8441916Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-08-30T00:34:45.8442945Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-08-30T00:34:45.8444171Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-08-30T00:34:45.8445320Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-08-30T00:34:45.8446278Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-08-30T00:34:45.8447607Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-08-30T00:34:45.8448784Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-08-30T00:34:45.8450120Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-08-30T00:34:45.8452288Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-08-30T00:34:45.8454648Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-08-30T00:34:45.8456200Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-08-30T00:34:45.8457855Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-08-30T00:34:45.8459836Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-08-30T00:34:45.8462008Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-08-30T00:34:45.8464131Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-08-30T00:34:45.8466267Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-08-30T00:34:45.8468328Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-08-30T00:34:45.8469983Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-08-30T00:34:45.8471267Z [ 32%] Linking CXX static library libkernels_util_all_deps.a 2025-08-30T00:34:45.8472034Z [ 32%] Built target kernels_util_all_deps 2025-08-30T00:34:45.8473721Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-fma3-broadcast.c.o 2025-08-30T00:34:45.8475488Z [ 33%] Linking CXX static library libcpublas.a 2025-08-30T00:34:45.8476125Z [ 33%] Built target cpublas 2025-08-30T00:34:45.8477236Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-08-30T00:34:45.8478829Z [ 33%] Building CXX object CMakeFiles/bundled_module.dir/extension/module/bundled_module.cpp.o 2025-08-30T00:34:45.8480732Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-08-30T00:34:45.8482901Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-08-30T00:34:48.2874090Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-08-30T00:34:48.2876795Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-08-30T00:34:48.2889869Z [ 33%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x32c2-minmax-asm-amd64-avx512f-broadcast.S.o 2025-08-30T00:34:48.2892781Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-08-30T00:34:48.2894065Z [ 33%] Linking CXX static library libbundled_module.a 2025-08-30T00:34:48.2895721Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-avx-broadcast.c.o 2025-08-30T00:34:48.2897261Z [ 33%] Built target bundled_module 2025-08-30T00:34:48.2898343Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-08-30T00:34:48.2900715Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-fma3-broadcast.c.o 2025-08-30T00:34:48.2903223Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x16-minmax-avx512f-broadcast.c.o 2025-08-30T00:34:48.2905284Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-08-30T00:34:48.2907291Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-08-30T00:34:48.2909173Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-08-30T00:34:48.2911423Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-08-30T00:34:48.2913423Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-08-30T00:34:48.2915491Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-08-30T00:34:48.2917431Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-08-30T00:34:48.2919907Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-u2.c.o 2025-08-30T00:34:48.2922637Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-08-30T00:34:48.2924461Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-08-30T00:34:48.2926196Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-08-30T00:34:48.2927844Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-08-30T00:34:48.2930377Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-u8.c.o 2025-08-30T00:34:48.2933054Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-08-30T00:34:48.2935079Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-08-30T00:34:48.2937085Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-08-30T00:34:48.2939821Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-10x8-minmax-fma3-broadcast.c.o 2025-08-30T00:34:48.2943259Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-08-30T00:34:48.2946412Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-08-30T00:34:48.2948184Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-08-30T00:34:48.2950733Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx512f-broadcast.c.o 2025-08-30T00:34:48.2953932Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-08-30T00:34:48.2956361Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-08-30T00:34:48.2958046Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-08-30T00:34:48.2959874Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-08-30T00:34:48.2961706Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-08-30T00:34:48.2963348Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-08-30T00:34:48.2965201Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-08-30T00:34:48.2967988Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-08-30T00:34:48.2971293Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-08-30T00:34:48.2974495Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-08-30T00:34:48.2977019Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-08-30T00:34:48.2979007Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-08-30T00:34:48.2980803Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-08-30T00:34:48.2983145Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-08-30T00:34:48.2985991Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-08-30T00:34:48.2988195Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-08-30T00:34:48.2990551Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-avx-broadcast.c.o 2025-08-30T00:34:48.2993006Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-08-30T00:34:48.2994820Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-08-30T00:34:48.2996669Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-08-30T00:34:48.2998421Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-08-30T00:34:48.3000955Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-fma3-broadcast.c.o 2025-08-30T00:34:48.3003802Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-08-30T00:34:48.3005738Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-08-30T00:34:48.3007533Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-08-30T00:34:48.3009863Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-08-30T00:34:48.3012448Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-08-30T00:34:48.3015068Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-08-30T00:34:48.3018370Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-08-30T00:34:48.3020718Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-08-30T00:34:48.3022453Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-08-30T00:34:48.3024202Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-08-30T00:34:48.3026076Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-08-30T00:34:48.3028630Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-08-30T00:34:50.3690854Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-08-30T00:34:50.3693779Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-08-30T00:34:50.3695254Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-08-30T00:34:50.3696713Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-08-30T00:34:50.3698224Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-fma3-broadcast.c.o 2025-08-30T00:34:50.3701138Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-08-30T00:34:50.3703196Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-08-30T00:34:50.3704681Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-08-30T00:34:50.3706645Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-08-30T00:34:50.3708525Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-08-30T00:34:50.3709967Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-08-30T00:34:50.3712005Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-08-30T00:34:50.3714545Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-avx-broadcast.c.o 2025-08-30T00:34:50.3716739Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-08-30T00:34:50.3718855Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-fma3-broadcast.c.o 2025-08-30T00:34:50.3720918Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-08-30T00:34:50.3723177Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x16-minmax-avx512f-broadcast.c.o 2025-08-30T00:34:50.3725524Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-08-30T00:34:50.3727986Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-08-30T00:34:50.3730530Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-08-30T00:34:50.3732440Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-08-30T00:34:50.3734795Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-maxpool/gen/f32-maxpool-9p-minmax-scalar-u1.c.o 2025-08-30T00:34:50.3737242Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-08-30T00:34:50.3739615Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-maxpool/gen/f32-maxpool-9p-minmax-sse2-u4.c.o 2025-08-30T00:34:50.3742699Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-08-30T00:34:50.3745687Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-08-30T00:34:50.3747989Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-08-30T00:34:50.3749626Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-08-30T00:34:50.3751246Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-08-30T00:34:50.3753586Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-08-30T00:34:50.3756593Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-08-30T00:34:50.3759497Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-08-30T00:34:50.3762482Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-08-30T00:34:50.3765492Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-08-30T00:34:50.3768521Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-08-30T00:34:50.3771631Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-08-30T00:34:50.3774505Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-08-30T00:34:50.3776888Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-08-30T00:34:50.3779352Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-08-30T00:34:50.3782465Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-08-30T00:34:50.3784915Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-08-30T00:34:50.3786610Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-08-30T00:34:50.3788294Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-08-30T00:34:50.3790700Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-08-30T00:34:50.3793657Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-08-30T00:34:50.3796647Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-08-30T00:34:50.3799603Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-08-30T00:34:50.3801979Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-08-30T00:34:50.3804445Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-08-30T00:34:50.3806469Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-08-30T00:34:50.3808255Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-08-30T00:34:50.3810577Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-08-30T00:34:50.3813548Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-08-30T00:34:50.3815881Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-08-30T00:34:50.3818144Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-08-30T00:34:50.3820846Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-08-30T00:34:50.3823688Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-08-30T00:34:52.3603426Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-08-30T00:34:52.3606256Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-08-30T00:34:52.3608733Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-08-30T00:34:52.3610465Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-08-30T00:34:52.3612922Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-08-30T00:34:52.3616068Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-08-30T00:34:52.3619017Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-08-30T00:34:52.3621784Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-08-30T00:34:52.3701078Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-08-30T00:34:52.3704008Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-08-30T00:34:52.3706596Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-08-30T00:34:52.3709229Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-08-30T00:34:52.3711346Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-08-30T00:34:52.3713423Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-08-30T00:34:52.3716273Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-08-30T00:34:52.3719152Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-08-30T00:34:52.3721496Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-08-30T00:34:52.3723843Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-08-30T00:34:52.3726181Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-08-30T00:34:52.3727997Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-08-30T00:34:52.3730250Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-08-30T00:34:52.3733178Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-08-30T00:34:52.3736094Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-08-30T00:34:52.3738538Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-08-30T00:34:52.3740927Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-08-30T00:34:52.3743394Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-08-30T00:34:52.3745331Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-08-30T00:34:52.3747819Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-08-30T00:34:52.3750279Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-08-30T00:34:52.3752663Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-08-30T00:34:52.3755957Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-08-30T00:34:52.3759697Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-08-30T00:34:52.3763403Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-08-30T00:34:52.3767109Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-08-30T00:34:52.3770352Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdminmax/gen/f32-rdmax-2p2x-avx-c32.c.o 2025-08-30T00:34:52.3773354Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdminmax/gen/f32-rdmax-2p2x-avx512f-c32.c.o 2025-08-30T00:34:52.3775800Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-08-30T00:34:52.3778368Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdminmax/gen/f32-rdmax-2p2x-scalar-c2.c.o 2025-08-30T00:34:52.3780795Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-08-30T00:34:52.3782521Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-08-30T00:34:52.3784403Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-08-30T00:34:52.3786354Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-08-30T00:34:52.3788833Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdminmax/gen/f32-rdmax-2p2x-sse2-c32.c.o 2025-08-30T00:34:52.3791686Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdminmax/gen/f32-rdmin-2p2x-avx-c32.c.o 2025-08-30T00:34:52.3794608Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdminmax/gen/f32-rdmin-2p2x-avx512f-c32.c.o 2025-08-30T00:34:52.3797080Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-08-30T00:34:52.3798905Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-08-30T00:34:52.3801164Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-08-30T00:34:52.3803388Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-08-30T00:34:52.3805974Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdminmax/gen/f32-rdmin-2p2x-scalar-c2.c.o 2025-08-30T00:34:52.3808934Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdminmax/gen/f32-rdmin-2p2x-sse2-c32.c.o 2025-08-30T00:34:52.3811880Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-u32.c.o 2025-08-30T00:34:52.3814838Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-u64.c.o 2025-08-30T00:34:52.3817255Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-08-30T00:34:52.3819060Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-08-30T00:34:52.3820783Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-08-30T00:34:52.3823156Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-08-30T00:34:52.3825587Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-08-30T00:34:52.3827398Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-08-30T00:34:54.5278502Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse2-u16.c.o 2025-08-30T00:34:54.5280986Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-08-30T00:34:54.5283360Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-08-30T00:34:54.5286261Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-08-30T00:34:54.5289004Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-08-30T00:34:54.5291456Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-08-30T00:34:54.5294034Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-08-30T00:34:54.5296106Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-08-30T00:34:54.5298560Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-08-30T00:34:54.5301629Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc4.c.o 2025-08-30T00:34:54.5304089Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-08-30T00:34:54.5306174Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-08-30T00:34:54.5308679Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc4.c.o 2025-08-30T00:34:54.5311036Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-08-30T00:34:54.5313393Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2025-08-30T00:34:54.5316227Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc4.c.o 2025-08-30T00:34:54.5318579Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-08-30T00:34:54.5320325Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-08-30T00:34:54.5322150Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-08-30T00:34:54.5324478Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-08-30T00:34:54.5326828Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-08-30T00:34:54.5328770Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-08-30T00:34:54.5331321Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-08-30T00:34:54.5333723Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-08-30T00:34:54.5336216Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-08-30T00:34:54.5339190Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-08-30T00:34:54.5341599Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-08-30T00:34:54.5343529Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-08-30T00:34:54.5345726Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-08-30T00:34:54.5348493Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u32-acc2.c.o 2025-08-30T00:34:54.5351515Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-08-30T00:34:54.5353796Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-08-30T00:34:54.5356173Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse2-u16-acc4.c.o 2025-08-30T00:34:54.5358449Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-08-30T00:34:54.5360697Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-08-30T00:34:54.5363011Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-08-30T00:34:54.5365344Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-08-30T00:34:54.5368244Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-08-30T00:34:54.5371111Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-08-30T00:34:54.5374315Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vapproxgelu/gen/f32-vapproxgelu-avx-rational-12-10-div.c.o 2025-08-30T00:34:54.5377702Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vapproxgelu/gen/f32-vapproxgelu-avx512f-rational-12-10-div.c.o 2025-08-30T00:34:54.5381036Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vapproxgelu/gen/f32-vapproxgelu-fma3-rational-12-10-div.c.o 2025-08-30T00:34:54.5383647Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-08-30T00:34:54.5386377Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vapproxgelu/gen/f32-vapproxgelu-scalar-rational-12-10-div.c.o 2025-08-30T00:34:54.5389116Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-08-30T00:34:54.5391710Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vapproxgelu/gen/f32-vapproxgelu-sse2-rational-12-10-div.c.o 2025-08-30T00:34:54.5395606Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vapproxgelu/gen/f32-vapproxgelu-sse2fma-rational-12-10-div.c.o 2025-08-30T00:34:54.5398009Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-08-30T00:34:54.5400283Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-08-30T00:34:54.5402194Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-08-30T00:34:54.5404319Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-08-30T00:34:54.5407834Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-08-30T00:34:54.5409975Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-08-30T00:34:54.5412490Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-08-30T00:34:54.5414719Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-08-30T00:34:54.5416951Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-08-30T00:34:54.5419113Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-08-30T00:34:54.5421200Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-08-30T00:34:54.5423525Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-08-30T00:34:54.5425936Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-08-30T00:34:56.4364540Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-08-30T00:34:56.4366998Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-08-30T00:34:56.4369769Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-08-30T00:34:56.4372161Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-08-30T00:34:56.4374440Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-08-30T00:34:56.4377052Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-08-30T00:34:56.4379836Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-08-30T00:34:56.4382550Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-08-30T00:34:56.4385297Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-08-30T00:34:56.4387556Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-08-30T00:34:56.4389727Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-08-30T00:34:56.4392516Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-08-30T00:34:56.4395179Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-08-30T00:34:56.4397424Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-08-30T00:34:56.4399710Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-08-30T00:34:56.4401371Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-08-30T00:34:56.4403186Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-08-30T00:34:56.4405507Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-08-30T00:34:56.4408238Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-08-30T00:34:56.4411397Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-08-30T00:34:56.4413775Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-08-30T00:34:56.4416281Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-08-30T00:34:56.4418642Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-08-30T00:34:56.4420840Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-08-30T00:34:56.4423114Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-08-30T00:34:56.4425497Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-08-30T00:34:56.4428244Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-08-30T00:34:56.4431014Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-08-30T00:34:56.4433304Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-08-30T00:34:56.4435583Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-08-30T00:34:56.4438284Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-08-30T00:34:56.4441001Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-08-30T00:34:56.4443248Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-08-30T00:34:56.4444984Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-08-30T00:34:56.4447141Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-08-30T00:34:56.4449860Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-08-30T00:34:56.4452234Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-08-30T00:34:56.4454114Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-08-30T00:34:56.4456496Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-08-30T00:34:56.4458901Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-08-30T00:34:56.4460850Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-08-30T00:34:56.4463241Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-08-30T00:34:56.4465625Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-08-30T00:34:56.4467978Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-08-30T00:34:56.4470994Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-08-30T00:34:56.4472810Z [ 54%] Linking CXX static library liboptimized_kernels.a 2025-08-30T00:34:56.4474341Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-08-30T00:34:56.4476899Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-08-30T00:34:56.4479397Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-08-30T00:34:56.4480641Z [ 54%] Built target optimized_kernels 2025-08-30T00:34:56.4482336Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-08-30T00:34:56.4485093Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-08-30T00:34:56.4487862Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-08-30T00:34:56.4490423Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-08-30T00:34:56.4492806Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-08-30T00:34:56.4494721Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-08-30T00:34:56.4496956Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-08-30T00:34:56.4507082Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-08-30T00:34:56.4509494Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-08-30T00:34:56.4511240Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-08-30T00:34:56.4513032Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-08-30T00:34:56.4514813Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-08-30T00:34:56.4517069Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-08-30T00:34:58.1422756Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-08-30T00:34:58.1424216Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-08-30T00:34:58.1425448Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-08-30T00:34:58.1426623Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-08-30T00:34:58.1428208Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-08-30T00:34:58.1429851Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-08-30T00:34:58.1431992Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-08-30T00:34:58.1434027Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-08-30T00:34:58.1435913Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-08-30T00:34:58.1437343Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-08-30T00:34:58.1438550Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-08-30T00:34:58.1439948Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-08-30T00:34:58.1441365Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-08-30T00:34:58.1442752Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-08-30T00:34:58.1443905Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-08-30T00:34:58.1445709Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-08-30T00:34:58.1448458Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-08-30T00:34:58.1451248Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-08-30T00:34:58.1454144Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-08-30T00:34:58.1470790Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-08-30T00:34:58.1472278Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-08-30T00:34:58.1473717Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-08-30T00:34:58.1474938Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-08-30T00:34:58.1475921Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-08-30T00:34:58.1476939Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-08-30T00:34:58.1478152Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-08-30T00:34:58.1479553Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-08-30T00:34:58.1480968Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-08-30T00:34:58.1482344Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-08-30T00:34:58.1483578Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-08-30T00:34:58.1484677Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d_aa.cpp.o 2025-08-30T00:34:58.1485742Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-08-30T00:34:58.1486978Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-08-30T00:34:58.1488614Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-08-30T00:34:58.1490049Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-08-30T00:34:58.1491637Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-08-30T00:34:58.1492784Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-08-30T00:34:58.1495276Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-08-30T00:34:58.1496295Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-08-30T00:34:58.1497389Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-08-30T00:34:58.1499039Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-08-30T00:34:58.1501498Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-08-30T00:34:58.1503694Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-08-30T00:34:58.1505927Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-08-30T00:34:58.1508469Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_bool.cpp.o 2025-08-30T00:34:58.1509907Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-08-30T00:34:58.1511132Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-08-30T00:34:58.1512234Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-08-30T00:34:58.1513523Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-08-30T00:34:58.1514768Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-08-30T00:34:58.1516001Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/arange_util.cpp.o 2025-08-30T00:34:58.1517987Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-08-30T00:34:58.1520232Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-08-30T00:34:58.1522160Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-08-30T00:34:58.1524055Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-08-30T00:34:58.1526539Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-08-30T00:34:58.1528799Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-08-30T00:34:58.1530688Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-08-30T00:34:58.1533270Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-08-30T00:34:58.1535871Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-08-30T00:34:59.4396397Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-08-30T00:34:59.4397828Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-08-30T00:34:59.4399696Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-08-30T00:34:59.4401988Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-08-30T00:34:59.4404334Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-08-30T00:34:59.4406395Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-08-30T00:34:59.4408509Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f.c.o 2025-08-30T00:34:59.4410357Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx.c.o 2025-08-30T00:34:59.4412596Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-08-30T00:34:59.4414648Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-08-30T00:34:59.4417015Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar.c.o 2025-08-30T00:34:59.4419232Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-08-30T00:34:59.4421104Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-08-30T00:34:59.4423315Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse2.c.o 2025-08-30T00:34:59.4425510Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-08-30T00:34:59.4427776Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-08-30T00:34:59.4430058Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-08-30T00:34:59.4432336Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-08-30T00:34:59.4434684Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-08-30T00:34:59.4437242Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-08-30T00:34:59.4439346Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-08-30T00:34:59.4441197Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-08-30T00:34:59.4443455Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-08-30T00:34:59.4446392Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-08-30T00:34:59.4449034Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-08-30T00:34:59.4454311Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-08-30T00:34:59.4457043Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-08-30T00:34:59.4459744Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-08-30T00:34:59.4462587Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-08-30T00:34:59.4465463Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-08-30T00:34:59.4468280Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-08-30T00:34:59.4471187Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-08-30T00:34:59.4473096Z [ 61%] Linking CXX static library liboptimized_portable_kernels.a 2025-08-30T00:34:59.4474893Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-08-30T00:34:59.4476359Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-08-30T00:34:59.4477828Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcos/gen/f32-vcos-avx-rational-5-4-div.c.o 2025-08-30T00:34:59.4479306Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcos/gen/f32-vcos-avx512f-rational-5-4-div.c.o 2025-08-30T00:34:59.4480806Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcos/gen/f32-vcos-fma3-rational-5-4-div.c.o 2025-08-30T00:34:59.4483153Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcos/gen/f32-vcos-scalar-rational-5-4-div.c.o 2025-08-30T00:34:59.4485919Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcos/gen/f32-vcos-sse2-rational-5-4-div.c.o 2025-08-30T00:34:59.4488820Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcos/gen/f32-vcos-sse2fma-rational-5-4-div.c.o 2025-08-30T00:34:59.4491831Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-08-30T00:34:59.4494758Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u32.c.o 2025-08-30T00:34:59.4497624Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u64.c.o 2025-08-30T00:34:59.4500537Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-08-30T00:34:59.4502275Z [ 62%] Built target optimized_portable_kernels 2025-08-30T00:34:59.4504060Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-08-30T00:34:59.4505928Z [ 62%] Merging kernel yaml files 2025-08-30T00:34:59.4507584Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-avx-rational-3-2-div.c.o 2025-08-30T00:34:59.4510558Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-avx512f-rational-3-2-div.c.o 2025-08-30T00:34:59.4513433Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-fma3-rational-3-2-div.c.o 2025-08-30T00:34:59.4516305Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-rational-3-2-div.c.o 2025-08-30T00:34:59.4518999Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-sse2-rational-3-2-div.c.o 2025-08-30T00:34:59.4521953Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-sse2fma-rational-3-2-div.c.o 2025-08-30T00:34:59.4524974Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-08-30T00:34:59.4527124Z [ 64%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-08-30T00:34:59.4529187Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-div.c.o 2025-08-30T00:34:59.4532280Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-08-30T00:35:00.6784238Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-08-30T00:35:00.6786538Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-08-30T00:35:00.6788936Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2fma-rational-12-10-div.c.o 2025-08-30T00:35:00.6791564Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx.c.o 2025-08-30T00:35:00.6794190Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f.c.o 2025-08-30T00:35:00.6796698Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3.c.o 2025-08-30T00:35:00.6799425Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar.c.o 2025-08-30T00:35:00.6801664Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse2.c.o 2025-08-30T00:35:00.6804296Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse2fma.c.o 2025-08-30T00:35:00.6806727Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-08-30T00:35:00.6808300Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-08-30T00:35:00.6809789Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-08-30T00:35:00.6811627Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-08-30T00:35:00.6813125Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-08-30T00:35:00.6814787Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2fma-rational-3-3-div.c.o 2025-08-30T00:35:00.6816022Z [ 65%] Generating code for kernel registration 2025-08-30T00:35:00.6817692Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-08-30T00:35:00.6820285Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-08-30T00:35:00.6822986Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-08-30T00:35:00.6825559Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-08-30T00:35:00.6828191Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-08-30T00:35:00.6830964Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-08-30T00:35:00.6834003Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-08-30T00:35:00.6836815Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-08-30T00:35:00.6839372Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-08-30T00:35:00.6841980Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-08-30T00:35:00.6844550Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-08-30T00:35:00.6846938Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-08-30T00:35:00.6849552Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-08-30T00:35:00.6852387Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-08-30T00:35:00.6855121Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-08-30T00:35:00.6857895Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-08-30T00:35:00.6860543Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-08-30T00:35:00.6863041Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-08-30T00:35:00.6865504Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-08-30T00:35:00.6868345Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-08-30T00:35:00.6870964Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-08-30T00:35:00.6873664Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-08-30T00:35:00.6876248Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-08-30T00:35:00.6878749Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-08-30T00:35:00.6882141Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-08-30T00:35:00.6884708Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-08-30T00:35:00.6887219Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-08-30T00:35:00.6889672Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt.c.o 2025-08-30T00:35:00.6892255Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-sqrt.c.o 2025-08-30T00:35:00.6894776Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt.c.o 2025-08-30T00:35:00.6897164Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-sqrt.c.o 2025-08-30T00:35:00.6900616Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-08-30T00:35:00.6903274Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-sqrt.c.o 2025-08-30T00:35:00.6904763Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse2-rsqrt.c.o 2025-08-30T00:35:00.6906251Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse2-sqrt.c.o 2025-08-30T00:35:00.6907735Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u16.c.o 2025-08-30T00:35:00.6909278Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u16.c.o 2025-08-30T00:35:00.6910974Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-08-30T00:35:01.9961954Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-08-30T00:35:01.9965494Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-08-30T00:35:01.9968944Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-08-30T00:35:01.9972764Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsin/gen/f32-vsin-avx-rational-5-4-div.c.o 2025-08-30T00:35:01.9976027Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsin/gen/f32-vsin-avx512f-rational-5-4-div.c.o 2025-08-30T00:35:01.9979297Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsin/gen/f32-vsin-fma3-rational-5-4-div.c.o 2025-08-30T00:35:01.9982244Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsin/gen/f32-vsin-scalar-rational-5-4-div.c.o 2025-08-30T00:35:01.9985170Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsin/gen/f32-vsin-sse2-rational-5-4-div.c.o 2025-08-30T00:35:01.9988124Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsin/gen/f32-vsin-sse2fma-rational-5-4-div.c.o 2025-08-30T00:35:01.9991034Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt.c.o 2025-08-30T00:35:01.9993773Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt.c.o 2025-08-30T00:35:01.9996446Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt.c.o 2025-08-30T00:35:01.9999044Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt.c.o 2025-08-30T00:35:02.0001798Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse2-rsqrt.c.o 2025-08-30T00:35:02.0004419Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse2-sqrt.c.o 2025-08-30T00:35:02.0007323Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-08-30T00:35:02.0010306Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-div.c.o 2025-08-30T00:35:02.0013540Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-08-30T00:35:02.0016701Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-08-30T00:35:02.0019809Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-08-30T00:35:02.0022957Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2fma-rational-9-8-div.c.o 2025-08-30T00:35:02.0025903Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-08-30T00:35:02.0028648Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-08-30T00:35:02.0031455Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-08-30T00:35:02.0034198Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-08-30T00:35:02.0036921Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-08-30T00:35:02.0039935Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-08-30T00:35:02.0042725Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-08-30T00:35:02.0045696Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-08-30T00:35:02.0048445Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-08-30T00:35:02.0051324Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-08-30T00:35:02.0054125Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-08-30T00:35:02.0056903Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-08-30T00:35:02.0059855Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-08-30T00:35:02.0063164Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-08-30T00:35:02.0066587Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-08-30T00:35:02.0070244Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-08-30T00:35:02.0073642Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-08-30T00:35:02.0076915Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-08-30T00:35:02.0080310Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-08-30T00:35:02.0083575Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-08-30T00:35:02.0087057Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-08-30T00:35:02.0090554Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-08-30T00:35:02.0094046Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-08-30T00:35:02.0097847Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-08-30T00:35:02.0101374Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-08-30T00:35:02.0104760Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-08-30T00:35:02.0108125Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-08-30T00:35:02.0111102Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-08-30T00:35:02.0114445Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-08-30T00:35:02.0117779Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-08-30T00:35:03.0440298Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-08-30T00:35:03.0443910Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-08-30T00:35:03.0447492Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-08-30T00:35:03.0451108Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-08-30T00:35:03.0454377Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-08-30T00:35:03.0457721Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-08-30T00:35:03.0461157Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd-prfm.c.o 2025-08-30T00:35:03.0464637Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-08-30T00:35:03.0468036Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-08-30T00:35:03.0471140Z [ 72%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-08-30T00:35:03.0474561Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-08-30T00:35:03.0478068Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-08-30T00:35:03.0481576Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x4c8-minmax-ssse3-madd-prfm.c.o 2025-08-30T00:35:03.0485105Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-08-30T00:35:03.0488633Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-08-30T00:35:03.0492251Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-08-30T00:35:03.0495921Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-08-30T00:35:03.0503714Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-08-30T00:35:03.0508153Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-08-30T00:35:03.0510770Z [ 72%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-08-30T00:35:03.0513339Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-08-30T00:35:03.0560635Z [ 72%] Built target optimized_native_cpu_ops_lib 2025-08-30T00:35:03.0562727Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-08-30T00:35:03.0565973Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-08-30T00:35:03.0569546Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x64-minmax-asm-amd64-avx512vnni.S.o 2025-08-30T00:35:03.0573070Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-08-30T00:35:03.0576287Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-08-30T00:35:03.0579656Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-08-30T00:35:03.0583005Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-08-30T00:35:03.0586326Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-08-30T00:35:03.0589713Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-08-30T00:35:03.0593279Z [ 74%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x64-minmax-asm-amd64-avx512vnni.S.o 2025-08-30T00:35:03.0596795Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-08-30T00:35:03.0601139Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-08-30T00:35:03.0604729Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-08-30T00:35:03.0608209Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-08-30T00:35:03.0611487Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-08-30T00:35:03.0615081Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-08-30T00:35:03.0618544Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-08-30T00:35:03.0622057Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-08-30T00:35:03.0625378Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-08-30T00:35:03.0628750Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-08-30T00:35:03.0632200Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-08-30T00:35:03.0635410Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-08-30T00:35:03.0638792Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-08-30T00:35:03.0642273Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-08-30T00:35:03.0645535Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-08-30T00:35:03.9158797Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-08-30T00:35:03.9162205Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:03.9165636Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-08-30T00:35:03.9169037Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-08-30T00:35:03.9172325Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-08-30T00:35:03.9175704Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-08-30T00:35:03.9179054Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-08-30T00:35:03.9182364Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-08-30T00:35:03.9185683Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:03.9189033Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-08-30T00:35:03.9192755Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-08-30T00:35:03.9196138Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-08-30T00:35:03.9199615Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-08-30T00:35:03.9202453Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-08-30T00:35:03.9205097Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-08-30T00:35:03.9207872Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-08-30T00:35:03.9210740Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-08-30T00:35:03.9213655Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-08-30T00:35:03.9216455Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-08-30T00:35:03.9219322Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-08-30T00:35:03.9222326Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x4c8-gemm-gio-scalar.c.o 2025-08-30T00:35:03.9225376Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x4c8-gemm-goi-scalar.c.o 2025-08-30T00:35:03.9228319Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x8c8-gemm-gio-scalar.c.o 2025-08-30T00:35:03.9231324Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x8c8-gemm-goi-avx2-madd.c.o 2025-08-30T00:35:03.9234700Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-1x16c8-minmax-fp32-asm-amd64-avx512vnni.S.o 2025-08-30T00:35:03.9238135Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-1x4c8-minmax-avx-madd-prfm.c.o 2025-08-30T00:35:03.9241427Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-1x4c8-minmax-ssse3-madd-prfm.c.o 2025-08-30T00:35:03.9244735Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-08-30T00:35:03.9248074Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-5x4c8-minmax-avx-madd-prfm.c.o 2025-08-30T00:35:03.9251552Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-5x4c8-minmax-ssse3-madd-prfm.c.o 2025-08-30T00:35:03.9254896Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c.o 2025-08-30T00:35:03.9258609Z [ 77%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-8x16c8-minmax-fp32-asm-amd64-avx512vnni.S.o 2025-08-30T00:35:03.9262020Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/qs8-qc4w-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:03.9265570Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-08-30T00:35:03.9269089Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-08-30T00:35:03.9272627Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-08-30T00:35:03.9276179Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:03.9279765Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-08-30T00:35:03.9283335Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-08-30T00:35:03.9286807Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-08-30T00:35:03.9290321Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-08-30T00:35:03.9293799Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-08-30T00:35:03.9297312Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-08-30T00:35:03.9300996Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:03.9304581Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-08-30T00:35:03.9308109Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-08-30T00:35:03.9311580Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-08-30T00:35:04.9640327Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-08-30T00:35:04.9643971Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-08-30T00:35:04.9647456Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-08-30T00:35:04.9650986Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:04.9654963Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-08-30T00:35:04.9658484Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-08-30T00:35:04.9662084Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-08-30T00:35:04.9665580Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-08-30T00:35:04.9669052Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-08-30T00:35:04.9672547Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:04.9675935Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-08-30T00:35:04.9679281Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-08-30T00:35:04.9682592Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-08-30T00:35:04.9685891Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-08-30T00:35:04.9689207Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-08-30T00:35:04.9692667Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:04.9696039Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-08-30T00:35:04.9699683Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-08-30T00:35:04.9702963Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-08-30T00:35:04.9706327Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-08-30T00:35:04.9709686Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-08-30T00:35:04.9712803Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-08-30T00:35:04.9716319Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-08-30T00:35:04.9719756Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:04.9723445Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-08-30T00:35:04.9726637Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-08-30T00:35:04.9730144Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-08-30T00:35:04.9733564Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-08-30T00:35:04.9736894Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-08-30T00:35:04.9740321Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:04.9743751Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-08-30T00:35:04.9747204Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-08-30T00:35:04.9750545Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-08-30T00:35:04.9753939Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-08-30T00:35:04.9758566Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-08-30T00:35:04.9761993Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-08-30T00:35:04.9765147Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-u64.c.o 2025-08-30T00:35:04.9768352Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-u64.c.o 2025-08-30T00:35:04.9771484Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-u64.c.o 2025-08-30T00:35:04.9781247Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-08-30T00:35:04.9784174Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-08-30T00:35:04.9787074Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-08-30T00:35:04.9789938Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-08-30T00:35:04.9792760Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-08-30T00:35:04.9795363Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-08-30T00:35:04.9798494Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-08-30T00:35:04.9801510Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-08-30T00:35:05.8377144Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-08-30T00:35:05.8380368Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-08-30T00:35:05.8383315Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-08-30T00:35:05.8386333Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-08-30T00:35:05.8389425Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-08-30T00:35:05.8392553Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-08-30T00:35:05.8395540Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-08-30T00:35:05.8398738Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-08-30T00:35:05.8401995Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-08-30T00:35:05.8404647Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-08-30T00:35:05.8407412Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-08-30T00:35:05.8410007Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-08-30T00:35:05.8412439Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-08-30T00:35:05.8414588Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-08-30T00:35:05.8416865Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-08-30T00:35:05.8419525Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-08-30T00:35:05.8422241Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-08-30T00:35:05.8424929Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-08-30T00:35:05.8427357Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-08-30T00:35:05.8429613Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-08-30T00:35:05.8432755Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-08-30T00:35:05.8435334Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-08-30T00:35:05.8438102Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-08-30T00:35:05.8440253Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-08-30T00:35:05.8441760Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-08-30T00:35:05.8443307Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-08-30T00:35:05.8445643Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-08-30T00:35:05.8447269Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-08-30T00:35:05.8448901Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-08-30T00:35:05.8450477Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-08-30T00:35:05.8452124Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-08-30T00:35:05.8454257Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-08-30T00:35:05.8456847Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vprelu/gen/qs8-vprelu-avx2-u16.c.o 2025-08-30T00:35:05.8459287Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vprelu/gen/qs8-vprelu-scalar-u8.c.o 2025-08-30T00:35:05.8461791Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vpreluc/gen/qs8-vpreluc-avx2-u16.c.o 2025-08-30T00:35:05.8464250Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vpreluc/gen/qs8-vpreluc-scalar-u8.c.o 2025-08-30T00:35:05.8466018Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vrpreluc/gen/qs8-vrpreluc-avx2-u16.c.o 2025-08-30T00:35:05.8467678Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vrpreluc/gen/qs8-vrpreluc-scalar-u8.c.o 2025-08-30T00:35:05.8470583Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-08-30T00:35:05.8473637Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-08-30T00:35:05.8476397Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-08-30T00:35:05.8478108Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:05.8480502Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-08-30T00:35:05.8482837Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-08-30T00:35:05.8485752Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-08-30T00:35:05.8487650Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-08-30T00:35:05.8489272Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-08-30T00:35:05.8490903Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-08-30T00:35:05.8492639Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:05.8494308Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-08-30T00:35:05.8495936Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-08-30T00:35:06.8915053Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-08-30T00:35:06.8918116Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-08-30T00:35:06.8920922Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-08-30T00:35:06.8923698Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-08-30T00:35:06.8926525Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-08-30T00:35:06.8929225Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-08-30T00:35:06.8931990Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-08-30T00:35:06.8934794Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-08-30T00:35:06.8937742Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:06.8940771Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-08-30T00:35:06.8943757Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-08-30T00:35:06.8947509Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-08-30T00:35:06.8950314Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-08-30T00:35:06.8952222Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-08-30T00:35:06.8954551Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:06.8957218Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-08-30T00:35:06.8960094Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-08-30T00:35:06.8962777Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-08-30T00:35:06.8965542Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-08-30T00:35:06.8968093Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-08-30T00:35:06.8971101Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:06.8974199Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-08-30T00:35:06.8977264Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-08-30T00:35:06.8980179Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-08-30T00:35:06.8983040Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-08-30T00:35:06.8985823Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-08-30T00:35:06.8988607Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-08-30T00:35:06.8992017Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-08-30T00:35:06.8994967Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-08-30T00:35:06.8998067Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-08-30T00:35:06.9001182Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-08-30T00:35:06.9003845Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-u64.c.o 2025-08-30T00:35:06.9006461Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-08-30T00:35:06.9008969Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-08-30T00:35:06.9011443Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-08-30T00:35:06.9013980Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-08-30T00:35:06.9016980Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-08-30T00:35:06.9019952Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-08-30T00:35:06.9022926Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-08-30T00:35:06.9025869Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-08-30T00:35:06.9028716Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-08-30T00:35:06.9031598Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-08-30T00:35:06.9034471Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-08-30T00:35:06.9037426Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-08-30T00:35:06.9040381Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-08-30T00:35:06.9043577Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-08-30T00:35:06.9046699Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-08-30T00:35:06.9049637Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-08-30T00:35:06.9052711Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-08-30T00:35:06.9055242Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-08-30T00:35:06.9056709Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-08-30T00:35:07.7177362Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-08-30T00:35:07.7180166Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-08-30T00:35:07.7182837Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-08-30T00:35:07.7185476Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-08-30T00:35:07.7188073Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-08-30T00:35:07.7191220Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-08-30T00:35:07.7193925Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-08-30T00:35:07.7196975Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-08-30T00:35:07.7200018Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-08-30T00:35:07.7202758Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-08-30T00:35:07.7205507Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-08-30T00:35:07.7208473Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-08-30T00:35:07.7211813Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-08-30T00:35:07.7214902Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-08-30T00:35:07.7218122Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-08-30T00:35:07.7221371Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-08-30T00:35:07.7224519Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-08-30T00:35:07.7227642Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-08-30T00:35:07.7230923Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-08-30T00:35:07.7233958Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vprelu/gen/qu8-vprelu-avx2-u16.c.o 2025-08-30T00:35:07.7236766Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vprelu/gen/qu8-vprelu-scalar-u8.c.o 2025-08-30T00:35:07.7240123Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vpreluc/gen/qu8-vpreluc-avx2-u16.c.o 2025-08-30T00:35:07.7242890Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vpreluc/gen/qu8-vpreluc-scalar-u8.c.o 2025-08-30T00:35:07.7245619Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vrpreluc/gen/qu8-vrpreluc-avx2-u16.c.o 2025-08-30T00:35:07.7248456Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vrpreluc/gen/qu8-vrpreluc-scalar-u8.c.o 2025-08-30T00:35:07.7251917Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-u1.c.o 2025-08-30T00:35:07.7254820Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-u8.c.o 2025-08-30T00:35:07.7257942Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-u16.c.o 2025-08-30T00:35:07.7260915Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-maxpool/gen/s8-maxpool-9p-minmax-scalar-u1.c.o 2025-08-30T00:35:07.7264095Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-maxpool/gen/s8-maxpool-9p-minmax-sse41-u16.c.o 2025-08-30T00:35:07.7267018Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rdminmax/gen/s8-rdmax-2p2x-scalar-c2.c.o 2025-08-30T00:35:07.7269902Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rdminmax/gen/s8-rdmax-2p2x-sse41-c32.c.o 2025-08-30T00:35:07.7272793Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rdminmax/gen/s8-rdmin-2p2x-scalar-c2.c.o 2025-08-30T00:35:07.7275633Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rdminmax/gen/s8-rdmin-2p2x-sse41-c32.c.o 2025-08-30T00:35:07.7278494Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rminmax/gen/s8-rmax-scalar-u2-acc2.c.o 2025-08-30T00:35:07.7281234Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rminmax/gen/s8-rmax-sse41-u32-acc2.c.o 2025-08-30T00:35:07.7284100Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rminmax/gen/s8-rmin-scalar-u2-acc2.c.o 2025-08-30T00:35:07.7286111Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rminmax/gen/s8-rmin-sse41-u32-acc2.c.o 2025-08-30T00:35:07.7287825Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rminmax/gen/s8-rminmax-scalar-u2-acc2.c.o 2025-08-30T00:35:07.7290066Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rminmax/gen/s8-rminmax-sse41-u32-acc2.c.o 2025-08-30T00:35:07.7292409Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-08-30T00:35:07.7294576Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-08-30T00:35:07.7296881Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-08-30T00:35:07.7302740Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-08-30T00:35:07.7305462Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-08-30T00:35:07.7308056Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-u1.c.o 2025-08-30T00:35:07.7310546Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-u8.c.o 2025-08-30T00:35:07.7313332Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-u16.c.o 2025-08-30T00:35:07.7315994Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-08-30T00:35:07.7318613Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-maxpool/gen/u8-maxpool-9p-minmax-scalar-u1.c.o 2025-08-30T00:35:07.7321404Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-maxpool/gen/u8-maxpool-9p-minmax-sse2-u16.c.o 2025-08-30T00:35:07.7323757Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rdminmax/gen/u8-rdmax-2p2x-scalar-c2.c.o 2025-08-30T00:35:07.7325547Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rdminmax/gen/u8-rdmax-2p2x-sse2-c32.c.o 2025-08-30T00:35:08.6709551Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rdminmax/gen/u8-rdmin-2p2x-scalar-c2.c.o 2025-08-30T00:35:08.6711567Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rdminmax/gen/u8-rdmin-2p2x-sse2-c32.c.o 2025-08-30T00:35:08.6713465Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rminmax/gen/u8-rmax-scalar-u2-acc2.c.o 2025-08-30T00:35:08.6714906Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rminmax/gen/u8-rmax-sse2-u32-acc2.c.o 2025-08-30T00:35:08.6716322Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rminmax/gen/u8-rmin-scalar-u2-acc2.c.o 2025-08-30T00:35:08.6717735Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rminmax/gen/u8-rmin-sse2-u32-acc2.c.o 2025-08-30T00:35:08.6719169Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rminmax/gen/u8-rminmax-scalar-u2-acc2.c.o 2025-08-30T00:35:08.6720612Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rminmax/gen/u8-rminmax-sse2-u32-acc2.c.o 2025-08-30T00:35:08.6722018Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-08-30T00:35:08.6723392Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-08-30T00:35:08.6724753Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-08-30T00:35:08.6726088Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-08-30T00:35:08.6727523Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-08-30T00:35:08.6729137Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-08-30T00:35:08.6730749Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-08-30T00:35:08.6732412Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-08-30T00:35:08.6734011Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-x32-packw/gen/x16-x32-packw-x32c2-gemm-gio-scalar.c.o 2025-08-30T00:35:08.6735592Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-x32-packw/gen/x16-x32-packw-x32c2-gemm-goi-scalar.c.o 2025-08-30T00:35:08.6737117Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-08-30T00:35:08.6738825Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-08-30T00:35:08.6740298Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-gio-avx-u8.c.o 2025-08-30T00:35:08.6741922Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-gio-avx512f-u8.c.o 2025-08-30T00:35:08.6743442Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-08-30T00:35:08.6745333Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.o 2025-08-30T00:35:08.6747486Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-08-30T00:35:08.6749315Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-gio-scalar.c.o 2025-08-30T00:35:08.6750910Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-08-30T00:35:08.6752452Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-08-30T00:35:08.6753976Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-gio-avx512f-u8.c.o 2025-08-30T00:35:08.6755523Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-08-30T00:35:08.6757117Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-scalar-int-u2.c.o 2025-08-30T00:35:08.6758640Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-gio-scalar.c.o 2025-08-30T00:35:08.6760706Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-08-30T00:35:08.6762582Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x64-gemm-goi-scalar-int-u2.c.o 2025-08-30T00:35:08.6764121Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-gio-avx-u8.c.o 2025-08-30T00:35:08.6765608Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-08-30T00:35:08.6767093Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4.c.o 2025-08-30T00:35:08.6768613Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-08-30T00:35:08.6770177Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-08-30T00:35:08.6771791Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-08-30T00:35:08.6773184Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-08-30T00:35:08.6775115Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-08-30T00:35:08.6777598Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-08-30T00:35:08.6780188Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-08-30T00:35:08.6782997Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-08-30T00:35:08.6784897Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-08-30T00:35:08.6787039Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-08-30T00:35:08.6788609Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-08-30T00:35:08.6790803Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-08-30T00:35:08.6792279Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-08-30T00:35:08.6793651Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-08-30T00:35:08.6795244Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-08-30T00:35:19.2809307Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-08-30T00:35:19.2810894Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-08-30T00:35:19.2812525Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-08-30T00:35:19.2814065Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-08-30T00:35:19.2815690Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-08-30T00:35:19.2817292Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-08-30T00:35:19.2818732Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-08-30T00:35:19.2820072Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-08-30T00:35:19.2821372Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-08-30T00:35:19.2822663Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-08-30T00:35:19.2823995Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-08-30T00:35:19.2825641Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-08-30T00:35:19.2827022Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-08-30T00:35:19.2828377Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-08-30T00:35:19.2829663Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-08-30T00:35:19.2830949Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-08-30T00:35:19.2832250Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-08-30T00:35:19.2833548Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-08-30T00:35:19.2834861Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-08-30T00:35:19.2836185Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-08-30T00:35:19.2837417Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/vlog.c.o 2025-08-30T00:35:19.2838262Z [ 98%] Linking C static library libxnnpack-microkernels-prod.a 2025-08-30T00:35:19.2838731Z [ 98%] Built target xnnpack-microkernels-prod 2025-08-30T00:35:19.2839123Z [ 98%] Generating build_identifier.c 2025-08-30T00:35:19.2839839Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-08-30T00:35:19.2840897Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-08-30T00:35:19.2842011Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-08-30T00:35:19.2843088Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-08-30T00:35:19.2844148Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-08-30T00:35:19.2845221Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-08-30T00:35:19.2846281Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-08-30T00:35:19.2847334Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-08-30T00:35:19.2848398Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-08-30T00:35:19.2849495Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-08-30T00:35:19.2850564Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-08-30T00:35:19.2851700Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-08-30T00:35:19.2852744Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-08-30T00:35:19.2853881Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-08-30T00:35:19.2854995Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-08-30T00:35:19.2856098Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-08-30T00:35:19.2857134Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-08-30T00:35:19.2858339Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-08-30T00:35:19.2859460Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-08-30T00:35:19.2860509Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-08-30T00:35:19.2861577Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-08-30T00:35:19.2862610Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-08-30T00:35:19.2863658Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-08-30T00:35:19.2864611Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-08-30T00:35:19.2865468Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-08-30T00:35:19.2866379Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-08-30T00:35:19.2867048Z [100%] Linking CXX static library libXNNPACK.a 2025-08-30T00:35:19.2867419Z [100%] Built target XNNPACK 2025-08-30T00:35:19.2867997Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-08-30T00:35:19.2868906Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-08-30T00:35:19.2869790Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-08-30T00:35:19.2870681Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-08-30T00:35:19.2871652Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-08-30T00:35:19.2872615Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-08-30T00:35:19.2873324Z [100%] Linking CXX static library libxnnpack_backend.a 2025-08-30T00:35:19.2873733Z [100%] Built target xnnpack_backend 2025-08-30T00:35:19.2874285Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-08-30T00:35:19.2875017Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-08-30T00:35:19.2875510Z [100%] Built target portable_lib 2025-08-30T00:35:19.2875873Z [ 50%] Built target flatbuffers_external_project 2025-08-30T00:35:19.2876240Z [ 50%] Built target common_schema 2025-08-30T00:35:19.2876575Z [ 50%] Built target program_schema 2025-08-30T00:35:19.2876908Z [100%] Built target executorch_core 2025-08-30T00:35:19.2877468Z [100%] Building CXX object codegen/tools/CMakeFiles/selective_build.dir/selective_build.cpp.o 2025-08-30T00:35:19.2878223Z [100%] Linking CXX shared library selective_build.cpython-310-x86_64-linux-gnu.so 2025-08-30T00:35:19.2878743Z [100%] Built target selective_build 2025-08-30T00:35:19.2879112Z [ 50%] Built target flatbuffers_external_project 2025-08-30T00:35:19.2879488Z [ 50%] Built target scalar_type_schema 2025-08-30T00:35:19.2879841Z [ 50%] Built target common_schema 2025-08-30T00:35:19.2880164Z [ 50%] Built target flat_tensor_schema 2025-08-30T00:35:19.2880511Z [ 50%] Built target program_schema 2025-08-30T00:35:19.2880848Z [100%] Built target executorch_core 2025-08-30T00:35:19.2881183Z [100%] Built target extension_data_loader 2025-08-30T00:35:19.2881625Z [100%] Built target extension_flat_tensor 2025-08-30T00:35:19.2882180Z [100%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-08-30T00:35:19.2882814Z [100%] Linking CXX static library libextension_module.a 2025-08-30T00:35:27.8867217Z [100%] Built target extension_module 2025-08-30T00:35:27.8867998Z [ 1%] Built target flatbuffers_external_project 2025-08-30T00:35:27.8869034Z [ 1%] Built target flatcc_external_project 2025-08-30T00:35:27.8869740Z [ 1%] Built target xnnpack-sanitizers 2025-08-30T00:35:27.8870417Z [ 1%] Built target pthreadpool 2025-08-30T00:35:27.8871013Z [ 1%] Built target common_schema 2025-08-30T00:35:27.8871640Z [ 1%] Built target scalar_type_schema 2025-08-30T00:35:27.8872286Z [ 3%] Built target xnnpack_schema 2025-08-30T00:35:27.8872908Z [ 6%] Built target cpuinfo 2025-08-30T00:35:27.8873474Z [ 6%] Built target flatccrt 2025-08-30T00:35:27.8874065Z [ 6%] Built target xnnpack-logging 2025-08-30T00:35:27.8874726Z [ 6%] Built target xnnpack-indirection 2025-08-30T00:35:27.8875434Z [ 6%] Built target xnnpack-microparams-init 2025-08-30T00:35:27.8876169Z [ 6%] Built target xnnpack-normalization 2025-08-30T00:35:27.8876851Z [ 6%] Built target xnnpack-datatype 2025-08-30T00:35:27.8877507Z [ 6%] Built target program_schema 2025-08-30T00:35:27.8878137Z [ 6%] Built target flat_tensor_schema 2025-08-30T00:35:27.8878844Z [ 6%] Built target xnnpack-hardware-config 2025-08-30T00:35:27.8879542Z [ 6%] Built target xnnpack-pack-lh 2025-08-30T00:35:27.8880203Z [ 7%] Built target xnnpack-allocator 2025-08-30T00:35:27.8880875Z [ 7%] Built target xnnpack-packing 2025-08-30T00:35:27.8881510Z [ 7%] Built target xnnpack-cache 2025-08-30T00:35:27.8882138Z [ 7%] Built target xnnpack-memory 2025-08-30T00:35:27.8882754Z [ 7%] Built target xnnpack-mutex 2025-08-30T00:35:27.8883415Z [ 7%] Built target xnnpack-operator-utils 2025-08-30T00:35:27.8884168Z [ 7%] Built target xnnpack-reference-ukernels 2025-08-30T00:35:27.8884917Z [ 7%] Built target xnnpack-operator-run 2025-08-30T00:35:27.8885637Z [ 7%] Built target xnnpack-microkernel-utils 2025-08-30T00:35:27.8886363Z [ 9%] Built target executorch_core 2025-08-30T00:35:27.8887189Z [ 12%] Built target xnnpack-operators 2025-08-30T00:35:27.8887871Z [ 12%] Built target extension_data_loader 2025-08-30T00:35:27.8888567Z [ 12%] Built target extension_flat_tensor 2025-08-30T00:35:27.8889245Z [ 13%] Built target extension_tensor 2025-08-30T00:35:27.8889885Z [ 13%] Built target executorch 2025-08-30T00:35:27.8890482Z [ 13%] Built target extension_threadpool 2025-08-30T00:35:27.8891291Z [ 13%] Built target extension_module_static 2025-08-30T00:35:27.8891964Z [ 15%] Built target etdump 2025-08-30T00:35:27.8892557Z [ 18%] Built target xnnpack-subgraph 2025-08-30T00:35:27.8893218Z [ 19%] Built target kernels_util_all_deps 2025-08-30T00:35:27.8895346Z [ 19%] Building CXX object extension/training/CMakeFiles/extension_training.dir/module/training_module.cpp.o 2025-08-30T00:35:27.8897219Z [ 19%] Building CXX object extension/training/CMakeFiles/extension_training.dir/optimizer/sgd.cpp.o 2025-08-30T00:35:27.8898412Z [ 19%] Built target util 2025-08-30T00:35:27.8899072Z [ 19%] Linking CXX static library libextension_training.a 2025-08-30T00:35:27.8899910Z [ 19%] Built target extension_training 2025-08-30T00:35:27.8900624Z [ 98%] Built target xnnpack-microkernels-prod 2025-08-30T00:35:27.8901333Z [100%] Built target XNNPACK 2025-08-30T00:35:27.8901922Z [100%] Built target xnnpack_backend 2025-08-30T00:35:27.8903141Z [100%] Building CXX object extension/training/CMakeFiles/_training_lib.dir/pybindings/_training_lib.cpp.o 2025-08-30T00:35:27.8904706Z [100%] Linking CXX shared library _training_lib.cpython-310-x86_64-linux-gnu.so 2025-08-30T00:35:27.8905675Z [100%] Built target _training_lib 2025-08-30T00:35:27.8907147Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-08-30T00:35:27.8909655Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-08-30T00:35:27.8912043Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-08-30T00:35:27.8915027Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-08-30T00:35:27.8917264Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-08-30T00:35:27.8918746Z [ 0%] Linking CXX static library libcoreml_util.a 2025-08-30T00:35:27.8919467Z [ 0%] Built target coreml_util 2025-08-30T00:35:27.8920160Z [ 0%] Linking CXX static library libcoreml_inmemoryfs.a 2025-08-30T00:35:27.8920933Z [ 0%] Built target coreml_inmemoryfs 2025-08-30T00:35:27.8922452Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-08-30T00:35:27.8924938Z [100%] Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-08-30T00:35:27.8926881Z [100%] Linking CXX shared library executorchcoreml.cpython-310-x86_64-linux-gnu.so 2025-08-30T00:35:27.8927928Z [100%] Built target executorchcoreml 2025-08-30T00:35:27.8928615Z [ 0%] Built target flatcc_external_project 2025-08-30T00:35:27.8929302Z [ 1%] Built target xnnpack-sanitizers 2025-08-30T00:35:27.8930015Z [ 1%] Built target flatbuffers_external_project 2025-08-30T00:35:27.8930719Z [ 1%] Built target pthreadpool 2025-08-30T00:35:27.8931404Z [ 3%] Built target cpuinfo 2025-08-30T00:35:27.8931963Z [ 3%] Built target common_schema 2025-08-30T00:35:27.8932593Z [ 3%] Built target scalar_type_schema 2025-08-30T00:35:27.8933238Z [ 4%] Built target xnnpack_schema 2025-08-30T00:35:27.8933863Z [ 4%] Built target flatccrt 2025-08-30T00:35:27.8934436Z [ 6%] Built target eigen_blas 2025-08-30T00:35:27.8935025Z [ 6%] Built target xnnpack-logging 2025-08-30T00:35:27.8935683Z [ 6%] Built target xnnpack-indirection 2025-08-30T00:35:27.8936387Z [ 6%] Built target xnnpack-microparams-init 2025-08-30T00:35:27.8937132Z [ 6%] Built target xnnpack-normalization 2025-08-30T00:35:27.8937809Z [ 6%] Built target xnnpack-datatype 2025-08-30T00:35:27.8938469Z [ 6%] Built target program_schema 2025-08-30T00:35:27.8939043Z [ 6%] Built target flat_tensor_schema 2025-08-30T00:35:27.8939660Z [ 6%] Built target xnnpack-hardware-config 2025-08-30T00:35:27.8940356Z [ 7%] Built target xnnpack-allocator 2025-08-30T00:35:27.8941018Z [ 7%] Built target xnnpack-pack-lh 2025-08-30T00:35:27.8941600Z [ 7%] Built target xnnpack-packing 2025-08-30T00:35:27.8942091Z [ 7%] Built target xnnpack-cache 2025-08-30T00:35:27.8942612Z [ 7%] Built target xnnpack-memory 2025-08-30T00:35:27.8943229Z [ 7%] Built target xnnpack-mutex 2025-08-30T00:35:27.8943865Z [ 7%] Built target xnnpack-operator-utils 2025-08-30T00:35:27.8944451Z [ 7%] Built target xnnpack-operator-run 2025-08-30T00:35:27.8944849Z [ 7%] Built target xnnpack-reference-ukernels 2025-08-30T00:35:27.8945247Z [ 7%] Built target xnnpack-microkernel-utils 2025-08-30T00:35:27.8945632Z [ 8%] Built target executorch_core 2025-08-30T00:35:27.8945975Z [ 10%] Built target xnnpack-operators 2025-08-30T00:35:27.8946443Z [ 10%] Built target extension_data_loader 2025-08-30T00:35:27.8946811Z [ 10%] Built target extension_threadpool 2025-08-30T00:35:27.8947146Z [ 10%] Built target executorch 2025-08-30T00:35:27.8947478Z [ 10%] Built target extension_flat_tensor 2025-08-30T00:35:27.8947824Z [ 12%] Built target extension_tensor 2025-08-30T00:35:27.8948170Z [ 13%] Built target kernels_util_all_deps 2025-08-30T00:35:27.8948509Z [ 14%] Built target bundled_program 2025-08-30T00:35:27.8948835Z [ 15%] Built target etdump 2025-08-30T00:35:27.8949276Z [ 18%] Built target xnnpack-subgraph 2025-08-30T00:35:27.8949602Z [ 18%] Built target cpublas 2025-08-30T00:35:27.8949928Z [ 18%] Built target extension_module_static 2025-08-30T00:35:27.8950274Z [ 18%] Built target bundled_module 2025-08-30T00:35:27.8950597Z [ 18%] Built target util 2025-08-30T00:35:27.8950887Z [ 19%] Built target optimized_kernels 2025-08-30T00:35:27.8951261Z [ 82%] Built target xnnpack-microkernels-prod 2025-08-30T00:35:27.8951683Z [ 84%] Built target XNNPACK 2025-08-30T00:35:27.8951989Z [ 84%] Built target xnnpack_backend 2025-08-30T00:35:27.8952332Z [ 98%] Built target optimized_portable_kernels 2025-08-30T00:35:27.8952728Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-08-30T00:35:27.8953290Z [ 98%] Built target portable_lib 2025-08-30T00:35:27.8954425Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-08-30T00:35:27.8956183Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-08-30T00:35:27.8957855Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-08-30T00:35:27.8959576Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-08-30T00:35:27.8961543Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-08-30T00:35:27.8963637Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-08-30T00:35:27.8965555Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-08-30T00:35:27.8967468Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-08-30T00:35:27.8969278Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-08-30T00:35:27.8971011Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-08-30T00:35:27.8972405Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-08-30T00:35:27.8973174Z [100%] Built target custom_ops_aot_lib 2025-08-30T00:35:27.8973846Z [ 1%] Built target flatbuffers_external_project 2025-08-30T00:35:27.8974577Z [ 1%] Built target flatcc_external_project 2025-08-30T00:35:27.8975239Z [ 1%] Built target xnnpack-sanitizers 2025-08-30T00:35:27.8975867Z [ 1%] Built target pthreadpool 2025-08-30T00:35:27.8976426Z [ 3%] Built target cpuinfo 2025-08-30T00:35:27.8976968Z [ 4%] Built target eigen_blas 2025-08-30T00:35:27.8977555Z [ 4%] Built target scalar_type_schema 2025-08-30T00:35:27.8978169Z [ 4%] Built target common_schema 2025-08-30T00:35:27.8978779Z [ 6%] Built target xnnpack_schema 2025-08-30T00:35:27.8979352Z [ 6%] Built target flatccrt 2025-08-30T00:35:27.8979929Z [ 6%] Built target xnnpack-logging 2025-08-30T00:35:27.8980539Z [ 6%] Built target xnnpack-indirection 2025-08-30T00:35:27.8981222Z [ 6%] Built target xnnpack-microparams-init 2025-08-30T00:35:27.8981916Z [ 6%] Built target xnnpack-normalization 2025-08-30T00:35:27.8982564Z [ 6%] Built target xnnpack-datatype 2025-08-30T00:35:27.8983187Z [ 6%] Built target program_schema 2025-08-30T00:35:27.8983781Z [ 6%] Built target flat_tensor_schema 2025-08-30T00:35:27.8984460Z [ 6%] Built target xnnpack-hardware-config 2025-08-30T00:35:27.8985135Z [ 6%] Built target xnnpack-pack-lh 2025-08-30T00:35:27.8985800Z [ 7%] Built target xnnpack-packing 2025-08-30T00:35:27.8986432Z [ 7%] Built target xnnpack-allocator 2025-08-30T00:35:27.8987095Z [ 7%] Built target xnnpack-cache 2025-08-30T00:35:27.8987692Z [ 7%] Built target xnnpack-memory 2025-08-30T00:35:27.8988319Z [ 7%] Built target xnnpack-mutex 2025-08-30T00:35:27.8988964Z [ 7%] Built target xnnpack-operator-run 2025-08-30T00:35:27.8989878Z [ 7%] Built target xnnpack-reference-ukernels 2025-08-30T00:35:27.8990615Z [ 7%] Built target xnnpack-operator-utils 2025-08-30T00:35:27.8991347Z [ 7%] Built target xnnpack-microkernel-utils 2025-08-30T00:35:27.8992080Z [ 8%] Built target executorch_core 2025-08-30T00:35:27.8992703Z [ 10%] Built target xnnpack-operators 2025-08-30T00:35:27.8993391Z [ 10%] Built target extension_data_loader 2025-08-30T00:35:27.8994102Z [ 10%] Built target executorch 2025-08-30T00:35:27.8994718Z [ 10%] Built target extension_flat_tensor 2025-08-30T00:35:27.8995361Z [ 12%] Built target extension_tensor 2025-08-30T00:35:27.8995942Z [ 12%] Built target extension_threadpool 2025-08-30T00:35:27.8997448Z [ 13%] Built target kernels_util_all_deps 2025-08-30T00:35:27.8998121Z [ 14%] Built target bundled_program 2025-08-30T00:35:34.7208816Z [ 14%] Built target extension_module_static 2025-08-30T00:35:34.7209745Z [ 15%] Built target etdump 2025-08-30T00:35:34.7210298Z [ 18%] Built target xnnpack-subgraph 2025-08-30T00:35:34.7210734Z [ 18%] Built target bundled_module 2025-08-30T00:35:34.7211072Z [ 18%] Built target cpublas 2025-08-30T00:35:34.7211469Z [ 19%] Built target optimized_kernels 2025-08-30T00:35:34.7211812Z [ 19%] Built target util 2025-08-30T00:35:34.7212127Z [ 33%] Built target optimized_portable_kernels 2025-08-30T00:35:34.7212537Z [ 33%] Built target optimized_native_cpu_ops_lib 2025-08-30T00:35:34.7212996Z [ 96%] Built target xnnpack-microkernels-prod 2025-08-30T00:35:34.7213454Z [ 97%] Built target XNNPACK 2025-08-30T00:35:34.7213767Z [ 97%] Built target xnnpack_backend 2025-08-30T00:35:34.7214102Z [ 97%] Built target portable_lib 2025-08-30T00:35:34.7214766Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-08-30T00:35:34.7215724Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-08-30T00:35:34.7216726Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-08-30T00:35:34.7217876Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-08-30T00:35:34.7218864Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-08-30T00:35:34.7220040Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-08-30T00:35:34.7221045Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-08-30T00:35:34.7222064Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-08-30T00:35:34.7223178Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-08-30T00:35:34.7224148Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-08-30T00:35:34.7224955Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-08-30T00:35:34.7225533Z [ 98%] Built target quantized_pybind_kernels_lib 2025-08-30T00:35:34.7226036Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-08-30T00:35:34.7226536Z [ 98%] Generating code for kernel registration 2025-08-30T00:35:34.7227474Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-08-30T00:35:34.7228481Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-08-30T00:35:34.7228925Z [ 98%] Built target quantized_ops_pybind_lib 2025-08-30T00:35:34.7229396Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-08-30T00:35:34.7232819Z 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-08-30T00:35:34.7236081Z [ 98%] Generating code for kernel registration 2025-08-30T00:35:34.7236866Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-08-30T00:35:34.7238023Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-08-30T00:35:34.7239147Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-08-30T00:35:34.7240033Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-08-30T00:35:34.7240948Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-08-30T00:35:34.7242069Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-08-30T00:35:34.7243009Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-08-30T00:35:34.7243945Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-08-30T00:35:34.7244976Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-08-30T00:35:34.7245931Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-08-30T00:35:34.7246999Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-08-30T00:35:34.7247924Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-08-30T00:35:34.7248930Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-08-30T00:35:34.7250175Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-08-30T00:35:34.7251043Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-08-30T00:35:34.7251569Z [100%] Built target quantized_ops_aot_lib 2025-08-30T00:35:34.7251923Z running build_py 2025-08-30T00:35:34.7252337Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends 2025-08-30T00:35:34.7253200Z copying src/executorch/backends/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends 2025-08-30T00:35:34.7253954Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-08-30T00:35:34.7254667Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-08-30T00:35:34.7255638Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-08-30T00:35:34.7256508Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-08-30T00:35:34.7257381Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-08-30T00:35:34.7258113Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-08-30T00:35:34.7259047Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-08-30T00:35:34.7259789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7260535Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7261573Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7262477Z copying src/executorch/exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7263526Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7264729Z copying src/executorch/exir/debug_handle_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7266090Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7267081Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7268062Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7268948Z copying src/executorch/exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7269841Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7270681Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7271796Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7272710Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7273779Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7274656Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7275676Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7276598Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7277477Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7278331Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7279338Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7280175Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7281181Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7281991Z copying src/executorch/exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7283014Z copying src/executorch/exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7283827Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:34.7284704Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/export 2025-08-30T00:35:34.7285416Z copying src/executorch/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export 2025-08-30T00:35:34.7364031Z copying src/executorch/export/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export 2025-08-30T00:35:34.7365131Z copying src/executorch/export/recipe.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export 2025-08-30T00:35:34.7366119Z copying src/executorch/export/recipe_provider.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export 2025-08-30T00:35:34.7367083Z copying src/executorch/export/recipe_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export 2025-08-30T00:35:34.7368101Z copying src/executorch/export/stages.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export 2025-08-30T00:35:34.7369024Z copying src/executorch/export/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export 2025-08-30T00:35:34.7370036Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-08-30T00:35:34.7370814Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-08-30T00:35:34.7371717Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-08-30T00:35:34.7372702Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-08-30T00:35:34.7373658Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-08-30T00:35:34.7374641Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-08-30T00:35:34.7375474Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7376387Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7377493Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7378607Z copying src/executorch/backends/arm/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7379734Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7380881Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7382023Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7383241Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7384338Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7385479Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7386687Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7387809Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7388982Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-08-30T00:35:34.7389953Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-08-30T00:35:34.7390879Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-08-30T00:35:34.7392188Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-08-30T00:35:34.7393468Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-08-30T00:35:34.7394855Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-08-30T00:35:34.7395879Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-08-30T00:35:34.7396824Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-08-30T00:35:34.7397973Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-08-30T00:35:34.7399464Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-08-30T00:35:34.7400377Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-08-30T00:35:34.7401586Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-08-30T00:35:34.7402852Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-08-30T00:35:34.7404071Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-08-30T00:35:34.7405391Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-08-30T00:35:34.7406254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-08-30T00:35:34.7407127Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-08-30T00:35:34.7408278Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-08-30T00:35:34.7409482Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-08-30T00:35:34.7410539Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-08-30T00:35:34.7411643Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-08-30T00:35:34.7412622Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7413639Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7414915Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7416470Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7417785Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7419321Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7420915Z copying src/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7422401Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7423760Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7425180Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7426402Z copying src/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7427622Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7428868Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7430177Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7431628Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7433111Z copying src/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-08-30T00:35:34.7434178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-08-30T00:35:34.7435153Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-08-30T00:35:34.7436256Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-08-30T00:35:34.7437377Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-08-30T00:35:34.7438525Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-08-30T00:35:34.7439904Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-08-30T00:35:34.7440960Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-08-30T00:35:34.7441939Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-08-30T00:35:34.7443394Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-08-30T00:35:34.7498794Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-08-30T00:35:34.7500166Z copying src/executorch/backends/apple/coreml/logging.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-08-30T00:35:34.7501301Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-08-30T00:35:34.7502208Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-08-30T00:35:34.7503368Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-08-30T00:35:34.7504599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-08-30T00:35:34.7505770Z copying src/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-08-30T00:35:34.7507418Z copying src/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-08-30T00:35:34.7509056Z copying src/executorch/backends/apple/coreml/compiler/enumerated_shape_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-08-30T00:35:34.7510798Z copying src/executorch/backends/apple/coreml/compiler/torch_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-08-30T00:35:34.7511922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-08-30T00:35:34.7513224Z copying src/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-08-30T00:35:34.7514792Z copying src/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-08-30T00:35:34.7515969Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-08-30T00:35:34.7517306Z copying src/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-08-30T00:35:34.7518824Z copying src/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-08-30T00:35:34.7520227Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/recipes 2025-08-30T00:35:34.7521302Z copying src/executorch/backends/apple/coreml/recipes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/recipes 2025-08-30T00:35:34.7523165Z copying src/executorch/backends/apple/coreml/recipes/coreml_recipe_provider.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/recipes 2025-08-30T00:35:34.7524703Z copying src/executorch/backends/apple/coreml/recipes/coreml_recipe_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/recipes 2025-08-30T00:35:34.7525814Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-08-30T00:35:34.7527103Z 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-08-30T00:35:34.7528579Z 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-08-30T00:35:34.7530011Z copying src/executorch/backends/apple/coreml/test/test_coreml_recipes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-08-30T00:35:34.7531515Z copying src/executorch/backends/apple/coreml/test/test_coreml_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-08-30T00:35:34.7533060Z copying src/executorch/backends/apple/coreml/test/test_enumerated_shapes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-08-30T00:35:34.7534643Z copying src/executorch/backends/apple/coreml/test/test_torch_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-08-30T00:35:34.7536189Z copying src/executorch/backends/apple/coreml/test/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-08-30T00:35:34.7537329Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-08-30T00:35:34.7539073Z 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-08-30T00:35:34.7540434Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7541698Z copying src/executorch/backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7543190Z copying src/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7544972Z copying src/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7546425Z copying src/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7548087Z copying src/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7549697Z copying src/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7551306Z copying src/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7553057Z 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-08-30T00:35:34.7554502Z copying src/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7556324Z copying src/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7557760Z copying src/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7559610Z copying src/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7561183Z 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-08-30T00:35:34.7562862Z 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-08-30T00:35:34.7564398Z copying src/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7565961Z copying src/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7567567Z copying src/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7569052Z copying src/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7570703Z copying src/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7572265Z copying src/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-08-30T00:35:34.7573523Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-08-30T00:35:34.7574700Z copying src/executorch/backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-08-30T00:35:34.7576222Z copying src/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-08-30T00:35:34.7577508Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-08-30T00:35:34.7578684Z 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-08-30T00:35:34.7580588Z 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-08-30T00:35:34.7581766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-08-30T00:35:34.7583036Z copying src/executorch/backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-08-30T00:35:34.7678683Z 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-08-30T00:35:34.7680637Z 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-08-30T00:35:34.7681989Z 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-08-30T00:35:34.7683654Z 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-08-30T00:35:34.7685011Z 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-08-30T00:35:34.7686673Z 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-08-30T00:35:34.7687692Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-08-30T00:35:34.7688884Z copying src/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-08-30T00:35:34.7690497Z copying src/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-08-30T00:35:34.7691792Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7692979Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7694142Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7695635Z copying src/executorch/backends/arm/_passes/add_bias_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7696901Z copying src/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7698406Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7700547Z copying src/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7702317Z copying src/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7704029Z copying src/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7705761Z copying src/executorch/backends/arm/_passes/cast_bool_to_int8_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7707164Z copying src/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7708368Z copying src/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7709613Z copying src/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7710937Z 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-08-30T00:35:34.7712273Z 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-08-30T00:35:34.7713604Z 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-08-30T00:35:34.7714898Z 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-08-30T00:35:34.7716144Z copying src/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7717403Z copying src/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7718780Z copying src/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7720045Z copying src/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7721291Z copying src/executorch/backends/arm/_passes/decompose_acosh_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7722605Z copying src/executorch/backends/arm/_passes/decompose_adaptive_avg_pool2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7724110Z copying src/executorch/backends/arm/_passes/decompose_addmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7725403Z copying src/executorch/backends/arm/_passes/decompose_asin_and_acos_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7726919Z copying src/executorch/backends/arm/_passes/decompose_asinh_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7728185Z copying src/executorch/backends/arm/_passes/decompose_atan_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7729482Z copying src/executorch/backends/arm/_passes/decompose_atanh_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7730811Z copying src/executorch/backends/arm/_passes/decompose_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7732261Z copying src/executorch/backends/arm/_passes/decompose_batch_norm_no_stats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7733610Z copying src/executorch/backends/arm/_passes/decompose_cosh_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7734936Z copying src/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7736409Z copying src/executorch/backends/arm/_passes/decompose_cumsum_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7737657Z copying src/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7739053Z copying src/executorch/backends/arm/_passes/decompose_embedding_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7740349Z copying src/executorch/backends/arm/_passes/decompose_expm1_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7741644Z copying src/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7742960Z copying src/executorch/backends/arm/_passes/decompose_glu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7744257Z copying src/executorch/backends/arm/_passes/decompose_grouped_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7745615Z copying src/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7746918Z copying src/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7748332Z copying src/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7749674Z 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-08-30T00:35:34.7751117Z copying src/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7752374Z copying src/executorch/backends/arm/_passes/decompose_logit_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7753686Z copying src/executorch/backends/arm/_passes/decompose_masked_fill.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7755066Z copying src/executorch/backends/arm/_passes/decompose_maxpool2d_with_dilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7756549Z copying src/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7857844Z copying src/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7859600Z copying src/executorch/backends/arm/_passes/decompose_round_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7860865Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7862363Z copying src/executorch/backends/arm/_passes/decompose_sign_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7863611Z copying src/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7865102Z copying src/executorch/backends/arm/_passes/decompose_sinh_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7866371Z copying src/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7867920Z copying src/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7869237Z copying src/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7870711Z copying src/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7871959Z copying src/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7873496Z copying src/executorch/backends/arm/_passes/decorate_fp32_to_int32_casting_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7874869Z 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-08-30T00:35:34.7876487Z copying src/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7877763Z copying src/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7879273Z copying src/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7880629Z copying src/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7882193Z copying src/executorch/backends/arm/_passes/insert_int64_input_cast_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7883532Z copying src/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7885000Z copying src/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7886263Z copying src/executorch/backends/arm/_passes/match_arg_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7887616Z copying src/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7889117Z copying src/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7890275Z copying src/executorch/backends/arm/_passes/quant_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7891874Z copying src/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7893138Z copying src/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7894690Z 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-08-30T00:35:34.7896018Z copying src/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7897535Z copying src/executorch/backends/arm/_passes/size_adjust_input_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7898801Z copying src/executorch/backends/arm/_passes/to_tosa_memory_format_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7900699Z copying src/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7902064Z copying src/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-08-30T00:35:34.7903113Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/common 2025-08-30T00:35:34.7904278Z copying src/executorch/backends/arm/common/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/common 2025-08-30T00:35:34.7905538Z copying src/executorch/backends/arm/common/debug.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/common 2025-08-30T00:35:34.7906575Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu 2025-08-30T00:35:34.7907583Z copying src/executorch/backends/arm/ethosu/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu 2025-08-30T00:35:34.7908868Z copying src/executorch/backends/arm/ethosu/backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu 2025-08-30T00:35:34.7910311Z copying src/executorch/backends/arm/ethosu/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu 2025-08-30T00:35:34.7911307Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-08-30T00:35:34.7912592Z copying src/executorch/backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-08-30T00:35:34.7914244Z copying src/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-08-30T00:35:34.7915804Z copying src/executorch/backends/arm/operator_support/embedding_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-08-30T00:35:34.7917396Z 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-08-30T00:35:34.7919089Z copying src/executorch/backends/arm/operator_support/index_select_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-08-30T00:35:34.7920790Z copying src/executorch/backends/arm/operator_support/index_tensor_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-08-30T00:35:34.7922549Z copying src/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-08-30T00:35:34.7924984Z 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-08-30T00:35:34.7927458Z 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-08-30T00:35:34.7930035Z 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-08-30T00:35:34.7932489Z 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-08-30T00:35:34.7934982Z 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-08-30T00:35:34.7937632Z 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-08-30T00:35:34.7940356Z 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-08-30T00:35:34.7942444Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.7944211Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.7946403Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8001880Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8004588Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8007000Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8009354Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8011783Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8014174Z copying src/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8016423Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8018553Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8020817Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8023226Z copying src/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8025634Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8027910Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8030156Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8032321Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8034764Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8037063Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8039354Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8041759Z copying src/executorch/backends/arm/operators/op_index_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8044172Z copying src/executorch/backends/arm/operators/op_index_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8046561Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8048846Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8051255Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8053531Z copying src/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8055716Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8057978Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8060317Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8062609Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8064969Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8067323Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8069558Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8071872Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8074219Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8076661Z copying src/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8079077Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8081440Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8083555Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8085772Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8087939Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8090151Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8092785Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8094954Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8096685Z copying src/executorch/backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8098145Z 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-08-30T00:35:34.8099685Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8101021Z copying src/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8102402Z copying src/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8103683Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8104911Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8106242Z copying src/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8107584Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8108864Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8110128Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-08-30T00:35:34.8111178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-08-30T00:35:34.8112140Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-08-30T00:35:34.8113498Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-08-30T00:35:34.8115010Z copying src/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-08-30T00:35:34.8116399Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-08-30T00:35:34.8117896Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-08-30T00:35:34.8119070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-08-30T00:35:34.8120044Z copying src/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-08-30T00:35:34.8121002Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-08-30T00:35:34.8168148Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-08-30T00:35:34.8169515Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-08-30T00:35:34.8170690Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-08-30T00:35:34.8171991Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-08-30T00:35:34.8173240Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-08-30T00:35:34.8174192Z copying src/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-08-30T00:35:34.8175208Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-08-30T00:35:34.8176464Z 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-08-30T00:35:34.8177977Z 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-08-30T00:35:34.8179370Z 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-08-30T00:35:34.8180833Z 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-08-30T00:35:34.8182294Z copying src/executorch/backends/arm/test/misc/test_extract_io_params_tosa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-08-30T00:35:34.8183757Z copying src/executorch/backends/arm/test/misc/test_int64.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-08-30T00:35:34.8185117Z 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-08-30T00:35:34.8186476Z 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-08-30T00:35:34.8188030Z 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-08-30T00:35:34.8189406Z 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-08-30T00:35:34.8190985Z 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-08-30T00:35:34.8192471Z 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-08-30T00:35:34.8194103Z 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-08-30T00:35:34.8195108Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-08-30T00:35:34.8196345Z copying src/executorch/backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-08-30T00:35:34.8197698Z 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-08-30T00:35:34.8199418Z 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-08-30T00:35:34.8200824Z copying src/executorch/backends/arm/test/models/test_inception_v3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-08-30T00:35:34.8202403Z copying src/executorch/backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-08-30T00:35:34.8203720Z 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-08-30T00:35:34.8205191Z 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-08-30T00:35:34.8206802Z 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-08-30T00:35:34.8208306Z 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-08-30T00:35:34.8209838Z 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-08-30T00:35:34.8211422Z 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-08-30T00:35:34.8212881Z 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-08-30T00:35:34.8213870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8214845Z copying src/executorch/backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8216236Z copying src/executorch/backends/arm/test/ops/test_acos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8217446Z copying src/executorch/backends/arm/test/ops/test_acosh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8218959Z copying src/executorch/backends/arm/test/ops/test_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8220228Z copying src/executorch/backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8221641Z copying src/executorch/backends/arm/test/ops/test_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8222889Z 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-08-30T00:35:34.8224288Z copying src/executorch/backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8225558Z copying src/executorch/backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8226853Z copying src/executorch/backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8228223Z copying src/executorch/backends/arm/test/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8229449Z copying src/executorch/backends/arm/test/ops/test_asin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8230871Z copying src/executorch/backends/arm/test/ops/test_asinh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8232087Z copying src/executorch/backends/arm/test/ops/test_at.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8233483Z copying src/executorch/backends/arm/test/ops/test_atan.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8234693Z copying src/executorch/backends/arm/test/ops/test_atanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8235943Z 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-08-30T00:35:34.8237439Z 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-08-30T00:35:34.8238689Z copying src/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8240241Z copying src/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8241437Z copying src/executorch/backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8242869Z copying src/executorch/backends/arm/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8244175Z copying src/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8245575Z copying src/executorch/backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8246859Z 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-08-30T00:35:34.8248130Z copying src/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8351612Z copying src/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8353176Z copying src/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8354516Z 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-08-30T00:35:34.8356085Z 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-08-30T00:35:34.8357452Z copying src/executorch/backends/arm/test/ops/test_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8358732Z copying src/executorch/backends/arm/test/ops/test_cosh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8360215Z copying src/executorch/backends/arm/test/ops/test_cumsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8361495Z 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-08-30T00:35:34.8363034Z copying src/executorch/backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8364275Z copying src/executorch/backends/arm/test/ops/test_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8365769Z copying src/executorch/backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8367027Z copying src/executorch/backends/arm/test/ops/test_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8368435Z copying src/executorch/backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8369724Z copying src/executorch/backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8371048Z copying src/executorch/backends/arm/test/ops/test_expm1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8372581Z copying src/executorch/backends/arm/test/ops/test_eye.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8373784Z copying src/executorch/backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8375234Z copying src/executorch/backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8376729Z copying src/executorch/backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8378187Z copying src/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8379465Z copying src/executorch/backends/arm/test/ops/test_glu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8381026Z 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-08-30T00:35:34.8382328Z copying src/executorch/backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8383833Z copying src/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8385189Z copying src/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8386696Z copying src/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8388050Z copying src/executorch/backends/arm/test/ops/test_index_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8389432Z copying src/executorch/backends/arm/test/ops/test_index_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8390905Z 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-08-30T00:35:34.8392131Z copying src/executorch/backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8393685Z 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-08-30T00:35:34.8394996Z 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-08-30T00:35:34.8396506Z copying src/executorch/backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8397798Z copying src/executorch/backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8399518Z copying src/executorch/backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8400773Z copying src/executorch/backends/arm/test/ops/test_logit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8402302Z copying src/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8403643Z copying src/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8405066Z copying src/executorch/backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8406544Z copying src/executorch/backends/arm/test/ops/test_masked_fill.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8407885Z copying src/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8409294Z 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-08-30T00:35:34.8410530Z copying src/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8412270Z 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-08-30T00:35:34.8413526Z copying src/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8415076Z copying src/executorch/backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8416280Z copying src/executorch/backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8417684Z copying src/executorch/backends/arm/test/ops/test_multihead_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8419087Z copying src/executorch/backends/arm/test/ops/test_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8420286Z copying src/executorch/backends/arm/test/ops/test_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8421716Z copying src/executorch/backends/arm/test/ops/test_ones.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8422951Z copying src/executorch/backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8424491Z copying src/executorch/backends/arm/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8425722Z copying src/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8427222Z copying src/executorch/backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8428477Z copying src/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8429722Z copying src/executorch/backends/arm/test/ops/test_round.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8431187Z copying src/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8432413Z copying src/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8433899Z 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-08-30T00:35:34.8526531Z copying src/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8528181Z copying src/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8529489Z copying src/executorch/backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8530894Z copying src/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8532331Z 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-08-30T00:35:34.8533792Z 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-08-30T00:35:34.8535242Z copying src/executorch/backends/arm/test/ops/test_sign.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8536624Z copying src/executorch/backends/arm/test/ops/test_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8538197Z copying src/executorch/backends/arm/test/ops/test_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8539578Z copying src/executorch/backends/arm/test/ops/test_sinh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8541196Z copying src/executorch/backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8542449Z copying src/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8543849Z copying src/executorch/backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8545154Z copying src/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8546622Z copying src/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8547838Z copying src/executorch/backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8549263Z copying src/executorch/backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8550619Z copying src/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8551977Z 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-08-30T00:35:34.8553375Z copying src/executorch/backends/arm/test/ops/test_unary_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8554774Z copying src/executorch/backends/arm/test/ops/test_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8556058Z copying src/executorch/backends/arm/test/ops/test_unflatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8557407Z copying src/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8558922Z 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-08-30T00:35:34.8560311Z 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-08-30T00:35:34.8561598Z copying src/executorch/backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8562800Z copying src/executorch/backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8564063Z copying src/executorch/backends/arm/test/ops/test_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8565469Z copying src/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-08-30T00:35:34.8566630Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-08-30T00:35:34.8567726Z 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-08-30T00:35:34.8569318Z 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-08-30T00:35:34.8570962Z 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-08-30T00:35:34.8572668Z 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-08-30T00:35:34.8574153Z 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-08-30T00:35:34.8575812Z 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-08-30T00:35:34.8577442Z copying src/executorch/backends/arm/test/passes/test_decompose_avg_pool2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-08-30T00:35:34.8579177Z 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-08-30T00:35:34.8580863Z 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-08-30T00:35:34.8582309Z 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-08-30T00:35:34.8583849Z 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-08-30T00:35:34.8585578Z 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-08-30T00:35:34.8587213Z 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-08-30T00:35:34.8588840Z 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-08-30T00:35:34.8590525Z copying src/executorch/backends/arm/test/passes/test_decorate_fp32_to_int32_casting_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-08-30T00:35:34.8591983Z 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-08-30T00:35:34.8593570Z 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-08-30T00:35:34.8595194Z 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-08-30T00:35:34.8596867Z 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-08-30T00:35:34.8598534Z copying src/executorch/backends/arm/test/passes/test_insert_int64_to_int32_cast_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-08-30T00:35:34.8600297Z 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-08-30T00:35:34.8601982Z copying src/executorch/backends/arm/test/passes/test_int32_cast_embedding_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-08-30T00:35:34.8603642Z 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-08-30T00:35:34.8605062Z 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-08-30T00:35:34.8606687Z 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-08-30T00:35:34.8608388Z copying src/executorch/backends/arm/test/passes/test_to_tosa_memory_format.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-08-30T00:35:34.8666146Z 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-08-30T00:35:34.8667645Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-08-30T00:35:34.8668781Z 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-08-30T00:35:34.8669869Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-08-30T00:35:34.8670907Z copying src/executorch/backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-08-30T00:35:34.8672399Z 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-08-30T00:35:34.8673989Z copying src/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-08-30T00:35:34.8675531Z copying src/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-08-30T00:35:34.8676592Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-08-30T00:35:34.8677784Z copying src/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-08-30T00:35:34.8678954Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/stable_diffusion 2025-08-30T00:35:34.8680492Z copying src/executorch/backends/arm/test/models/stable_diffusion/stable_diffusion_module_test_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/stable_diffusion 2025-08-30T00:35:34.8682633Z copying src/executorch/backends/arm/test/models/stable_diffusion/test_CLIPTextModelWithProjection.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/stable_diffusion 2025-08-30T00:35:34.8684713Z copying src/executorch/backends/arm/test/models/stable_diffusion/test_SD3Transformer2DModel.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/stable_diffusion 2025-08-30T00:35:34.8686733Z copying src/executorch/backends/arm/test/models/stable_diffusion/test_T5EncoderModel.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/stable_diffusion 2025-08-30T00:35:34.8688718Z copying src/executorch/backends/arm/test/models/stable_diffusion/test_vae_AutoencoderKL.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/stable_diffusion 2025-08-30T00:35:34.8690056Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect 2025-08-30T00:35:34.8691322Z copying src/executorch/backends/arm/tosa/dialect/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect 2025-08-30T00:35:34.8692693Z copying src/executorch/backends/arm/tosa/dialect/lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect 2025-08-30T00:35:34.8694156Z copying src/executorch/backends/arm/tosa/dialect/ops_registration.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect 2025-08-30T00:35:34.8695448Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect/ops 2025-08-30T00:35:34.8696526Z copying src/executorch/backends/arm/tosa/dialect/ops/rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect/ops 2025-08-30T00:35:34.8698128Z copying src/executorch/backends/arm/tosa/dialect/ops/table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect/ops 2025-08-30T00:35:34.8700220Z copying src/executorch/backends/arm/tosa/dialect/ops/transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect/ops 2025-08-30T00:35:34.8701286Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8702339Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8703534Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8704767Z copying src/executorch/backends/cadence/aot/compiler_funcs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8706035Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8707306Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8708555Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8709777Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8710988Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8712493Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8713983Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8715372Z copying src/executorch/backends/cadence/aot/memory_planning_algo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8716826Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8718220Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8719565Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8720858Z copying src/executorch/backends/cadence/aot/program_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8722210Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8723579Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8724909Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8726211Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8727606Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8728896Z copying src/executorch/backends/cadence/aot/type_dispatch.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8730179Z copying src/executorch/backends/cadence/aot/typing_stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8731594Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:34.8732757Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-08-30T00:35:34.8733806Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-08-30T00:35:34.8735133Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-08-30T00:35:34.8736622Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-08-30T00:35:34.8738057Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-08-30T00:35:34.8739030Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-08-30T00:35:34.8740113Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-08-30T00:35:34.8741536Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-08-30T00:35:34.8742880Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-08-30T00:35:34.8743980Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-08-30T00:35:34.8745191Z copying src/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-08-30T00:35:34.8746742Z copying src/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-08-30T00:35:34.8792955Z copying src/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-08-30T00:35:34.8794439Z copying src/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-08-30T00:35:34.8795514Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-08-30T00:35:34.8796912Z 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-08-30T00:35:34.8798626Z 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-08-30T00:35:34.8800494Z 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-08-30T00:35:34.8802061Z copying src/executorch/backends/cadence/aot/tests/test_idma_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-08-30T00:35:34.8803708Z 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-08-30T00:35:34.8805430Z 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-08-30T00:35:34.8806846Z copying src/executorch/backends/cadence/aot/tests/test_program_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-08-30T00:35:34.8808543Z copying src/executorch/backends/cadence/aot/tests/test_ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-08-30T00:35:34.8810240Z 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-08-30T00:35:34.8811904Z 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-08-30T00:35:34.8813584Z 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-08-30T00:35:34.8815060Z 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-08-30T00:35:34.8816828Z copying src/executorch/backends/cadence/aot/tests/test_type_dispatch_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-08-30T00:35:34.8818108Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-08-30T00:35:34.8819395Z copying src/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-08-30T00:35:34.8820726Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-08-30T00:35:34.8822072Z 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-08-30T00:35:34.8823957Z 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-08-30T00:35:34.8825440Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-08-30T00:35:34.8826826Z 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-08-30T00:35:34.8828686Z 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-08-30T00:35:34.8830635Z 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-08-30T00:35:34.8831941Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-08-30T00:35:34.8833300Z 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-08-30T00:35:34.8834779Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-08-30T00:35:34.8836253Z 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-08-30T00:35:34.8837713Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-08-30T00:35:34.8839270Z 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-08-30T00:35:34.8841061Z 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-08-30T00:35:34.8843078Z 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-08-30T00:35:34.8844931Z 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-08-30T00:35:34.8846619Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-08-30T00:35:34.8848412Z 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-08-30T00:35:34.8850777Z 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-08-30T00:35:34.8852820Z 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-08-30T00:35:34.8854687Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-08-30T00:35:34.8856473Z 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-08-30T00:35:34.8858487Z 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-08-30T00:35:34.8860914Z 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-08-30T00:35:34.8863209Z 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-08-30T00:35:34.8864858Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-08-30T00:35:34.8866492Z 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-08-30T00:35:34.8868774Z 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-08-30T00:35:34.8871147Z 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-08-30T00:35:34.8873438Z 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-08-30T00:35:34.8875149Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-08-30T00:35:34.8876592Z 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-08-30T00:35:34.8878753Z 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-08-30T00:35:34.8880479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-08-30T00:35:34.8911737Z 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-08-30T00:35:34.8914304Z 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-08-30T00:35:34.8917224Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-08-30T00:35:34.8920141Z 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-08-30T00:35:34.8924310Z 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-08-30T00:35:34.8927029Z 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-08-30T00:35:34.8931007Z 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-08-30T00:35:34.8934914Z 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-08-30T00:35:34.8938750Z 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-08-30T00:35:34.8942619Z 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-08-30T00:35:34.8945434Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-08-30T00:35:34.8948120Z 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-08-30T00:35:34.8951751Z 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-08-30T00:35:34.8955415Z 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-08-30T00:35:34.8959106Z 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-08-30T00:35:34.8962757Z 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-08-30T00:35:34.8966365Z 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-08-30T00:35:34.8969975Z 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-08-30T00:35:34.8973644Z 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-08-30T00:35:34.8977186Z 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-08-30T00:35:34.8980658Z 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-08-30T00:35:34.8984174Z 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-08-30T00:35:34.8987851Z 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-08-30T00:35:34.8991495Z 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-08-30T00:35:34.8995288Z 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-08-30T00:35:34.8999015Z 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-08-30T00:35:34.9001684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-08-30T00:35:34.9003527Z copying src/executorch/backends/cortex_m/ops/operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-08-30T00:35:34.9005391Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-08-30T00:35:34.9007327Z copying src/executorch/backends/cortex_m/passes/passes_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-08-30T00:35:34.9009989Z copying src/executorch/backends/cortex_m/passes/quantized_op_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-08-30T00:35:34.9012777Z 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-08-30T00:35:34.9014817Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-08-30T00:35:34.9016790Z copying src/executorch/backends/cortex_m/test/test_helpers_passes_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-08-30T00:35:34.9019468Z copying src/executorch/backends/cortex_m/test/test_quantize_op_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-08-30T00:35:34.9022102Z 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-08-30T00:35:34.9024368Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-08-30T00:35:34.9027099Z 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-08-30T00:35:34.9030818Z 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-08-30T00:35:34.9033495Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-08-30T00:35:34.9035869Z 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-08-30T00:35:34.9038830Z copying src/executorch/backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-08-30T00:35:34.9041678Z copying src/executorch/backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-08-30T00:35:34.9044596Z copying src/executorch/backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-08-30T00:35:34.9047497Z copying src/executorch/backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-08-30T00:35:34.9050405Z copying src/executorch/backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-08-30T00:35:34.9053416Z copying src/executorch/backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-08-30T00:35:34.9056485Z copying src/executorch/backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-08-30T00:35:34.9059318Z copying src/executorch/backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-08-30T00:35:34.9062363Z copying src/executorch/backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-08-30T00:35:34.9064533Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-08-30T00:35:34.9066439Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-08-30T00:35:34.9069175Z 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-08-30T00:35:34.9071399Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-08-30T00:35:34.9073395Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-08-30T00:35:34.9076039Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-08-30T00:35:34.9078749Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-08-30T00:35:34.9081437Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-08-30T00:35:34.9083264Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-08-30T00:35:34.9085002Z 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-08-30T00:35:34.9087151Z 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-08-30T00:35:34.9089896Z 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-08-30T00:35:34.9091311Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-08-30T00:35:34.9092425Z copying src/executorch/backends/nxp/backend/custom_delegation_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-08-30T00:35:34.9094891Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-08-30T00:35:34.9097335Z copying src/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-08-30T00:35:34.9100114Z copying src/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-08-30T00:35:34.9102732Z copying src/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-08-30T00:35:34.9104722Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/edge_passes 2025-08-30T00:35:34.9107024Z copying src/executorch/backends/nxp/edge_passes/move_auxiliary_operator_into_separate_qdq_cluster_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/edge_passes 2025-08-30T00:35:34.9109942Z copying src/executorch/backends/nxp/edge_passes/neutron_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/edge_passes 2025-08-30T00:35:34.9112603Z copying src/executorch/backends/nxp/edge_passes/neutron_edge_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/edge_passes 2025-08-30T00:35:34.9114881Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-08-30T00:35:34.9116866Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-08-30T00:35:34.9119598Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-08-30T00:35:34.9122029Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-08-30T00:35:34.9123859Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9125731Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9128150Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9130611Z copying src/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9133114Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9135472Z copying src/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9137906Z copying src/executorch/backends/nxp/tests/test_edge_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9140303Z copying src/executorch/backends/nxp/tests/test_integration.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9142721Z copying src/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9145309Z copying src/executorch/backends/nxp/tests/test_neutron_backend_executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9147953Z copying src/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9150574Z copying src/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9153098Z copying src/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9155598Z copying src/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9158102Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9160345Z copying src/executorch/backends/nxp/tests/test_removing_dead_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-08-30T00:35:34.9161363Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-08-30T00:35:34.9162429Z copying src/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-08-30T00:35:34.9163824Z copying src/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-08-30T00:35:34.9165148Z copying src/executorch/backends/nxp/backend/ir/logger.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-08-30T00:35:34.9166466Z copying src/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-08-30T00:35:34.9167703Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-08-30T00:35:34.9168850Z 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-08-30T00:35:34.9170464Z 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-08-30T00:35:34.9172205Z 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-08-30T00:35:34.9173818Z 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-08-30T00:35:34.9175023Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/edge_passes 2025-08-30T00:35:34.9176813Z copying src/executorch/backends/nxp/backend/ir/edge_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/edge_passes 2025-08-30T00:35:34.9179759Z copying src/executorch/backends/nxp/backend/ir/edge_passes/remove_io_quant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/edge_passes 2025-08-30T00:35:34.9182063Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-08-30T00:35:34.9184031Z 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-08-30T00:35:34.9186164Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-08-30T00:35:34.9188552Z 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-08-30T00:35:34.9191750Z 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-08-30T00:35:34.9194284Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-08-30T00:35:34.9196703Z 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-08-30T00:35:34.9200067Z 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-08-30T00:35:34.9203327Z 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-08-30T00:35:34.9206551Z 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-08-30T00:35:34.9209849Z 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-08-30T00:35:34.9213202Z 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-08-30T00:35:34.9215668Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-08-30T00:35:34.9218168Z 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-08-30T00:35:34.9221645Z 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-08-30T00:35:34.9225415Z 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-08-30T00:35:34.9229038Z 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-08-30T00:35:34.9232012Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-08-30T00:35:34.9234606Z 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-08-30T00:35:34.9238137Z 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-08-30T00:35:34.9241707Z 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-08-30T00:35:34.9245235Z 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-08-30T00:35:34.9248017Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-08-30T00:35:34.9250750Z 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-08-30T00:35:34.9253737Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:34.9256931Z 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-08-30T00:35:34.9261197Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/abs_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:34.9265702Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/adaptive_avg_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:34.9270272Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/add_tensor_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:34.9274684Z 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-08-30T00:35:34.9279105Z 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-08-30T00:35:34.9283498Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/cat_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:34.9287869Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/clone_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:34.9292425Z 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-08-30T00:35:34.9297156Z 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-08-30T00:35:34.9302043Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/hardtanh_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:34.9306496Z 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-08-30T00:35:34.9310945Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mean_dim_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:34.9315331Z 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-08-30T00:35:34.9319751Z 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-08-30T00:35:34.9324297Z 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-08-30T00:35:34.9328832Z 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-08-30T00:35:34.9333372Z 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-08-30T00:35:34.9337759Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/sigmoid_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:34.9342195Z 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-08-30T00:35:34.9346605Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/tanh_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:34.9351051Z 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-08-30T00:35:34.9354338Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-08-30T00:35:34.9357327Z 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-08-30T00:35:34.9361231Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/conv_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-08-30T00:35:34.9365476Z 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-08-30T00:35:34.9369672Z 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-08-30T00:35:34.9373854Z 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-08-30T00:35:34.9376778Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-08-30T00:35:34.9379172Z 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-08-30T00:35:34.9382305Z 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-08-30T00:35:34.9385583Z 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-08-30T00:35:34.9388926Z 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-08-30T00:35:34.9392016Z 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-08-30T00:35:34.9395198Z 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-08-30T00:35:34.9398391Z 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-08-30T00:35:34.9401952Z 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-08-30T00:35:34.9405356Z 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-08-30T00:35:34.9408774Z 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-08-30T00:35:34.9412501Z 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-08-30T00:35:34.9416311Z 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-08-30T00:35:34.9451923Z 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-08-30T00:35:34.9455311Z 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-08-30T00:35:34.9458665Z 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-08-30T00:35:34.9462135Z 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-08-30T00:35:34.9465292Z 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-08-30T00:35:34.9468686Z 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-08-30T00:35:34.9471935Z 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-08-30T00:35:34.9475366Z 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-08-30T00:35:34.9478621Z 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-08-30T00:35:34.9481791Z 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-08-30T00:35:34.9484921Z 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-08-30T00:35:34.9488056Z 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-08-30T00:35:34.9491488Z 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-08-30T00:35:34.9494933Z 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-08-30T00:35:34.9498257Z 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-08-30T00:35:34.9501644Z 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-08-30T00:35:34.9504762Z 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-08-30T00:35:34.9507973Z 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-08-30T00:35:34.9511211Z 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-08-30T00:35:34.9514616Z 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-08-30T00:35:34.9517875Z 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-08-30T00:35:34.9521194Z 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-08-30T00:35:34.9524655Z 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-08-30T00:35:34.9528082Z 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-08-30T00:35:34.9531403Z 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-08-30T00:35:34.9534675Z 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-08-30T00:35:34.9538169Z 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-08-30T00:35:34.9541330Z 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-08-30T00:35:34.9544925Z 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-08-30T00:35:34.9548577Z 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-08-30T00:35:34.9551971Z 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-08-30T00:35:34.9555133Z 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-08-30T00:35:34.9558318Z 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-08-30T00:35:34.9561645Z 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-08-30T00:35:34.9564844Z 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-08-30T00:35:34.9568074Z 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-08-30T00:35:34.9571423Z 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-08-30T00:35:34.9574806Z 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-08-30T00:35:34.9578443Z 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-08-30T00:35:34.9582028Z 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-08-30T00:35:34.9585284Z 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-08-30T00:35:34.9588433Z 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-08-30T00:35:34.9591694Z 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-08-30T00:35:34.9595028Z 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-08-30T00:35:34.9597538Z 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-08-30T00:35:34.9601064Z 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-08-30T00:35:34.9604523Z 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-08-30T00:35:34.9608138Z 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-08-30T00:35:34.9611824Z 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-08-30T00:35:34.9615054Z 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-08-30T00:35:34.9618114Z 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-08-30T00:35:34.9621294Z 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-08-30T00:35:34.9624590Z 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-08-30T00:35:34.9627985Z 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-08-30T00:35:34.9631264Z 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-08-30T00:35:34.9634433Z 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-08-30T00:35:34.9637658Z 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-08-30T00:35:34.9640929Z 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-08-30T00:35:34.9644127Z 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-08-30T00:35:34.9647604Z 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-08-30T00:35:34.9651322Z 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-08-30T00:35:34.9654600Z 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-08-30T00:35:34.9657949Z 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-08-30T00:35:34.9661231Z 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-08-30T00:35:34.9664569Z 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-08-30T00:35:34.9667869Z 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-08-30T00:35:34.9671295Z 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-08-30T00:35:34.9674538Z 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-08-30T00:35:34.9677817Z 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-08-30T00:35:34.9680961Z 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-08-30T00:35:34.9684357Z 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-08-30T00:35:34.9687383Z 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-08-30T00:35:34.9690497Z 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-08-30T00:35:34.9693948Z 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-08-30T00:35:34.9697533Z 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-08-30T00:35:34.9701141Z 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-08-30T00:35:34.9704357Z 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-08-30T00:35:34.9707503Z 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-08-30T00:35:34.9710584Z 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-08-30T00:35:34.9713747Z 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-08-30T00:35:34.9716913Z 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-08-30T00:35:34.9720018Z 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-08-30T00:35:34.9723137Z 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-08-30T00:35:34.9726224Z 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-08-30T00:35:34.9729396Z 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-08-30T00:35:34.9732757Z 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-08-30T00:35:34.9736179Z 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-08-30T00:35:34.9739589Z 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-08-30T00:35:34.9742770Z 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-08-30T00:35:34.9746160Z 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-08-30T00:35:34.9749333Z 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-08-30T00:35:34.9752709Z 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-08-30T00:35:34.9755949Z 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-08-30T00:35:34.9759371Z 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-08-30T00:35:34.9762783Z 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-08-30T00:35:34.9766084Z 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-08-30T00:35:34.9769322Z 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-08-30T00:35:34.9772764Z 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-08-30T00:35:34.9776331Z 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-08-30T00:35:34.9779938Z 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-08-30T00:35:34.9783307Z 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-08-30T00:35:34.9786578Z 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-08-30T00:35:34.9789827Z 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-08-30T00:35:34.9793058Z 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-08-30T00:35:34.9796212Z 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-08-30T00:35:34.9799601Z 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-08-30T00:35:34.9802889Z 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-08-30T00:35:34.9806094Z 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-08-30T00:35:34.9809325Z 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-08-30T00:35:34.9812720Z 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-08-30T00:35:34.9816195Z 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-08-30T00:35:34.9819375Z 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-08-30T00:35:34.9822690Z 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-08-30T00:35:34.9825915Z 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-08-30T00:35:34.9829108Z 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-08-30T00:35:34.9832326Z 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-08-30T00:35:34.9835633Z 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-08-30T00:35:34.9839079Z 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-08-30T00:35:34.9842424Z 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-08-30T00:35:34.9845805Z 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-08-30T00:35:34.9849190Z 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-08-30T00:35:34.9852599Z 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-08-30T00:35:34.9855780Z 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-08-30T00:35:34.9858978Z 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-08-30T00:35:34.9862356Z 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-08-30T00:35:34.9865747Z 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-08-30T00:35:34.9869334Z 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-08-30T00:35:34.9872995Z 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-08-30T00:35:34.9876564Z 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-08-30T00:35:34.9880181Z 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-08-30T00:35:34.9883781Z 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-08-30T00:35:34.9887597Z 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-08-30T00:35:34.9891499Z 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-08-30T00:35:34.9895119Z 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-08-30T00:35:34.9898731Z 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-08-30T00:35:34.9902485Z 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-08-30T00:35:34.9905942Z 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-08-30T00:35:34.9909349Z 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-08-30T00:35:34.9912812Z 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-08-30T00:35:34.9916317Z 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-08-30T00:35:34.9919923Z 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-08-30T00:35:34.9923647Z 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-08-30T00:35:34.9927292Z 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-08-30T00:35:34.9930795Z 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-08-30T00:35:34.9933843Z 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-08-30T00:35:34.9937287Z 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-08-30T00:35:34.9940845Z 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-08-30T00:35:34.9944241Z 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-08-30T00:35:34.9947479Z 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-08-30T00:35:34.9950550Z 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-08-30T00:35:34.9953589Z 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-08-30T00:35:34.9956853Z 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-08-30T00:35:34.9959906Z 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-08-30T00:35:34.9963225Z 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-08-30T00:35:34.9966373Z 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-08-30T00:35:34.9969717Z 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-08-30T00:35:34.9973161Z 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-08-30T00:35:34.9976413Z 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-08-30T00:35:34.9979546Z 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-08-30T00:35:34.9983023Z 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-08-30T00:35:34.9986513Z 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-08-30T00:35:34.9989745Z 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-08-30T00:35:34.9993115Z 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-08-30T00:35:34.9996710Z 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-08-30T00:35:35.0000524Z 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-08-30T00:35:35.0004105Z 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-08-30T00:35:35.0007549Z 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-08-30T00:35:35.0010822Z 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-08-30T00:35:35.0014109Z 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-08-30T00:35:35.0017262Z 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-08-30T00:35:35.0020480Z 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-08-30T00:35:35.0023570Z 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-08-30T00:35:35.0025160Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-08-30T00:35:35.0027955Z 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-08-30T00:35:35.0032017Z 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-08-30T00:35:35.0033834Z 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-08-30T00:35:35.0035653Z 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-08-30T00:35:35.0037512Z 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-08-30T00:35:35.0039359Z 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-08-30T00:35:35.0041307Z 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-08-30T00:35:35.0043217Z 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-08-30T00:35:35.0045316Z 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-08-30T00:35:35.0047379Z 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-08-30T00:35:35.0049266Z 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-08-30T00:35:35.0051302Z 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-08-30T00:35:35.0053123Z 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-08-30T00:35:35.0055087Z 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-08-30T00:35:35.0056960Z 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-08-30T00:35:35.0058821Z 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-08-30T00:35:35.0060690Z 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-08-30T00:35:35.0062756Z 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-08-30T00:35:35.0064817Z 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-08-30T00:35:35.0066728Z 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-08-30T00:35:35.0068541Z 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-08-30T00:35:35.0070420Z 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-08-30T00:35:35.0072247Z 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-08-30T00:35:35.0074133Z 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-08-30T00:35:35.0076110Z 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-08-30T00:35:35.0078003Z 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-08-30T00:35:35.0079870Z 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-08-30T00:35:35.0081709Z 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-08-30T00:35:35.0083637Z 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-08-30T00:35:35.0085534Z 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-08-30T00:35:35.0087423Z 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-08-30T00:35:35.0089329Z 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-08-30T00:35:35.0091317Z 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-08-30T00:35:35.0093145Z 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-08-30T00:35:35.0095221Z 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-08-30T00:35:35.0097253Z 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-08-30T00:35:35.0099318Z 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-08-30T00:35:35.0101148Z 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-08-30T00:35:35.0103002Z 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-08-30T00:35:35.0104852Z 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-08-30T00:35:35.0106740Z 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-08-30T00:35:35.0108608Z 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-08-30T00:35:35.0110431Z 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-08-30T00:35:35.0112313Z 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-08-30T00:35:35.0114202Z 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-08-30T00:35:35.0116026Z 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-08-30T00:35:35.0117983Z 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-08-30T00:35:35.0119819Z 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-08-30T00:35:35.0121723Z 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-08-30T00:35:35.0123566Z 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-08-30T00:35:35.0125370Z 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-08-30T00:35:35.0127437Z 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-08-30T00:35:35.0129425Z 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-08-30T00:35:35.0131386Z 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-08-30T00:35:35.0133257Z 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-08-30T00:35:35.0135154Z 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-08-30T00:35:35.0137059Z 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-08-30T00:35:35.0138967Z 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-08-30T00:35:35.0140829Z 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-08-30T00:35:35.0142779Z 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-08-30T00:35:35.0144808Z 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-08-30T00:35:35.0146777Z 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-08-30T00:35:35.0148685Z 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-08-30T00:35:35.0150580Z 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-08-30T00:35:35.0152438Z 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-08-30T00:35:35.0154275Z 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-08-30T00:35:35.0156112Z 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-08-30T00:35:35.0157991Z 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-08-30T00:35:35.0160063Z 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-08-30T00:35:35.0162027Z 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-08-30T00:35:35.0163900Z 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-08-30T00:35:35.0165770Z 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-08-30T00:35:35.0167767Z 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-08-30T00:35:35.0169635Z 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-08-30T00:35:35.0171655Z 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-08-30T00:35:35.0173477Z 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-08-30T00:35:35.0175282Z 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-08-30T00:35:35.0177116Z 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-08-30T00:35:35.0179171Z 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-08-30T00:35:35.0181106Z 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-08-30T00:35:35.0183193Z 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-08-30T00:35:35.0185291Z 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-08-30T00:35:35.0186195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-08-30T00:35:35.0188108Z 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-08-30T00:35:35.0188916Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-08-30T00:35:35.0190442Z 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-08-30T00:35:35.0192133Z 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-08-30T00:35:35.0193835Z 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-08-30T00:35:35.0194711Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-08-30T00:35:35.0196468Z 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-08-30T00:35:35.0198363Z 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-08-30T00:35:35.0200590Z 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-08-30T00:35:35.0202530Z 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-08-30T00:35:35.0204581Z 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-08-30T00:35:35.0206460Z 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-08-30T00:35:35.0208398Z 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-08-30T00:35:35.0210545Z 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-08-30T00:35:35.0212601Z 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-08-30T00:35:35.0214594Z 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-08-30T00:35:35.0216623Z 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-08-30T00:35:35.0217138Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir 2025-08-30T00:35:35.0218189Z copying src/executorch/backends/nxp/tests/ir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir 2025-08-30T00:35:35.0218802Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter 2025-08-30T00:35:35.0220021Z copying src/executorch/backends/nxp/tests/ir/converter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter 2025-08-30T00:35:35.0220702Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/edge_passes 2025-08-30T00:35:35.0222175Z copying src/executorch/backends/nxp/tests/ir/edge_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/edge_passes 2025-08-30T00:35:35.0223628Z copying src/executorch/backends/nxp/tests/ir/edge_passes/test_remove_io_quant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/edge_passes 2025-08-30T00:35:35.0224446Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:35.0226195Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:35.0227897Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_abs_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:35.0229769Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_adaptive_avg_pool2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:35.0231531Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_add_tensor_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:35.0233301Z 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-08-30T00:35:35.0234993Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_cat_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:35.0236723Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_clone_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:35.0238568Z 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-08-30T00:35:35.0240282Z 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-08-30T00:35:35.0242045Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_hardtanh_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:35.0243760Z 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-08-30T00:35:35.0245515Z 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-08-30T00:35:35.0247287Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_mean_dim_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:35.0249081Z 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-08-30T00:35:35.0250799Z 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-08-30T00:35:35.0252622Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_sigmoid_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:35.0254516Z 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-08-30T00:35:35.0256222Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_tanh_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:35.0258116Z 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-08-30T00:35:35.0258697Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-08-30T00:35:35.0259902Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-08-30T00:35:35.0261131Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-08-30T00:35:35.0261704Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-08-30T00:35:35.0262837Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-08-30T00:35:35.0263467Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-08-30T00:35:35.0264863Z copying src/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-08-30T00:35:35.0265427Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-08-30T00:35:35.0266755Z 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-08-30T00:35:35.0267933Z copying src/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-08-30T00:35:35.0269158Z copying src/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-08-30T00:35:35.0270388Z copying src/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-08-30T00:35:35.0271630Z 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-08-30T00:35:35.0272915Z copying src/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-08-30T00:35:35.0274108Z copying src/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-08-30T00:35:35.0275358Z copying src/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-08-30T00:35:35.0276565Z copying src/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-08-30T00:35:35.0277842Z 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-08-30T00:35:35.0279032Z copying src/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-08-30T00:35:35.0279609Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0280690Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0282165Z copying src/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0283341Z copying src/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0284661Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0285851Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0287008Z copying src/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0288232Z copying src/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0289472Z copying src/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0290744Z copying src/executorch/backends/qualcomm/_passes/convert_linear_to_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0292036Z copying src/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0293213Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0294391Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0295596Z copying src/executorch/backends/qualcomm/_passes/decompose_col_im.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0296802Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0297982Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0299504Z copying src/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0300704Z copying src/executorch/backends/qualcomm/_passes/decompose_minmaxdim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0301892Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0303078Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0304390Z copying src/executorch/backends/qualcomm/_passes/decompose_wrap_with_autocast.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0305698Z copying src/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0306933Z copying src/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0308042Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0309263Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0310805Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0311872Z copying src/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0313211Z copying src/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0314384Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0315587Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0316895Z copying src/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0318067Z copying src/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0319367Z copying src/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0320563Z copying src/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0321787Z copying src/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0322941Z copying src/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0324181Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0325390Z copying src/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0326588Z copying src/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0327748Z copying src/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0328816Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-08-30T00:35:35.0329390Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0330549Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0331847Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0333138Z copying src/executorch/backends/qualcomm/builders/node_visitor_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0334319Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0335584Z copying src/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0336744Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0338049Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0339208Z copying src/executorch/backends/qualcomm/builders/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0340308Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0341632Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0342782Z copying src/executorch/backends/qualcomm/builders/op_argmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0343952Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0345128Z copying src/executorch/backends/qualcomm/builders/op_asin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0346270Z copying src/executorch/backends/qualcomm/builders/op_atan.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0347484Z copying src/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0348688Z copying src/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0349870Z copying src/executorch/backends/qualcomm/builders/op_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0350998Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0352177Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0353295Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0354473Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0355643Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0356813Z copying src/executorch/backends/qualcomm/builders/op_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0357942Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0359134Z copying src/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0360323Z copying src/executorch/backends/qualcomm/builders/op_custom_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0361534Z copying src/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0362781Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0363906Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0365079Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0366391Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0367523Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0368642Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0369946Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0371085Z copying src/executorch/backends/qualcomm/builders/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0372387Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0373557Z copying src/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0374733Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0375876Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0377032Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0378245Z copying src/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0379368Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0380619Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0381804Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0383038Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0384211Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0385472Z copying src/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0386711Z copying src/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0387915Z copying src/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0389071Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0390234Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0391377Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0392558Z copying src/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0393777Z copying src/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0395026Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0396222Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0397452Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0398636Z copying src/executorch/backends/qualcomm/builders/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0400021Z copying src/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0401198Z copying src/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0402349Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0403520Z copying src/executorch/backends/qualcomm/builders/op_min_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0404672Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0405780Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0406937Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0408041Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0409194Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0410332Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0411594Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0412751Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0413926Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0415075Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0416283Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0417447Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0418645Z copying src/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0419780Z copying src/executorch/backends/qualcomm/builders/op_round.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0420966Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0422177Z copying src/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0423632Z copying src/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0424840Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0426124Z copying src/executorch/backends/qualcomm/builders/op_sign.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0427276Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0428437Z copying src/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0429653Z copying src/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0430868Z copying src/executorch/backends/qualcomm/builders/op_slice_scatter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0432083Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0433332Z copying src/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0434597Z copying src/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0435768Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0436929Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0438127Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0439248Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0440470Z copying src/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0441605Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0442741Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0443869Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0445109Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0446259Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0447479Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0448809Z copying src/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0450067Z copying src/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0451496Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0452675Z copying src/executorch/backends/qualcomm/builders/op_xor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0453910Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0455160Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-08-30T00:35:35.0455776Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-08-30T00:35:35.0456888Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-08-30T00:35:35.0457471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-08-30T00:35:35.0458745Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-08-30T00:35:35.0460000Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-08-30T00:35:35.0461195Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-08-30T00:35:35.0461789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-08-30T00:35:35.0463047Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-08-30T00:35:35.0464337Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-08-30T00:35:35.0465576Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-08-30T00:35:35.0466823Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-08-30T00:35:35.0467445Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-08-30T00:35:35.0468747Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-08-30T00:35:35.0470142Z copying src/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-08-30T00:35:35.0470693Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-08-30T00:35:35.0471829Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-08-30T00:35:35.0472978Z copying src/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-08-30T00:35:35.0474089Z copying src/executorch/backends/qualcomm/tests/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-08-30T00:35:35.0475173Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-08-30T00:35:35.0475747Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-08-30T00:35:35.0476866Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-08-30T00:35:35.0477972Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-08-30T00:35:35.0478819Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-08-30T00:35:35.0480399Z 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-08-30T00:35:35.0482132Z 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-08-30T00:35:35.0482663Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/facto 2025-08-30T00:35:35.0483623Z copying src/executorch/backends/test/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/facto 2025-08-30T00:35:35.0484694Z copying src/executorch/backends/test/facto/facto_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/facto 2025-08-30T00:35:35.0485712Z copying src/executorch/backends/test/facto/test_facto.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/facto 2025-08-30T00:35:35.0486241Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness 2025-08-30T00:35:35.0487303Z copying src/executorch/backends/test/harness/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness 2025-08-30T00:35:35.0488439Z copying src/executorch/backends/test/harness/error_statistics.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness 2025-08-30T00:35:35.0489509Z copying src/executorch/backends/test/harness/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness 2025-08-30T00:35:35.0490010Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite 2025-08-30T00:35:35.0490987Z copying src/executorch/backends/test/suite/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite 2025-08-30T00:35:35.0492081Z copying src/executorch/backends/test/suite/context.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite 2025-08-30T00:35:35.0493130Z copying src/executorch/backends/test/suite/discovery.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite 2025-08-30T00:35:35.0494106Z copying src/executorch/backends/test/suite/flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite 2025-08-30T00:35:35.0495282Z copying src/executorch/backends/test/suite/generate_markdown_summary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite 2025-08-30T00:35:35.0496358Z copying src/executorch/backends/test/suite/reporting.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite 2025-08-30T00:35:35.0497317Z copying src/executorch/backends/test/suite/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite 2025-08-30T00:35:35.0497913Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages 2025-08-30T00:35:35.0499090Z copying src/executorch/backends/test/harness/stages/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages 2025-08-30T00:35:35.0500469Z copying src/executorch/backends/test/harness/stages/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages 2025-08-30T00:35:35.0501713Z copying src/executorch/backends/test/harness/stages/partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages 2025-08-30T00:35:35.0502983Z copying src/executorch/backends/test/harness/stages/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages 2025-08-30T00:35:35.0504187Z copying src/executorch/backends/test/harness/stages/run_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages 2025-08-30T00:35:35.0505474Z copying src/executorch/backends/test/harness/stages/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages 2025-08-30T00:35:35.0506878Z copying src/executorch/backends/test/harness/stages/stage.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages 2025-08-30T00:35:35.0508066Z copying src/executorch/backends/test/harness/stages/to_edge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages 2025-08-30T00:35:35.0509630Z copying src/executorch/backends/test/harness/stages/to_edge_transform_and_lower.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages 2025-08-30T00:35:35.0510869Z copying src/executorch/backends/test/harness/stages/to_executorch.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages 2025-08-30T00:35:35.0511460Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/tests 2025-08-30T00:35:35.0512778Z copying src/executorch/backends/test/harness/tests/test_error_statistics.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/tests 2025-08-30T00:35:35.0513353Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows 2025-08-30T00:35:35.0514485Z copying src/executorch/backends/test/suite/flows/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows 2025-08-30T00:35:35.0515624Z copying src/executorch/backends/test/suite/flows/coreml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows 2025-08-30T00:35:35.0516821Z copying src/executorch/backends/test/suite/flows/portable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows 2025-08-30T00:35:35.0517974Z copying src/executorch/backends/test/suite/flows/qualcomm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows 2025-08-30T00:35:35.0519185Z copying src/executorch/backends/test/suite/flows/vulkan.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows 2025-08-30T00:35:35.0520354Z copying src/executorch/backends/test/suite/flows/xnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows 2025-08-30T00:35:35.0520925Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/models 2025-08-30T00:35:35.0522055Z copying src/executorch/backends/test/suite/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/models 2025-08-30T00:35:35.0523322Z copying src/executorch/backends/test/suite/models/test_torchaudio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/models 2025-08-30T00:35:35.0524548Z copying src/executorch/backends/test/suite/models/test_torchvision.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/models 2025-08-30T00:35:35.0525180Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0526360Z copying src/executorch/backends/test/suite/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0527618Z copying src/executorch/backends/test/suite/operators/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0529003Z copying src/executorch/backends/test/suite/operators/test_adaptive_avgpool1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0530414Z copying src/executorch/backends/test/suite/operators/test_adaptive_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0531910Z copying src/executorch/backends/test/suite/operators/test_adaptive_avgpool3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0533291Z copying src/executorch/backends/test/suite/operators/test_adaptive_maxpool1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0534870Z copying src/executorch/backends/test/suite/operators/test_adaptive_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0536284Z copying src/executorch/backends/test/suite/operators/test_adaptive_maxpool3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0537630Z copying src/executorch/backends/test/suite/operators/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0538902Z copying src/executorch/backends/test/suite/operators/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0540146Z copying src/executorch/backends/test/suite/operators/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0541416Z copying src/executorch/backends/test/suite/operators/test_argmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0542701Z copying src/executorch/backends/test/suite/operators/test_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0544009Z copying src/executorch/backends/test/suite/operators/test_avgpool1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0545341Z copying src/executorch/backends/test/suite/operators/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0546627Z copying src/executorch/backends/test/suite/operators/test_avgpool3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0547892Z copying src/executorch/backends/test/suite/operators/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0549154Z copying src/executorch/backends/test/suite/operators/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0550384Z copying src/executorch/backends/test/suite/operators/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0551673Z copying src/executorch/backends/test/suite/operators/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0552937Z copying src/executorch/backends/test/suite/operators/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0554219Z copying src/executorch/backends/test/suite/operators/test_conv3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0555603Z copying src/executorch/backends/test/suite/operators/test_convtranspose1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0556984Z copying src/executorch/backends/test/suite/operators/test_convtranspose2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0558386Z copying src/executorch/backends/test/suite/operators/test_convtranspose3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0559628Z copying src/executorch/backends/test/suite/operators/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0560875Z copying src/executorch/backends/test/suite/operators/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0562199Z copying src/executorch/backends/test/suite/operators/test_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0563527Z copying src/executorch/backends/test/suite/operators/test_embedding_bag.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0564935Z copying src/executorch/backends/test/suite/operators/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0566178Z copying src/executorch/backends/test/suite/operators/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0567580Z copying src/executorch/backends/test/suite/operators/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0568912Z copying src/executorch/backends/test/suite/operators/test_floor_divide.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0570148Z copying src/executorch/backends/test/suite/operators/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0571478Z copying src/executorch/backends/test/suite/operators/test_glu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0572815Z copying src/executorch/backends/test/suite/operators/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0574138Z copying src/executorch/backends/test/suite/operators/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0575462Z copying src/executorch/backends/test/suite/operators/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0576727Z copying src/executorch/backends/test/suite/operators/test_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0578057Z copying src/executorch/backends/test/suite/operators/test_index_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0579347Z copying src/executorch/backends/test/suite/operators/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0580629Z copying src/executorch/backends/test/suite/operators/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0581869Z copying src/executorch/backends/test/suite/operators/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0583123Z copying src/executorch/backends/test/suite/operators/test_log10.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0584390Z copying src/executorch/backends/test/suite/operators/test_log1p.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0585644Z copying src/executorch/backends/test/suite/operators/test_log2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0586981Z copying src/executorch/backends/test/suite/operators/test_logsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0619763Z copying src/executorch/backends/test/suite/operators/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0621145Z copying src/executorch/backends/test/suite/operators/test_masked_fill.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0622436Z copying src/executorch/backends/test/suite/operators/test_maxpool1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0623772Z copying src/executorch/backends/test/suite/operators/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0625053Z copying src/executorch/backends/test/suite/operators/test_maxpool3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0626576Z copying src/executorch/backends/test/suite/operators/test_mean.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0627824Z copying src/executorch/backends/test/suite/operators/test_median.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0629249Z copying src/executorch/backends/test/suite/operators/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0630500Z copying src/executorch/backends/test/suite/operators/test_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0631764Z copying src/executorch/backends/test/suite/operators/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0633025Z copying src/executorch/backends/test/suite/operators/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0634254Z copying src/executorch/backends/test/suite/operators/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0635536Z copying src/executorch/backends/test/suite/operators/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0636797Z copying src/executorch/backends/test/suite/operators/test_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0638067Z copying src/executorch/backends/test/suite/operators/test_round.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0639328Z copying src/executorch/backends/test/suite/operators/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0640596Z copying src/executorch/backends/test/suite/operators/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0641890Z copying src/executorch/backends/test/suite/operators/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0643138Z copying src/executorch/backends/test/suite/operators/test_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0644441Z copying src/executorch/backends/test/suite/operators/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0645673Z copying src/executorch/backends/test/suite/operators/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0646944Z copying src/executorch/backends/test/suite/operators/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0648192Z copying src/executorch/backends/test/suite/operators/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0649479Z copying src/executorch/backends/test/suite/operators/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0650735Z copying src/executorch/backends/test/suite/operators/test_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0652082Z copying src/executorch/backends/test/suite/operators/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0653294Z copying src/executorch/backends/test/suite/operators/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0654763Z copying src/executorch/backends/test/suite/operators/test_threshold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0656075Z copying src/executorch/backends/test/suite/operators/test_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0657452Z copying src/executorch/backends/test/suite/operators/test_trunc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0658789Z copying src/executorch/backends/test/suite/operators/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0659741Z copying src/executorch/backends/test/suite/operators/test_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0660477Z copying src/executorch/backends/test/suite/operators/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0661122Z copying src/executorch/backends/test/suite/operators/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators 2025-08-30T00:35:35.0661421Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/tests 2025-08-30T00:35:35.0662014Z copying src/executorch/backends/test/suite/tests/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/tests 2025-08-30T00:35:35.0662632Z copying src/executorch/backends/test/suite/tests/test_reporting.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/tests 2025-08-30T00:35:35.0662921Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-08-30T00:35:35.0663669Z 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-08-30T00:35:35.0664369Z 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-08-30T00:35:35.0664988Z 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-08-30T00:35:35.0665636Z copying src/executorch/backends/transforms/test/test_remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-08-30T00:35:35.0665923Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-08-30T00:35:35.0666460Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-08-30T00:35:35.0667039Z copying src/executorch/backends/vulkan/_passes/fuse_patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-08-30T00:35:35.0667633Z copying src/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-08-30T00:35:35.0668233Z copying src/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-08-30T00:35:35.0668872Z copying src/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-08-30T00:35:35.0669453Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-08-30T00:35:35.0670085Z 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-08-30T00:35:35.0670698Z copying src/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-08-30T00:35:35.0671439Z copying src/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-08-30T00:35:35.0672465Z copying src/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-08-30T00:35:35.0673050Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-08-30T00:35:35.0674425Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-08-30T00:35:35.0674981Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/patterns 2025-08-30T00:35:35.0778741Z copying src/executorch/backends/vulkan/patterns/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/patterns 2025-08-30T00:35:35.0779659Z copying src/executorch/backends/vulkan/patterns/pattern_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/patterns 2025-08-30T00:35:35.0780494Z copying src/executorch/backends/vulkan/patterns/quantized_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/patterns 2025-08-30T00:35:35.0781125Z copying src/executorch/backends/vulkan/patterns/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/patterns 2025-08-30T00:35:35.0781521Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-08-30T00:35:35.0782413Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-08-30T00:35:35.0783163Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-08-30T00:35:35.0783452Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-08-30T00:35:35.0784152Z copying src/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-08-30T00:35:35.0784548Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-08-30T00:35:35.0785460Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-08-30T00:35:35.0786202Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-08-30T00:35:35.0786915Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-08-30T00:35:35.0787186Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-08-30T00:35:35.0788095Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-08-30T00:35:35.0788690Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-08-30T00:35:35.0789301Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-08-30T00:35:35.0789890Z copying src/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-08-30T00:35:35.0790490Z copying src/executorch/backends/vulkan/test/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-08-30T00:35:35.0791175Z copying src/executorch/backends/vulkan/test/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-08-30T00:35:35.0791577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-08-30T00:35:35.0792432Z 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-08-30T00:35:35.0793442Z 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-08-30T00:35:35.0794485Z 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-08-30T00:35:35.0794847Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-08-30T00:35:35.0795633Z 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-08-30T00:35:35.0796453Z 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-08-30T00:35:35.0797272Z 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-08-30T00:35:35.0798095Z 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-08-30T00:35:35.0798921Z 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-08-30T00:35:35.0800009Z 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-08-30T00:35:35.0800354Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-08-30T00:35:35.0801134Z 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-08-30T00:35:35.0801577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-08-30T00:35:35.0802681Z 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-08-30T00:35:35.0803691Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/base_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-08-30T00:35:35.0804609Z 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-08-30T00:35:35.0805750Z 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-08-30T00:35:35.0806770Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/parse_dependency.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-08-30T00:35:35.0807708Z 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-08-30T00:35:35.0808843Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/stripAPI.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-08-30T00:35:35.0809752Z 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-08-30T00:35:35.0811036Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vulkan_object.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-08-30T00:35:35.0811735Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-08-30T00:35:35.0812848Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-08-30T00:35:35.0814082Z 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-08-30T00:35:35.0814738Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-08-30T00:35:35.0816018Z 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-08-30T00:35:35.0816471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-08-30T00:35:35.0817175Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-08-30T00:35:35.0817849Z 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-08-30T00:35:35.0818508Z copying src/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-08-30T00:35:35.0819285Z copying src/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-08-30T00:35:35.0820013Z copying src/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-08-30T00:35:35.0947474Z copying src/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-08-30T00:35:35.0948172Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-08-30T00:35:35.0948787Z copying src/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-08-30T00:35:35.0949536Z copying src/executorch/backends/xnnpack/_passes/fuse_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-08-30T00:35:35.0950326Z copying src/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-08-30T00:35:35.0951006Z copying src/executorch/backends/xnnpack/_passes/remove_redundant_copy_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-08-30T00:35:35.0951594Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-08-30T00:35:35.0952000Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0952895Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0953537Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0954120Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0954938Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0955699Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0956646Z copying src/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0957239Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0957981Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0958859Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0959483Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0960078Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0960757Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0961651Z copying src/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0962371Z copying src/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0962957Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0963553Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0964169Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0965056Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0965768Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0966378Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0967066Z copying src/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0967841Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0968524Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0969210Z copying src/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0969905Z copying src/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0970827Z copying src/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0971682Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0972301Z copying src/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0972980Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0973592Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0974309Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0975101Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0975801Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0976450Z copying src/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0977239Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0978038Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0978657Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0979261Z copying src/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0980050Z copying src/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0980839Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0981459Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0982080Z copying src/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0982698Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0983551Z copying src/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0984444Z 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-08-30T00:35:35.0985045Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0985635Z copying src/executorch/backends/xnnpack/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.0986423Z copying src/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.1131563Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-08-30T00:35:35.1131940Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-08-30T00:35:35.1133068Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-08-30T00:35:35.1133376Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-08-30T00:35:35.1134066Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-08-30T00:35:35.1134886Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-08-30T00:35:35.1135306Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/recipes 2025-08-30T00:35:35.1136176Z copying src/executorch/backends/xnnpack/recipes/xnnpack_recipe_provider.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/recipes 2025-08-30T00:35:35.1136848Z copying src/executorch/backends/xnnpack/recipes/xnnpack_recipe_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/recipes 2025-08-30T00:35:35.1137174Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-08-30T00:35:35.1137935Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-08-30T00:35:35.1139029Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-08-30T00:35:35.1139314Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-08-30T00:35:35.1139849Z copying src/executorch/backends/xnnpack/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-08-30T00:35:35.1140486Z copying src/executorch/backends/xnnpack/test/test_xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-08-30T00:35:35.1141226Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-08-30T00:35:35.1142016Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-08-30T00:35:35.1142351Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-08-30T00:35:35.1143077Z 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-08-30T00:35:35.1143362Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-08-30T00:35:35.1144026Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-08-30T00:35:35.1144753Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-08-30T00:35:35.1145300Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-08-30T00:35:35.1145925Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-08-30T00:35:35.1146278Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-08-30T00:35:35.1147062Z copying src/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-08-30T00:35:35.1147887Z copying src/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-08-30T00:35:35.1148642Z 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-08-30T00:35:35.1149465Z copying src/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-08-30T00:35:35.1150543Z 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-08-30T00:35:35.1151277Z copying src/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-08-30T00:35:35.1151636Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-08-30T00:35:35.1152347Z copying src/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-08-30T00:35:35.1153196Z copying src/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-08-30T00:35:35.1153543Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-08-30T00:35:35.1154177Z copying src/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-08-30T00:35:35.1154786Z copying src/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-08-30T00:35:35.1155446Z copying src/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-08-30T00:35:35.1156274Z copying src/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-08-30T00:35:35.1156978Z copying src/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-08-30T00:35:35.1157766Z 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-08-30T00:35:35.1158421Z copying src/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-08-30T00:35:35.1159067Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-08-30T00:35:35.1159963Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-08-30T00:35:35.1160587Z copying src/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-08-30T00:35:35.1161262Z copying src/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-08-30T00:35:35.1161967Z 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-08-30T00:35:35.1162823Z copying src/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-08-30T00:35:35.1163120Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1163717Z copying src/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1164301Z copying src/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1165142Z copying src/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1165951Z copying src/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1166608Z copying src/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1167192Z copying src/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1167797Z copying src/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1168748Z 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-08-30T00:35:35.1169452Z copying src/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1170065Z copying src/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1307689Z copying src/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1308492Z copying src/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1309172Z copying src/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1309759Z copying src/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1310370Z copying src/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1310971Z copying src/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1311594Z copying src/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1312205Z copying src/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1313091Z 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-08-30T00:35:35.1313694Z copying src/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1314297Z copying src/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1314885Z copying src/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1315648Z 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-08-30T00:35:35.1316439Z copying src/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1317057Z copying src/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1317658Z 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-08-30T00:35:35.1318468Z copying src/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1319076Z copying src/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1319943Z copying src/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1320756Z copying src/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1321343Z copying src/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1321939Z copying src/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1322794Z 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-08-30T00:35:35.1323506Z copying src/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1324108Z copying src/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1324724Z copying src/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1325340Z 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-08-30T00:35:35.1325940Z copying src/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1326547Z copying src/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1327150Z copying src/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1327809Z 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-08-30T00:35:35.1328403Z copying src/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1328994Z copying src/executorch/backends/xnnpack/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1329608Z copying src/executorch/backends/xnnpack/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:35.1330077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-08-30T00:35:35.1330806Z copying src/executorch/backends/xnnpack/test/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-08-30T00:35:35.1331631Z 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-08-30T00:35:35.1332318Z 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-08-30T00:35:35.1333232Z 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-08-30T00:35:35.1334059Z 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-08-30T00:35:35.1334856Z 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-08-30T00:35:35.1335614Z 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-08-30T00:35:35.1336644Z copying src/executorch/backends/xnnpack/test/passes/test_remove_redundant_copy_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-08-30T00:35:35.1336973Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-08-30T00:35:35.1337703Z 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-08-30T00:35:35.1338530Z copying src/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-08-30T00:35:35.1339452Z 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-08-30T00:35:35.1339767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/recipes 2025-08-30T00:35:35.1340482Z copying src/executorch/backends/xnnpack/test/recipes/test_xnnpack_recipes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/recipes 2025-08-30T00:35:35.1340829Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-08-30T00:35:35.1341591Z copying src/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-08-30T00:35:35.1342521Z copying src/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-08-30T00:35:35.1342943Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-08-30T00:35:35.1343551Z copying src/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-08-30T00:35:35.1344185Z copying src/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-08-30T00:35:35.1344530Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-08-30T00:35:35.1345413Z 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-08-30T00:35:35.1474157Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-08-30T00:35:35.1474893Z 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-08-30T00:35:35.1475353Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-08-30T00:35:35.1476302Z 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-08-30T00:35:35.1476687Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-08-30T00:35:35.1477448Z 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-08-30T00:35:35.1477871Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-08-30T00:35:35.1479145Z 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-08-30T00:35:35.1479990Z 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-08-30T00:35:35.1480922Z 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-08-30T00:35:35.1481414Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-08-30T00:35:35.1482454Z 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-08-30T00:35:35.1482887Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1483784Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/aarch32_template.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1484822Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/aarch64_template.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1485844Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/arm_template.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1486746Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512bf16_template.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1487646Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512f_template.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1488717Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512vnni_template.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1489734Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/base_architecture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1490620Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/fma3_template.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1491721Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1492839Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_bf16_f32_gemm_microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1493804Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_f32_gemm_microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1494955Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_gemm_microkernels_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1496071Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qd8_f32_qc4w_gemm_microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1497151Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qd8_f32_qc8w_gemm_microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1498502Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qs8_qc4w_gemm_microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1499658Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qs8_qc8w_gemm_microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1500544Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neondot_template.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1501594Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neonfma_template.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1502625Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neonmlal_aarch32_template.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1503493Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/x64_template.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:35.1503906Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-08-30T00:35:35.1504926Z 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-08-30T00:35:35.1505786Z 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-08-30T00:35:35.1506699Z 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-08-30T00:35:35.1507652Z 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-08-30T00:35:35.1508191Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-08-30T00:35:35.1509067Z 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-08-30T00:35:35.1509915Z 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-08-30T00:35:35.1511007Z 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-08-30T00:35:35.1512020Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-08-30T00:35:35.1512895Z 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-08-30T00:35:35.1513901Z 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-08-30T00:35:35.1515135Z 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-08-30T00:35:35.1979573Z 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-08-30T00:35:35.1981788Z 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-08-30T00:35:35.1983888Z 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-08-30T00:35:35.1986118Z 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-08-30T00:35:35.1988386Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-discontiguous-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-08-30T00:35:35.1990593Z 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-08-30T00:35:35.1992687Z 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-08-30T00:35:35.1994629Z 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-08-30T00:35:35.1996724Z 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-08-30T00:35:35.1998653Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/parse-microkernel-bench.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-08-30T00:35:35.2000894Z 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-08-30T00:35:35.2002881Z 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-08-30T00:35:35.2004869Z 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-08-30T00:35:35.2006679Z 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-08-30T00:35:35.2008231Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-08-30T00:35:35.2009730Z 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-08-30T00:35:35.2011999Z 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-08-30T00:35:35.2014183Z 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-08-30T00:35:35.2015625Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-08-30T00:35:35.2017399Z 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-08-30T00:35:35.2018699Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-08-30T00:35:35.2019749Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-08-30T00:35:35.2020937Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-08-30T00:35:35.2021936Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-08-30T00:35:35.2023143Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-08-30T00:35:35.2024039Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-08-30T00:35:35.2025031Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-08-30T00:35:35.2026391Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-08-30T00:35:35.2027567Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-08-30T00:35:35.2028948Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-08-30T00:35:35.2030199Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-08-30T00:35:35.2031517Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-08-30T00:35:35.2032507Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-08-30T00:35:35.2033353Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-08-30T00:35:35.2034619Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-08-30T00:35:35.2035769Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-08-30T00:35:35.2036974Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-08-30T00:35:35.2038236Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-08-30T00:35:35.2039393Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-08-30T00:35:35.2040631Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-08-30T00:35:35.2041578Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-08-30T00:35:35.2042509Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-08-30T00:35:35.2043877Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-08-30T00:35:35.2045117Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-08-30T00:35:35.2046144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-08-30T00:35:35.2047253Z copying src/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-08-30T00:35:35.2048480Z copying src/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-08-30T00:35:35.2050117Z 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-08-30T00:35:35.2051608Z 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-08-30T00:35:35.2053249Z copying src/executorch/codegen/tools/test/test_selective_build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-08-30T00:35:35.2054236Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-08-30T00:35:35.2055420Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-08-30T00:35:35.2056729Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-08-30T00:35:35.2057902Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-08-30T00:35:35.2058977Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-08-30T00:35:35.2060305Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-08-30T00:35:35.2061649Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-08-30T00:35:35.2062662Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-08-30T00:35:35.2063697Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-08-30T00:35:35.2167927Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-08-30T00:35:35.2169268Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-08-30T00:35:35.2170259Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-08-30T00:35:35.2171570Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-08-30T00:35:35.2172547Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-08-30T00:35:35.2173521Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-08-30T00:35:35.2174622Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-08-30T00:35:35.2175591Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-08-30T00:35:35.2176546Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-08-30T00:35:35.2177794Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-08-30T00:35:35.2179129Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-08-30T00:35:35.2180611Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-08-30T00:35:35.2182047Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-08-30T00:35:35.2183074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/scripts 2025-08-30T00:35:35.2184151Z copying src/executorch/devtools/scripts/generate_profiling_csv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/scripts 2025-08-30T00:35:35.2185420Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-08-30T00:35:35.2186537Z 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-08-30T00:35:35.2188098Z 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-08-30T00:35:35.2189258Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-08-30T00:35:35.2190215Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-08-30T00:35:35.2191816Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-08-30T00:35:35.2193306Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-08-30T00:35:35.2194550Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-08-30T00:35:35.2195643Z 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-08-30T00:35:35.2196970Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-08-30T00:35:35.2198050Z copying src/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-08-30T00:35:35.2199685Z 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-08-30T00:35:35.2200846Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-08-30T00:35:35.2202047Z copying src/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-08-30T00:35:35.2203305Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-08-30T00:35:35.2204386Z 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-08-30T00:35:35.2206009Z copying src/executorch/devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-08-30T00:35:35.2207503Z copying src/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-08-30T00:35:35.2208745Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-08-30T00:35:35.2209806Z copying src/executorch/devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-08-30T00:35:35.2210962Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-08-30T00:35:35.2212377Z 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-08-30T00:35:35.2213576Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-08-30T00:35:35.2215054Z 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-08-30T00:35:35.2216210Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-08-30T00:35:35.2217360Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-08-30T00:35:35.2218564Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-08-30T00:35:35.2219596Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-08-30T00:35:35.2220916Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:35.2222246Z copying src/executorch/devtools/inspector/numerical_comparator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:35.2223955Z copying src/executorch/devtools/inspector/numerical_comparator/inspector_numerical_comparator_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:35.2225996Z copying src/executorch/devtools/inspector/numerical_comparator/l1_numerical_comparator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:35.2227969Z copying src/executorch/devtools/inspector/numerical_comparator/mse_numerical_comparator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:35.2229738Z copying src/executorch/devtools/inspector/numerical_comparator/numerical_comparator_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:35.2231705Z copying src/executorch/devtools/inspector/numerical_comparator/snr_numerical_comparator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:35.2233158Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-08-30T00:35:35.2234202Z copying src/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-08-30T00:35:35.2235730Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-08-30T00:35:35.2237185Z copying src/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-08-30T00:35:35.2238762Z copying src/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-08-30T00:35:35.2240299Z copying src/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-08-30T00:35:35.2241755Z copying src/executorch/devtools/inspector/tests/l1_comparator_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-08-30T00:35:35.2243162Z copying src/executorch/devtools/inspector/tests/mse_comparator_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-08-30T00:35:35.2244748Z copying src/executorch/devtools/inspector/tests/snr_comparator_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-08-30T00:35:35.2245797Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-08-30T00:35:35.2247001Z copying src/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-08-30T00:35:35.2248305Z copying src/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-08-30T00:35:35.2365525Z 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-08-30T00:35:35.2367046Z copying src/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-08-30T00:35:35.2368469Z copying src/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-08-30T00:35:35.2369871Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-08-30T00:35:35.2370734Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-08-30T00:35:35.2372042Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-08-30T00:35:35.2373384Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-08-30T00:35:35.2374512Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-08-30T00:35:35.2375600Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/xnnpack 2025-08-30T00:35:35.2376474Z copying src/executorch/examples/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/xnnpack 2025-08-30T00:35:35.2377581Z copying src/executorch/examples/xnnpack/aot_compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/xnnpack 2025-08-30T00:35:35.2378560Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-08-30T00:35:35.2379823Z copying src/executorch/examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-08-30T00:35:35.2381230Z copying src/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-08-30T00:35:35.2382868Z copying src/executorch/examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-08-30T00:35:35.2384351Z copying src/executorch/examples/apple/coreml/llama/run_lookahead.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-08-30T00:35:35.2385808Z copying src/executorch/examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-08-30T00:35:35.2387143Z copying src/executorch/examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-08-30T00:35:35.2388406Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-08-30T00:35:35.2389527Z copying src/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-08-30T00:35:35.2391186Z copying src/executorch/examples/apple/coreml/scripts/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-08-30T00:35:35.2392655Z 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-08-30T00:35:35.2394419Z copying src/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-08-30T00:35:35.2395897Z copying src/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-08-30T00:35:35.2397233Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-08-30T00:35:35.2398300Z copying src/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-08-30T00:35:35.2400087Z copying src/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-08-30T00:35:35.2401147Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-08-30T00:35:35.2402309Z copying src/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-08-30T00:35:35.2403847Z copying src/executorch/examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-08-30T00:35:35.2404832Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-08-30T00:35:35.2405891Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-08-30T00:35:35.2407235Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-08-30T00:35:35.2408347Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-08-30T00:35:35.2409495Z copying src/executorch/examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-08-30T00:35:35.2410980Z copying src/executorch/examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-08-30T00:35:35.2412218Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-08-30T00:35:35.2413257Z copying src/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-08-30T00:35:35.2414603Z copying src/executorch/examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-08-30T00:35:35.2415864Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-08-30T00:35:35.2416901Z copying src/executorch/examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-08-30T00:35:35.2418373Z copying src/executorch/examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-08-30T00:35:35.2419457Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-08-30T00:35:35.2420491Z copying src/executorch/examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-08-30T00:35:35.2421989Z copying src/executorch/examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-08-30T00:35:35.2423024Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2424111Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2425406Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2426785Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2428105Z copying src/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2429509Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2430869Z copying src/executorch/examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2432257Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2433578Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2435050Z copying src/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2436597Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2437849Z copying src/executorch/examples/models/llama/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2439245Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2440562Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2441913Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2443169Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2444567Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-08-30T00:35:35.2445702Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-08-30T00:35:35.2542431Z 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-08-30T00:35:35.2543687Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-08-30T00:35:35.2544623Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-08-30T00:35:35.2546189Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-08-30T00:35:35.2547440Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-08-30T00:35:35.2548622Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-08-30T00:35:35.2549719Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-08-30T00:35:35.2550895Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-08-30T00:35:35.2552088Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-08-30T00:35:35.2553122Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-08-30T00:35:35.2554672Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-08-30T00:35:35.2555797Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-08-30T00:35:35.2556916Z copying src/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-08-30T00:35:35.2558226Z copying src/executorch/examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-08-30T00:35:35.2559261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-08-30T00:35:35.2560292Z copying src/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-08-30T00:35:35.2561885Z copying src/executorch/examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-08-30T00:35:35.2563066Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-08-30T00:35:35.2564307Z 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-08-30T00:35:35.2565670Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-08-30T00:35:35.2566799Z 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-08-30T00:35:35.2568168Z 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-08-30T00:35:35.2569491Z 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-08-30T00:35:35.2571030Z 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-08-30T00:35:35.2572593Z 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-08-30T00:35:35.2573719Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-08-30T00:35:35.2574976Z 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-08-30T00:35:35.2576398Z 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-08-30T00:35:35.2577603Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-08-30T00:35:35.2578651Z copying src/executorch/examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-08-30T00:35:35.2580059Z copying src/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-08-30T00:35:35.2581266Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-08-30T00:35:35.2582224Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-08-30T00:35:35.2583476Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-08-30T00:35:35.2584686Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-08-30T00:35:35.2585655Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-08-30T00:35:35.2587124Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-08-30T00:35:35.2588109Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-08-30T00:35:35.2589472Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-08-30T00:35:35.2590861Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-08-30T00:35:35.2592132Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-08-30T00:35:35.2593058Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-08-30T00:35:35.2594601Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-08-30T00:35:35.2595751Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-08-30T00:35:35.2597002Z copying src/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-08-30T00:35:35.2598755Z copying src/executorch/examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-08-30T00:35:35.2600235Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-08-30T00:35:35.2601487Z copying src/executorch/examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-08-30T00:35:35.2603104Z copying src/executorch/examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-08-30T00:35:35.2604224Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-08-30T00:35:35.2605465Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-08-30T00:35:35.2606911Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-08-30T00:35:35.2608137Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/yolo12 2025-08-30T00:35:35.2609214Z copying src/executorch/examples/models/yolo12/export_and_validate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/yolo12 2025-08-30T00:35:35.2610599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-08-30T00:35:35.2612125Z 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-08-30T00:35:35.2614194Z 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-08-30T00:35:35.2616236Z 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-08-30T00:35:35.2618507Z 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-08-30T00:35:35.2620655Z 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-08-30T00:35:35.2622676Z 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-08-30T00:35:35.2624063Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/config 2025-08-30T00:35:35.2625344Z copying src/executorch/examples/models/llama/config/test_llm_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/config 2025-08-30T00:35:35.2664936Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-08-30T00:35:35.2666970Z copying src/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-08-30T00:35:35.2668945Z copying src/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-08-30T00:35:35.2670079Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-08-30T00:35:35.2671272Z copying src/executorch/examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-08-30T00:35:35.2672976Z 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-08-30T00:35:35.2674655Z copying src/executorch/examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-08-30T00:35:35.2676550Z copying src/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-08-30T00:35:35.2677803Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-08-30T00:35:35.2679189Z copying src/executorch/examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-08-30T00:35:35.2680839Z copying src/executorch/examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-08-30T00:35:35.2682446Z copying src/executorch/examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-08-30T00:35:35.2683593Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-08-30T00:35:35.2684970Z 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-08-30T00:35:35.2687002Z 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-08-30T00:35:35.2689022Z 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-08-30T00:35:35.2690821Z 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-08-30T00:35:35.2692872Z 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-08-30T00:35:35.2694816Z 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-08-30T00:35:35.2696518Z 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-08-30T00:35:35.2698259Z 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-08-30T00:35:35.2700325Z 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-08-30T00:35:35.2702215Z 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-08-30T00:35:35.2703886Z 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-08-30T00:35:35.2705740Z 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-08-30T00:35:35.2707602Z 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-08-30T00:35:35.2709530Z 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-08-30T00:35:35.2727127Z 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-08-30T00:35:35.2729336Z 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-08-30T00:35:35.2731570Z 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-08-30T00:35:35.2732896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-08-30T00:35:35.2734063Z 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-08-30T00:35:35.2735767Z 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-08-30T00:35:35.2737506Z 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-08-30T00:35:35.2739117Z 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-08-30T00:35:35.2740758Z 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-08-30T00:35:35.2742369Z 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-08-30T00:35:35.2743863Z 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-08-30T00:35:35.2745151Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-08-30T00:35:35.2746428Z copying src/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-08-30T00:35:35.2747676Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-08-30T00:35:35.2748949Z 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-08-30T00:35:35.2750814Z 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-08-30T00:35:35.2752678Z 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-08-30T00:35:35.2754591Z 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-08-30T00:35:35.2756076Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-08-30T00:35:35.2757307Z 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-08-30T00:35:35.2758997Z 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-08-30T00:35:35.2760625Z 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-08-30T00:35:35.2762365Z 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-08-30T00:35:35.2763858Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-08-30T00:35:35.2765278Z 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-08-30T00:35:35.2822765Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-08-30T00:35:35.2824609Z 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-08-30T00:35:35.2826286Z 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-08-30T00:35:35.2827904Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-08-30T00:35:35.2829261Z 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-08-30T00:35:35.2831375Z 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-08-30T00:35:35.2833040Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-08-30T00:35:35.2834420Z 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-08-30T00:35:35.2836499Z 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-08-30T00:35:35.2837891Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-08-30T00:35:35.2839084Z copying src/executorch/examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-08-30T00:35:35.2840432Z copying src/executorch/examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-08-30T00:35:35.2841685Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-08-30T00:35:35.2842719Z copying src/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-08-30T00:35:35.2844013Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/nxp/experimental/cifar_net 2025-08-30T00:35:35.2845192Z copying src/executorch/examples/nxp/experimental/cifar_net/cifar_net.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/nxp/experimental/cifar_net 2025-08-30T00:35:35.2846544Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/xnnpack/quantization 2025-08-30T00:35:35.2847677Z copying src/executorch/examples/xnnpack/quantization/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/xnnpack/quantization 2025-08-30T00:35:35.2849295Z copying src/executorch/examples/xnnpack/quantization/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/xnnpack/quantization 2025-08-30T00:35:35.2850323Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-08-30T00:35:35.2851265Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-08-30T00:35:35.2852497Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-08-30T00:35:35.2853735Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-08-30T00:35:35.2855023Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-08-30T00:35:35.2856120Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-08-30T00:35:35.2857334Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-08-30T00:35:35.2858551Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-08-30T00:35:35.2859634Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-08-30T00:35:35.2860914Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-08-30T00:35:35.2861754Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-08-30T00:35:35.2862581Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-08-30T00:35:35.2863887Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-08-30T00:35:35.2865010Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-08-30T00:35:35.2866383Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-08-30T00:35:35.2867488Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-08-30T00:35:35.2868513Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-08-30T00:35:35.2869561Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-08-30T00:35:35.2870375Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-08-30T00:35:35.2871363Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-08-30T00:35:35.2872559Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-08-30T00:35:35.2873547Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-08-30T00:35:35.2874361Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-08-30T00:35:35.2875412Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-08-30T00:35:35.2876397Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-08-30T00:35:35.2877187Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-08-30T00:35:35.2877933Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-08-30T00:35:35.2879113Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-08-30T00:35:35.2880079Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-08-30T00:35:35.2880845Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-08-30T00:35:35.2881906Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-08-30T00:35:35.2882926Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-08-30T00:35:35.2883941Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-08-30T00:35:35.2885090Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2885880Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2887072Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2888416Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2889518Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2890671Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2892161Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2893311Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2894697Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2895899Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2897238Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2898398Z copying src/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2899785Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2901127Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.2902283Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3031276Z copying src/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3032576Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3033758Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3034886Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3036102Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3037172Z copying src/executorch/exir/passes/reinplace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3038282Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3039589Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3040733Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3041988Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3043251Z copying src/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3044584Z 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-08-30T00:35:35.3046111Z copying src/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3047403Z copying src/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3048740Z copying src/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3050102Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3051343Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3052531Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3053761Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3055047Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-08-30T00:35:35.3055934Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-08-30T00:35:35.3056760Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-08-30T00:35:35.3058041Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-08-30T00:35:35.3059162Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-08-30T00:35:35.3060117Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-08-30T00:35:35.3060953Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-08-30T00:35:35.3062053Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-08-30T00:35:35.3063305Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-08-30T00:35:35.3064389Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-08-30T00:35:35.3065561Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-08-30T00:35:35.3066670Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-08-30T00:35:35.3067522Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3068322Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3069605Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3070710Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3072048Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3073179Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3074313Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3075498Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3076644Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3077723Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3079039Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3080396Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3081664Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3082986Z copying src/executorch/exir/tests/test_extract_io_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3084298Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3085608Z copying src/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3087028Z copying src/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3088399Z copying src/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3089639Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3090698Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3092087Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3093252Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3094431Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3095782Z copying src/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3096905Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3098212Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3099657Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3100890Z copying src/executorch/exir/tests/test_reinplace_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3102223Z copying src/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3103365Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3104554Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3105535Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3106577Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3107623Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3108742Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3109774Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-08-30T00:35:35.3110634Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-08-30T00:35:35.3111861Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-08-30T00:35:35.3222323Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-08-30T00:35:35.3223565Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-08-30T00:35:35.3225137Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-08-30T00:35:35.3226060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-08-30T00:35:35.3227148Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-08-30T00:35:35.3228360Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-08-30T00:35:35.3229734Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-08-30T00:35:35.3231036Z copying src/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-08-30T00:35:35.3232251Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-08-30T00:35:35.3233444Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-08-30T00:35:35.3234756Z 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-08-30T00:35:35.3236580Z copying src/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-08-30T00:35:35.3238390Z 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-08-30T00:35:35.3240278Z 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-08-30T00:35:35.3242098Z copying src/executorch/exir/backend/canonical_partitioners/group_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-08-30T00:35:35.3243802Z 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-08-30T00:35:35.3245154Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3246225Z copying src/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3247698Z 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-08-30T00:35:35.3249182Z 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-08-30T00:35:35.3250673Z 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-08-30T00:35:35.3252169Z copying src/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3253407Z copying src/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3254843Z copying src/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3256367Z 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-08-30T00:35:35.3257881Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3259174Z copying src/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3260628Z copying src/executorch/exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3261942Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3263316Z copying src/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3264662Z copying src/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3266046Z copying src/executorch/exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3267375Z copying src/executorch/exir/backend/test/test_group_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3268789Z copying src/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3270112Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3271298Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3272725Z 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-08-30T00:35:35.3273949Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-08-30T00:35:35.3275004Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-08-30T00:35:35.3276126Z 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-08-30T00:35:35.3277509Z 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-08-30T00:35:35.3278685Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-08-30T00:35:35.3279928Z 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-08-30T00:35:35.3281638Z 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-08-30T00:35:35.3283163Z 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-08-30T00:35:35.3284319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-08-30T00:35:35.3285322Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-08-30T00:35:35.3286287Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-08-30T00:35:35.3287253Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-08-30T00:35:35.3288240Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-08-30T00:35:35.3289330Z copying src/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-08-30T00:35:35.3290393Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-08-30T00:35:35.3291637Z 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-08-30T00:35:35.3292842Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-08-30T00:35:35.3293903Z copying src/executorch/exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-08-30T00:35:35.3295249Z copying src/executorch/exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-08-30T00:35:35.3296295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-08-30T00:35:35.3297285Z copying src/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-08-30T00:35:35.3298598Z copying src/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-08-30T00:35:35.3300097Z copying src/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-08-30T00:35:35.3301162Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-08-30T00:35:35.3302233Z copying src/executorch/exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-08-30T00:35:35.3477194Z copying src/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-08-30T00:35:35.3478274Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-08-30T00:35:35.3479354Z copying src/executorch/exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-08-30T00:35:35.3480718Z copying src/executorch/exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-08-30T00:35:35.3481747Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-08-30T00:35:35.3482423Z 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-08-30T00:35:35.3483106Z 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-08-30T00:35:35.3483406Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-08-30T00:35:35.3484002Z 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-08-30T00:35:35.3484267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-08-30T00:35:35.3484868Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-08-30T00:35:35.3485138Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-08-30T00:35:35.3485773Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-08-30T00:35:35.3486034Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-08-30T00:35:35.3486521Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-08-30T00:35:35.3487077Z copying src/executorch/exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-08-30T00:35:35.3487898Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-08-30T00:35:35.3488187Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-08-30T00:35:35.3488877Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-08-30T00:35:35.3489228Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests 2025-08-30T00:35:35.3489749Z copying src/executorch/export/tests/test_executorch_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests 2025-08-30T00:35:35.3490403Z copying src/executorch/export/tests/test_export_recipe.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests 2025-08-30T00:35:35.3490903Z copying src/executorch/export/tests/test_export_session.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests 2025-08-30T00:35:35.3491615Z copying src/executorch/export/tests/test_export_stages.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests 2025-08-30T00:35:35.3492136Z copying src/executorch/export/tests/test_recipe_provider.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests 2025-08-30T00:35:35.3492638Z copying src/executorch/export/tests/test_recipe_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests 2025-08-30T00:35:35.3492896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/audio 2025-08-30T00:35:35.3493428Z copying src/executorch/extension/audio/mel_spectrogram.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/audio 2025-08-30T00:35:35.3493705Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-08-30T00:35:35.3494223Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-08-30T00:35:35.3494744Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-08-30T00:35:35.3495033Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-08-30T00:35:35.3495548Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-08-30T00:35:35.3495816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-08-30T00:35:35.3496499Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-08-30T00:35:35.3497014Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-08-30T00:35:35.3497606Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-08-30T00:35:35.3497897Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-08-30T00:35:35.3498456Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-08-30T00:35:35.3498711Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-08-30T00:35:35.3499529Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-08-30T00:35:35.3499803Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-08-30T00:35:35.3500378Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-08-30T00:35:35.3500715Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-08-30T00:35:35.3501335Z copying src/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-08-30T00:35:35.3502115Z 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-08-30T00:35:35.3502771Z copying src/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-08-30T00:35:35.3503168Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-08-30T00:35:35.3503771Z copying src/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-08-30T00:35:35.3504099Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-08-30T00:35:35.3504838Z copying src/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-08-30T00:35:35.3505206Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-08-30T00:35:35.3505850Z copying src/executorch/extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-08-30T00:35:35.3506419Z copying src/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-08-30T00:35:35.3507018Z copying src/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-08-30T00:35:35.3507672Z 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-08-30T00:35:35.3508374Z 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-08-30T00:35:35.3509108Z 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-08-30T00:35:35.3509721Z 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-08-30T00:35:35.3510347Z 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-08-30T00:35:35.3510942Z 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-08-30T00:35:35.3511212Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-08-30T00:35:35.3511742Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-08-30T00:35:35.3512274Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-08-30T00:35:35.3512966Z copying src/executorch/extension/llm/export/export_llm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-08-30T00:35:35.3513540Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-08-30T00:35:35.3514211Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-08-30T00:35:35.3514770Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-08-30T00:35:35.3790090Z copying src/executorch/extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-08-30T00:35:35.3790468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-08-30T00:35:35.3791447Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-08-30T00:35:35.3792122Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-08-30T00:35:35.3792683Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-08-30T00:35:35.3793445Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-08-30T00:35:35.3793833Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-08-30T00:35:35.3794535Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-08-30T00:35:35.3794895Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-08-30T00:35:35.3795660Z 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-08-30T00:35:35.3796099Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-08-30T00:35:35.3796971Z 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-08-30T00:35:35.3798028Z 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-08-30T00:35:35.3798461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/config 2025-08-30T00:35:35.3799377Z copying src/executorch/extension/llm/export/config/llm_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/config 2025-08-30T00:35:35.3799690Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-08-30T00:35:35.3800265Z copying src/executorch/extension/llm/export/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-08-30T00:35:35.3801108Z copying src/executorch/extension/llm/export/test/test_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-08-30T00:35:35.3801833Z copying src/executorch/extension/llm/export/test/test_export_llm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-08-30T00:35:35.3802135Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-08-30T00:35:35.3802729Z copying src/executorch/extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-08-30T00:35:35.3803383Z copying src/executorch/extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-08-30T00:35:35.3804002Z 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-08-30T00:35:35.3804694Z 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-08-30T00:35:35.3805097Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-08-30T00:35:35.3805874Z 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-08-30T00:35:35.3806683Z 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-08-30T00:35:35.3807626Z 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-08-30T00:35:35.3808422Z 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-08-30T00:35:35.3809433Z 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-08-30T00:35:35.3809770Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-08-30T00:35:35.3810571Z copying src/executorch/extension/llm/tokenizers/test/test_hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-08-30T00:35:35.3811347Z copying src/executorch/extension/llm/tokenizers/test/test_python_bindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-08-30T00:35:35.3812072Z copying src/executorch/extension/llm/tokenizers/test/test_tekken_python.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-08-30T00:35:35.3812932Z copying src/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-08-30T00:35:35.3813451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-08-30T00:35:35.3814293Z 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-08-30T00:35:35.3814817Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-08-30T00:35:35.3815965Z 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-08-30T00:35:35.3816915Z 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-08-30T00:35:35.3817359Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-08-30T00:35:35.3818398Z 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-08-30T00:35:35.3819299Z 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-08-30T00:35:35.3819767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-08-30T00:35:35.3820721Z 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-08-30T00:35:35.3821360Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-08-30T00:35:35.3822507Z 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-08-30T00:35:35.3823501Z 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-08-30T00:35:35.3824041Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-08-30T00:35:35.3825388Z 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-08-30T00:35:35.3825908Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-08-30T00:35:35.3827120Z 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-08-30T00:35:35.3827733Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-08-30T00:35:35.3828887Z 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-08-30T00:35:35.3829435Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-08-30T00:35:35.3992347Z 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-08-30T00:35:35.3993215Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-08-30T00:35:35.3994275Z 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-08-30T00:35:35.3994767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-08-30T00:35:35.3995939Z 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-08-30T00:35:35.3996372Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-08-30T00:35:35.3997283Z 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-08-30T00:35:35.3998182Z 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-08-30T00:35:35.3999083Z 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-08-30T00:35:35.4000464Z 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-08-30T00:35:35.4001417Z 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-08-30T00:35:35.4002359Z 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-08-30T00:35:35.4003285Z 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-08-30T00:35:35.4004191Z 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-08-30T00:35:35.4004834Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-08-30T00:35:35.4005949Z 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-08-30T00:35:35.4006494Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-08-30T00:35:35.4007311Z 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-08-30T00:35:35.4008156Z 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-08-30T00:35:35.4009064Z 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-08-30T00:35:35.4009584Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-08-30T00:35:35.4010463Z 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-08-30T00:35:35.4011388Z 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-08-30T00:35:35.4012441Z 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-08-30T00:35:35.4012952Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-08-30T00:35:35.4013928Z 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-08-30T00:35:35.4014407Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-08-30T00:35:35.4015369Z 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-08-30T00:35:35.4015874Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-08-30T00:35:35.4016978Z 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-08-30T00:35:35.4018075Z 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-08-30T00:35:35.4018653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-08-30T00:35:35.4020070Z 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-08-30T00:35:35.4021231Z 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-08-30T00:35:35.4022694Z 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-08-30T00:35:35.4024033Z 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-08-30T00:35:35.4024357Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-08-30T00:35:35.4025317Z 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-08-30T00:35:35.4025638Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-08-30T00:35:35.4026249Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-08-30T00:35:35.4026908Z copying src/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-08-30T00:35:35.4027550Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-08-30T00:35:35.4027827Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-08-30T00:35:35.4028351Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-08-30T00:35:35.4028678Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-08-30T00:35:35.4029453Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-08-30T00:35:35.4029796Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/CIFAR 2025-08-30T00:35:35.4030504Z copying src/executorch/extension/training/examples/CIFAR/data_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/CIFAR 2025-08-30T00:35:35.4031195Z copying src/executorch/extension/training/examples/CIFAR/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/CIFAR 2025-08-30T00:35:36.5935672Z copying src/executorch/extension/training/examples/CIFAR/main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/CIFAR 2025-08-30T00:35:36.5937466Z copying src/executorch/extension/training/examples/CIFAR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/CIFAR 2025-08-30T00:35:36.5938983Z copying src/executorch/extension/training/examples/CIFAR/train_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/CIFAR 2025-08-30T00:35:36.5940354Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-08-30T00:35:36.5941490Z copying src/executorch/extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-08-30T00:35:36.5943142Z copying src/executorch/extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-08-30T00:35:36.5944287Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-08-30T00:35:36.5945551Z 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-08-30T00:35:36.5946882Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-08-30T00:35:36.5948278Z copying src/executorch/extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-08-30T00:35:36.5949542Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/wasm/test 2025-08-30T00:35:36.5950471Z copying src/executorch/extension/wasm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/wasm/test 2025-08-30T00:35:36.5951498Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-08-30T00:35:36.5952567Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-08-30T00:35:36.5953477Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-08-30T00:35:36.5954503Z copying src/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-08-30T00:35:36.5956032Z 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-08-30T00:35:36.5957067Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-08-30T00:35:36.5957900Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-08-30T00:35:36.5958600Z running egg_info 2025-08-30T00:35:36.5958884Z creating executorch.egg-info 2025-08-30T00:35:36.5959272Z writing executorch.egg-info/PKG-INFO 2025-08-30T00:35:36.5959881Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-08-30T00:35:36.5960458Z writing entry points to executorch.egg-info/entry_points.txt 2025-08-30T00:35:36.5960994Z writing requirements to executorch.egg-info/requires.txt 2025-08-30T00:35:36.5961509Z writing top-level names to executorch.egg-info/top_level.txt 2025-08-30T00:35:36.5962035Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-08-30T00:35:36.5962686Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-08-30T00:35:36.5963118Z adding license file 'LICENSE' 2025-08-30T00:35:36.5963511Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-08-30T00:35:36.5964189Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-08-30T00:35:36.5964922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-08-30T00:35:36.5965765Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-08-30T00:35:36.5966739Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-08-30T00:35:36.5967900Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-08-30T00:35:36.5969491Z copying src/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-08-30T00:35:36.5970617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-08-30T00:35:36.5971721Z 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-08-30T00:35:36.5973188Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:36.5974490Z copying src/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:36.5975951Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-08-30T00:35:36.5977229Z copying src/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-08-30T00:35:36.5978781Z copying src/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-08-30T00:35:36.5980368Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-08-30T00:35:36.5981512Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.5983050Z 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-08-30T00:35:36.5984817Z 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-08-30T00:35:36.5986745Z 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-08-30T00:35:36.5988492Z 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-08-30T00:35:36.5990254Z 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-08-30T00:35:36.5992114Z 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-08-30T00:35:36.5993785Z 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-08-30T00:35:36.5995725Z 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-08-30T00:35:36.5997533Z 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-08-30T00:35:36.5999636Z 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-08-30T00:35:36.6001410Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/choose_qparams_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6003355Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/choose_qparams_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6005239Z 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-08-30T00:35:36.6006911Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/concat_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6008785Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/concat_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6010468Z 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-08-30T00:35:36.6012371Z 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-08-30T00:35:36.6014007Z 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-08-30T00:35:36.6016074Z 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-08-30T00:35:36.6085021Z 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-08-30T00:35:36.6087440Z 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-08-30T00:35:36.6089527Z 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-08-30T00:35:36.6091339Z 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-08-30T00:35:36.6093314Z 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-08-30T00:35:36.6095106Z 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-08-30T00:35:36.6097240Z 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-08-30T00:35:36.6099511Z 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-08-30T00:35:36.6101236Z 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-08-30T00:35:36.6103220Z 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-08-30T00:35:36.6104973Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/dequantize_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6106923Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/dequantize_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6108810Z 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-08-30T00:35:36.6110496Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/expand_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6112445Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/flash_attention_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6114248Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/flash_attention_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6116126Z 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-08-30T00:35:36.6117740Z 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-08-30T00:35:36.6119552Z 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-08-30T00:35:36.6121536Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/group_norm_reduce_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6123375Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/group_norm_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6125353Z 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-08-30T00:35:36.6127033Z 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-08-30T00:35:36.6128918Z 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-08-30T00:35:36.6130649Z 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-08-30T00:35:36.6132586Z 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-08-30T00:35:36.6134355Z 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-08-30T00:35:36.6136193Z 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-08-30T00:35:36.6138094Z 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-08-30T00:35:36.6139840Z 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-08-30T00:35:36.6141713Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qta8a_qga4w_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6143510Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qta8a_qga4w_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6145399Z 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-08-30T00:35:36.6147075Z 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-08-30T00:35:36.6149100Z 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-08-30T00:35:36.6150990Z 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-08-30T00:35:36.6152666Z 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-08-30T00:35:36.6154450Z 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-08-30T00:35:36.6156246Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_block_4x8.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6158448Z 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-08-30T00:35:36.6160474Z 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-08-30T00:35:36.6162183Z 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-08-30T00:35:36.6163987Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6165702Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6167636Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6169370Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6242785Z 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-08-30T00:35:36.6245242Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6246956Z 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-08-30T00:35:36.6248718Z 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-08-30T00:35:36.6250619Z 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-08-30T00:35:36.6252445Z 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-08-30T00:35:36.6254267Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/scalar_tensor.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6256028Z 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-08-30T00:35:36.6257934Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/set_zero.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6259581Z 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-08-30T00:35:36.6261314Z 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-08-30T00:35:36.6262965Z 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-08-30T00:35:36.6264869Z 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-08-30T00:35:36.6266747Z 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-08-30T00:35:36.6268549Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/update_concat_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6270515Z 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-08-30T00:35:36.6272184Z 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-08-30T00:35:36.6273962Z 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-08-30T00:35:36.6275619Z 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-08-30T00:35:36.6277376Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:36.6279037Z 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-08-30T00:35:36.6280317Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-08-30T00:35:36.6281359Z copying src/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-08-30T00:35:36.6282779Z 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-08-30T00:35:36.6284407Z 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-08-30T00:35:36.6285559Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-08-30T00:35:36.6286889Z 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-08-30T00:35:36.6288498Z 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-08-30T00:35:36.6290231Z 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-08-30T00:35:36.6291906Z 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-08-30T00:35:36.6293630Z 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-08-30T00:35:36.6295256Z 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-08-30T00:35:36.6296948Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-08-30T00:35:36.6298414Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-08-30T00:35:36.6300426Z 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-08-30T00:35:36.6302150Z 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-08-30T00:35:36.6303801Z 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-08-30T00:35:36.6305461Z 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-08-30T00:35:36.6307148Z 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-08-30T00:35:36.6308942Z 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-08-30T00:35:36.6310960Z 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-08-30T00:35:36.6312309Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:36.6313770Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:36.6315546Z 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-08-30T00:35:36.6317439Z 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-08-30T00:35:36.6319292Z 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-08-30T00:35:36.6321083Z 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-08-30T00:35:36.6323030Z 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-08-30T00:35:36.6324820Z 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-08-30T00:35:36.6388955Z 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-08-30T00:35:36.6390900Z 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-08-30T00:35:36.6392716Z 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-08-30T00:35:36.6394811Z 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-08-30T00:35:36.6396607Z 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-08-30T00:35:36.6398529Z 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-08-30T00:35:36.6400598Z 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-08-30T00:35:36.6402514Z 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-08-30T00:35:36.6404386Z 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-08-30T00:35:36.6406329Z 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-08-30T00:35:36.6408137Z 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-08-30T00:35:36.6409963Z 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-08-30T00:35:36.6411994Z 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-08-30T00:35:36.6413801Z 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-08-30T00:35:36.6415621Z 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-08-30T00:35:36.6417395Z 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-08-30T00:35:36.6419265Z 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-08-30T00:35:36.6421129Z 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-08-30T00:35:36.6423139Z 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-08-30T00:35:36.6424909Z 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-08-30T00:35:36.6426888Z 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-08-30T00:35:36.6428735Z 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-08-30T00:35:36.6430815Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/pf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:36.6432774Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/pf32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:36.6434630Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/pqs8-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:36.6436855Z 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-08-30T00:35:36.6438769Z 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-08-30T00:35:36.6440941Z 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-08-30T00:35:36.6442794Z 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-08-30T00:35:36.6444859Z 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-08-30T00:35:36.6446893Z 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-08-30T00:35:36.6448786Z 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-08-30T00:35:36.6450800Z 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-08-30T00:35:36.6452712Z 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-08-30T00:35:36.6454852Z 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-08-30T00:35:36.6456695Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:36.6458699Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc4w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:36.6460553Z 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-08-30T00:35:36.6462580Z 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-08-30T00:35:36.6464457Z 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-08-30T00:35:36.6466425Z 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-08-30T00:35:36.6468407Z 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-08-30T00:35:36.6470221Z 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-08-30T00:35:36.6472078Z 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-08-30T00:35:36.6536060Z 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-08-30T00:35:36.6538138Z 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-08-30T00:35:36.6540217Z 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-08-30T00:35:36.6542501Z 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-08-30T00:35:36.6544553Z 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-08-30T00:35:36.6546878Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-08-30T00:35:36.6548921Z 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-08-30T00:35:36.6551141Z 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-08-30T00:35:36.6552997Z 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-08-30T00:35:36.6554883Z 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-08-30T00:35:36.6556692Z 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-08-30T00:35:36.6558561Z 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-08-30T00:35:36.6560554Z 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-08-30T00:35:36.6562546Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-discontiguous-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-08-30T00:35:36.6564465Z 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-08-30T00:35:36.6566279Z 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-08-30T00:35:36.6568087Z 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-08-30T00:35:36.6570039Z 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-08-30T00:35:36.6572176Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/parse-microkernel-bench.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-08-30T00:35:36.6574258Z 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-08-30T00:35:36.6576189Z 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-08-30T00:35:36.6578151Z 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-08-30T00:35:36.6580028Z 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-08-30T00:35:36.6581839Z 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-08-30T00:35:36.6583317Z copying src/executorch/codegen/tools/selective_build.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-08-30T00:35:36.6584498Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-08-30T00:35:36.6585688Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-08-30T00:35:36.6587034Z 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-08-30T00:35:36.6588521Z copying src/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-08-30T00:35:36.6589920Z copying src/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-08-30T00:35:36.6591328Z 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-08-30T00:35:36.6592703Z copying src/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-08-30T00:35:36.6594055Z 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-08-30T00:35:36.6595427Z 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-08-30T00:35:36.6596634Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deepseek-r1-distill-llama-8B/config 2025-08-30T00:35:36.6598185Z copying src/executorch/examples/models/deepseek-r1-distill-llama-8B/config/deepseek_xnnpack_q8da4w.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deepseek-r1-distill-llama-8B/config 2025-08-30T00:35:36.6600143Z copying src/executorch/examples/models/llama/config/llama_bf16.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/config 2025-08-30T00:35:36.6601582Z copying src/executorch/examples/models/llama/config/llama_q8da4w.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/config 2025-08-30T00:35:36.6603039Z copying src/executorch/examples/models/llama/config/llama_xnnpack_qat.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/config 2025-08-30T00:35:36.6604547Z copying src/executorch/examples/models/llama/config/llama_xnnpack_spinquant.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/config 2025-08-30T00:35:36.6605729Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/config 2025-08-30T00:35:36.6607000Z copying src/executorch/examples/models/phi_4_mini/config/phi_4_mini_xnnpack.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/config 2025-08-30T00:35:36.6608154Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/config 2025-08-30T00:35:36.6609386Z copying src/executorch/examples/models/qwen2_5/config/qwen2_5_xnnpack_q8da4w.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/config 2025-08-30T00:35:36.6610506Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/config 2025-08-30T00:35:36.6611724Z copying src/executorch/examples/models/qwen3/config/qwen3_xnnpack_q8da4w.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/config 2025-08-30T00:35:36.6613056Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-08-30T00:35:36.6614256Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-08-30T00:35:36.6615603Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-08-30T00:35:36.7588109Z copying src/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-08-30T00:35:36.7591523Z 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-08-30T00:35:36.7595574Z 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-08-30T00:35:36.7599561Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-08-30T00:35:36.7602059Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-08-30T00:35:36.7604506Z copying src/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-08-30T00:35:36.7606487Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-08-30T00:35:36.7608242Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-08-30T00:35:36.7610151Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-08-30T00:35:36.7611796Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-08-30T00:35:36.7613792Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-08-30T00:35:36.7616297Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-08-30T00:35:36.7618128Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-08-30T00:35:36.7619920Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-08-30T00:35:36.7621841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7623513Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7625398Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7628147Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7629929Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7631754Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7633903Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7635890Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7637982Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7640111Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7642083Z copying runtime/core/function_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7644147Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7646273Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7648292Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7650191Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7652108Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7653883Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7655725Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7657752Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-08-30T00:35:36.7659630Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-08-30T00:35:36.7661624Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-08-30T00:35:36.7663751Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-08-30T00:35:36.7666149Z 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-08-30T00:35:36.7668990Z 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-08-30T00:35:36.7671294Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-08-30T00:35:36.7673424Z 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-08-30T00:35:36.7676046Z 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-08-30T00:35:36.7678717Z 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-08-30T00:35:36.7681415Z 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-08-30T00:35:36.7684284Z 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-08-30T00:35:36.7686450Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7688731Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7691355Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7693857Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7696343Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7698812Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7701202Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7703558Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7706032Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7708450Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7710876Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7713383Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7715850Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7718219Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7720737Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:36.7723084Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-08-30T00:35:36.7725689Z 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-08-30T00:35:36.7728737Z 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-08-30T00:35:36.7731353Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-08-30T00:35:36.7733922Z 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-08-30T00:35:36.7737017Z 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-08-30T00:35:36.7739741Z 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-08-30T00:35:36.7742738Z 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-08-30T00:35:36.7745502Z 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-08-30T00:35:36.7748572Z 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-08-30T00:35:36.7751476Z 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-08-30T00:35:36.7754332Z 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-08-30T00:35:36.7757429Z 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-08-30T00:35:36.7760357Z 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-08-30T00:35:36.7763695Z 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-08-30T00:35:36.7766912Z 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-08-30T00:35:36.7770142Z copying runtime/core/portable_type/c10/c10/util/llvmMathExtras.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-08-30T00:35:36.7773254Z copying runtime/core/portable_type/c10/c10/util/overflows.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-08-30T00:35:36.7776286Z copying runtime/core/portable_type/c10/c10/util/safe_numerics.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-08-30T00:35:36.7778929Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2025-08-30T00:35:36.7781911Z copying runtime/core/portable_type/c10/torch/headeronly/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2025-08-30T00:35:36.7785576Z copying runtime/core/portable_type/c10/torch/headeronly/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2025-08-30T00:35:36.7788472Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:36.7790071Z copying runtime/core/portable_type/c10/torch/headeronly/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:36.7791989Z copying runtime/core/portable_type/c10/torch/headeronly/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:36.7793946Z copying runtime/core/portable_type/c10/torch/headeronly/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:36.7797032Z copying runtime/core/portable_type/c10/torch/headeronly/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:36.7799076Z copying runtime/core/portable_type/c10/torch/headeronly/util/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:36.7801257Z copying runtime/core/portable_type/c10/torch/headeronly/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:36.7804074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/testing_util 2025-08-30T00:35:36.7805241Z copying runtime/core/testing_util/error_matchers.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/testing_util 2025-08-30T00:35:36.7806314Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-08-30T00:35:36.7807301Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-08-30T00:35:36.7809219Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-08-30T00:35:36.7811392Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-08-30T00:35:36.7812623Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-08-30T00:35:36.7813662Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-08-30T00:35:36.7814686Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-08-30T00:35:36.7816145Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-08-30T00:35:36.7817850Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-08-30T00:35:36.7819899Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-08-30T00:35:36.7821068Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-08-30T00:35:36.7822199Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-08-30T00:35:36.7823330Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-08-30T00:35:36.7824428Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-08-30T00:35:36.7826201Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-08-30T00:35:36.7827431Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-08-30T00:35:36.7828546Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-08-30T00:35:36.7829646Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-08-30T00:35:36.7830727Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-08-30T00:35:36.7831712Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-08-30T00:35:36.7833463Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-08-30T00:35:36.7835323Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-08-30T00:35:36.7836568Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-08-30T00:35:36.7837704Z 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-08-30T00:35:36.8481794Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-08-30T00:35:36.8484397Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-08-30T00:35:36.8486361Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-08-30T00:35:36.8488210Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-08-30T00:35:36.8490377Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-08-30T00:35:36.8492712Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-08-30T00:35:36.8495071Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-08-30T00:35:36.8496973Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-08-30T00:35:36.8498968Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-08-30T00:35:36.8501569Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-08-30T00:35:36.8503950Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-08-30T00:35:36.8505514Z running build_ext 2025-08-30T00:35:36.8506425Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-08-30T00:35:36.8509049Z 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-08-30T00:35:36.8512089Z 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-08-30T00:35:36.8514860Z 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-08-30T00:35:36.8518503Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/training/_training_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-08-30T00:35:36.8522309Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/codegen/tools/selective_build.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-08-30T00:35:36.8526218Z 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-08-30T00:35:36.8530277Z 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-08-30T00:35:36.8534297Z 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-08-30T00:35:36.8536904Z installing to pip-out/bdist.linux-x86_64/wheel 2025-08-30T00:35:36.8537574Z running install 2025-08-30T00:35:36.8538007Z running install_lib 2025-08-30T00:35:36.8538544Z creating pip-out/bdist.linux-x86_64/wheel 2025-08-30T00:35:36.8539288Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-08-30T00:35:36.8540198Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-08-30T00:35:36.8541997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends 2025-08-30T00:35:36.8543681Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-08-30T00:35:36.8545462Z 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-08-30T00:35:36.8547940Z 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-08-30T00:35:36.8550448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-08-30T00:35:36.8552976Z 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-08-30T00:35:36.8555563Z 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-08-30T00:35:36.8558099Z 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-08-30T00:35:36.8560630Z 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-08-30T00:35:36.8563266Z 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-08-30T00:35:36.8565927Z 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-08-30T00:35:36.8568520Z 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-08-30T00:35:36.8571035Z 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-08-30T00:35:36.8573677Z 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-08-30T00:35:36.8575481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-08-30T00:35:36.8577423Z 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-08-30T00:35:36.8580155Z 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-08-30T00:35:36.8582900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/add_bias_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8585868Z 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-08-30T00:35:36.8588734Z 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-08-30T00:35:36.8591478Z 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-08-30T00:35:36.8594502Z 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-08-30T00:35:36.8597371Z 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-08-30T00:35:36.8600707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_bool_to_int8_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8603568Z 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-08-30T00:35:36.8606436Z 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-08-30T00:35:36.8609384Z 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-08-30T00:35:36.8612496Z 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-08-30T00:35:36.8615634Z 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-08-30T00:35:36.8618603Z 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-08-30T00:35:36.8621638Z 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-08-30T00:35:36.8624495Z 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-08-30T00:35:36.8627423Z 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-08-30T00:35:36.8630392Z 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-08-30T00:35:36.8633357Z 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-08-30T00:35:36.8636294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_acosh_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8639336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_adaptive_avg_pool2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8642461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_addmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8645475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_asin_and_acos_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8648497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_asinh_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8651603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_atan_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8654792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_atanh_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8657727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8660914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_batch_norm_no_stats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8663966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_cosh_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8667006Z 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-08-30T00:35:36.8670125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_cumsum_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8673051Z 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-08-30T00:35:36.8676012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_embedding_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8679043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_expm1_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8681942Z 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-08-30T00:35:36.8684899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_glu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8687870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_grouped_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8690911Z 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-08-30T00:35:36.8694044Z 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-08-30T00:35:36.8697083Z 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-08-30T00:35:36.8700354Z 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-08-30T00:35:36.8703442Z 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-08-30T00:35:36.8706453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_logit_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8709415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_masked_fill.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8712525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_maxpool2d_with_dilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8715814Z 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-08-30T00:35:36.8718708Z 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-08-30T00:35:36.8721715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_round_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8724610Z 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-08-30T00:35:36.8727506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sign_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8730441Z 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-08-30T00:35:36.8733320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sinh_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8736272Z 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-08-30T00:35:36.8739276Z 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-08-30T00:35:36.8742313Z 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-08-30T00:35:36.8745187Z 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-08-30T00:35:36.8747989Z 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-08-30T00:35:36.8751014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decorate_fp32_to_int32_casting_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8754167Z 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-08-30T00:35:36.8757305Z 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-08-30T00:35:36.8760341Z 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-08-30T00:35:36.8763288Z 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-08-30T00:35:36.8766405Z 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-08-30T00:35:36.8769487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_int64_input_cast_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8772561Z 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-08-30T00:35:36.8793042Z 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-08-30T00:35:36.8796106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8799411Z 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-08-30T00:35:36.8802248Z 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-08-30T00:35:36.8804916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/quant_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8807731Z 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-08-30T00:35:36.8810639Z 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-08-30T00:35:36.8813760Z 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-08-30T00:35:36.8816738Z 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-08-30T00:35:36.8819638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_input_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8822650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/to_tosa_memory_format_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-08-30T00:35:36.8825615Z 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-08-30T00:35:36.8828805Z 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-08-30T00:35:36.8831052Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/common 2025-08-30T00:35:36.8833019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/common/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/common 2025-08-30T00:35:36.8835691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/common/debug.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/common 2025-08-30T00:35:36.8837670Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/ethosu 2025-08-30T00:35:36.8839620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/ethosu 2025-08-30T00:35:36.8842396Z 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/ethosu 2025-08-30T00:35:36.8845212Z 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/ethosu 2025-08-30T00:35:36.8847376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-08-30T00:35:36.8849601Z 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-08-30T00:35:36.8853147Z 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-08-30T00:35:36.8856465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/embedding_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-08-30T00:35:36.8859929Z 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-08-30T00:35:36.8863274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/index_select_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-08-30T00:35:36.8866646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/index_tensor_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-08-30T00:35:36.8869952Z 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-08-30T00:35:36.8873172Z 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-08-30T00:35:36.8876385Z 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-08-30T00:35:36.8879700Z 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-08-30T00:35:36.8883017Z 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-08-30T00:35:36.8886269Z 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-08-30T00:35:36.8889568Z 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-08-30T00:35:36.8893012Z 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-08-30T00:35:36.8895361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-08-30T00:35:36.8897430Z 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-08-30T00:35:36.8900548Z 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-08-30T00:35:36.8903462Z 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-08-30T00:35:36.8906314Z 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-08-30T00:35:36.8909153Z 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-08-30T00:35:36.8912018Z 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-08-30T00:35:36.8915059Z 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-08-30T00:35:36.8917965Z 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-08-30T00:35:36.8920997Z 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-08-30T00:35:36.8923842Z 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-08-30T00:35:36.8926676Z 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-08-30T00:35:36.8929676Z 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-08-30T00:35:36.8932726Z 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-08-30T00:35:36.8935515Z 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-08-30T00:35:36.8938323Z 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-08-30T00:35:36.8941095Z 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-08-30T00:35:36.8943839Z 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-08-30T00:35:36.8946611Z 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-08-30T00:35:36.8949404Z 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-08-30T00:35:36.8952294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_index_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-08-30T00:35:36.8955300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_index_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-08-30T00:35:36.8958198Z 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-08-30T00:35:36.8961013Z 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-08-30T00:35:36.8963834Z 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-08-30T00:35:36.8966699Z 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-08-30T00:35:36.8969637Z 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-08-30T00:35:36.8972630Z 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-08-30T00:35:36.8975617Z 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-08-30T00:35:36.8978415Z 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-08-30T00:35:36.8981438Z 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-08-30T00:35:36.8984274Z 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-08-30T00:35:36.8987186Z 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-08-30T00:35:36.8990122Z 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-08-30T00:35:36.8993037Z 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-08-30T00:35:36.8996030Z 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-08-30T00:35:36.8998969Z 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-08-30T00:35:36.9002032Z 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-08-30T00:35:36.9004913Z 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-08-30T00:35:36.9007795Z 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-08-30T00:35:36.9010663Z 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-08-30T00:35:36.9013571Z 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-08-30T00:35:36.9016428Z 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-08-30T00:35:36.9019299Z 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-08-30T00:35:36.9022205Z 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-08-30T00:35:36.9025119Z 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-08-30T00:35:36.9028126Z 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-08-30T00:35:36.9031181Z 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-08-30T00:35:36.9034218Z 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-08-30T00:35:36.9037257Z 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-08-30T00:35:36.9039987Z 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-08-30T00:35:36.9043290Z 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-08-30T00:35:36.9046393Z 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-08-30T00:35:36.9049271Z 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-08-30T00:35:36.9052367Z 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-08-30T00:35:36.9054461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-08-30T00:35:36.9056505Z 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-08-30T00:35:36.9059488Z 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-08-30T00:35:36.9062531Z 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-08-30T00:35:36.9065727Z 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-08-30T00:35:36.9068982Z 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-08-30T00:35:36.9071195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/scripts 2025-08-30T00:35:36.9073287Z 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-08-30T00:35:36.9075391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-08-30T00:35:36.9077292Z 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-08-30T00:35:36.9080047Z 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-08-30T00:35:36.9082817Z 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-08-30T00:35:36.9085561Z 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-08-30T00:35:36.9087547Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-08-30T00:35:36.9089626Z 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-08-30T00:35:36.9092771Z 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-08-30T00:35:36.9096100Z 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-08-30T00:35:36.9099019Z 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-08-30T00:35:36.9102696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_extract_io_params_tosa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-08-30T00:35:36.9105710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_int64.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-08-30T00:35:36.9108607Z 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-08-30T00:35:36.9111588Z 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-08-30T00:35:36.9114726Z 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-08-30T00:35:36.9117809Z 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-08-30T00:35:36.9120980Z 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-08-30T00:35:36.9124341Z 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-08-30T00:35:36.9127509Z 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-08-30T00:35:36.9129654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-08-30T00:35:36.9131892Z 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-08-30T00:35:36.9134916Z 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-08-30T00:35:36.9137836Z 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-08-30T00:35:36.9140915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_inception_v3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-08-30T00:35:36.9144025Z 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-08-30T00:35:36.9147031Z 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-08-30T00:35:36.9150122Z 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-08-30T00:35:36.9153227Z 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-08-30T00:35:36.9156412Z 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-08-30T00:35:36.9159737Z 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-08-30T00:35:36.9163028Z 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-08-30T00:35:36.9166145Z 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-08-30T00:35:36.9168496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models/stable_diffusion 2025-08-30T00:35:36.9171518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/stable_diffusion/stable_diffusion_module_test_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models/stable_diffusion 2025-08-30T00:35:36.9175645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/stable_diffusion/test_CLIPTextModelWithProjection.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models/stable_diffusion 2025-08-30T00:35:36.9179804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/stable_diffusion/test_SD3Transformer2DModel.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models/stable_diffusion 2025-08-30T00:35:36.9183729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/stable_diffusion/test_T5EncoderModel.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models/stable_diffusion 2025-08-30T00:35:36.9187596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/stable_diffusion/test_vae_AutoencoderKL.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models/stable_diffusion 2025-08-30T00:35:36.9190188Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-08-30T00:35:36.9192196Z 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-08-30T00:35:36.9195041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_acos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9197835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_acosh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9200805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9203641Z 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-08-30T00:35:36.9206468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9209316Z 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-08-30T00:35:36.9212260Z 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-08-30T00:35:36.9215104Z 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-08-30T00:35:36.9217848Z 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-08-30T00:35:36.9220897Z 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-08-30T00:35:36.9223736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_asin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9226723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_asinh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9229435Z 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-08-30T00:35:36.9232251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_atan.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9235091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_atanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9237977Z 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-08-30T00:35:36.9240874Z 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-08-30T00:35:36.9243805Z 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-08-30T00:35:36.9246608Z 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-08-30T00:35:36.9249347Z 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-08-30T00:35:36.9252300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9255109Z 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-08-30T00:35:36.9257930Z 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-08-30T00:35:36.9260774Z 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-08-30T00:35:36.9263714Z 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-08-30T00:35:36.9266594Z 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-08-30T00:35:36.9269441Z 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-08-30T00:35:36.9272291Z 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-08-30T00:35:36.9275277Z 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-08-30T00:35:36.9278199Z 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-08-30T00:35:36.9281175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cosh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9284051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cumsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9287175Z 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-08-30T00:35:36.9290043Z 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-08-30T00:35:36.9293008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9295889Z 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-08-30T00:35:36.9298719Z 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-08-30T00:35:36.9301745Z 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-08-30T00:35:36.9304589Z 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-08-30T00:35:36.9307454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expm1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9310325Z 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-08-30T00:35:36.9313159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9316085Z 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-08-30T00:35:36.9318880Z 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-08-30T00:35:36.9321632Z 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-08-30T00:35:36.9324465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_glu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9327298Z 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-08-30T00:35:36.9330188Z 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-08-30T00:35:36.9333162Z 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-08-30T00:35:36.9336053Z 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-08-30T00:35:36.9339005Z 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-08-30T00:35:36.9342097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_index_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9345015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_index_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9348155Z 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-08-30T00:35:36.9350984Z 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-08-30T00:35:36.9353873Z 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-08-30T00:35:36.9356904Z 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-08-30T00:35:36.9359911Z 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-08-30T00:35:36.9362674Z 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-08-30T00:35:36.9365539Z 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-08-30T00:35:36.9368423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9371479Z 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-08-30T00:35:36.9374394Z 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-08-30T00:35:36.9377239Z 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-08-30T00:35:36.9380113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_masked_fill.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9382950Z 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-08-30T00:35:36.9385829Z 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-08-30T00:35:36.9388753Z 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-08-30T00:35:36.9391652Z 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-08-30T00:35:36.9394552Z 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-08-30T00:35:36.9397408Z 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-08-30T00:35:36.9400749Z 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-08-30T00:35:36.9403945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_multihead_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9406969Z 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-08-30T00:35:36.9409976Z 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-08-30T00:35:36.9412945Z 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-08-30T00:35:36.9415827Z 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-08-30T00:35:36.9418731Z 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-08-30T00:35:36.9421658Z 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-08-30T00:35:36.9424615Z 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-08-30T00:35:36.9427484Z 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-08-30T00:35:36.9430374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_round.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9433293Z 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-08-30T00:35:36.9436186Z 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-08-30T00:35:36.9439183Z 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-08-30T00:35:36.9442140Z 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-08-30T00:35:36.9445046Z 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-08-30T00:35:36.9447960Z 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-08-30T00:35:36.9450825Z 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-08-30T00:35:36.9453912Z 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-08-30T00:35:36.9456931Z 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-08-30T00:35:36.9459871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sign.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9462762Z 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-08-30T00:35:36.9465777Z 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-08-30T00:35:36.9468636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sinh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9471643Z 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-08-30T00:35:36.9474561Z 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-08-30T00:35:36.9477476Z 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-08-30T00:35:36.9480367Z 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-08-30T00:35:36.9483255Z 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-08-30T00:35:36.9486260Z 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-08-30T00:35:36.9489050Z 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-08-30T00:35:36.9491957Z 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-08-30T00:35:36.9494816Z 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-08-30T00:35:36.9497765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unary_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9500947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9503753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unflatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-08-30T00:35:36.9506683Z 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-08-30T00:35:36.9509728Z 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-08-30T00:35:36.9512844Z 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-08-30T00:35:36.9515812Z 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-08-30T00:35:36.9518635Z 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-08-30T00:35:36.9521476Z 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-08-30T00:35:36.9524353Z 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-08-30T00:35:36.9526635Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-08-30T00:35:36.9528887Z 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-08-30T00:35:36.9532386Z 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-08-30T00:35:36.9535681Z 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-08-30T00:35:36.9539060Z 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-08-30T00:35:36.9542367Z 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-08-30T00:35:36.9545593Z 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-08-30T00:35:36.9548892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_avg_pool2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-08-30T00:35:36.9552307Z 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-08-30T00:35:36.9555679Z 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-08-30T00:35:36.9558998Z 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-08-30T00:35:36.9562465Z 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-08-30T00:35:36.9565856Z 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-08-30T00:35:36.9569190Z 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-08-30T00:35:36.9572573Z 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-08-30T00:35:36.9575959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decorate_fp32_to_int32_casting_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-08-30T00:35:36.9579296Z 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-08-30T00:35:36.9582500Z 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-08-30T00:35:36.9585759Z 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-08-30T00:35:36.9589293Z 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-08-30T00:35:36.9592864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_int64_to_int32_cast_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-08-30T00:35:36.9596173Z 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-08-30T00:35:36.9599643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_int32_cast_embedding_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-08-30T00:35:36.9602546Z 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-08-30T00:35:36.9605747Z 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-08-30T00:35:36.9608930Z 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-08-30T00:35:36.9612202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_to_tosa_memory_format.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-08-30T00:35:36.9615558Z 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-08-30T00:35:36.9617971Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-08-30T00:35:36.9620335Z 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-08-30T00:35:36.9622696Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-08-30T00:35:36.9624791Z 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-08-30T00:35:36.9627749Z 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-08-30T00:35:36.9630820Z 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-08-30T00:35:36.9633860Z 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-08-30T00:35:36.9636061Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-08-30T00:35:36.9638181Z 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-08-30T00:35:36.9640277Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-08-30T00:35:36.9642303Z 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-08-30T00:35:36.9644351Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa 2025-08-30T00:35:36.9645566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/dialect 2025-08-30T00:35:36.9647872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/dialect 2025-08-30T00:35:36.9650803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect/lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/dialect 2025-08-30T00:35:36.9654139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect/ops_registration.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/dialect 2025-08-30T00:35:36.9656420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/dialect/ops 2025-08-30T00:35:36.9658700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect/ops/rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/dialect/ops 2025-08-30T00:35:36.9661889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect/ops/table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/dialect/ops 2025-08-30T00:35:36.9665093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/dialect/ops/transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/dialect/ops 2025-08-30T00:35:36.9667373Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/schemas 2025-08-30T00:35:36.9669532Z 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-08-30T00:35:36.9671668Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-08-30T00:35:36.9673650Z 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-08-30T00:35:36.9676482Z 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-08-30T00:35:36.9679365Z 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-08-30T00:35:36.9682233Z 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-08-30T00:35:36.9684621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-08-30T00:35:36.9687478Z 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-08-30T00:35:36.9691770Z 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-08-30T00:35:36.9694655Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-08-30T00:35:36.9697154Z 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-08-30T00:35:36.9700782Z 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-08-30T00:35:36.9703815Z 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-08-30T00:35:36.9706935Z 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-08-30T00:35:36.9710461Z 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-08-30T00:35:36.9713656Z 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-08-30T00:35:36.9717170Z 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-08-30T00:35:36.9720475Z 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-08-30T00:35:36.9723756Z 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-08-30T00:35:36.9727063Z 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-08-30T00:35:36.9729244Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-08-30T00:35:36.9731127Z 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-08-30T00:35:36.9733922Z 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-08-30T00:35:36.9736731Z 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-08-30T00:35:36.9738778Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-08-30T00:35:36.9740886Z 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-08-30T00:35:36.9744085Z 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-08-30T00:35:36.9746500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-08-30T00:35:36.9748685Z 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-08-30T00:35:36.9751780Z 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-08-30T00:35:36.9754954Z 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-08-30T00:35:36.9758138Z 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-08-30T00:35:36.9760299Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp 2025-08-30T00:35:36.9762232Z 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-08-30T00:35:36.9764940Z 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-08-30T00:35:36.9767634Z 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-08-30T00:35:36.9770418Z 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-08-30T00:35:36.9772398Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/aten_passes 2025-08-30T00:35:36.9774790Z 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-08-30T00:35:36.9778042Z 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-08-30T00:35:36.9781268Z 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-08-30T00:35:36.9783496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend 2025-08-30T00:35:36.9785689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/custom_delegation_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-08-30T00:35:36.9788712Z 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-08-30T00:35:36.9791679Z 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-08-30T00:35:36.9794800Z 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-08-30T00:35:36.9797911Z 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-08-30T00:35:36.9800293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir 2025-08-30T00:35:36.9802472Z 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-08-30T00:35:36.9805677Z 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-08-30T00:35:36.9808731Z 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-08-30T00:35:36.9811862Z 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-08-30T00:35:36.9814192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter 2025-08-30T00:35:36.9816578Z 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-08-30T00:35:36.9819985Z 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-08-30T00:35:36.9823583Z 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-08-30T00:35:36.9827126Z 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-08-30T00:35:36.9829709Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-08-30T00:35:36.9832519Z 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-08-30T00:35:36.9836556Z 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-08-30T00:35:36.9840531Z 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-08-30T00:35:36.9844593Z 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-08-30T00:35:36.9847584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-08-30T00:35:36.9850363Z 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-08-30T00:35:36.9854386Z 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-08-30T00:35:36.9858364Z 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-08-30T00:35:36.9862336Z 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-08-30T00:35:36.9865277Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-08-30T00:35:36.9868157Z 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-08-30T00:35:36.9871024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:36.9874270Z 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-08-30T00:35:36.9878798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/abs_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:36.9883571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/adaptive_avg_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:36.9888326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/add_tensor_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:36.9893222Z 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-08-30T00:35:36.9898060Z 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-08-30T00:35:36.9903137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/cat_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:36.9907916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/clone_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:36.9912762Z 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-08-30T00:35:36.9917712Z 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-08-30T00:35:36.9922494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/hardtanh_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:36.9927192Z 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-08-30T00:35:36.9931983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mean_dim_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:36.9936676Z 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-08-30T00:35:36.9941356Z 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-08-30T00:35:36.9946229Z 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-08-30T00:35:36.9951173Z 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-08-30T00:35:36.9955918Z 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-08-30T00:35:36.9960708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/sigmoid_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:36.9965563Z 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-08-30T00:35:36.9970454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/tanh_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-08-30T00:35:36.9975421Z 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-08-30T00:35:36.9978774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-08-30T00:35:36.9981923Z 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-08-30T00:35:36.9986279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/conv_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-08-30T00:35:36.9990606Z 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-08-30T00:35:36.9995049Z 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-08-30T00:35:36.9999523Z 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-08-30T00:35:37.0002551Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/edge_passes 2025-08-30T00:35:37.0004987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/edge_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/edge_passes 2025-08-30T00:35:37.0008458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/edge_passes/remove_io_quant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/edge_passes 2025-08-30T00:35:37.0010948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib 2025-08-30T00:35:37.0013224Z 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-08-30T00:35:37.0015478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-08-30T00:35:37.0017937Z 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-08-30T00:35:37.0021426Z 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-08-30T00:35:37.0025065Z 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-08-30T00:35:37.0028686Z 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-08-30T00:35:37.0032424Z 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-08-30T00:35:37.0036112Z 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-08-30T00:35:37.0039710Z 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-08-30T00:35:37.0043411Z 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-08-30T00:35:37.0047211Z 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-08-30T00:35:37.0050959Z 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-08-30T00:35:37.0055125Z 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-08-30T00:35:37.0059350Z 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-08-30T00:35:37.0063236Z 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-08-30T00:35:37.0066950Z 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-08-30T00:35:37.0070704Z 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-08-30T00:35:37.0074357Z 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-08-30T00:35:37.0077840Z 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-08-30T00:35:37.0081398Z 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-08-30T00:35:37.0085086Z 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-08-30T00:35:37.0088775Z 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-08-30T00:35:37.0092460Z 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-08-30T00:35:37.0096031Z 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-08-30T00:35:37.0099932Z 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-08-30T00:35:37.0103652Z 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-08-30T00:35:37.0107393Z 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-08-30T00:35:37.0111304Z 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-08-30T00:35:37.0115062Z 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-08-30T00:35:37.0118709Z 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-08-30T00:35:37.0122328Z 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-08-30T00:35:37.0125897Z 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-08-30T00:35:37.0129621Z 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-08-30T00:35:37.0133532Z 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-08-30T00:35:37.0137262Z 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-08-30T00:35:37.0141011Z 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-08-30T00:35:37.0144909Z 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-08-30T00:35:37.0148785Z 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-08-30T00:35:37.0152399Z 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-08-30T00:35:37.0156084Z 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-08-30T00:35:37.0159771Z 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-08-30T00:35:37.0163377Z 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-08-30T00:35:37.0167390Z 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-08-30T00:35:37.0171532Z 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-08-30T00:35:37.0175530Z 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-08-30T00:35:37.0179147Z 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-08-30T00:35:37.0182833Z 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-08-30T00:35:37.0186598Z 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-08-30T00:35:37.0190304Z 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-08-30T00:35:37.0193984Z 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-08-30T00:35:37.0197703Z 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-08-30T00:35:37.0201807Z 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-08-30T00:35:37.0205928Z 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-08-30T00:35:37.0209988Z 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-08-30T00:35:37.0213754Z 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-08-30T00:35:37.0217388Z 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-08-30T00:35:37.0221290Z 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-08-30T00:35:37.0225074Z 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-08-30T00:35:37.0228783Z 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-08-30T00:35:37.0232586Z 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-08-30T00:35:37.0236708Z 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-08-30T00:35:37.0240545Z 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-08-30T00:35:37.0244541Z 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-08-30T00:35:37.0248178Z 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-08-30T00:35:37.0251800Z 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-08-30T00:35:37.0255406Z 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-08-30T00:35:37.0259156Z 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-08-30T00:35:37.0262986Z 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-08-30T00:35:37.0266702Z 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-08-30T00:35:37.0270388Z 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-08-30T00:35:37.0274086Z 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-08-30T00:35:37.0277852Z 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-08-30T00:35:37.0281547Z 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-08-30T00:35:37.0285516Z 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-08-30T00:35:37.0289564Z 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-08-30T00:35:37.0293494Z 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-08-30T00:35:37.0297284Z 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-08-30T00:35:37.0301265Z 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-08-30T00:35:37.0305206Z 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-08-30T00:35:37.0309038Z 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-08-30T00:35:37.0313068Z 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-08-30T00:35:37.0316774Z 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-08-30T00:35:37.0320363Z 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-08-30T00:35:37.0324066Z 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-08-30T00:35:37.0327668Z 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-08-30T00:35:37.0331267Z 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-08-30T00:35:37.0334783Z 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-08-30T00:35:37.0338591Z 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-08-30T00:35:37.0342483Z 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-08-30T00:35:37.0346299Z 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-08-30T00:35:37.0349904Z 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-08-30T00:35:37.0353468Z 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-08-30T00:35:37.0356937Z 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-08-30T00:35:37.0360537Z 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-08-30T00:35:37.0364082Z 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-08-30T00:35:37.0367562Z 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-08-30T00:35:37.0371056Z 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-08-30T00:35:37.0374855Z 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-08-30T00:35:37.0378559Z 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-08-30T00:35:37.0382140Z 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-08-30T00:35:37.0385943Z 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-08-30T00:35:37.0389678Z 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-08-30T00:35:37.0393204Z 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-08-30T00:35:37.0396750Z 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-08-30T00:35:37.0400337Z 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-08-30T00:35:37.0402375Z 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-08-30T00:35:37.0404785Z 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-08-30T00:35:37.0407046Z 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-08-30T00:35:37.0409318Z 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-08-30T00:35:37.0411784Z 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-08-30T00:35:37.0413942Z 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-08-30T00:35:37.0416164Z 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-08-30T00:35:37.0418708Z 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-08-30T00:35:37.0421092Z 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-08-30T00:35:37.0423322Z 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-08-30T00:35:37.0425744Z 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-08-30T00:35:37.0428106Z 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-08-30T00:35:37.0430303Z 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-08-30T00:35:37.0432424Z 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-08-30T00:35:37.0434617Z 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-08-30T00:35:37.0436787Z 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-08-30T00:35:37.0439021Z 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-08-30T00:35:37.0441154Z 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-08-30T00:35:37.0443304Z 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-08-30T00:35:37.0445609Z 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-08-30T00:35:37.0447590Z 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-08-30T00:35:37.0449659Z 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-08-30T00:35:37.0451803Z 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-08-30T00:35:37.0453816Z 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-08-30T00:35:37.0455878Z 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-08-30T00:35:37.0458205Z 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-08-30T00:35:37.0460397Z 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-08-30T00:35:37.0462597Z 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-08-30T00:35:37.0464945Z 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-08-30T00:35:37.0467118Z 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-08-30T00:35:37.0469195Z 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-08-30T00:35:37.0471234Z 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-08-30T00:35:37.0473276Z 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-08-30T00:35:37.0475454Z 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-08-30T00:35:37.0477565Z 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-08-30T00:35:37.0479926Z 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-08-30T00:35:37.0482299Z 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-08-30T00:35:37.0484603Z 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-08-30T00:35:37.0487114Z 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-08-30T00:35:37.0489455Z 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-08-30T00:35:37.0492018Z 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-08-30T00:35:37.0494239Z 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-08-30T00:35:37.0496587Z 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-08-30T00:35:37.0499105Z 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-08-30T00:35:37.0501578Z 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-08-30T00:35:37.0503830Z 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-08-30T00:35:37.0506296Z 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-08-30T00:35:37.0508713Z 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-08-30T00:35:37.0511239Z 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-08-30T00:35:37.0513700Z 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-08-30T00:35:37.0516290Z 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-08-30T00:35:37.0518730Z 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-08-30T00:35:37.0521235Z 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-08-30T00:35:37.0523572Z 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-08-30T00:35:37.0526045Z 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-08-30T00:35:37.0528599Z 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-08-30T00:35:37.0530924Z 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-08-30T00:35:37.0533149Z 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-08-30T00:35:37.0535519Z 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-08-30T00:35:37.0537655Z 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-08-30T00:35:37.0539596Z 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-08-30T00:35:37.0541556Z 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-08-30T00:35:37.0543519Z 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-08-30T00:35:37.0545511Z 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-08-30T00:35:37.0547695Z 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-08-30T00:35:37.0549848Z 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-08-30T00:35:37.0551875Z 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-08-30T00:35:37.0553867Z 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-08-30T00:35:37.0556074Z 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-08-30T00:35:37.0558252Z 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-08-30T00:35:37.0560270Z 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-08-30T00:35:37.0562376Z 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-08-30T00:35:37.0564636Z 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-08-30T00:35:37.0566849Z 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-08-30T00:35:37.0569098Z 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-08-30T00:35:37.0571318Z 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-08-30T00:35:37.0573417Z 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-08-30T00:35:37.0575425Z 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-08-30T00:35:37.0577427Z 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-08-30T00:35:37.0579504Z 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-08-30T00:35:37.0581456Z 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-08-30T00:35:37.0582831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-08-30T00:35:37.0584380Z 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-08-30T00:35:37.0586453Z 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-08-30T00:35:37.0588022Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-08-30T00:35:37.0589768Z 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-08-30T00:35:37.0592151Z 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-08-30T00:35:37.0594668Z 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-08-30T00:35:37.0597495Z 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-08-30T00:35:37.0600201Z 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-08-30T00:35:37.0602964Z 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-08-30T00:35:37.0605621Z 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-08-30T00:35:37.0608423Z 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-08-30T00:35:37.0611316Z 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-08-30T00:35:37.0614333Z 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-08-30T00:35:37.0617191Z 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-08-30T00:35:37.0619858Z 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-08-30T00:35:37.0622612Z 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-08-30T00:35:37.0625532Z 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-08-30T00:35:37.0628383Z 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-08-30T00:35:37.0630856Z 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-08-30T00:35:37.0633494Z 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-08-30T00:35:37.0636002Z 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-08-30T00:35:37.0638720Z 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-08-30T00:35:37.0641294Z 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-08-30T00:35:37.0643814Z 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-08-30T00:35:37.0646433Z 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-08-30T00:35:37.0648918Z 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-08-30T00:35:37.0651474Z 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-08-30T00:35:37.0654232Z 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-08-30T00:35:37.0656849Z 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-08-30T00:35:37.0659522Z 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-08-30T00:35:37.0661900Z 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-08-30T00:35:37.0664389Z 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-08-30T00:35:37.0667300Z 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-08-30T00:35:37.0670235Z 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-08-30T00:35:37.0672869Z 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-08-30T00:35:37.0675344Z 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-08-30T00:35:37.0677909Z 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-08-30T00:35:37.0680399Z 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-08-30T00:35:37.0682932Z 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-08-30T00:35:37.0685476Z 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-08-30T00:35:37.0687992Z 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-08-30T00:35:37.0690533Z 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-08-30T00:35:37.0693095Z 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-08-30T00:35:37.0695583Z 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-08-30T00:35:37.0698131Z 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-08-30T00:35:37.0700799Z 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-08-30T00:35:37.0703637Z 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-08-30T00:35:37.0706491Z 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-08-30T00:35:37.0709257Z 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-08-30T00:35:37.0711904Z 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-08-30T00:35:37.0714553Z 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-08-30T00:35:37.0717323Z 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-08-30T00:35:37.0719859Z 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-08-30T00:35:37.0722539Z 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-08-30T00:35:37.0725142Z 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-08-30T00:35:37.0727752Z 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-08-30T00:35:37.0730417Z 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-08-30T00:35:37.0733081Z 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-08-30T00:35:37.0735851Z 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-08-30T00:35:37.0738497Z 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-08-30T00:35:37.0741152Z 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-08-30T00:35:37.0744039Z 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-08-30T00:35:37.0746838Z 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-08-30T00:35:37.0749595Z 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-08-30T00:35:37.0753002Z 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-08-30T00:35:37.0755878Z 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-08-30T00:35:37.0758413Z 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-08-30T00:35:37.0760909Z 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-08-30T00:35:37.0763495Z 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-08-30T00:35:37.0765989Z 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-08-30T00:35:37.0768420Z 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-08-30T00:35:37.0771009Z 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-08-30T00:35:37.0773624Z 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-08-30T00:35:37.0776217Z 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-08-30T00:35:37.0778606Z 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-08-30T00:35:37.0781269Z 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-08-30T00:35:37.0784039Z 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-08-30T00:35:37.0786582Z 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-08-30T00:35:37.0789158Z 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-08-30T00:35:37.0791638Z 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-08-30T00:35:37.0794185Z 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-08-30T00:35:37.0796732Z 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-08-30T00:35:37.0799371Z 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-08-30T00:35:37.0802549Z 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-08-30T00:35:37.0805394Z 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-08-30T00:35:37.0807292Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-08-30T00:35:37.0809185Z 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-08-30T00:35:37.0810927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-08-30T00:35:37.0812586Z 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-08-30T00:35:37.0814645Z 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-08-30T00:35:37.0816943Z 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-08-30T00:35:37.0818398Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-08-30T00:35:37.0819966Z 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-08-30T00:35:37.0822072Z 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-08-30T00:35:37.0824378Z 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-08-30T00:35:37.0826604Z 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-08-30T00:35:37.0828828Z 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-08-30T00:35:37.0830926Z 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-08-30T00:35:37.0832714Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-08-30T00:35:37.0834567Z 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-08-30T00:35:37.0837285Z 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-08-30T00:35:37.0840048Z 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-08-30T00:35:37.0842658Z 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-08-30T00:35:37.0845470Z 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-08-30T00:35:37.0848231Z 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-08-30T00:35:37.0850919Z 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-08-30T00:35:37.0853973Z 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-08-30T00:35:37.0856786Z 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-08-30T00:35:37.0859563Z 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-08-30T00:35:37.0862468Z 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-08-30T00:35:37.0864395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/edge_passes 2025-08-30T00:35:37.0866031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/edge_passes/move_auxiliary_operator_into_separate_qdq_cluster_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/edge_passes 2025-08-30T00:35:37.0868140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/edge_passes/neutron_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/edge_passes 2025-08-30T00:35:37.0870050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/edge_passes/neutron_edge_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/edge_passes 2025-08-30T00:35:37.0871527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/quantizer 2025-08-30T00:35:37.0872897Z 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-08-30T00:35:37.0874732Z 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-08-30T00:35:37.0876638Z 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-08-30T00:35:37.0877849Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests 2025-08-30T00:35:37.0879286Z 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-08-30T00:35:37.0881098Z 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-08-30T00:35:37.0882976Z 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-08-30T00:35:37.0884806Z 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-08-30T00:35:37.0886538Z 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-08-30T00:35:37.0888502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_edge_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-08-30T00:35:37.0890270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_integration.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-08-30T00:35:37.0892411Z 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-08-30T00:35:37.0894385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_backend_executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-08-30T00:35:37.0896227Z 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-08-30T00:35:37.0898092Z 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-08-30T00:35:37.0900164Z 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-08-30T00:35:37.0902129Z 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-08-30T00:35:37.0903782Z 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-08-30T00:35:37.0905514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_removing_dead_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-08-30T00:35:37.0906743Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir 2025-08-30T00:35:37.0907876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir 2025-08-30T00:35:37.0909072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter 2025-08-30T00:35:37.0910381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter 2025-08-30T00:35:37.0911803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:37.0913379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:37.0915554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_abs_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:37.0918053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_adaptive_avg_pool2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:37.0920639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_add_tensor_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:37.0922948Z 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-08-30T00:35:37.0925211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_cat_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:37.0927575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_clone_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:37.0930095Z 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-08-30T00:35:37.0932545Z 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-08-30T00:35:37.0934954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_hardtanh_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:37.0937348Z 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-08-30T00:35:37.0940018Z 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-08-30T00:35:37.0942732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_mean_dim_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:37.0945170Z 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-08-30T00:35:37.0947693Z 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-08-30T00:35:37.0950299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_sigmoid_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:37.0952697Z 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-08-30T00:35:37.0955190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_tanh_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-08-30T00:35:37.0957801Z 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-08-30T00:35:37.0959494Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/edge_passes 2025-08-30T00:35:37.0960824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/edge_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/edge_passes 2025-08-30T00:35:37.0963040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/edge_passes/test_remove_io_quant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/edge_passes 2025-08-30T00:35:37.0964367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino 2025-08-30T00:35:37.0965680Z 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-08-30T00:35:37.0967350Z 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-08-30T00:35:37.0969111Z 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-08-30T00:35:37.0970267Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/quantizer 2025-08-30T00:35:37.0971715Z 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-08-30T00:35:37.0973649Z 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-08-30T00:35:37.0975072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests 2025-08-30T00:35:37.0976292Z 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-08-30T00:35:37.0977625Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/models 2025-08-30T00:35:37.0979093Z 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-08-30T00:35:37.0980553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/ops 2025-08-30T00:35:37.0981979Z 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-08-30T00:35:37.0983841Z 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-08-30T00:35:37.0985666Z 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-08-30T00:35:37.0987500Z 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-08-30T00:35:37.0989350Z 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-08-30T00:35:37.0991239Z 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-08-30T00:35:37.0993099Z 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-08-30T00:35:37.0994929Z 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-08-30T00:35:37.0996789Z 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-08-30T00:35:37.0998630Z 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-08-30T00:35:37.1000789Z 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-08-30T00:35:37.1002070Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-08-30T00:35:37.1003581Z 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-08-30T00:35:37.1005013Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-08-30T00:35:37.1006509Z 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-08-30T00:35:37.1008414Z 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-08-30T00:35:37.1010464Z 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-08-30T00:35:37.1012579Z 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-08-30T00:35:37.1014768Z 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-08-30T00:35:37.1016709Z 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-08-30T00:35:37.1018712Z 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-08-30T00:35:37.1020707Z 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-08-30T00:35:37.1022742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_linear_to_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-08-30T00:35:37.1024634Z 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-08-30T00:35:37.1026575Z 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-08-30T00:35:37.1028540Z 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-08-30T00:35:37.1030382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_col_im.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-08-30T00:35:37.1032296Z 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-08-30T00:35:37.1034284Z 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-08-30T00:35:37.1036176Z 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-08-30T00:35:37.1038199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_minmaxdim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-08-30T00:35:37.1040222Z 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-08-30T00:35:37.1042027Z 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-08-30T00:35:37.1044019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_wrap_with_autocast.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-08-30T00:35:37.1046161Z 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-08-30T00:35:37.1048104Z 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-08-30T00:35:37.1049978Z 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-08-30T00:35:37.1052015Z 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-08-30T00:35:37.1054042Z 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-08-30T00:35:37.1056108Z 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-08-30T00:35:37.1056961Z 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-08-30T00:35:37.1057948Z 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-08-30T00:35:37.1058766Z 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-08-30T00:35:37.1059676Z 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-08-30T00:35:37.1060676Z 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-08-30T00:35:37.1061535Z 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-08-30T00:35:37.1062391Z 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-08-30T00:35:37.1063251Z 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-08-30T00:35:37.1064165Z 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-08-30T00:35:37.1065097Z 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-08-30T00:35:37.1065950Z 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-08-30T00:35:37.1066894Z 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-08-30T00:35:37.1067716Z 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-08-30T00:35:37.1068530Z 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-08-30T00:35:37.1068889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1069823Z 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-08-30T00:35:37.1070654Z 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-08-30T00:35:37.1071599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1072708Z 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-08-30T00:35:37.1073645Z 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-08-30T00:35:37.1074665Z 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-08-30T00:35:37.1075618Z 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-08-30T00:35:37.1076410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1077303Z 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-08-30T00:35:37.1078134Z 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-08-30T00:35:37.1079084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1080319Z 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-08-30T00:35:37.1081324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_asin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1082173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_atan.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1083005Z 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-08-30T00:35:37.1083805Z 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-08-30T00:35:37.1084606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1085340Z 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-08-30T00:35:37.1086113Z 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-08-30T00:35:37.1086908Z 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-08-30T00:35:37.1087706Z 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-08-30T00:35:37.1088500Z 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-08-30T00:35:37.1089291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1090157Z 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-08-30T00:35:37.1090896Z 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-08-30T00:35:37.1091900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_custom_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1092679Z 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-08-30T00:35:37.1093493Z 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-08-30T00:35:37.1094297Z 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-08-30T00:35:37.1095069Z 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-08-30T00:35:37.1095889Z 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-08-30T00:35:37.1096667Z 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-08-30T00:35:37.1097451Z 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-08-30T00:35:37.1098200Z 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-08-30T00:35:37.1099013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1118306Z 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-08-30T00:35:37.1119379Z 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-08-30T00:35:37.1120189Z 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-08-30T00:35:37.1121163Z 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-08-30T00:35:37.1121942Z 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-08-30T00:35:37.1122898Z 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-08-30T00:35:37.1123638Z 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-08-30T00:35:37.1124661Z 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-08-30T00:35:37.1125648Z 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-08-30T00:35:37.1126627Z 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-08-30T00:35:37.1127515Z 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-08-30T00:35:37.1128438Z 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-08-30T00:35:37.1129265Z 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-08-30T00:35:37.1130176Z 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-08-30T00:35:37.1130949Z 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-08-30T00:35:37.1131986Z 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-08-30T00:35:37.1132712Z 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-08-30T00:35:37.1133716Z 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-08-30T00:35:37.1134506Z 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-08-30T00:35:37.1135349Z 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-08-30T00:35:37.1136185Z 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-08-30T00:35:37.1137087Z 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-08-30T00:35:37.1137908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1138732Z 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-08-30T00:35:37.1139624Z 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-08-30T00:35:37.1140416Z 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-08-30T00:35:37.1141359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1142130Z 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-08-30T00:35:37.1143166Z 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-08-30T00:35:37.1143936Z 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-08-30T00:35:37.1144874Z 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-08-30T00:35:37.1145709Z 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-08-30T00:35:37.1146575Z 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-08-30T00:35:37.1147366Z 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-08-30T00:35:37.1148285Z 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-08-30T00:35:37.1149022Z 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-08-30T00:35:37.1149933Z 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-08-30T00:35:37.1150710Z 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-08-30T00:35:37.1151769Z 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-08-30T00:35:37.1152633Z 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-08-30T00:35:37.1153545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_round.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1154483Z 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-08-30T00:35:37.1155512Z 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-08-30T00:35:37.1156415Z 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-08-30T00:35:37.1157374Z 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-08-30T00:35:37.1158193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sign.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1159124Z 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-08-30T00:35:37.1159975Z 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-08-30T00:35:37.1160966Z 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-08-30T00:35:37.1161833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_scatter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1162716Z 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-08-30T00:35:37.1163603Z 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-08-30T00:35:37.1164472Z 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-08-30T00:35:37.1165329Z 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-08-30T00:35:37.1166135Z 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-08-30T00:35:37.1166978Z 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-08-30T00:35:37.1167767Z 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-08-30T00:35:37.1168631Z 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-08-30T00:35:37.1169424Z 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-08-30T00:35:37.1170214Z 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-08-30T00:35:37.1171022Z 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-08-30T00:35:37.1171992Z 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-08-30T00:35:37.1172805Z 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-08-30T00:35:37.1173685Z 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-08-30T00:35:37.1174592Z 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-08-30T00:35:37.1175477Z 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-08-30T00:35:37.1176281Z 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-08-30T00:35:37.1177115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_xor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-08-30T00:35:37.1178053Z 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-08-30T00:35:37.1178891Z 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-08-30T00:35:37.1179261Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-08-30T00:35:37.1180055Z 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-08-30T00:35:37.1180417Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-08-30T00:35:37.1181322Z 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-08-30T00:35:37.1182233Z 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-08-30T00:35:37.1183043Z 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-08-30T00:35:37.1183357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-08-30T00:35:37.1184246Z 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-08-30T00:35:37.1185146Z 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-08-30T00:35:37.1185998Z 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-08-30T00:35:37.1186864Z 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-08-30T00:35:37.1187289Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-08-30T00:35:37.1188310Z 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-08-30T00:35:37.1189378Z 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-08-30T00:35:37.1189749Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-08-30T00:35:37.1190688Z 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-08-30T00:35:37.1191597Z 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-08-30T00:35:37.1192569Z 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-08-30T00:35:37.1192869Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-08-30T00:35:37.1193662Z 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-08-30T00:35:37.1194567Z 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-08-30T00:35:37.1195376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-08-30T00:35:37.1196227Z 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-08-30T00:35:37.1196537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-08-30T00:35:37.1197383Z 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-08-30T00:35:37.1198139Z 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-08-30T00:35:37.1198469Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-08-30T00:35:37.1199335Z 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-08-30T00:35:37.1200080Z 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-08-30T00:35:37.1200955Z 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-08-30T00:35:37.1201718Z 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-08-30T00:35:37.1202592Z 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-08-30T00:35:37.1203409Z 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-08-30T00:35:37.1204232Z 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-08-30T00:35:37.1204972Z 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-08-30T00:35:37.1205733Z 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-08-30T00:35:37.1206471Z 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-08-30T00:35:37.1207301Z 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-08-30T00:35:37.1208075Z 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-08-30T00:35:37.1208949Z 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-08-30T00:35:37.1209667Z 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-08-30T00:35:37.1210554Z 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-08-30T00:35:37.1211079Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-08-30T00:35:37.1212271Z 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-08-30T00:35:37.1213416Z 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-08-30T00:35:37.1214300Z 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-08-30T00:35:37.1215261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-08-30T00:35:37.1215538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-08-30T00:35:37.1216235Z 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-08-30T00:35:37.1217093Z 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-08-30T00:35:37.1217868Z 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-08-30T00:35:37.1218634Z 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-08-30T00:35:37.1219374Z 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-08-30T00:35:37.1219708Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-08-30T00:35:37.1220533Z 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-08-30T00:35:37.1221349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/fuse_patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-08-30T00:35:37.1222206Z 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-08-30T00:35:37.1223028Z 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-08-30T00:35:37.1223946Z 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-08-30T00:35:37.1224752Z 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-08-30T00:35:37.1225675Z 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-08-30T00:35:37.1226505Z 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-08-30T00:35:37.1227391Z 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-08-30T00:35:37.1228243Z 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-08-30T00:35:37.1228761Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-08-30T00:35:37.1229620Z 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-08-30T00:35:37.1230056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/patterns 2025-08-30T00:35:37.1230877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/patterns/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/patterns 2025-08-30T00:35:37.1231777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/patterns/pattern_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/patterns 2025-08-30T00:35:37.1232626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/patterns/quantized_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/patterns 2025-08-30T00:35:37.1233445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/patterns/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/patterns 2025-08-30T00:35:37.1233846Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-08-30T00:35:37.1234670Z 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-08-30T00:35:37.1235661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-08-30T00:35:37.1235933Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-08-30T00:35:37.1236752Z 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-08-30T00:35:37.1237185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-08-30T00:35:37.1237507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-08-30T00:35:37.1237859Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1239024Z 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-08-30T00:35:37.1240021Z 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-08-30T00:35:37.1241140Z 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-08-30T00:35:37.1242188Z 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-08-30T00:35:37.1243178Z 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-08-30T00:35:37.1244258Z 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-08-30T00:35:37.1245235Z 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-08-30T00:35:37.1246462Z 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-08-30T00:35:37.1247675Z 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-08-30T00:35:37.1248681Z 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-08-30T00:35:37.1249763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/choose_qparams_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1250946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/choose_qparams_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1251971Z 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-08-30T00:35:37.1253060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/concat_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1254190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/concat_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1255125Z 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-08-30T00:35:37.1256194Z 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-08-30T00:35:37.1257178Z 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-08-30T00:35:37.1258245Z 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-08-30T00:35:37.1259436Z 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-08-30T00:35:37.1260479Z 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-08-30T00:35:37.1261572Z 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-08-30T00:35:37.1262741Z 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-08-30T00:35:37.1263694Z 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-08-30T00:35:37.1264896Z 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-08-30T00:35:37.1266157Z 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-08-30T00:35:37.1267156Z 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-08-30T00:35:37.1268245Z 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-08-30T00:35:37.1269306Z 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-08-30T00:35:37.1270369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/dequantize_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1271543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/dequantize_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1272542Z 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-08-30T00:35:37.1273594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/expand_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1274770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flash_attention_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1275816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flash_attention_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1276847Z 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-08-30T00:35:37.1277903Z 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-08-30T00:35:37.1278863Z 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-08-30T00:35:37.1280017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/group_norm_reduce_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1281034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/group_norm_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1282053Z 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-08-30T00:35:37.1283279Z 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-08-30T00:35:37.1284522Z 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-08-30T00:35:37.1285623Z 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-08-30T00:35:37.1286840Z 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-08-30T00:35:37.1287932Z 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-08-30T00:35:37.1289017Z 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-08-30T00:35:37.1290120Z 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-08-30T00:35:37.1291102Z 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-08-30T00:35:37.1292325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qta8a_qga4w_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1293485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qta8a_qga4w_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1294433Z 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-08-30T00:35:37.1295531Z 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-08-30T00:35:37.1296635Z 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-08-30T00:35:37.1297698Z 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-08-30T00:35:37.1298764Z 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-08-30T00:35:37.1300114Z 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-08-30T00:35:37.1301509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_block_4x8.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1302688Z 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-08-30T00:35:37.1303927Z 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-08-30T00:35:37.1305006Z 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-08-30T00:35:37.1306083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1307230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1308232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1309319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1310413Z 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-08-30T00:35:37.1311369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1312416Z 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-08-30T00:35:37.1313402Z 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-08-30T00:35:37.1314489Z 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-08-30T00:35:37.1315641Z 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-08-30T00:35:37.1316623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/scalar_tensor.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1317751Z 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-08-30T00:35:37.1318715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/set_zero.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1319797Z 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-08-30T00:35:37.1320824Z 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-08-30T00:35:37.1321963Z 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-08-30T00:35:37.1323060Z 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-08-30T00:35:37.1324248Z 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-08-30T00:35:37.1325319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/update_concat_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1326406Z 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-08-30T00:35:37.1327450Z 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-08-30T00:35:37.1328510Z 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-08-30T00:35:37.1329646Z 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-08-30T00:35:37.1330688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-08-30T00:35:37.1331802Z 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-08-30T00:35:37.1332195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-08-30T00:35:37.1333237Z 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-08-30T00:35:37.1334227Z 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-08-30T00:35:37.1335163Z 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-08-30T00:35:37.1336211Z 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-08-30T00:35:37.1336476Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-08-30T00:35:37.1337352Z 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-08-30T00:35:37.1338207Z 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-08-30T00:35:37.1339134Z 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-08-30T00:35:37.1339965Z 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-08-30T00:35:37.1340980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-08-30T00:35:37.1341714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-08-30T00:35:37.1342151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-08-30T00:35:37.1343037Z 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-08-30T00:35:37.1344044Z 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-08-30T00:35:37.1344982Z 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-08-30T00:35:37.1345416Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-08-30T00:35:37.1346403Z 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-08-30T00:35:37.1347494Z 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-08-30T00:35:37.1348436Z 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-08-30T00:35:37.1349490Z 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-08-30T00:35:37.1350579Z 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-08-30T00:35:37.1351425Z 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-08-30T00:35:37.1351820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-08-30T00:35:37.1352720Z 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-08-30T00:35:37.1353723Z 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-08-30T00:35:37.1354602Z 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-08-30T00:35:37.1355020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-08-30T00:35:37.1355432Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-08-30T00:35:37.1356286Z 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-08-30T00:35:37.1356789Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-08-30T00:35:37.1357414Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-08-30T00:35:37.1358608Z 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-08-30T00:35:37.1359913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/base_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-08-30T00:35:37.1361121Z 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-08-30T00:35:37.1362396Z 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-08-30T00:35:37.1363674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/parse_dependency.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-08-30T00:35:37.1364960Z 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-08-30T00:35:37.1366178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/stripAPI.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-08-30T00:35:37.1367693Z 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-08-30T00:35:37.1368869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vulkan_object.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-08-30T00:35:37.1369513Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-08-30T00:35:37.1370825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-08-30T00:35:37.1372118Z 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-08-30T00:35:37.1372763Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-08-30T00:35:37.1373272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-08-30T00:35:37.1373913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-08-30T00:35:37.1375629Z 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-08-30T00:35:37.1376019Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-08-30T00:35:37.1376460Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-08-30T00:35:37.1376973Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-08-30T00:35:37.1378209Z 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-08-30T00:35:37.1379410Z 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-08-30T00:35:37.1380651Z 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-08-30T00:35:37.1381768Z 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-08-30T00:35:37.1382992Z 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-08-30T00:35:37.1384044Z 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-08-30T00:35:37.1384394Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-08-30T00:35:37.1385194Z 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-08-30T00:35:37.1386123Z 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-08-30T00:35:37.1386506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-08-30T00:35:37.1387204Z 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-08-30T00:35:37.1388303Z 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-08-30T00:35:37.1389087Z 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-08-30T00:35:37.1390114Z 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-08-30T00:35:37.1390895Z 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-08-30T00:35:37.1391992Z 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-08-30T00:35:37.1393020Z 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-08-30T00:35:37.1393842Z 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-08-30T00:35:37.1394898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-08-30T00:35:37.1395863Z 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-08-30T00:35:37.1396904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/remove_redundant_copy_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-08-30T00:35:37.1397973Z 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-08-30T00:35:37.1398342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-08-30T00:35:37.1399519Z 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-08-30T00:35:37.1400414Z 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-08-30T00:35:37.1401453Z 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-08-30T00:35:37.1402256Z 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-08-30T00:35:37.1403260Z 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-08-30T00:35:37.1404123Z 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-08-30T00:35:37.1405062Z 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-08-30T00:35:37.1406058Z 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-08-30T00:35:37.1406823Z 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-08-30T00:35:37.1407699Z 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-08-30T00:35:37.1408611Z 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-08-30T00:35:37.1409547Z 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-08-30T00:35:37.1410459Z 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-08-30T00:35:37.1411636Z 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-08-30T00:35:37.1412389Z 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-08-30T00:35:37.1413287Z 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-08-30T00:35:37.1414133Z 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-08-30T00:35:37.1415027Z 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-08-30T00:35:37.1416118Z 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-08-30T00:35:37.1417112Z 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-08-30T00:35:37.1417994Z 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-08-30T00:35:37.1418817Z 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-08-30T00:35:37.1419629Z 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-08-30T00:35:37.1420661Z 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-08-30T00:35:37.1421527Z 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-08-30T00:35:37.1422392Z 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-08-30T00:35:37.1423212Z 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-08-30T00:35:37.1424052Z 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-08-30T00:35:37.1424917Z 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-08-30T00:35:37.1425770Z 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-08-30T00:35:37.1426599Z 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-08-30T00:35:37.1427474Z 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-08-30T00:35:37.1428301Z 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-08-30T00:35:37.1429231Z 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-08-30T00:35:37.1430059Z 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-08-30T00:35:37.1430940Z 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-08-30T00:35:37.1431789Z 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-08-30T00:35:37.1432677Z 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-08-30T00:35:37.1433630Z 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-08-30T00:35:37.1434572Z 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-08-30T00:35:37.1435379Z 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-08-30T00:35:37.1436269Z 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-08-30T00:35:37.1437130Z 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-08-30T00:35:37.1438070Z 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-08-30T00:35:37.1439056Z 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-08-30T00:35:37.1439859Z 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-08-30T00:35:37.1440625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-08-30T00:35:37.1441520Z 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-08-30T00:35:37.1442381Z 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-08-30T00:35:37.1442809Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-08-30T00:35:37.1443737Z 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-08-30T00:35:37.1444063Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-08-30T00:35:37.1445018Z 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-08-30T00:35:37.1446036Z 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-08-30T00:35:37.1447075Z 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-08-30T00:35:37.1448061Z 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-08-30T00:35:37.1449042Z 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-08-30T00:35:37.1450046Z 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-08-30T00:35:37.1450523Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-08-30T00:35:37.1451606Z 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-08-30T00:35:37.1452628Z 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-08-30T00:35:37.1452936Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-08-30T00:35:37.1454043Z 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-08-30T00:35:37.1455026Z 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-08-30T00:35:37.1455426Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/recipes 2025-08-30T00:35:37.1456390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/recipes/xnnpack_recipe_provider.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/recipes 2025-08-30T00:35:37.1457449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/recipes/xnnpack_recipe_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/recipes 2025-08-30T00:35:37.1457848Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-08-30T00:35:37.1458921Z 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-08-30T00:35:37.1459888Z 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-08-30T00:35:37.1460877Z 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-08-30T00:35:37.1461773Z 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-08-30T00:35:37.1462163Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-08-30T00:35:37.1462928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-08-30T00:35:37.1463800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-08-30T00:35:37.1464617Z 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-08-30T00:35:37.1465563Z 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-08-30T00:35:37.1465862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-08-30T00:35:37.1466735Z 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-08-30T00:35:37.1467635Z 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-08-30T00:35:37.1468714Z 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-08-30T00:35:37.1469608Z 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-08-30T00:35:37.1470631Z 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-08-30T00:35:37.1471532Z 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-08-30T00:35:37.1472480Z 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-08-30T00:35:37.1473431Z 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-08-30T00:35:37.1474327Z 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-08-30T00:35:37.1475284Z 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-08-30T00:35:37.1476188Z 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-08-30T00:35:37.1477113Z 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-08-30T00:35:37.1477958Z 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-08-30T00:35:37.1478302Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-08-30T00:35:37.1479121Z 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-08-30T00:35:37.1480047Z 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-08-30T00:35:37.1480902Z 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-08-30T00:35:37.1481817Z 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-08-30T00:35:37.1482642Z 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-08-30T00:35:37.1483507Z 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-08-30T00:35:37.1484322Z 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-08-30T00:35:37.1485270Z 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-08-30T00:35:37.1486169Z 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-08-30T00:35:37.1487070Z 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-08-30T00:35:37.1487968Z 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-08-30T00:35:37.1488839Z 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-08-30T00:35:37.1489675Z 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-08-30T00:35:37.1490523Z 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-08-30T00:35:37.1491543Z 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-08-30T00:35:37.1492387Z 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-08-30T00:35:37.1493325Z 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-08-30T00:35:37.1494162Z 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-08-30T00:35:37.1495067Z 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-08-30T00:35:37.1495897Z 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-08-30T00:35:37.1496768Z 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-08-30T00:35:37.1497598Z 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-08-30T00:35:37.1498477Z 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-08-30T00:35:37.1499529Z 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-08-30T00:35:37.1500418Z 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-08-30T00:35:37.1501231Z 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-08-30T00:35:37.1502088Z 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-08-30T00:35:37.1502902Z 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-08-30T00:35:37.1503737Z 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-08-30T00:35:37.1504714Z 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-08-30T00:35:37.1505604Z 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-08-30T00:35:37.1506528Z 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-08-30T00:35:37.1507438Z 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-08-30T00:35:37.1508277Z 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-08-30T00:35:37.1509075Z 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-08-30T00:35:37.1509933Z 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-08-30T00:35:37.1510756Z 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-08-30T00:35:37.1511594Z 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-08-30T00:35:37.1512446Z 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-08-30T00:35:37.1513284Z 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-08-30T00:35:37.1514146Z 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-08-30T00:35:37.1514976Z 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-08-30T00:35:37.1515764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-08-30T00:35:37.1516598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-08-30T00:35:37.1516918Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-08-30T00:35:37.1517766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-08-30T00:35:37.1518708Z 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-08-30T00:35:37.1519636Z 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-08-30T00:35:37.1520574Z 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-08-30T00:35:37.1521575Z 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-08-30T00:35:37.1522527Z 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-08-30T00:35:37.1523457Z 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-08-30T00:35:37.1524481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_redundant_copy_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-08-30T00:35:37.1524797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-08-30T00:35:37.1525722Z 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-08-30T00:35:37.1526692Z 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-08-30T00:35:37.1527704Z 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-08-30T00:35:37.1528009Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/recipes 2025-08-30T00:35:37.1528909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/recipes/test_xnnpack_recipes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/recipes 2025-08-30T00:35:37.1529325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-08-30T00:35:37.1530302Z 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-08-30T00:35:37.1531369Z 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-08-30T00:35:37.1531728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-08-30T00:35:37.1532514Z 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-08-30T00:35:37.1533359Z 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-08-30T00:35:37.1533695Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-08-30T00:35:37.1534023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-08-30T00:35:37.1534973Z 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-08-30T00:35:37.1535416Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-08-30T00:35:37.1536051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-08-30T00:35:37.1537077Z 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-08-30T00:35:37.1538471Z 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-08-30T00:35:37.1539667Z 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-08-30T00:35:37.1540108Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-08-30T00:35:37.1540514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-08-30T00:35:37.1541726Z 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-08-30T00:35:37.1542648Z 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-08-30T00:35:37.1543099Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-08-30T00:35:37.1544062Z 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-08-30T00:35:37.1545091Z 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-08-30T00:35:37.1545441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-08-30T00:35:37.1546578Z 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-08-30T00:35:37.1546976Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-08-30T00:35:37.1548258Z 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-08-30T00:35:37.1549472Z 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-08-30T00:35:37.1550571Z 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-08-30T00:35:37.1551050Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-08-30T00:35:37.1551586Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-08-30T00:35:37.1552729Z 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-08-30T00:35:37.1553819Z 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-08-30T00:35:37.1554928Z 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-08-30T00:35:37.1555298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-08-30T00:35:37.1556412Z 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-08-30T00:35:37.1557404Z 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-08-30T00:35:37.1557937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-08-30T00:35:37.1558427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1559683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/aarch32_template.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1560886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/aarch64_template.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1562006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/arm_template.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1563220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512bf16_template.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1564469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512f_template.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1565655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512vnni_template.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1566778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/base_architecture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1568006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/fma3_template.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1569166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1570395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_bf16_f32_gemm_microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1571814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_f32_gemm_microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1573076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_gemm_microkernels_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1574423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qd8_f32_qc4w_gemm_microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1575852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qd8_f32_qc8w_gemm_microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1577188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qs8_qc4w_gemm_microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1578456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qs8_qc8w_gemm_microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1579652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neondot_template.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1580922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neonfma_template.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1582128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neonmlal_aarch32_template.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1583206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/x64_template.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2025-08-30T00:35:37.1583739Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-08-30T00:35:37.1584789Z 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-08-30T00:35:37.1585991Z 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-08-30T00:35:37.1587230Z 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-08-30T00:35:37.1588285Z 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-08-30T00:35:37.1588839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-08-30T00:35:37.1589900Z 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-08-30T00:35:37.1590980Z 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-08-30T00:35:37.1592087Z 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-08-30T00:35:37.1593204Z 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-08-30T00:35:37.1594476Z 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-08-30T00:35:37.1595821Z 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-08-30T00:35:37.1596986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-08-30T00:35:37.1598091Z 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-08-30T00:35:37.1599434Z 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-08-30T00:35:37.1600623Z 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-08-30T00:35:37.1601742Z 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-08-30T00:35:37.1602835Z 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-08-30T00:35:37.1604489Z 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-08-30T00:35:37.1605861Z 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-08-30T00:35:37.1607007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-discontiguous-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-08-30T00:35:37.1608188Z 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-08-30T00:35:37.1609357Z 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-08-30T00:35:37.1610509Z 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-08-30T00:35:37.1611713Z 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-08-30T00:35:37.1612977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/parse-microkernel-bench.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-08-30T00:35:37.1614292Z 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-08-30T00:35:37.1614928Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:37.1616227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:37.1617513Z 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-08-30T00:35:37.1618579Z 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-08-30T00:35:37.1619713Z 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-08-30T00:35:37.1620946Z 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-08-30T00:35:37.1621950Z 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-08-30T00:35:37.1623015Z 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-08-30T00:35:37.1624066Z 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-08-30T00:35:37.1625154Z 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-08-30T00:35:37.1626321Z 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-08-30T00:35:37.1627340Z 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-08-30T00:35:37.1628510Z 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-08-30T00:35:37.1629666Z 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-08-30T00:35:37.1630702Z 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-08-30T00:35:37.1631868Z 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-08-30T00:35:37.1632822Z 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-08-30T00:35:37.1634400Z 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-08-30T00:35:37.1635672Z 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-08-30T00:35:37.1636712Z 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-08-30T00:35:37.1637719Z 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-08-30T00:35:37.1638795Z 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-08-30T00:35:37.1639840Z 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-08-30T00:35:37.1641079Z 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-08-30T00:35:37.1642170Z 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-08-30T00:35:37.1643452Z 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-08-30T00:35:37.1644653Z 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-08-30T00:35:37.1645680Z 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-08-30T00:35:37.1646787Z 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-08-30T00:35:37.1647944Z 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-08-30T00:35:37.1649035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/pf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:37.1650255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/pf32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:37.1651419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/pqs8-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:37.1652613Z 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-08-30T00:35:37.1653837Z 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-08-30T00:35:37.1655028Z 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-08-30T00:35:37.1656352Z 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-08-30T00:35:37.1657702Z 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-08-30T00:35:37.1658948Z 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-08-30T00:35:37.1660075Z 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-08-30T00:35:37.1661363Z 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-08-30T00:35:37.1662564Z 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-08-30T00:35:37.1663743Z 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-08-30T00:35:37.1665073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:37.1666313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc4w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-08-30T00:35:37.1667619Z 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-08-30T00:35:37.1668714Z 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-08-30T00:35:37.1669863Z 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-08-30T00:35:37.1671156Z 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-08-30T00:35:37.1672263Z 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-08-30T00:35:37.1673483Z 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-08-30T00:35:37.1674692Z 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-08-30T00:35:37.1675681Z 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-08-30T00:35:37.1676662Z 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-08-30T00:35:37.1677729Z 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-08-30T00:35:37.1678087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-08-30T00:35:37.1679040Z 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-08-30T00:35:37.1679845Z 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-08-30T00:35:37.1680701Z 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-08-30T00:35:37.1681569Z 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-08-30T00:35:37.1681988Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-08-30T00:35:37.1682260Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-08-30T00:35:37.1683048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/logging.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-08-30T00:35:37.1683427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-08-30T00:35:37.1684343Z 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-08-30T00:35:37.1685451Z 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-08-30T00:35:37.1686407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/enumerated_shape_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-08-30T00:35:37.1687395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/torch_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-08-30T00:35:37.1687792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-08-30T00:35:37.1688794Z 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-08-30T00:35:37.1689826Z 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-08-30T00:35:37.1690227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-08-30T00:35:37.1691807Z 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-08-30T00:35:37.1692834Z 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-08-30T00:35:37.1693239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/recipes 2025-08-30T00:35:37.1694223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/recipes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/recipes 2025-08-30T00:35:37.1695417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/recipes/coreml_recipe_provider.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/recipes 2025-08-30T00:35:37.1696332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/recipes/coreml_recipe_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/recipes 2025-08-30T00:35:37.1696825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-08-30T00:35:37.1697750Z 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-08-30T00:35:37.1698707Z 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-08-30T00:35:37.1699682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_recipes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-08-30T00:35:37.1700702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-08-30T00:35:37.1701601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_enumerated_shapes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-08-30T00:35:37.1702559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_torch_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-08-30T00:35:37.1703610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-08-30T00:35:37.1703916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-08-30T00:35:37.1704319Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-08-30T00:35:37.1705417Z 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-08-30T00:35:37.1706304Z 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-08-30T00:35:37.1707459Z 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-08-30T00:35:37.1707720Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-08-30T00:35:37.1708535Z 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-08-30T00:35:37.1709319Z 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-08-30T00:35:37.1709974Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-08-30T00:35:37.1710814Z 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-08-30T00:35:37.1711874Z 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-08-30T00:35:37.1712739Z 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-08-30T00:35:37.1713573Z 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-08-30T00:35:37.1714464Z 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-08-30T00:35:37.1715344Z 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-08-30T00:35:37.1716263Z 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-08-30T00:35:37.1717243Z 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-08-30T00:35:37.1718054Z 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-08-30T00:35:37.1719003Z 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-08-30T00:35:37.1719969Z 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-08-30T00:35:37.1720830Z 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-08-30T00:35:37.1721847Z 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-08-30T00:35:37.1722740Z 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-08-30T00:35:37.1723644Z 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-08-30T00:35:37.1724765Z 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-08-30T00:35:37.1725627Z 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-08-30T00:35:37.1726516Z 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-08-30T00:35:37.1727398Z 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-08-30T00:35:37.1728558Z 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-08-30T00:35:37.1728864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-08-30T00:35:37.1729794Z 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-08-30T00:35:37.1730760Z 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-08-30T00:35:37.1731220Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-08-30T00:35:37.1732266Z 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-08-30T00:35:37.1733310Z 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-08-30T00:35:37.1734226Z 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-08-30T00:35:37.1734575Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-08-30T00:35:37.1735454Z 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-08-30T00:35:37.1736264Z 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-08-30T00:35:37.1737221Z 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-08-30T00:35:37.1738024Z 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-08-30T00:35:37.1738956Z 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-08-30T00:35:37.1739781Z 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-08-30T00:35:37.1740663Z 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-08-30T00:35:37.1740965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-08-30T00:35:37.1741830Z 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-08-30T00:35:37.1742659Z 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-08-30T00:35:37.1742979Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-08-30T00:35:37.1743325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-08-30T00:35:37.1744079Z 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-08-30T00:35:37.1745007Z 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-08-30T00:35:37.1745806Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_funcs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-08-30T00:35:37.1746723Z 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-08-30T00:35:37.1747588Z 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-08-30T00:35:37.1748449Z 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-08-30T00:35:37.1749211Z 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-08-30T00:35:37.1750077Z 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-08-30T00:35:37.1750896Z 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-08-30T00:35:37.1751741Z 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-08-30T00:35:37.1752579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning_algo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-08-30T00:35:37.1753424Z 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-08-30T00:35:37.1754211Z 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-08-30T00:35:37.1755151Z 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-08-30T00:35:37.1755973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/program_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-08-30T00:35:37.1756910Z 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-08-30T00:35:37.1757786Z 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-08-30T00:35:37.1758600Z 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-08-30T00:35:37.1759459Z 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-08-30T00:35:37.1760304Z 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-08-30T00:35:37.1761064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/type_dispatch.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-08-30T00:35:37.1761821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/typing_stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-08-30T00:35:37.1762770Z 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-08-30T00:35:37.1763093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-08-30T00:35:37.1764000Z 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-08-30T00:35:37.1765001Z 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-08-30T00:35:37.1766118Z 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-08-30T00:35:37.1767241Z 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-08-30T00:35:37.1767585Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-08-30T00:35:37.1768700Z 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-08-30T00:35:37.1769620Z 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-08-30T00:35:37.1770601Z 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-08-30T00:35:37.1771618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_idma_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-08-30T00:35:37.1772485Z 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-08-30T00:35:37.1773382Z 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-08-30T00:35:37.1774279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_program_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-08-30T00:35:37.1775251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-08-30T00:35:37.1776089Z 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-08-30T00:35:37.1777072Z 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-08-30T00:35:37.1777902Z 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-08-30T00:35:37.1778929Z 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-08-30T00:35:37.1779744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_type_dispatch_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-08-30T00:35:37.1780601Z 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-08-30T00:35:37.1781489Z 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-08-30T00:35:37.1782343Z 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-08-30T00:35:37.1782761Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-08-30T00:35:37.1783470Z 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-08-30T00:35:37.1784410Z 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-08-30T00:35:37.1785151Z 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-08-30T00:35:37.1786007Z 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-08-30T00:35:37.1786280Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-08-30T00:35:37.1787004Z 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-08-30T00:35:37.1787838Z 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-08-30T00:35:37.1788746Z 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-08-30T00:35:37.1789155Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-08-30T00:35:37.1790075Z 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-08-30T00:35:37.1790434Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-08-30T00:35:37.1791653Z 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-08-30T00:35:37.1792739Z 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-08-30T00:35:37.1793195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-08-30T00:35:37.1794323Z 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-08-30T00:35:37.1795405Z 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-08-30T00:35:37.1796525Z 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-08-30T00:35:37.1796940Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-08-30T00:35:37.1798003Z 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-08-30T00:35:37.1798594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-08-30T00:35:37.1800189Z 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-08-30T00:35:37.1801121Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-08-30T00:35:37.1802370Z 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-08-30T00:35:37.1803513Z 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-08-30T00:35:37.1804782Z 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-08-30T00:35:37.1805358Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-08-30T00:35:37.1806547Z 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-08-30T00:35:37.1809400Z 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-08-30T00:35:37.1812022Z 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-08-30T00:35:37.1814551Z 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-08-30T00:35:37.1816374Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-08-30T00:35:37.1818283Z 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-08-30T00:35:37.1820868Z 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-08-30T00:35:37.1823149Z 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-08-30T00:35:37.1825832Z 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-08-30T00:35:37.1827730Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-08-30T00:35:37.1829624Z 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-08-30T00:35:37.1832167Z 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-08-30T00:35:37.1834242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-08-30T00:35:37.1836225Z 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-08-30T00:35:37.1838889Z 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-08-30T00:35:37.1840748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-08-30T00:35:37.1842540Z 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-08-30T00:35:37.1845219Z 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-08-30T00:35:37.1847750Z 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-08-30T00:35:37.1850583Z 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-08-30T00:35:37.1853465Z 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-08-30T00:35:37.1856409Z 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-08-30T00:35:37.1859259Z 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-08-30T00:35:37.1861246Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-08-30T00:35:37.1862986Z 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-08-30T00:35:37.1865418Z 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-08-30T00:35:37.1868028Z 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-08-30T00:35:37.1870199Z 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-08-30T00:35:37.1871830Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-08-30T00:35:37.1872711Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-08-30T00:35:37.1874392Z 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-08-30T00:35:37.1876905Z 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-08-30T00:35:37.1879350Z 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-08-30T00:35:37.1881873Z 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-08-30T00:35:37.1884210Z 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-08-30T00:35:37.1886591Z 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-08-30T00:35:37.1889154Z 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-08-30T00:35:37.1891934Z 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-08-30T00:35:37.1894326Z 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-08-30T00:35:37.1896652Z 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-08-30T00:35:37.1899379Z 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-08-30T00:35:37.1901832Z 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-08-30T00:35:37.1904072Z 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-08-30T00:35:37.1906493Z 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-08-30T00:35:37.1908722Z 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-08-30T00:35:37.1910166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m 2025-08-30T00:35:37.1910861Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/ops 2025-08-30T00:35:37.1911930Z 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-08-30T00:35:37.1913563Z 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-08-30T00:35:37.1914880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/passes 2025-08-30T00:35:37.1916050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes/passes_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/passes 2025-08-30T00:35:37.1917814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes/quantized_op_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/passes 2025-08-30T00:35:37.1919537Z 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-08-30T00:35:37.1920780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/test 2025-08-30T00:35:37.1921983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test/test_helpers_passes_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/test 2025-08-30T00:35:37.1923668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test/test_quantize_op_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/test 2025-08-30T00:35:37.1925501Z 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-08-30T00:35:37.1926731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/test 2025-08-30T00:35:37.1927411Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/test/facto 2025-08-30T00:35:37.1928494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/facto 2025-08-30T00:35:37.1930074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/facto/facto_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/facto 2025-08-30T00:35:37.1931750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/facto/test_facto.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/facto 2025-08-30T00:35:37.1932960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/test/harness 2025-08-30T00:35:37.1934185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness 2025-08-30T00:35:37.1935855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/error_statistics.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness 2025-08-30T00:35:37.1937528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness 2025-08-30T00:35:37.1938719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/test/harness/stages 2025-08-30T00:35:37.1939980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness/stages 2025-08-30T00:35:37.1941840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness/stages 2025-08-30T00:35:37.1943704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages/partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness/stages 2025-08-30T00:35:37.1945679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness/stages 2025-08-30T00:35:37.1947706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages/run_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness/stages 2025-08-30T00:35:37.1949982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness/stages 2025-08-30T00:35:37.1951998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages/stage.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness/stages 2025-08-30T00:35:37.1954007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages/to_edge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness/stages 2025-08-30T00:35:37.1956108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages/to_edge_transform_and_lower.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness/stages 2025-08-30T00:35:37.1958268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/stages/to_executorch.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness/stages 2025-08-30T00:35:37.1959782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/test/harness/tests 2025-08-30T00:35:37.1961269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/harness/tests/test_error_statistics.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/harness/tests 2025-08-30T00:35:37.1962604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/test/suite 2025-08-30T00:35:37.1963845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite 2025-08-30T00:35:37.1965586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/context.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite 2025-08-30T00:35:37.1967477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/discovery.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite 2025-08-30T00:35:37.1969323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite 2025-08-30T00:35:37.1971262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/generate_markdown_summary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite 2025-08-30T00:35:37.1973159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/reporting.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite 2025-08-30T00:35:37.1974988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite 2025-08-30T00:35:37.1976312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/test/suite/flows 2025-08-30T00:35:37.1977750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/flows 2025-08-30T00:35:37.1979765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows/coreml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/flows 2025-08-30T00:35:37.1981689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows/portable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/flows 2025-08-30T00:35:37.1983729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows/qualcomm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/flows 2025-08-30T00:35:37.1985783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows/vulkan.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/flows 2025-08-30T00:35:37.1987738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/flows/xnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/flows 2025-08-30T00:35:37.1989374Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/test/suite/models 2025-08-30T00:35:37.1990766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/models 2025-08-30T00:35:37.1992869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/models/test_torchaudio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/models 2025-08-30T00:35:37.1995014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/models/test_torchvision.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/models 2025-08-30T00:35:37.1996534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/test/suite/operators 2025-08-30T00:35:37.1998025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2000189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2002341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_adaptive_avgpool1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2004688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_adaptive_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2006906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_adaptive_avgpool3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2009111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_adaptive_maxpool1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2011540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_adaptive_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2013741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_adaptive_maxpool3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2015892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2018063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2020118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2022180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_argmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2024372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2026444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_avgpool1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2028613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2031270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_avgpool3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2033272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2035424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2037440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2039490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2041489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2043453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_conv3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2045659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_convtranspose1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2047815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_convtranspose2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2049996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_convtranspose3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2052168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2054158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2056173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2058366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_embedding_bag.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2060411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2062435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2064530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2066629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_floor_divide.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2068642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2070860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_glu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2072912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2075042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2077224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2079297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2081347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_index_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2083511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2085565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2087543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2089571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_log10.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2091846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_log1p.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2093795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_log2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2095833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_logsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2097859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2100210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_masked_fill.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2102359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_maxpool1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2104510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2106749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_maxpool3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2108845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_mean.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2110878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_median.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2112994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2115253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2117332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2119389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2121594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2123608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2125717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2128036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_round.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2130101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2132335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2134365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2136310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2138196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2140123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2142261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2144251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2146221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2148255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2150323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2152551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2154535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_threshold.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2156616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2158658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_trunc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2160633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2162619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2164733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2166778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/operators/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/operators 2025-08-30T00:35:37.2168183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/test/suite/tests 2025-08-30T00:35:37.2169496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/tests/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/tests 2025-08-30T00:35:37.2171520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/test/suite/tests/test_reporting.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/test/suite/tests 2025-08-30T00:35:37.2172807Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-08-30T00:35:37.2173800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-08-30T00:35:37.2175195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-08-30T00:35:37.2176568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-08-30T00:35:37.2177941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-08-30T00:35:37.2178908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api 2025-08-30T00:35:37.2180010Z 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-08-30T00:35:37.2181482Z 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-08-30T00:35:37.2182994Z 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-08-30T00:35:37.2184543Z 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-08-30T00:35:37.2185669Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api/types 2025-08-30T00:35:37.2186790Z 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-08-30T00:35:37.2188604Z 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-08-30T00:35:37.2190290Z 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-08-30T00:35:37.2191464Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/test 2025-08-30T00:35:37.2192823Z 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-08-30T00:35:37.2194499Z 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-08-30T00:35:37.2196175Z 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-08-30T00:35:37.2197914Z 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-08-30T00:35:37.2199801Z 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-08-30T00:35:37.2201525Z 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-08-30T00:35:37.2202742Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-08-30T00:35:37.2203865Z 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-08-30T00:35:37.2205425Z 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-08-30T00:35:37.2207040Z 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-08-30T00:35:37.2208590Z 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-08-30T00:35:37.2210319Z 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-08-30T00:35:37.2212093Z 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-08-30T00:35:37.2213745Z 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-08-30T00:35:37.2214939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-08-30T00:35:37.2216556Z 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-08-30T00:35:37.2218495Z 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-08-30T00:35:37.2220381Z 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-08-30T00:35:37.2222086Z 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-08-30T00:35:37.2224018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_selective_build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-08-30T00:35:37.2225597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/selective_build.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-08-30T00:35:37.2227497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/selective_build.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-08-30T00:35:37.2228689Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-08-30T00:35:37.2229906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-08-30T00:35:37.2231248Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-08-30T00:35:37.2232435Z 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-08-30T00:35:37.2234501Z 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-08-30T00:35:37.2235818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-08-30T00:35:37.2237400Z 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-08-30T00:35:37.2238803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-08-30T00:35:37.2240225Z 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-08-30T00:35:37.2242036Z 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-08-30T00:35:37.2243929Z 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-08-30T00:35:37.2245288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-08-30T00:35:37.2246781Z 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-08-30T00:35:37.2248849Z 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-08-30T00:35:37.2250547Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-08-30T00:35:37.2252314Z 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-08-30T00:35:37.2254665Z 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-08-30T00:35:37.2256829Z 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-08-30T00:35:37.2258346Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-08-30T00:35:37.2259953Z 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-08-30T00:35:37.2261467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-08-30T00:35:37.2263227Z 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-08-30T00:35:37.2265623Z 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-08-30T00:35:37.2267954Z 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-08-30T00:35:37.2269587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-08-30T00:35:37.2271136Z 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-08-30T00:35:37.2273211Z 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-08-30T00:35:37.2275182Z 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-08-30T00:35:37.2276728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-08-30T00:35:37.2278186Z 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-08-30T00:35:37.2279604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-08-30T00:35:37.2280981Z 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-08-30T00:35:37.2282683Z 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-08-30T00:35:37.2284052Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-08-30T00:35:37.2285223Z 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-08-30T00:35:37.2286952Z 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-08-30T00:35:37.2288295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-08-30T00:35:37.2289649Z 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-08-30T00:35:37.2291666Z 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-08-30T00:35:37.2293481Z 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-08-30T00:35:37.2294746Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-08-30T00:35:37.2295922Z 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-08-30T00:35:37.2297800Z 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-08-30T00:35:37.2298926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-08-30T00:35:37.2300973Z 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-08-30T00:35:37.2302208Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-08-30T00:35:37.2303569Z 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-08-30T00:35:37.2305187Z 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-08-30T00:35:37.2306899Z 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-08-30T00:35:37.2308641Z 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-08-30T00:35:37.2310365Z 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-08-30T00:35:37.2311556Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:37.2313290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:37.2315949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator/inspector_numerical_comparator_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:37.2318343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator/l1_numerical_comparator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:37.2320593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator/mse_numerical_comparator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:37.2322846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator/numerical_comparator_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:37.2325133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/numerical_comparator/snr_numerical_comparator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/numerical_comparator 2025-08-30T00:35:37.2326646Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-08-30T00:35:37.2327955Z 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-08-30T00:35:37.2330022Z 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-08-30T00:35:37.2332104Z 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-08-30T00:35:37.2334087Z 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-08-30T00:35:37.2336129Z 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-08-30T00:35:37.2338234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/l1_comparator_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-08-30T00:35:37.2340160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/mse_comparator_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-08-30T00:35:37.2342252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/snr_comparator_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-08-30T00:35:37.2343647Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/scripts 2025-08-30T00:35:37.2345008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/scripts/generate_profiling_csv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/scripts 2025-08-30T00:35:37.2346385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-08-30T00:35:37.2347830Z 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-08-30T00:35:37.2349769Z 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-08-30T00:35:37.2351080Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-08-30T00:35:37.2352411Z 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-08-30T00:35:37.2354280Z 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-08-30T00:35:37.2356401Z 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-08-30T00:35:37.2357635Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-08-30T00:35:37.2358630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2360021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2361201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2362607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2363984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/debug_handle_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2365501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2366961Z 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-08-30T00:35:37.2368295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2369677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2371048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2372590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2374071Z 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-08-30T00:35:37.2375436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2376872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2378441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2379843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2381213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2382607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2384002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2385200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2386431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2387626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2388880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2390109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2391296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2392221Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-08-30T00:35:37.2393329Z 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-08-30T00:35:37.2394706Z 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-08-30T00:35:37.2396160Z 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-08-30T00:35:37.2397791Z 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-08-30T00:35:37.2399580Z 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-08-30T00:35:37.2401160Z 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-08-30T00:35:37.2402705Z 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-08-30T00:35:37.2404253Z 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-08-30T00:35:37.2405744Z 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-08-30T00:35:37.2407032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-08-30T00:35:37.2408529Z 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-08-30T00:35:37.2410181Z 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-08-30T00:35:37.2412159Z 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-08-30T00:35:37.2414136Z 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-08-30T00:35:37.2416211Z 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-08-30T00:35:37.2417914Z 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-08-30T00:35:37.2419711Z 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-08-30T00:35:37.2420820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-08-30T00:35:37.2422185Z 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-08-30T00:35:37.2423833Z 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-08-30T00:35:37.2425583Z 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-08-30T00:35:37.2427297Z 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-08-30T00:35:37.2428940Z 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-08-30T00:35:37.2430428Z 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-08-30T00:35:37.2431467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-08-30T00:35:37.2433109Z 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-08-30T00:35:37.2435268Z 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-08-30T00:35:37.2437487Z 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-08-30T00:35:37.2439778Z 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-08-30T00:35:37.2441844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/group_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-08-30T00:35:37.2444133Z 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-08-30T00:35:37.2445566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-08-30T00:35:37.2446799Z 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-08-30T00:35:37.2448598Z 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-08-30T00:35:37.2450491Z 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-08-30T00:35:37.2452474Z 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-08-30T00:35:37.2454431Z 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-08-30T00:35:37.2456251Z 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-08-30T00:35:37.2458024Z 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-08-30T00:35:37.2459870Z 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-08-30T00:35:37.2461852Z 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-08-30T00:35:37.2463836Z 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-08-30T00:35:37.2465501Z 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-08-30T00:35:37.2467148Z 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-08-30T00:35:37.2468815Z 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-08-30T00:35:37.2470499Z 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-08-30T00:35:37.2472158Z 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-08-30T00:35:37.2473938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_group_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-08-30T00:35:37.2475829Z 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-08-30T00:35:37.2477646Z 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-08-30T00:35:37.2479402Z 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-08-30T00:35:37.2481244Z 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-08-30T00:35:37.2483137Z 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-08-30T00:35:37.2484356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-08-30T00:35:37.2485799Z 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-08-30T00:35:37.2488036Z 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-08-30T00:35:37.2489502Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-08-30T00:35:37.2491052Z 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-08-30T00:35:37.2493418Z 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-08-30T00:35:37.2495655Z 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-08-30T00:35:37.2496852Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-08-30T00:35:37.2498002Z 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-08-30T00:35:37.2499801Z 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-08-30T00:35:37.2501419Z 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-08-30T00:35:37.2503029Z 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-08-30T00:35:37.2504170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-08-30T00:35:37.2505342Z 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-08-30T00:35:37.2506897Z 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-08-30T00:35:37.2508129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-08-30T00:35:37.2509188Z 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-08-30T00:35:37.2510455Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-08-30T00:35:37.2511825Z 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-08-30T00:35:37.2513165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-08-30T00:35:37.2514169Z 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-08-30T00:35:37.2515417Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-08-30T00:35:37.2516770Z 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-08-30T00:35:37.2518439Z 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-08-30T00:35:37.2519718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-08-30T00:35:37.2521013Z 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-08-30T00:35:37.2522800Z 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-08-30T00:35:37.2524709Z 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-08-30T00:35:37.2526009Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-08-30T00:35:37.2527208Z 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-08-30T00:35:37.2528996Z 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-08-30T00:35:37.2530299Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-08-30T00:35:37.2531766Z 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-08-30T00:35:37.2533199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-08-30T00:35:37.2534437Z 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-08-30T00:35:37.2536083Z 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-08-30T00:35:37.2537197Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-08-30T00:35:37.2538460Z 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-08-30T00:35:37.2540188Z 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-08-30T00:35:37.2541841Z 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-08-30T00:35:37.2543009Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-08-30T00:35:37.2544242Z 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-08-30T00:35:37.2545326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-08-30T00:35:37.2546312Z 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-08-30T00:35:37.2547668Z 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-08-30T00:35:37.2549025Z 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-08-30T00:35:37.2549945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-08-30T00:35:37.2551059Z 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-08-30T00:35:37.2552160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-08-30T00:35:37.2553128Z 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-08-30T00:35:37.2554565Z 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-08-30T00:35:37.2555993Z 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-08-30T00:35:37.2557087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-08-30T00:35:37.2558140Z 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-08-30T00:35:37.2559451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-08-30T00:35:37.2560499Z 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-08-30T00:35:37.2606187Z 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-08-30T00:35:37.2609106Z 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-08-30T00:35:37.2611633Z 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-08-30T00:35:37.2613224Z 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-08-30T00:35:37.2614970Z 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-08-30T00:35:37.2616664Z 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-08-30T00:35:37.2618553Z 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-08-30T00:35:37.2620221Z 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-08-30T00:35:37.2621932Z 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-08-30T00:35:37.2623604Z 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-08-30T00:35:37.2625302Z 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-08-30T00:35:37.2626989Z 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-08-30T00:35:37.2628825Z 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-08-30T00:35:37.2630454Z 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-08-30T00:35:37.2631996Z 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-08-30T00:35:37.2633540Z 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-08-30T00:35:37.2635150Z 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-08-30T00:35:37.2636729Z 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-08-30T00:35:37.2638275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/reinplace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-08-30T00:35:37.2639741Z 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-08-30T00:35:37.2641524Z 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-08-30T00:35:37.2643091Z 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-08-30T00:35:37.2644765Z 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-08-30T00:35:37.2646472Z 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-08-30T00:35:37.2648237Z 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-08-30T00:35:37.2649976Z 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-08-30T00:35:37.2651745Z 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-08-30T00:35:37.2653437Z 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-08-30T00:35:37.2655119Z 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-08-30T00:35:37.2656743Z 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-08-30T00:35:37.2658438Z 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-08-30T00:35:37.2660162Z 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-08-30T00:35:37.2661897Z 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-08-30T00:35:37.2663023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-08-30T00:35:37.2664207Z 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-08-30T00:35:37.2665841Z 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-08-30T00:35:37.2667547Z 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-08-30T00:35:37.2669245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-08-30T00:35:37.2670415Z 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-08-30T00:35:37.2672286Z 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-08-30T00:35:37.2674038Z 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-08-30T00:35:37.2675159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-08-30T00:35:37.2676323Z 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-08-30T00:35:37.2677893Z 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-08-30T00:35:37.2679455Z 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-08-30T00:35:37.2681000Z 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-08-30T00:35:37.2682679Z 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-08-30T00:35:37.2684199Z 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-08-30T00:35:37.2685323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-08-30T00:35:37.2686381Z 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-08-30T00:35:37.2688075Z 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-08-30T00:35:37.2689760Z 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-08-30T00:35:37.2691632Z 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-08-30T00:35:37.2693340Z 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-08-30T00:35:37.2695009Z 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-08-30T00:35:37.2696697Z 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-08-30T00:35:37.2698368Z 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-08-30T00:35:37.2700134Z 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-08-30T00:35:37.2701919Z 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-08-30T00:35:37.2703834Z 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-08-30T00:35:37.2705595Z 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-08-30T00:35:37.2707334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_extract_io_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-08-30T00:35:37.2709131Z 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-08-30T00:35:37.2710868Z 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-08-30T00:35:37.2712771Z 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-08-30T00:35:37.2714595Z 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-08-30T00:35:37.2716500Z 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-08-30T00:35:37.2718472Z 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-08-30T00:35:37.2720229Z 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-08-30T00:35:37.2722010Z 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-08-30T00:35:37.2722878Z 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-08-30T00:35:37.2723717Z 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-08-30T00:35:37.2724532Z 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-08-30T00:35:37.2725377Z 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-08-30T00:35:37.2726228Z 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-08-30T00:35:37.2727002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_reinplace_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-08-30T00:35:37.2727931Z 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-08-30T00:35:37.2728737Z 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-08-30T00:35:37.2729483Z 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-08-30T00:35:37.2730198Z 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-08-30T00:35:37.2731066Z 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-08-30T00:35:37.2731934Z 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-08-30T00:35:37.2732694Z 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-08-30T00:35:37.2733426Z 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-08-30T00:35:37.2733734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-08-30T00:35:37.2734695Z 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-08-30T00:35:37.2735436Z 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-08-30T00:35:37.2736411Z 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-08-30T00:35:37.2737177Z 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-08-30T00:35:37.2737667Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-08-30T00:35:37.2738726Z 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-08-30T00:35:37.2739478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-08-30T00:35:37.2739706Z creating pip-out/bdist.linux-x86_64/wheel/executorch/export 2025-08-30T00:35:37.2740449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export 2025-08-30T00:35:37.2741168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export 2025-08-30T00:35:37.2741839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/recipe.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export 2025-08-30T00:35:37.2742619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/recipe_provider.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export 2025-08-30T00:35:37.2743268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/recipe_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export 2025-08-30T00:35:37.2744038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/stages.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export 2025-08-30T00:35:37.2744681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export 2025-08-30T00:35:37.2744937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/export/tests 2025-08-30T00:35:37.2745919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests/test_executorch_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export/tests 2025-08-30T00:35:37.2746770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests/test_export_recipe.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export/tests 2025-08-30T00:35:37.2747580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests/test_export_session.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export/tests 2025-08-30T00:35:37.2748460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests/test_export_stages.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export/tests 2025-08-30T00:35:37.2749273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests/test_recipe_provider.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export/tests 2025-08-30T00:35:37.2750109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/export/tests/test_recipe_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/export/tests 2025-08-30T00:35:37.2750371Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-08-30T00:35:37.2751024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-08-30T00:35:37.2751276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-08-30T00:35:37.2752153Z 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-08-30T00:35:37.2752455Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-08-30T00:35:37.2752716Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-08-30T00:35:37.2753731Z 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-08-30T00:35:37.2753954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-08-30T00:35:37.2754794Z 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-08-30T00:35:37.2755435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-08-30T00:35:37.2756226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-08-30T00:35:37.2756501Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-08-30T00:35:37.2756959Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-08-30T00:35:37.2758359Z 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-08-30T00:35:37.2759237Z 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-08-30T00:35:37.2760124Z 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-08-30T00:35:37.2760951Z 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-08-30T00:35:37.2761847Z 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-08-30T00:35:37.2762619Z 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-08-30T00:35:37.2763596Z 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-08-30T00:35:37.2764359Z 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-08-30T00:35:37.2765268Z 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-08-30T00:35:37.2765515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-08-30T00:35:37.2766187Z 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-08-30T00:35:37.2766943Z 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-08-30T00:35:37.2767608Z 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-08-30T00:35:37.2768486Z 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-08-30T00:35:37.2768786Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-08-30T00:35:37.2769635Z 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-08-30T00:35:37.2770427Z 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-08-30T00:35:37.2770695Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-08-30T00:35:37.2771699Z 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-08-30T00:35:37.2772367Z 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-08-30T00:35:37.2772783Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-08-30T00:35:37.2773709Z 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-08-30T00:35:37.2774662Z 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-08-30T00:35:37.2775141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-08-30T00:35:37.2776232Z 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-08-30T00:35:37.2777314Z 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-08-30T00:35:37.2778513Z 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-08-30T00:35:37.2779669Z 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-08-30T00:35:37.2780588Z 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-08-30T00:35:37.2781773Z 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-08-30T00:35:37.2782090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-08-30T00:35:37.2783028Z 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-08-30T00:35:37.2783833Z 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-08-30T00:35:37.2784229Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-08-30T00:35:37.2784965Z 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-08-30T00:35:37.2785889Z 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-08-30T00:35:37.2786201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-08-30T00:35:37.2787003Z 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-08-30T00:35:37.2787903Z 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-08-30T00:35:37.2788196Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-08-30T00:35:37.2789103Z 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-08-30T00:35:37.2790076Z 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-08-30T00:35:37.2790893Z 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-08-30T00:35:37.2791819Z 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-08-30T00:35:37.2792543Z 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-08-30T00:35:37.2793500Z 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-08-30T00:35:37.2794194Z 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-08-30T00:35:37.2795182Z 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-08-30T00:35:37.2795987Z 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-08-30T00:35:37.2796918Z 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-08-30T00:35:37.2797603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-08-30T00:35:37.2798496Z 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-08-30T00:35:37.2799433Z 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-08-30T00:35:37.2800321Z 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-08-30T00:35:37.2801029Z 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-08-30T00:35:37.2801857Z 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-08-30T00:35:37.2802173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/config 2025-08-30T00:35:37.2803115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/config/test_llm_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/config 2025-08-30T00:35:37.2804004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/config/llama_bf16.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/config 2025-08-30T00:35:37.2805061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/config/llama_q8da4w.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/config 2025-08-30T00:35:37.2805959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/config/llama_xnnpack_qat.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/config 2025-08-30T00:35:37.2806968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/config/llama_xnnpack_spinquant.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/config 2025-08-30T00:35:37.2807414Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-08-30T00:35:37.2808433Z 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-08-30T00:35:37.2809380Z 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-08-30T00:35:37.2809756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-08-30T00:35:37.2810743Z 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-08-30T00:35:37.2811959Z 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-08-30T00:35:37.2812820Z 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-08-30T00:35:37.2813909Z 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-08-30T00:35:37.2814228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-08-30T00:35:37.2815096Z 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-08-30T00:35:37.2816015Z 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-08-30T00:35:37.2816882Z 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-08-30T00:35:37.2817395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-08-30T00:35:37.2818305Z 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-08-30T00:35:37.2819521Z 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-08-30T00:35:37.2820524Z 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-08-30T00:35:37.2821627Z 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-08-30T00:35:37.2822800Z 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-08-30T00:35:37.2823697Z 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-08-30T00:35:37.2824880Z 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-08-30T00:35:37.2826074Z 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-08-30T00:35:37.2827038Z 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-08-30T00:35:37.2828197Z 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-08-30T00:35:37.2829120Z 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-08-30T00:35:37.2830268Z 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-08-30T00:35:37.2831271Z 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-08-30T00:35:37.2832382Z 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-08-30T00:35:37.2833601Z 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-08-30T00:35:37.2834557Z 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-08-30T00:35:37.2835813Z 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-08-30T00:35:37.2836126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-08-30T00:35:37.2837175Z 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-08-30T00:35:37.2838051Z 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-08-30T00:35:37.2839095Z 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-08-30T00:35:37.2839906Z 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-08-30T00:35:37.2840954Z 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-08-30T00:35:37.2841784Z 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-08-30T00:35:37.2842779Z 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-08-30T00:35:37.2843103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-08-30T00:35:37.2844285Z 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-08-30T00:35:37.2844595Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-08-30T00:35:37.2845530Z 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-08-30T00:35:37.2846114Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-08-30T00:35:37.2846991Z 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-08-30T00:35:37.2848222Z 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-08-30T00:35:37.2849277Z 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-08-30T00:35:37.2850260Z 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-08-30T00:35:37.2850701Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-08-30T00:35:37.2851758Z 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-08-30T00:35:37.2852790Z 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-08-30T00:35:37.2853719Z 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-08-30T00:35:37.2854675Z 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-08-30T00:35:37.2855181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-08-30T00:35:37.2856216Z 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-08-30T00:35:37.2856774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-08-30T00:35:37.2857795Z 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-08-30T00:35:37.2859144Z 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-08-30T00:35:37.2859787Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-08-30T00:35:37.2861329Z 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-08-30T00:35:37.2862416Z 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-08-30T00:35:37.2862943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-08-30T00:35:37.2864201Z 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-08-30T00:35:37.2865412Z 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-08-30T00:35:37.2865763Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-08-30T00:35:37.2866480Z 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-08-30T00:35:37.2867453Z 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-08-30T00:35:37.2868207Z 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-08-30T00:35:37.2868582Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-08-30T00:35:37.2869529Z 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-08-30T00:35:37.2870367Z 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-08-30T00:35:37.2870714Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-08-30T00:35:37.2871514Z 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-08-30T00:35:37.2872271Z 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-08-30T00:35:37.2872697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-08-30T00:35:37.2873539Z 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-08-30T00:35:37.2874462Z 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-08-30T00:35:37.2874844Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-08-30T00:35:37.2875670Z 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-08-30T00:35:37.2876552Z 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-08-30T00:35:37.2876929Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-08-30T00:35:37.2877732Z 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-08-30T00:35:37.2878609Z 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-08-30T00:35:37.2879001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-08-30T00:35:37.2879881Z 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-08-30T00:35:37.2880311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-08-30T00:35:37.2881229Z 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-08-30T00:35:37.2882027Z 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-08-30T00:35:37.2882843Z 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-08-30T00:35:37.2883676Z 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-08-30T00:35:37.2884528Z 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-08-30T00:35:37.2884872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi_4_mini 2025-08-30T00:35:37.2885674Z 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-08-30T00:35:37.2886524Z 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-08-30T00:35:37.2886890Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi_4_mini/config 2025-08-30T00:35:37.2887926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/config/phi_4_mini_xnnpack.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini/config 2025-08-30T00:35:37.2888199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-08-30T00:35:37.2888997Z 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-08-30T00:35:37.2889940Z 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-08-30T00:35:37.2890321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5/config 2025-08-30T00:35:37.2891408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/config/qwen2_5_xnnpack_q8da4w.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5/config 2025-08-30T00:35:37.2891763Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen3 2025-08-30T00:35:37.2892529Z 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-08-30T00:35:37.2893416Z 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-08-30T00:35:37.2893720Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen3/config 2025-08-30T00:35:37.2894699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/config/qwen3_xnnpack_q8da4w.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3/config 2025-08-30T00:35:37.2895052Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-08-30T00:35:37.2895826Z 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-08-30T00:35:37.2896645Z 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-08-30T00:35:37.2896921Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/smollm2 2025-08-30T00:35:37.2897764Z 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-08-30T00:35:37.2898717Z 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-08-30T00:35:37.2899047Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-08-30T00:35:37.2899980Z 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-08-30T00:35:37.2900849Z 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-08-30T00:35:37.2901245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-08-30T00:35:37.2902096Z 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-08-30T00:35:37.2903045Z 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-08-30T00:35:37.2903349Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-08-30T00:35:37.2904138Z 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-08-30T00:35:37.2904959Z 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-08-30T00:35:37.2905318Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-08-30T00:35:37.2906050Z 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-08-30T00:35:37.2906797Z 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-08-30T00:35:37.2907067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/yolo12 2025-08-30T00:35:37.2907821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/yolo12/export_and_validate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/yolo12 2025-08-30T00:35:37.2908096Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-08-30T00:35:37.2908376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-08-30T00:35:37.2909124Z 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-08-30T00:35:37.2909536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deepseek-r1-distill-llama-8B 2025-08-30T00:35:37.2909970Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deepseek-r1-distill-llama-8B/config 2025-08-30T00:35:37.2911067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deepseek-r1-distill-llama-8B/config/deepseek_xnnpack_q8da4w.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deepseek-r1-distill-llama-8B/config 2025-08-30T00:35:37.2911472Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/xnnpack 2025-08-30T00:35:37.2912099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/xnnpack 2025-08-30T00:35:37.2912844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/xnnpack/aot_compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/xnnpack 2025-08-30T00:35:37.2913152Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/xnnpack/quantization 2025-08-30T00:35:37.2913938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/xnnpack/quantization/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/xnnpack/quantization 2025-08-30T00:35:37.2914720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/xnnpack/quantization/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/xnnpack/quantization 2025-08-30T00:35:37.2914960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-08-30T00:35:37.2915221Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-08-30T00:35:37.2915511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-08-30T00:35:37.2916286Z 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-08-30T00:35:37.2917097Z 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-08-30T00:35:37.2917845Z 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-08-30T00:35:37.2918630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run_lookahead.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-08-30T00:35:37.2919368Z 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-08-30T00:35:37.2920126Z 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-08-30T00:35:37.2920428Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/scripts 2025-08-30T00:35:37.2921232Z 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-08-30T00:35:37.2922021Z 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-08-30T00:35:37.2922870Z 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-08-30T00:35:37.2923681Z 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-08-30T00:35:37.2924509Z 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-08-30T00:35:37.2924765Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps 2025-08-30T00:35:37.2925050Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps/scripts 2025-08-30T00:35:37.2925825Z 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-08-30T00:35:37.2926639Z 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-08-30T00:35:37.2926866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/nxp 2025-08-30T00:35:37.2927215Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/nxp/experimental 2025-08-30T00:35:37.2927552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/nxp/experimental/cifar_net 2025-08-30T00:35:37.2928385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/nxp/experimental/cifar_net/cifar_net.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/nxp/experimental/cifar_net 2025-08-30T00:35:37.2928609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-08-30T00:35:37.2928853Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/audio 2025-08-30T00:35:37.2929511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/audio/mel_spectrogram.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/audio 2025-08-30T00:35:37.2929785Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-08-30T00:35:37.3027260Z 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-08-30T00:35:37.3028150Z 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-08-30T00:35:37.3028446Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-08-30T00:35:37.3029426Z 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-08-30T00:35:37.3029767Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-08-30T00:35:37.3030548Z 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-08-30T00:35:37.3031585Z 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-08-30T00:35:37.3032415Z 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-08-30T00:35:37.3033377Z 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-08-30T00:35:37.3034192Z 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-08-30T00:35:37.3034600Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-08-30T00:35:37.3035420Z 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-08-30T00:35:37.3035681Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-08-30T00:35:37.3036645Z 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-08-30T00:35:37.3037343Z 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-08-30T00:35:37.3038433Z 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-08-30T00:35:37.3038751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-08-30T00:35:37.3039807Z 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-08-30T00:35:37.3040225Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-08-30T00:35:37.3041030Z 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-08-30T00:35:37.3041453Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-08-30T00:35:37.3042287Z 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-08-30T00:35:37.3043358Z 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-08-30T00:35:37.3044189Z 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-08-30T00:35:37.3045169Z 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-08-30T00:35:37.3046106Z 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-08-30T00:35:37.3046395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-08-30T00:35:37.3047288Z 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-08-30T00:35:37.3047568Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-08-30T00:35:37.3048334Z 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-08-30T00:35:37.3048592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-08-30T00:35:37.3049244Z 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-08-30T00:35:37.3049545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-08-30T00:35:37.3050352Z 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-08-30T00:35:37.3050699Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-08-30T00:35:37.3051599Z 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-08-30T00:35:37.3052400Z 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-08-30T00:35:37.3053335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-08-30T00:35:37.3053673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-08-30T00:35:37.3054006Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/CIFAR 2025-08-30T00:35:37.3054930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/CIFAR/data_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/CIFAR 2025-08-30T00:35:37.3055749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/CIFAR/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/CIFAR 2025-08-30T00:35:37.3056679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/CIFAR/main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/CIFAR 2025-08-30T00:35:37.3057798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/CIFAR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/CIFAR 2025-08-30T00:35:37.3058959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/CIFAR/train_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/CIFAR 2025-08-30T00:35:37.3059380Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-08-30T00:35:37.3060547Z 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-08-30T00:35:37.3061463Z 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-08-30T00:35:37.3061957Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-08-30T00:35:37.3063074Z 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-08-30T00:35:37.3063315Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-08-30T00:35:37.3063795Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-08-30T00:35:37.3064689Z 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-08-30T00:35:37.3065597Z 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-08-30T00:35:37.3066420Z 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-08-30T00:35:37.3121434Z 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-08-30T00:35:37.3122605Z 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-08-30T00:35:37.3123615Z 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-08-30T00:35:37.3124578Z 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-08-30T00:35:37.3125431Z 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-08-30T00:35:37.3126559Z 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-08-30T00:35:37.3127093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-08-30T00:35:37.3128371Z 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-08-30T00:35:37.3128793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-08-30T00:35:37.3129409Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-08-30T00:35:37.3130714Z 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-08-30T00:35:37.3132099Z 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-08-30T00:35:37.3132953Z 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-08-30T00:35:37.3133293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-08-30T00:35:37.3134213Z 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-08-30T00:35:37.3135028Z 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-08-30T00:35:37.3136022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_llm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-08-30T00:35:37.3136794Z 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-08-30T00:35:37.3137853Z 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-08-30T00:35:37.3138626Z 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-08-30T00:35:37.3139594Z 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-08-30T00:35:37.3140010Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export/config 2025-08-30T00:35:37.3140970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/config/llm_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/config 2025-08-30T00:35:37.3141427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export/test 2025-08-30T00:35:37.3142245Z 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-08-30T00:35:37.3143373Z 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-08-30T00:35:37.3144229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/test_export_llm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-08-30T00:35:37.3144590Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-08-30T00:35:37.3145566Z 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-08-30T00:35:37.3146638Z 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-08-30T00:35:37.3147444Z 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-08-30T00:35:37.3148478Z 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-08-30T00:35:37.3148827Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-08-30T00:35:37.3149687Z 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-08-30T00:35:37.3150840Z 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-08-30T00:35:37.3151803Z 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-08-30T00:35:37.3152798Z 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-08-30T00:35:37.3153165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-08-30T00:35:37.3154152Z 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-08-30T00:35:37.3154552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-08-30T00:35:37.3155770Z 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-08-30T00:35:37.3156702Z 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-08-30T00:35:37.3157787Z 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-08-30T00:35:37.3158781Z 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-08-30T00:35:37.3159867Z 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-08-30T00:35:37.3160397Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-08-30T00:35:37.3161535Z 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-08-30T00:35:37.3162089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-08-30T00:35:37.3163288Z 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-08-30T00:35:37.3164503Z 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-08-30T00:35:37.3208313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/test 2025-08-30T00:35:37.3209850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test/test_hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/test 2025-08-30T00:35:37.3211000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test/test_python_bindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/test 2025-08-30T00:35:37.3212049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test/test_tekken_python.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/test 2025-08-30T00:35:37.3212987Z 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-08-30T00:35:37.3213431Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-08-30T00:35:37.3213854Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-08-30T00:35:37.3215174Z 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-08-30T00:35:37.3216322Z 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-08-30T00:35:37.3216890Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-08-30T00:35:37.3217427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-08-30T00:35:37.3218734Z 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-08-30T00:35:37.3220178Z 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-08-30T00:35:37.3221612Z 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-08-30T00:35:37.3222025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-08-30T00:35:37.3222491Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-08-30T00:35:37.3223006Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-08-30T00:35:37.3223660Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-08-30T00:35:37.3225205Z 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-08-30T00:35:37.3225676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-08-30T00:35:37.3226277Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-08-30T00:35:37.3226953Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-08-30T00:35:37.3228675Z 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-08-30T00:35:37.3229253Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-08-30T00:35:37.3229899Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-08-30T00:35:37.3231331Z 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-08-30T00:35:37.3231994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-08-30T00:35:37.3233504Z 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-08-30T00:35:37.3234121Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-08-30T00:35:37.3235610Z 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-08-30T00:35:37.3236252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-08-30T00:35:37.3237681Z 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-08-30T00:35:37.3238160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-08-30T00:35:37.3238756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-08-30T00:35:37.3240078Z 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-08-30T00:35:37.3241384Z 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-08-30T00:35:37.3242700Z 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-08-30T00:35:37.3244012Z 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-08-30T00:35:37.3245365Z 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-08-30T00:35:37.3246666Z 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-08-30T00:35:37.3248018Z 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-08-30T00:35:37.3249407Z 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-08-30T00:35:37.3249891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-08-30T00:35:37.3250525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-08-30T00:35:37.3251870Z 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-08-30T00:35:37.3252457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-08-30T00:35:37.3253597Z 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-08-30T00:35:37.3254859Z 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-08-30T00:35:37.3299508Z 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-08-30T00:35:37.3300058Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-08-30T00:35:37.3301435Z 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-08-30T00:35:37.3301897Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-08-30T00:35:37.3303051Z 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-08-30T00:35:37.3304212Z 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-08-30T00:35:37.3305206Z 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-08-30T00:35:37.3305687Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-08-30T00:35:37.3306244Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-08-30T00:35:37.3307432Z 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-08-30T00:35:37.3308102Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-08-30T00:35:37.3309331Z 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-08-30T00:35:37.3310620Z 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-08-30T00:35:37.3311350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-08-30T00:35:37.3312168Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-08-30T00:35:37.3313824Z 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-08-30T00:35:37.3315289Z 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-08-30T00:35:37.3316855Z 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-08-30T00:35:37.3318481Z 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-08-30T00:35:37.3318818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module 2025-08-30T00:35:37.3319239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test 2025-08-30T00:35:37.3319562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test/resources 2025-08-30T00:35:37.3320549Z 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-08-30T00:35:37.3320893Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/wasm 2025-08-30T00:35:37.3321159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/wasm/test 2025-08-30T00:35:37.3321900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/wasm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/wasm/test 2025-08-30T00:35:37.3322189Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-08-30T00:35:37.3322553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-08-30T00:35:37.3323221Z 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-08-30T00:35:37.3323506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-08-30T00:35:37.3324434Z 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-08-30T00:35:37.3325319Z 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-08-30T00:35:37.3326254Z 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-08-30T00:35:37.3326998Z 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-08-30T00:35:37.3327905Z 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-08-30T00:35:37.3328190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-08-30T00:35:37.3328810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-08-30T00:35:37.3329523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-08-30T00:35:37.3330104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-08-30T00:35:37.3330318Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-08-30T00:35:37.3330579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-08-30T00:35:37.3331537Z 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-08-30T00:35:37.3331762Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-08-30T00:35:37.3332087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-08-30T00:35:37.3332518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-08-30T00:35:37.3332945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-08-30T00:35:37.3333831Z 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-08-30T00:35:37.3334818Z 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-08-30T00:35:37.3335770Z 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-08-30T00:35:37.3336661Z 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-08-30T00:35:37.3337664Z 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-08-30T00:35:37.3338571Z 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-08-30T00:35:37.3339646Z 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-08-30T00:35:37.3374111Z 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-08-30T00:35:37.3374989Z 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-08-30T00:35:37.3376138Z 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-08-30T00:35:37.3377052Z 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-08-30T00:35:37.3378038Z 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-08-30T00:35:37.3378871Z 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-08-30T00:35:37.3380050Z 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-08-30T00:35:37.3381101Z 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-08-30T00:35:37.3381999Z 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-08-30T00:35:37.3383012Z 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-08-30T00:35:37.3383964Z 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-08-30T00:35:37.3384410Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-08-30T00:35:37.3385538Z 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-08-30T00:35:37.3386083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-08-30T00:35:37.3387351Z 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-08-30T00:35:37.3388704Z 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-08-30T00:35:37.3389174Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-08-30T00:35:37.3390402Z 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-08-30T00:35:37.3391679Z 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-08-30T00:35:37.3392800Z 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-08-30T00:35:37.3393946Z 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-08-30T00:35:37.3395078Z 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-08-30T00:35:37.3395515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-08-30T00:35:37.3396570Z 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-08-30T00:35:37.3397627Z 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-08-30T00:35:37.3398997Z 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-08-30T00:35:37.3400256Z 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-08-30T00:35:37.3401249Z 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-08-30T00:35:37.3402628Z 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-08-30T00:35:37.3403691Z 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-08-30T00:35:37.3404886Z 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-08-30T00:35:37.3406026Z 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-08-30T00:35:37.3407226Z 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-08-30T00:35:37.3408500Z 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-08-30T00:35:37.3409825Z 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-08-30T00:35:37.3410949Z 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-08-30T00:35:37.3412397Z 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-08-30T00:35:37.3412908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-08-30T00:35:37.3413621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-08-30T00:35:37.3414183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-08-30T00:35:37.3415586Z 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-08-30T00:35:37.3416977Z 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-08-30T00:35:37.3417461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-08-30T00:35:37.3442364Z 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-08-30T00:35:37.3443806Z 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-08-30T00:35:37.3445235Z 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-08-30T00:35:37.3446550Z 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-08-30T00:35:37.3447812Z 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-08-30T00:35:37.3449258Z 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-08-30T00:35:37.3450581Z 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-08-30T00:35:37.3451880Z 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-08-30T00:35:37.3453044Z 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-08-30T00:35:37.3454351Z 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-08-30T00:35:37.3455738Z 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-08-30T00:35:37.3457054Z 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-08-30T00:35:37.3458446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/llvmMathExtras.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-08-30T00:35:37.3459698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/overflows.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-08-30T00:35:37.3461035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/safe_numerics.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-08-30T00:35:37.3461679Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/torch 2025-08-30T00:35:37.3462368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly 2025-08-30T00:35:37.3463024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2025-08-30T00:35:37.3464648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2025-08-30T00:35:37.3466199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2025-08-30T00:35:37.3466948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:37.3468477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:37.3469935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:37.3471426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:37.3472906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:37.3474369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:37.3475888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:35:37.3476393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/testing_util 2025-08-30T00:35:37.3477458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/testing_util/error_matchers.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/testing_util 2025-08-30T00:35:37.3477804Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-08-30T00:35:37.3478846Z 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-08-30T00:35:37.3479868Z 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-08-30T00:35:37.3480820Z 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-08-30T00:35:37.3481867Z 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-08-30T00:35:37.3482363Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-08-30T00:35:37.3483385Z 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-08-30T00:35:37.3483869Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-08-30T00:35:37.3484838Z 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-08-30T00:35:37.3485779Z 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-08-30T00:35:37.4079606Z 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-08-30T00:35:37.4080658Z 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-08-30T00:35:37.4081678Z 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-08-30T00:35:37.4082576Z 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-08-30T00:35:37.4083512Z 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-08-30T00:35:37.4084379Z 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-08-30T00:35:37.4085273Z 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-08-30T00:35:37.4086188Z 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-08-30T00:35:37.4087022Z 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-08-30T00:35:37.4087408Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-08-30T00:35:37.4088351Z 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-08-30T00:35:37.4089342Z 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-08-30T00:35:37.4089658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-08-30T00:35:37.4090024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-08-30T00:35:37.4091265Z 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-08-30T00:35:37.4092436Z 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-08-30T00:35:37.4093309Z 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-08-30T00:35:37.4093838Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-08-30T00:35:37.4094782Z 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-08-30T00:35:37.4095670Z 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-08-30T00:35:37.4096530Z 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-08-30T00:35:37.4097419Z 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-08-30T00:35:37.4097780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-08-30T00:35:37.4098837Z 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-08-30T00:35:37.4100015Z 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-08-30T00:35:37.4101058Z 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-08-30T00:35:37.4101280Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-08-30T00:35:37.4101514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-08-30T00:35:37.4102078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-08-30T00:35:37.4102608Z 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-08-30T00:35:37.4102735Z running install_egg_info 2025-08-30T00:35:37.4103173Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.8.0a0+9de4c16-py3.10.egg-info 2025-08-30T00:35:37.4103281Z running install_scripts 2025-08-30T00:35:37.4103610Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.8.0a0+9de4c16.dist-info/WHEEL 2025-08-30T00:35:37.4104271Z creating '/tmp/pip-wheel-414a6nav/.tmp-p3anz8m_/executorch-0.8.0a0+9de4c16-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-08-30T00:35:37.4104389Z adding 'executorch/version.py' 2025-08-30T00:35:37.4104533Z adding 'executorch/backends/__init__.py' 2025-08-30T00:35:37.4104980Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so' 2025-08-30T00:35:37.4105297Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-08-30T00:35:37.4105499Z adding 'executorch/backends/apple/coreml/logging.py' 2025-08-30T00:35:37.4105774Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-08-30T00:35:37.4106047Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-08-30T00:35:37.4106340Z adding 'executorch/backends/apple/coreml/compiler/enumerated_shape_utils.py' 2025-08-30T00:35:37.4106701Z adding 'executorch/backends/apple/coreml/compiler/torch_ops.py' 2025-08-30T00:35:37.4106922Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-08-30T00:35:37.4107202Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-08-30T00:35:37.4107439Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-08-30T00:35:37.4107705Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-08-30T00:35:37.4108011Z adding 'executorch/backends/apple/coreml/recipes/__init__.py' 2025-08-30T00:35:37.4108312Z adding 'executorch/backends/apple/coreml/recipes/coreml_recipe_provider.py' 2025-08-30T00:35:37.4108584Z adding 'executorch/backends/apple/coreml/recipes/coreml_recipe_types.py' 2025-08-30T00:35:37.4108890Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-08-30T00:35:37.4109165Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-08-30T00:35:37.4109445Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-08-30T00:35:37.4109694Z adding 'executorch/backends/apple/coreml/test/test_coreml_recipes.py' 2025-08-30T00:35:37.4109936Z adding 'executorch/backends/apple/coreml/test/test_coreml_utils.py' 2025-08-30T00:35:37.4110221Z adding 'executorch/backends/apple/coreml/test/test_enumerated_shapes.py' 2025-08-30T00:35:37.4110446Z adding 'executorch/backends/apple/coreml/test/test_torch_ops.py' 2025-08-30T00:35:37.4110637Z adding 'executorch/backends/apple/coreml/test/tester.py' 2025-08-30T00:35:37.4110873Z adding 'executorch/backends/apple/mps/__init__.py' 2025-08-30T00:35:37.4111060Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-08-30T00:35:37.4111262Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-08-30T00:35:37.4111512Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-08-30T00:35:37.4111731Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-08-30T00:35:37.4111947Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-08-30T00:35:37.4112174Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-08-30T00:35:37.4112432Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-08-30T00:35:37.4112659Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-08-30T00:35:37.4112914Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-08-30T00:35:37.4113157Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-08-30T00:35:37.4113408Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-08-30T00:35:37.4113611Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-08-30T00:35:37.4113837Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-08-30T00:35:37.4114079Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-08-30T00:35:37.4114295Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-08-30T00:35:37.4114498Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-08-30T00:35:37.4463187Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-08-30T00:35:37.4463766Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-08-30T00:35:37.4464206Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-08-30T00:35:37.4464515Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-08-30T00:35:37.4464752Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-08-30T00:35:37.4464959Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-08-30T00:35:37.4465224Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-08-30T00:35:37.4465497Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-08-30T00:35:37.4465782Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-08-30T00:35:37.4466246Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-08-30T00:35:37.4466426Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-08-30T00:35:37.4466657Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-08-30T00:35:37.4466918Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-08-30T00:35:37.4467127Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-08-30T00:35:37.4467430Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-08-30T00:35:37.4467659Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-08-30T00:35:37.4467923Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-08-30T00:35:37.4468108Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-08-30T00:35:37.4468301Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-08-30T00:35:37.4468467Z adding 'executorch/backends/arm/arm_backend.py' 2025-08-30T00:35:37.4468613Z adding 'executorch/backends/arm/arm_vela.py' 2025-08-30T00:35:37.4468755Z adding 'executorch/backends/arm/constants.py' 2025-08-30T00:35:37.4468918Z adding 'executorch/backends/arm/process_node.py' 2025-08-30T00:35:37.4469097Z adding 'executorch/backends/arm/tosa_backend.py' 2025-08-30T00:35:37.4469244Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-08-30T00:35:37.4469423Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-08-30T00:35:37.4469588Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-08-30T00:35:37.4469767Z adding 'executorch/backends/arm/tosa_specification.py' 2025-08-30T00:35:37.4469924Z adding 'executorch/backends/arm/tosa_utils.py' 2025-08-30T00:35:37.4470148Z adding 'executorch/backends/arm/vgf_backend.py' 2025-08-30T00:35:37.4470319Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-08-30T00:35:37.4470481Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-08-30T00:35:37.4470682Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-08-30T00:35:37.4470871Z adding 'executorch/backends/arm/_passes/add_bias_pass.py' 2025-08-30T00:35:37.4471123Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-08-30T00:35:37.4471296Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-08-30T00:35:37.4471492Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-08-30T00:35:37.4471679Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-08-30T00:35:37.4471909Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-08-30T00:35:37.4472199Z adding 'executorch/backends/arm/_passes/cast_bool_to_int8_pass.py' 2025-08-30T00:35:37.4472510Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-08-30T00:35:37.4472732Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-08-30T00:35:37.4472954Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-08-30T00:35:37.4473236Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-08-30T00:35:37.4473508Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-08-30T00:35:37.4473783Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-08-30T00:35:37.4474008Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-08-30T00:35:37.4474221Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-08-30T00:35:37.4474463Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-08-30T00:35:37.4474700Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-08-30T00:35:37.4474936Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-08-30T00:35:37.4475196Z adding 'executorch/backends/arm/_passes/decompose_acosh_pass.py' 2025-08-30T00:35:37.4475480Z adding 'executorch/backends/arm/_passes/decompose_adaptive_avg_pool2d_pass.py' 2025-08-30T00:35:37.4475700Z adding 'executorch/backends/arm/_passes/decompose_addmm_pass.py' 2025-08-30T00:35:37.4476051Z adding 'executorch/backends/arm/_passes/decompose_asin_and_acos_pass.py' 2025-08-30T00:35:37.4476284Z adding 'executorch/backends/arm/_passes/decompose_asinh_pass.py' 2025-08-30T00:35:37.4476496Z adding 'executorch/backends/arm/_passes/decompose_atan_pass.py' 2025-08-30T00:35:37.4476711Z adding 'executorch/backends/arm/_passes/decompose_atanh_pass.py' 2025-08-30T00:35:37.4476943Z adding 'executorch/backends/arm/_passes/decompose_avg_pool2d.py' 2025-08-30T00:35:37.4477272Z adding 'executorch/backends/arm/_passes/decompose_batch_norm_no_stats.py' 2025-08-30T00:35:37.4477489Z adding 'executorch/backends/arm/_passes/decompose_cosh_pass.py' 2025-08-30T00:35:37.4477782Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-08-30T00:35:37.4478005Z adding 'executorch/backends/arm/_passes/decompose_cumsum_pass.py' 2025-08-30T00:35:37.4478212Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-08-30T00:35:37.4478470Z adding 'executorch/backends/arm/_passes/decompose_embedding_pass.py' 2025-08-30T00:35:37.4478686Z adding 'executorch/backends/arm/_passes/decompose_expm1_pass.py' 2025-08-30T00:35:37.4478901Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-08-30T00:35:37.4479105Z adding 'executorch/backends/arm/_passes/decompose_glu_pass.py' 2025-08-30T00:35:37.4479345Z adding 'executorch/backends/arm/_passes/decompose_grouped_conv.py' 2025-08-30T00:35:37.4479590Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-08-30T00:35:37.4479827Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-08-30T00:35:37.4480084Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-08-30T00:35:37.4480361Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-08-30T00:35:37.4480585Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-08-30T00:35:37.4480817Z adding 'executorch/backends/arm/_passes/decompose_logit_pass.py' 2025-08-30T00:35:37.4481042Z adding 'executorch/backends/arm/_passes/decompose_masked_fill.py' 2025-08-30T00:35:37.4481322Z adding 'executorch/backends/arm/_passes/decompose_maxpool2d_with_dilation.py' 2025-08-30T00:35:37.4481567Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-08-30T00:35:37.4481769Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-08-30T00:35:37.4481992Z adding 'executorch/backends/arm/_passes/decompose_round_pass.py' 2025-08-30T00:35:37.4482189Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-08-30T00:35:37.4482413Z adding 'executorch/backends/arm/_passes/decompose_sign_pass.py' 2025-08-30T00:35:37.4482624Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-08-30T00:35:37.4482894Z adding 'executorch/backends/arm/_passes/decompose_sinh_pass.py' 2025-08-30T00:35:37.4483212Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-08-30T00:35:37.4483490Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-08-30T00:35:37.4483700Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-08-30T00:35:37.4483917Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-08-30T00:35:37.4484121Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-08-30T00:35:37.4484404Z adding 'executorch/backends/arm/_passes/decorate_fp32_to_int32_casting_pass.py' 2025-08-30T00:35:37.4484700Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-08-30T00:35:37.4484945Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-08-30T00:35:37.4485174Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-08-30T00:35:37.4485433Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-08-30T00:35:37.4485707Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-08-30T00:35:37.4486023Z adding 'executorch/backends/arm/_passes/insert_int64_input_cast_pass.py' 2025-08-30T00:35:37.4486240Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-08-30T00:35:37.4486448Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-08-30T00:35:37.4486664Z adding 'executorch/backends/arm/_passes/match_arg_dtype_pass.py' 2025-08-30T00:35:37.4486878Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-08-30T00:35:37.4487132Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-08-30T00:35:37.4487304Z adding 'executorch/backends/arm/_passes/quant_args.py' 2025-08-30T00:35:37.4487564Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-08-30T00:35:37.4487924Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-08-30T00:35:37.4488212Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-08-30T00:35:37.4488455Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-08-30T00:35:37.4488689Z adding 'executorch/backends/arm/_passes/size_adjust_input_pass.py' 2025-08-30T00:35:37.4488945Z adding 'executorch/backends/arm/_passes/to_tosa_memory_format_pass.py' 2025-08-30T00:35:37.4489201Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-08-30T00:35:37.4489483Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-08-30T00:35:37.4489655Z adding 'executorch/backends/arm/common/__init__.py' 2025-08-30T00:35:37.4489809Z adding 'executorch/backends/arm/common/debug.py' 2025-08-30T00:35:37.4489965Z adding 'executorch/backends/arm/ethosu/__init__.py' 2025-08-30T00:35:37.4490120Z adding 'executorch/backends/arm/ethosu/backend.py' 2025-08-30T00:35:37.4490315Z adding 'executorch/backends/arm/ethosu/partitioner.py' 2025-08-30T00:35:37.4490520Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-08-30T00:35:37.4490787Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-08-30T00:35:37.4491121Z adding 'executorch/backends/arm/operator_support/embedding_support.py' 2025-08-30T00:35:37.4491488Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-08-30T00:35:37.4491755Z adding 'executorch/backends/arm/operator_support/index_select_support.py' 2025-08-30T00:35:37.4492038Z adding 'executorch/backends/arm/operator_support/index_tensor_support.py' 2025-08-30T00:35:37.4492278Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-08-30T00:35:37.4492526Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-08-30T00:35:37.4970233Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-08-30T00:35:37.4970688Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-08-30T00:35:37.4971123Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-08-30T00:35:37.4971845Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-08-30T00:35:37.4972121Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-08-30T00:35:37.4972471Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-08-30T00:35:37.4972693Z adding 'executorch/backends/arm/operators/__init__.py' 2025-08-30T00:35:37.4972889Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-08-30T00:35:37.4973057Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-08-30T00:35:37.4973296Z adding 'executorch/backends/arm/operators/op_add.py' 2025-08-30T00:35:37.4973492Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-08-30T00:35:37.4973661Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-08-30T00:35:37.4973823Z adding 'executorch/backends/arm/operators/op_any.py' 2025-08-30T00:35:37.4974103Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-08-30T00:35:37.4974269Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-08-30T00:35:37.4974430Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-08-30T00:35:37.4974897Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-08-30T00:35:37.4975128Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-08-30T00:35:37.4975309Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-08-30T00:35:37.4975546Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-08-30T00:35:37.4975819Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-08-30T00:35:37.4976171Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-08-30T00:35:37.4976449Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-08-30T00:35:37.4976672Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-08-30T00:35:37.4976830Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-08-30T00:35:37.4977038Z adding 'executorch/backends/arm/operators/op_index_select.py' 2025-08-30T00:35:37.4977257Z adding 'executorch/backends/arm/operators/op_index_tensor.py' 2025-08-30T00:35:37.4977423Z adding 'executorch/backends/arm/operators/op_le.py' 2025-08-30T00:35:37.4977585Z adding 'executorch/backends/arm/operators/op_log.py' 2025-08-30T00:35:37.4977743Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-08-30T00:35:37.4977955Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-08-30T00:35:37.4978228Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-08-30T00:35:37.4978416Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-08-30T00:35:37.4978613Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-08-30T00:35:37.4978878Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-08-30T00:35:37.4979076Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-08-30T00:35:37.4979239Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-08-30T00:35:37.4979438Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-08-30T00:35:37.4979619Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-08-30T00:35:37.4979822Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-08-30T00:35:37.4980037Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-08-30T00:35:37.4980211Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-08-30T00:35:37.4980406Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-08-30T00:35:37.4980571Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-08-30T00:35:37.4980744Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-08-30T00:35:37.4980928Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-08-30T00:35:37.4981120Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-08-30T00:35:37.4981293Z adding 'executorch/backends/arm/operators/op_table.py' 2025-08-30T00:35:37.4981462Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-08-30T00:35:37.4981658Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-08-30T00:35:37.4981892Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-08-30T00:35:37.4982094Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-08-30T00:35:37.4982356Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-08-30T00:35:37.4982707Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-08-30T00:35:37.4982880Z adding 'executorch/backends/arm/operators/op_view.py' 2025-08-30T00:35:37.4983137Z adding 'executorch/backends/arm/operators/op_where.py' 2025-08-30T00:35:37.4983409Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-08-30T00:35:37.4983594Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-08-30T00:35:37.4983787Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-08-30T00:35:37.4983986Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-08-30T00:35:37.4984156Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-08-30T00:35:37.4984351Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-08-30T00:35:37.4984681Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-08-30T00:35:37.4984927Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-08-30T00:35:37.4985158Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-08-30T00:35:37.4985376Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-08-30T00:35:37.4985524Z adding 'executorch/backends/arm/test/common.py' 2025-08-30T00:35:37.4985737Z adding 'executorch/backends/arm/test/conftest.py' 2025-08-30T00:35:37.4985906Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-08-30T00:35:37.4986076Z adding 'executorch/backends/arm/test/test_model.py' 2025-08-30T00:35:37.4986322Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-08-30T00:35:37.4986618Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-08-30T00:35:37.4986860Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-08-30T00:35:37.4987181Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-08-30T00:35:37.4987450Z adding 'executorch/backends/arm/test/misc/test_extract_io_params_tosa.py' 2025-08-30T00:35:37.4987642Z adding 'executorch/backends/arm/test/misc/test_int64.py' 2025-08-30T00:35:37.4987860Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-08-30T00:35:37.4988088Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-08-30T00:35:37.4988350Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-08-30T00:35:37.4988584Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-08-30T00:35:37.4988853Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-08-30T00:35:37.4989184Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-08-30T00:35:37.4989399Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-08-30T00:35:37.4989610Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-08-30T00:35:37.4989842Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-08-30T00:35:37.4990132Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-08-30T00:35:37.4990380Z adding 'executorch/backends/arm/test/models/test_inception_v3_arm.py' 2025-08-30T00:35:37.4990643Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-08-30T00:35:37.4990935Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-08-30T00:35:37.4991221Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-08-30T00:35:37.4991482Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-08-30T00:35:37.4991713Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-08-30T00:35:37.4991944Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-08-30T00:35:37.4992184Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-08-30T00:35:37.4992386Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-08-30T00:35:37.4992822Z adding 'executorch/backends/arm/test/models/stable_diffusion/stable_diffusion_module_test_configs.py' 2025-08-30T00:35:37.4993233Z adding 'executorch/backends/arm/test/models/stable_diffusion/test_CLIPTextModelWithProjection.py' 2025-08-30T00:35:37.4993602Z adding 'executorch/backends/arm/test/models/stable_diffusion/test_SD3Transformer2DModel.py' 2025-08-30T00:35:37.4994032Z adding 'executorch/backends/arm/test/models/stable_diffusion/test_T5EncoderModel.py' 2025-08-30T00:35:37.4994559Z adding 'executorch/backends/arm/test/models/stable_diffusion/test_vae_AutoencoderKL.py' 2025-08-30T00:35:37.4994735Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-08-30T00:35:37.4994922Z adding 'executorch/backends/arm/test/ops/test_acos.py' 2025-08-30T00:35:37.4995101Z adding 'executorch/backends/arm/test/ops/test_acosh.py' 2025-08-30T00:35:37.4995348Z adding 'executorch/backends/arm/test/ops/test_adaptive_avg_pool2d.py' 2025-08-30T00:35:37.4995628Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-08-30T00:35:37.4995816Z adding 'executorch/backends/arm/test/ops/test_addmm.py' 2025-08-30T00:35:37.4996015Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-08-30T00:35:37.4996186Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-08-30T00:35:37.4996367Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-08-30T00:35:37.4996594Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-08-30T00:35:37.4996822Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-08-30T00:35:37.4997043Z adding 'executorch/backends/arm/test/ops/test_asin.py' 2025-08-30T00:35:37.4997276Z adding 'executorch/backends/arm/test/ops/test_asinh.py' 2025-08-30T00:35:37.4997455Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-08-30T00:35:37.4997624Z adding 'executorch/backends/arm/test/ops/test_atan.py' 2025-08-30T00:35:37.4997815Z adding 'executorch/backends/arm/test/ops/test_atanh.py' 2025-08-30T00:35:37.4998016Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-08-30T00:35:37.4998215Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-08-30T00:35:37.4998413Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-08-30T00:35:37.4998578Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-08-30T00:35:37.4998742Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-08-30T00:35:37.4998930Z adding 'executorch/backends/arm/test/ops/test_ceil.py' 2025-08-30T00:35:37.4999105Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-08-30T00:35:37.4999522Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-08-30T00:35:37.4999757Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-08-30T00:35:37.4999954Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-08-30T00:35:37.5000136Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-08-30T00:35:37.5000325Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-08-30T00:35:37.5000608Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-08-30T00:35:37.5409945Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-08-30T00:35:37.5410393Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-08-30T00:35:37.5410744Z adding 'executorch/backends/arm/test/ops/test_cosh.py' 2025-08-30T00:35:37.5411077Z adding 'executorch/backends/arm/test/ops/test_cumsum.py' 2025-08-30T00:35:37.5411430Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-08-30T00:35:37.5411603Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-08-30T00:35:37.5411802Z adding 'executorch/backends/arm/test/ops/test_embedding.py' 2025-08-30T00:35:37.5411967Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-08-30T00:35:37.5412149Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-08-30T00:35:37.5412331Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-08-30T00:35:37.5412515Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-08-30T00:35:37.5412705Z adding 'executorch/backends/arm/test/ops/test_expm1.py' 2025-08-30T00:35:37.5412867Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-08-30T00:35:37.5413042Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-08-30T00:35:37.5413226Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-08-30T00:35:37.5413393Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-08-30T00:35:37.5413563Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-08-30T00:35:37.5413726Z adding 'executorch/backends/arm/test/ops/test_glu.py' 2025-08-30T00:35:37.5413942Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-08-30T00:35:37.5414102Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-08-30T00:35:37.5414315Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-08-30T00:35:37.5414922Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-08-30T00:35:37.5415128Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-08-30T00:35:37.5415414Z adding 'executorch/backends/arm/test/ops/test_index_select.py' 2025-08-30T00:35:37.5415755Z adding 'executorch/backends/arm/test/ops/test_index_tensor.py' 2025-08-30T00:35:37.5415972Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-08-30T00:35:37.5416252Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-08-30T00:35:37.5416449Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-08-30T00:35:37.5416706Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-08-30T00:35:37.5416886Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-08-30T00:35:37.5417052Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-08-30T00:35:37.5417255Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-08-30T00:35:37.5417431Z adding 'executorch/backends/arm/test/ops/test_logit.py' 2025-08-30T00:35:37.5417635Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-08-30T00:35:37.5417831Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-08-30T00:35:37.5417993Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-08-30T00:35:37.5418307Z adding 'executorch/backends/arm/test/ops/test_masked_fill.py' 2025-08-30T00:35:37.5418592Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-08-30T00:35:37.5418845Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-08-30T00:35:37.5419087Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-08-30T00:35:37.5419318Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-08-30T00:35:37.5419560Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-08-30T00:35:37.5419724Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-08-30T00:35:37.5419888Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-08-30T00:35:37.5420154Z adding 'executorch/backends/arm/test/ops/test_multihead_attention.py' 2025-08-30T00:35:37.5420317Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-08-30T00:35:37.5420484Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-08-30T00:35:37.5420656Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-08-30T00:35:37.5420853Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-08-30T00:35:37.5421022Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-08-30T00:35:37.5421225Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-08-30T00:35:37.5421408Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-08-30T00:35:37.5421591Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-08-30T00:35:37.5421767Z adding 'executorch/backends/arm/test/ops/test_round.py' 2025-08-30T00:35:37.5421960Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-08-30T00:35:37.5422135Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-08-30T00:35:37.5422355Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-08-30T00:35:37.5422544Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-08-30T00:35:37.5422728Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-08-30T00:35:37.5422907Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-08-30T00:35:37.5423090Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-08-30T00:35:37.5423318Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-08-30T00:35:37.5423528Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-08-30T00:35:37.5423699Z adding 'executorch/backends/arm/test/ops/test_sign.py' 2025-08-30T00:35:37.5423881Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-08-30T00:35:37.5424068Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-08-30T00:35:37.5424361Z adding 'executorch/backends/arm/test/ops/test_sinh.py' 2025-08-30T00:35:37.5424709Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-08-30T00:35:37.5425046Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-08-30T00:35:37.5425248Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-08-30T00:35:37.5425483Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-08-30T00:35:37.5425683Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-08-30T00:35:37.5425846Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-08-30T00:35:37.5426084Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-08-30T00:35:37.5426266Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-08-30T00:35:37.5426452Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-08-30T00:35:37.5426660Z adding 'executorch/backends/arm/test/ops/test_unary_combos.py' 2025-08-30T00:35:37.5426841Z adding 'executorch/backends/arm/test/ops/test_unbind.py' 2025-08-30T00:35:37.5427048Z adding 'executorch/backends/arm/test/ops/test_unflatten.py' 2025-08-30T00:35:37.5427245Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-08-30T00:35:37.5427494Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-08-30T00:35:37.5427754Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-08-30T00:35:37.5427920Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-08-30T00:35:37.5428202Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-08-30T00:35:37.5428508Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-08-30T00:35:37.5428747Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-08-30T00:35:37.5429067Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-08-30T00:35:37.5429419Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-08-30T00:35:37.5429740Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-08-30T00:35:37.5430025Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-08-30T00:35:37.5430309Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-08-30T00:35:37.5430571Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-08-30T00:35:37.5430866Z adding 'executorch/backends/arm/test/passes/test_decompose_avg_pool2d_pass.py' 2025-08-30T00:35:37.5431199Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-08-30T00:35:37.5431479Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-08-30T00:35:37.5431768Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-08-30T00:35:37.5432297Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-08-30T00:35:37.5432657Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-08-30T00:35:37.5432986Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-08-30T00:35:37.5433331Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-08-30T00:35:37.5433692Z adding 'executorch/backends/arm/test/passes/test_decorate_fp32_to_int32_casting_pass.py' 2025-08-30T00:35:37.5433926Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-08-30T00:35:37.5434191Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-08-30T00:35:37.5434473Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-08-30T00:35:37.5434827Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-08-30T00:35:37.5435146Z adding 'executorch/backends/arm/test/passes/test_insert_int64_to_int32_cast_pass.py' 2025-08-30T00:35:37.5435418Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-08-30T00:35:37.5435722Z adding 'executorch/backends/arm/test/passes/test_int32_cast_embedding_pass.py' 2025-08-30T00:35:37.5436078Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-08-30T00:35:37.5436329Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-08-30T00:35:37.5436573Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-08-30T00:35:37.5436964Z adding 'executorch/backends/arm/test/passes/test_to_tosa_memory_format.py' 2025-08-30T00:35:37.5437393Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-08-30T00:35:37.5437853Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-08-30T00:35:37.5438135Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-08-30T00:35:37.5438381Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-08-30T00:35:37.5438572Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-08-30T00:35:37.5438792Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-08-30T00:35:37.5438983Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-08-30T00:35:37.5439173Z adding 'executorch/backends/arm/tosa/dialect/__init__.py' 2025-08-30T00:35:37.5439373Z adding 'executorch/backends/arm/tosa/dialect/lib.py' 2025-08-30T00:35:37.5439607Z adding 'executorch/backends/arm/tosa/dialect/ops_registration.py' 2025-08-30T00:35:37.5439810Z adding 'executorch/backends/arm/tosa/dialect/ops/rescale.py' 2025-08-30T00:35:37.5440012Z adding 'executorch/backends/arm/tosa/dialect/ops/table.py' 2025-08-30T00:35:37.5440231Z adding 'executorch/backends/arm/tosa/dialect/ops/transpose.py' 2025-08-30T00:35:37.5440418Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-08-30T00:35:37.5440631Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-08-30T00:35:37.5978746Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-08-30T00:35:37.5979112Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-08-30T00:35:37.5979515Z adding 'executorch/backends/cadence/aot/compiler_funcs.py' 2025-08-30T00:35:37.5979880Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-08-30T00:35:37.5980206Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-08-30T00:35:37.5980453Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-08-30T00:35:37.5980742Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-08-30T00:35:37.5980973Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-08-30T00:35:37.5981256Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-08-30T00:35:37.5981423Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-08-30T00:35:37.5981608Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-08-30T00:35:37.5981820Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-08-30T00:35:37.5982101Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-08-30T00:35:37.5982327Z adding 'executorch/backends/cadence/aot/memory_planning_algo.py' 2025-08-30T00:35:37.5982542Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-08-30T00:35:37.5982829Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-08-30T00:35:37.5983038Z adding 'executorch/backends/cadence/aot/passes.py' 2025-08-30T00:35:37.5983235Z adding 'executorch/backends/cadence/aot/program_builder.py' 2025-08-30T00:35:37.5983654Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-08-30T00:35:37.5983833Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-08-30T00:35:37.5984015Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-08-30T00:35:37.5984194Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-08-30T00:35:37.5984388Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-08-30T00:35:37.5984575Z adding 'executorch/backends/cadence/aot/type_dispatch.py' 2025-08-30T00:35:37.5984774Z adding 'executorch/backends/cadence/aot/typing_stubs.py' 2025-08-30T00:35:37.5985022Z adding 'executorch/backends/cadence/aot/utils.py' 2025-08-30T00:35:37.5985521Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-08-30T00:35:37.5985810Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-08-30T00:35:37.5986044Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-08-30T00:35:37.5986286Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-08-30T00:35:37.5986570Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-08-30T00:35:37.5986957Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-08-30T00:35:37.5987253Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-08-30T00:35:37.5987523Z adding 'executorch/backends/cadence/aot/tests/test_idma_ops.py' 2025-08-30T00:35:37.5987828Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-08-30T00:35:37.5988137Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-08-30T00:35:37.5988428Z adding 'executorch/backends/cadence/aot/tests/test_program_builder.py' 2025-08-30T00:35:37.5988714Z adding 'executorch/backends/cadence/aot/tests/test_ref_implementations.py' 2025-08-30T00:35:37.5988989Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-08-30T00:35:37.5989254Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-08-30T00:35:37.5989521Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-08-30T00:35:37.5989867Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-08-30T00:35:37.5990193Z adding 'executorch/backends/cadence/aot/tests/test_type_dispatch_passes.py' 2025-08-30T00:35:37.5990493Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-08-30T00:35:37.5990694Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-08-30T00:35:37.5990873Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-08-30T00:35:37.5991083Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-08-30T00:35:37.5991266Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-08-30T00:35:37.5991455Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-08-30T00:35:37.5991669Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-08-30T00:35:37.5991854Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-08-30T00:35:37.5992131Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-08-30T00:35:37.5992439Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-08-30T00:35:37.5992731Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-08-30T00:35:37.5993160Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-08-30T00:35:37.5993434Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-08-30T00:35:37.5993719Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-08-30T00:35:37.5993998Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-08-30T00:35:37.5994393Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-08-30T00:35:37.5994716Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-08-30T00:35:37.5995019Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-08-30T00:35:37.5995438Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-08-30T00:35:37.5995843Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-08-30T00:35:37.5996261Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-08-30T00:35:37.5996652Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-08-30T00:35:37.5996988Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-08-30T00:35:37.5997431Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-08-30T00:35:37.5998056Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-08-30T00:35:37.5998439Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-08-30T00:35:37.5998758Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-08-30T00:35:37.5999475Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-08-30T00:35:37.5999807Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-08-30T00:35:37.6000250Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-08-30T00:35:37.6000717Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-08-30T00:35:37.6001153Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-08-30T00:35:37.6001544Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-08-30T00:35:37.6002058Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-08-30T00:35:37.6002409Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-08-30T00:35:37.6002803Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-08-30T00:35:37.6003122Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-08-30T00:35:37.6003381Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-08-30T00:35:37.6003730Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-08-30T00:35:37.6003991Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-08-30T00:35:37.6004334Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-08-30T00:35:37.6004787Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-08-30T00:35:37.6005243Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-08-30T00:35:37.6005621Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-08-30T00:35:37.6005980Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-08-30T00:35:37.6006319Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-08-30T00:35:37.6006668Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-08-30T00:35:37.6007121Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-08-30T00:35:37.6007475Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-08-30T00:35:37.6007813Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-08-30T00:35:37.6008139Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-08-30T00:35:37.6008496Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-08-30T00:35:37.6008856Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-08-30T00:35:37.6009216Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-08-30T00:35:37.6009553Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-08-30T00:35:37.6009885Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-08-30T00:35:37.6010127Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-08-30T00:35:37.6010323Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-08-30T00:35:37.6010559Z adding 'executorch/backends/cortex_m/passes/passes_utils.py' 2025-08-30T00:35:37.6010991Z adding 'executorch/backends/cortex_m/passes/quantized_op_fusion_pass.py' 2025-08-30T00:35:37.6011513Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-08-30T00:35:37.6011766Z adding 'executorch/backends/cortex_m/test/test_helpers_passes_utils.py' 2025-08-30T00:35:37.6012045Z adding 'executorch/backends/cortex_m/test/test_quantize_op_fusion_pass.py' 2025-08-30T00:35:37.6012291Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-08-30T00:35:37.6012529Z adding 'executorch/backends/example/example_backend.py' 2025-08-30T00:35:37.6012802Z adding 'executorch/backends/example/example_partitioner.py' 2025-08-30T00:35:37.6013110Z adding 'executorch/backends/example/example_quantizer.py' 2025-08-30T00:35:37.6013320Z adding 'executorch/backends/example/test_example_delegate.py' 2025-08-30T00:35:37.6013668Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-08-30T00:35:37.6300039Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-08-30T00:35:37.6300596Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-08-30T00:35:37.6300976Z adding 'executorch/backends/example/example_operators/add.py' 2025-08-30T00:35:37.6301222Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-08-30T00:35:37.6301464Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-08-30T00:35:37.6301710Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-08-30T00:35:37.6301949Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-08-30T00:35:37.6302173Z adding 'executorch/backends/example/example_operators/linear.py' 2025-08-30T00:35:37.6302398Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-08-30T00:35:37.6302620Z adding 'executorch/backends/example/example_operators/ops.py' 2025-08-30T00:35:37.6302840Z adding 'executorch/backends/example/example_operators/utils.py' 2025-08-30T00:35:37.6302996Z adding 'executorch/backends/mediatek/__init__.py' 2025-08-30T00:35:37.6303193Z adding 'executorch/backends/mediatek/partitioner.py' 2025-08-30T00:35:37.6303376Z adding 'executorch/backends/mediatek/preprocess.py' 2025-08-30T00:35:37.6303683Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-08-30T00:35:37.6304058Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-08-30T00:35:37.6304289Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-08-30T00:35:37.6304497Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-08-30T00:35:37.6304689Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-08-30T00:35:37.6304906Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-08-30T00:35:37.6305100Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-08-30T00:35:37.6305286Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-08-30T00:35:37.6305478Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-08-30T00:35:37.6305634Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-08-30T00:35:37.6305922Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-08-30T00:35:37.6306306Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-08-30T00:35:37.6306708Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-08-30T00:35:37.6306969Z adding 'executorch/backends/nxp/backend/custom_delegation_options.py' 2025-08-30T00:35:37.6307161Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-08-30T00:35:37.6307394Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-08-30T00:35:37.6307642Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-08-30T00:35:37.6307870Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-08-30T00:35:37.6308107Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-08-30T00:35:37.6308538Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-08-30T00:35:37.6308709Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-08-30T00:35:37.6308948Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-08-30T00:35:37.6309289Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-08-30T00:35:37.6309673Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-08-30T00:35:37.6310083Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-08-30T00:35:37.6310331Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-08-30T00:35:37.6310603Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-08-30T00:35:37.6310988Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-08-30T00:35:37.6311303Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-08-30T00:35:37.6311684Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-08-30T00:35:37.6312089Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-08-30T00:35:37.6312537Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-08-30T00:35:37.6312818Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-08-30T00:35:37.6313124Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-08-30T00:35:37.6313451Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-08-30T00:35:37.6313850Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-08-30T00:35:37.6314273Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/abs_converter.py' 2025-08-30T00:35:37.6314802Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/adaptive_avg_pool_2d_converter.py' 2025-08-30T00:35:37.6315481Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/add_tensor_converter.py' 2025-08-30T00:35:37.6315918Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-08-30T00:35:37.6316396Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-08-30T00:35:37.6316822Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/cat_converter.py' 2025-08-30T00:35:37.6317251Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/clone_converter.py' 2025-08-30T00:35:37.6317980Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-08-30T00:35:37.6318445Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-08-30T00:35:37.6318898Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/hardtanh_converter.py' 2025-08-30T00:35:37.6319372Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-08-30T00:35:37.6319816Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mean_dim_converter.py' 2025-08-30T00:35:37.6320452Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-08-30T00:35:37.6320938Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-08-30T00:35:37.6321414Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-08-30T00:35:37.6321890Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-08-30T00:35:37.6322529Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-08-30T00:35:37.6323095Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/sigmoid_converter.py' 2025-08-30T00:35:37.6323535Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-08-30T00:35:37.6323956Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/tanh_converter.py' 2025-08-30T00:35:37.6324485Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-08-30T00:35:37.6325026Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-08-30T00:35:37.6325454Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/conv_utils.py' 2025-08-30T00:35:37.6325855Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-08-30T00:35:37.6326230Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-08-30T00:35:37.6326654Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-08-30T00:35:37.6326909Z adding 'executorch/backends/nxp/backend/ir/edge_passes/__init__.py' 2025-08-30T00:35:37.6327435Z adding 'executorch/backends/nxp/backend/ir/edge_passes/remove_io_quant_ops_pass.py' 2025-08-30T00:35:37.6327640Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-08-30T00:35:37.6327910Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-08-30T00:35:37.6328163Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-08-30T00:35:37.6328488Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-08-30T00:35:37.6328750Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-08-30T00:35:37.6328993Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-08-30T00:35:37.6329261Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-08-30T00:35:37.6329525Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-08-30T00:35:37.6330000Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-08-30T00:35:37.6330299Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-08-30T00:35:37.6330615Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-08-30T00:35:37.6331019Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-08-30T00:35:37.6331508Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-08-30T00:35:37.6331781Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-08-30T00:35:37.6332081Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-08-30T00:35:37.6332379Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-08-30T00:35:37.6332658Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-08-30T00:35:37.6332989Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-08-30T00:35:37.6333322Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-08-30T00:35:37.6333594Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-08-30T00:35:37.6333886Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-08-30T00:35:37.6334159Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-08-30T00:35:37.6564254Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-08-30T00:35:37.6564680Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-08-30T00:35:37.6565092Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-08-30T00:35:37.6565862Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-08-30T00:35:37.6566176Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-08-30T00:35:37.6566457Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-08-30T00:35:37.6566720Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-08-30T00:35:37.6567133Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-08-30T00:35:37.6567515Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-08-30T00:35:37.6567979Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-08-30T00:35:37.6568278Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-08-30T00:35:37.6568562Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-08-30T00:35:37.6568863Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-08-30T00:35:37.6569227Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-08-30T00:35:37.6569640Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-08-30T00:35:37.6570046Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-08-30T00:35:37.6570469Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-08-30T00:35:37.6570757Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-08-30T00:35:37.6571002Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-08-30T00:35:37.6571427Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-08-30T00:35:37.6571794Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-08-30T00:35:37.6572064Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-08-30T00:35:37.6572316Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-08-30T00:35:37.6572711Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-08-30T00:35:37.6573150Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-08-30T00:35:37.6573446Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-08-30T00:35:37.6573741Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-08-30T00:35:37.6574023Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-08-30T00:35:37.6574345Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-08-30T00:35:37.6574776Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-08-30T00:35:37.6575146Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-08-30T00:35:37.6575551Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-08-30T00:35:37.6575851Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-08-30T00:35:37.6576165Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-08-30T00:35:37.6576436Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-08-30T00:35:37.6576719Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-08-30T00:35:37.6577042Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-08-30T00:35:37.6577506Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-08-30T00:35:37.6577934Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-08-30T00:35:37.6578254Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-08-30T00:35:37.6578493Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-08-30T00:35:37.6578740Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-08-30T00:35:37.6579126Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-08-30T00:35:37.6579432Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-08-30T00:35:37.6579722Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-08-30T00:35:37.6579994Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-08-30T00:35:37.6580327Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-08-30T00:35:37.6580608Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-08-30T00:35:37.6580925Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-08-30T00:35:37.6581294Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-08-30T00:35:37.6581823Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-08-30T00:35:37.6582124Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-08-30T00:35:37.6582419Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-08-30T00:35:37.6582703Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-08-30T00:35:37.6582979Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-08-30T00:35:37.6583338Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-08-30T00:35:37.6583822Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-08-30T00:35:37.6584169Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-08-30T00:35:37.6584401Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-08-30T00:35:37.6584677Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-08-30T00:35:37.6584957Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-08-30T00:35:37.6585179Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-08-30T00:35:37.6585436Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-08-30T00:35:37.6585777Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-08-30T00:35:37.6586294Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-08-30T00:35:37.6586662Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-08-30T00:35:37.6586942Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-08-30T00:35:37.6587205Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-08-30T00:35:37.6587451Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-08-30T00:35:37.6587705Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-08-30T00:35:37.6587955Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-08-30T00:35:37.6588284Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-08-30T00:35:37.6588680Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-08-30T00:35:37.6588973Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-08-30T00:35:37.6589238Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-08-30T00:35:37.6589498Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-08-30T00:35:37.6589800Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-08-30T00:35:37.6590123Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-08-30T00:35:37.6590411Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-08-30T00:35:37.6590752Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-08-30T00:35:37.6591070Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-08-30T00:35:37.6591574Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-08-30T00:35:37.6591826Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-08-30T00:35:37.6592126Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-08-30T00:35:37.6592431Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-08-30T00:35:37.6592952Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-08-30T00:35:37.6593320Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-08-30T00:35:37.6593628Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-08-30T00:35:37.6593956Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-08-30T00:35:37.6594320Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-08-30T00:35:37.6594671Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-08-30T00:35:37.6595078Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-08-30T00:35:37.6595462Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-08-30T00:35:37.6595784Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-08-30T00:35:37.6596055Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-08-30T00:35:37.6596304Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-08-30T00:35:37.6596583Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-08-30T00:35:37.6596884Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-08-30T00:35:37.6597250Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-08-30T00:35:37.6597593Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-08-30T00:35:37.6597998Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-08-30T00:35:37.6598270Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-08-30T00:35:37.6598516Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-08-30T00:35:37.6598768Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-08-30T00:35:37.6599063Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-08-30T00:35:37.6599571Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-08-30T00:35:37.6599846Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-08-30T00:35:37.6808753Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-08-30T00:35:37.6809271Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-08-30T00:35:37.6809730Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-08-30T00:35:37.6810990Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-08-30T00:35:37.6812589Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-08-30T00:35:37.6814675Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-08-30T00:35:37.6816138Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-08-30T00:35:37.6817481Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-08-30T00:35:37.6818899Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-08-30T00:35:37.6820350Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-08-30T00:35:37.6821794Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-08-30T00:35:37.6823465Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-08-30T00:35:37.6825452Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-08-30T00:35:37.6827086Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-08-30T00:35:37.6828664Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-08-30T00:35:37.6830292Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-08-30T00:35:37.6832156Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-08-30T00:35:37.6833692Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-08-30T00:35:37.6835420Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-08-30T00:35:37.6836979Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-08-30T00:35:37.6838448Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-08-30T00:35:37.6839895Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-08-30T00:35:37.6841374Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-08-30T00:35:37.6842884Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-08-30T00:35:37.6844391Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-08-30T00:35:37.6846097Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-08-30T00:35:37.6847726Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-08-30T00:35:37.6849228Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-08-30T00:35:37.6850711Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-08-30T00:35:37.6852287Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-08-30T00:35:37.6853820Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-08-30T00:35:37.6855399Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-08-30T00:35:37.6856677Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-08-30T00:35:37.6857864Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-08-30T00:35:37.6858998Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-08-30T00:35:37.6860149Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-08-30T00:35:37.6861293Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-08-30T00:35:37.6862505Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-08-30T00:35:37.6863751Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-08-30T00:35:37.6865081Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-08-30T00:35:37.6866505Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-08-30T00:35:37.6867767Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-08-30T00:35:37.6868986Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-08-30T00:35:37.6870501Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-08-30T00:35:37.6872052Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-08-30T00:35:37.6873334Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-08-30T00:35:37.6874759Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-08-30T00:35:37.6876341Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-08-30T00:35:37.6877920Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-08-30T00:35:37.6879730Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-08-30T00:35:37.6881212Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-08-30T00:35:37.6882528Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-08-30T00:35:37.6883818Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-08-30T00:35:37.6885031Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-08-30T00:35:37.6886465Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-08-30T00:35:37.6887724Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-08-30T00:35:37.6888899Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-08-30T00:35:37.6890229Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-08-30T00:35:37.6891771Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-08-30T00:35:37.6893408Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-08-30T00:35:37.6895070Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-08-30T00:35:37.6896756Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-08-30T00:35:37.6898435Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-08-30T00:35:37.6900353Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-08-30T00:35:37.6902156Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-08-30T00:35:37.6904005Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-08-30T00:35:37.6906070Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-08-30T00:35:37.6908227Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-08-30T00:35:37.6910224Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-08-30T00:35:37.6912053Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-08-30T00:35:37.6913800Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-08-30T00:35:37.6915568Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-08-30T00:35:37.6930380Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-08-30T00:35:37.6932199Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-08-30T00:35:37.6933921Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-08-30T00:35:37.6935339Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-08-30T00:35:37.6936319Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-08-30T00:35:37.6937324Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-08-30T00:35:37.6939001Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-08-30T00:35:37.6940277Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-08-30T00:35:37.6941141Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-08-30T00:35:37.6942032Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-08-30T00:35:37.6942992Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-08-30T00:35:37.6945019Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-08-30T00:35:37.6946613Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-08-30T00:35:37.6948260Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-08-30T00:35:37.6950220Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-08-30T00:35:37.6951399Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-08-30T00:35:37.6952547Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-08-30T00:35:37.6954325Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-08-30T00:35:37.6955381Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-08-30T00:35:37.6956647Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-08-30T00:35:37.6958370Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-08-30T00:35:37.7055579Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-08-30T00:35:37.7057064Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-08-30T00:35:37.7058698Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-08-30T00:35:37.7060318Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-08-30T00:35:37.7061979Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-08-30T00:35:37.7063680Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-08-30T00:35:37.7065133Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-08-30T00:35:37.7066240Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-08-30T00:35:37.7067926Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-08-30T00:35:37.7069030Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-08-30T00:35:37.7070208Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-08-30T00:35:37.7071930Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-08-30T00:35:37.7073101Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-08-30T00:35:37.7074801Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-08-30T00:35:37.7076270Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-08-30T00:35:37.7077949Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-08-30T00:35:37.7078834Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-08-30T00:35:37.7079723Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-08-30T00:35:37.7080598Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-08-30T00:35:37.7081698Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-08-30T00:35:37.7083414Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-08-30T00:35:37.7084506Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-08-30T00:35:37.7086374Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-08-30T00:35:37.7088083Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-08-30T00:35:37.7089844Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-08-30T00:35:37.7092097Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-08-30T00:35:37.7093633Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-08-30T00:35:37.7095443Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-08-30T00:35:37.7097240Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-08-30T00:35:37.7098932Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-08-30T00:35:37.7100819Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-08-30T00:35:37.7102484Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-08-30T00:35:37.7103834Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-08-30T00:35:37.7105648Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-08-30T00:35:37.7107110Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-08-30T00:35:37.7108772Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-08-30T00:35:37.7109673Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-08-30T00:35:37.7111371Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-08-30T00:35:37.7113184Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-08-30T00:35:37.7114727Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-08-30T00:35:37.7116382Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-08-30T00:35:37.7118003Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-08-30T00:35:37.7119655Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-08-30T00:35:37.7120624Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-08-30T00:35:37.7122426Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-08-30T00:35:37.7124276Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-08-30T00:35:37.7126434Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-08-30T00:35:37.7128019Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-08-30T00:35:37.7128852Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-08-30T00:35:37.7129561Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-08-30T00:35:37.7130243Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-08-30T00:35:37.7130903Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-08-30T00:35:37.7131683Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-08-30T00:35:37.7132923Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-08-30T00:35:37.7134401Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-08-30T00:35:37.7135138Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-08-30T00:35:37.7136366Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-08-30T00:35:37.7137788Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-08-30T00:35:37.7139608Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-08-30T00:35:37.7140989Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-08-30T00:35:37.7142866Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-08-30T00:35:37.7144909Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-08-30T00:35:37.7146941Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-08-30T00:35:37.7148747Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-08-30T00:35:37.7150868Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-08-30T00:35:37.7152619Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-08-30T00:35:37.7154041Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-08-30T00:35:37.7155866Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-08-30T00:35:37.7157796Z adding 'executorch/backends/nxp/edge_passes/move_auxiliary_operator_into_separate_qdq_cluster_pass.py' 2025-08-30T00:35:37.7159241Z adding 'executorch/backends/nxp/edge_passes/neutron_edge_pass.py' 2025-08-30T00:35:37.7160393Z adding 'executorch/backends/nxp/edge_passes/neutron_edge_pass_manager.py' 2025-08-30T00:35:37.7161377Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-08-30T00:35:37.7162404Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-08-30T00:35:37.7163244Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-08-30T00:35:37.7164190Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-08-30T00:35:37.7165123Z adding 'executorch/backends/nxp/tests/executors.py' 2025-08-30T00:35:37.7166129Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-08-30T00:35:37.7167134Z adding 'executorch/backends/nxp/tests/models.py' 2025-08-30T00:35:37.7167755Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-08-30T00:35:37.7168313Z adding 'executorch/backends/nxp/tests/test_edge_passes.py' 2025-08-30T00:35:37.7168820Z adding 'executorch/backends/nxp/tests/test_integration.py' 2025-08-30T00:35:37.7169370Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-08-30T00:35:37.7170345Z adding 'executorch/backends/nxp/tests/test_neutron_backend_executor.py' 2025-08-30T00:35:37.7171661Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-08-30T00:35:37.7172553Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-08-30T00:35:37.7173195Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-08-30T00:35:37.7174267Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-08-30T00:35:37.7175313Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-08-30T00:35:37.7176288Z adding 'executorch/backends/nxp/tests/test_removing_dead_code.py' 2025-08-30T00:35:37.7177294Z adding 'executorch/backends/nxp/tests/ir/__init__.py' 2025-08-30T00:35:37.7398383Z adding 'executorch/backends/nxp/tests/ir/converter/__init__.py' 2025-08-30T00:35:37.7399974Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/__init__.py' 2025-08-30T00:35:37.7401156Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_abs_converter.py' 2025-08-30T00:35:37.7402080Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_adaptive_avg_pool2d_converter.py' 2025-08-30T00:35:37.7403042Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_add_tensor_converter.py' 2025-08-30T00:35:37.7404128Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-08-30T00:35:37.7405128Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_cat_converter.py' 2025-08-30T00:35:37.7406102Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_clone_converter.py' 2025-08-30T00:35:37.7407056Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-08-30T00:35:37.7408134Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-08-30T00:35:37.7409002Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_hardtanh_converter.py' 2025-08-30T00:35:37.7410064Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-08-30T00:35:37.7410959Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-08-30T00:35:37.7412025Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_mean_dim_converter.py' 2025-08-30T00:35:37.7413048Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-08-30T00:35:37.7413934Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-08-30T00:35:37.7414977Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_sigmoid_converter.py' 2025-08-30T00:35:37.7415855Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-08-30T00:35:37.7416785Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_tanh_converter.py' 2025-08-30T00:35:37.7417772Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-08-30T00:35:37.7418508Z adding 'executorch/backends/nxp/tests/ir/edge_passes/__init__.py' 2025-08-30T00:35:37.7419378Z adding 'executorch/backends/nxp/tests/ir/edge_passes/test_remove_io_quant_ops_pass.py' 2025-08-30T00:35:37.7420011Z adding 'executorch/backends/openvino/__init__.py' 2025-08-30T00:35:37.7420465Z adding 'executorch/backends/openvino/partitioner.py' 2025-08-30T00:35:37.7420939Z adding 'executorch/backends/openvino/preprocess.py' 2025-08-30T00:35:37.7421632Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-08-30T00:35:37.7422163Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-08-30T00:35:37.7422695Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-08-30T00:35:37.7423286Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-08-30T00:35:37.7424151Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-08-30T00:35:37.7424744Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-08-30T00:35:37.7425280Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-08-30T00:35:37.7425819Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-08-30T00:35:37.7426406Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-08-30T00:35:37.7427018Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-08-30T00:35:37.7427586Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-08-30T00:35:37.7428296Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-08-30T00:35:37.7428876Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-08-30T00:35:37.7429456Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-08-30T00:35:37.7430118Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-08-30T00:35:37.7430645Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-08-30T00:35:37.7431226Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-08-30T00:35:37.7431922Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-08-30T00:35:37.7432590Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-08-30T00:35:37.7433248Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-08-30T00:35:37.7433892Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-08-30T00:35:37.7434557Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-08-30T00:35:37.7435155Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-08-30T00:35:37.7435803Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-08-30T00:35:37.7436631Z adding 'executorch/backends/qualcomm/_passes/convert_linear_to_conv2d.py' 2025-08-30T00:35:37.7437289Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-08-30T00:35:37.7437871Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-08-30T00:35:37.7438437Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-08-30T00:35:37.7439191Z adding 'executorch/backends/qualcomm/_passes/decompose_col_im.py' 2025-08-30T00:35:37.7439778Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-08-30T00:35:37.7440361Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-08-30T00:35:37.7441070Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-08-30T00:35:37.7441849Z adding 'executorch/backends/qualcomm/_passes/decompose_minmaxdim.py' 2025-08-30T00:35:37.7442433Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-08-30T00:35:37.7442995Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-08-30T00:35:37.7443713Z adding 'executorch/backends/qualcomm/_passes/decompose_wrap_with_autocast.py' 2025-08-30T00:35:37.7444517Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-08-30T00:35:37.7445199Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-08-30T00:35:37.7445826Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-08-30T00:35:37.7446498Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-08-30T00:35:37.7447158Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-08-30T00:35:37.7447767Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-08-30T00:35:37.7448379Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-08-30T00:35:37.7449044Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-08-30T00:35:37.7449637Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-08-30T00:35:37.7450349Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-08-30T00:35:37.7451102Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-08-30T00:35:37.7451809Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-08-30T00:35:37.7452457Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-08-30T00:35:37.7453165Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-08-30T00:35:37.7453849Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-08-30T00:35:37.7454443Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-08-30T00:35:37.7455039Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-08-30T00:35:37.7455734Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-08-30T00:35:37.7456389Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-08-30T00:35:37.7456905Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-08-30T00:35:37.7457509Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-08-30T00:35:37.7458053Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-08-30T00:35:37.7458817Z adding 'executorch/backends/qualcomm/builders/node_visitor_manager.py' 2025-08-30T00:35:37.7459396Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-08-30T00:35:37.7460050Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-08-30T00:35:37.7460628Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-08-30T00:35:37.7461208Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-08-30T00:35:37.7461825Z adding 'executorch/backends/qualcomm/builders/op_amin.py' 2025-08-30T00:35:37.7462314Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-08-30T00:35:37.7462821Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-08-30T00:35:37.7463330Z adding 'executorch/backends/qualcomm/builders/op_argmax.py' 2025-08-30T00:35:37.7463985Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-08-30T00:35:37.7464528Z adding 'executorch/backends/qualcomm/builders/op_asin.py' 2025-08-30T00:35:37.7465029Z adding 'executorch/backends/qualcomm/builders/op_atan.py' 2025-08-30T00:35:37.7465563Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-08-30T00:35:37.7466199Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-08-30T00:35:37.7466854Z adding 'executorch/backends/qualcomm/builders/op_binary.py' 2025-08-30T00:35:37.7467353Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-08-30T00:35:37.7467848Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-08-30T00:35:37.7468337Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-08-30T00:35:37.7468919Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-08-30T00:35:37.7469524Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-08-30T00:35:37.7470046Z adding 'executorch/backends/qualcomm/builders/op_copy.py' 2025-08-30T00:35:37.7470546Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-08-30T00:35:37.7471043Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-08-30T00:35:37.7471655Z adding 'executorch/backends/qualcomm/builders/op_custom_op.py' 2025-08-30T00:35:37.7472332Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-08-30T00:35:37.7472938Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-08-30T00:35:37.7473457Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-08-30T00:35:37.7473950Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-08-30T00:35:37.7474644Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-08-30T00:35:37.7475162Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-08-30T00:35:37.7475651Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-08-30T00:35:37.7476150Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-08-30T00:35:37.7852248Z adding 'executorch/backends/qualcomm/builders/op_floor.py' 2025-08-30T00:35:37.7852991Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-08-30T00:35:37.7853835Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-08-30T00:35:37.7854679Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-08-30T00:35:37.7855541Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-08-30T00:35:37.7856465Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-08-30T00:35:37.7857404Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-08-30T00:35:37.7858386Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-08-30T00:35:37.7859404Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-08-30T00:35:37.7860456Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-08-30T00:35:37.7861516Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-08-30T00:35:37.7862397Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-08-30T00:35:37.7863331Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-08-30T00:35:37.7864424Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-08-30T00:35:37.7865349Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-08-30T00:35:37.7866339Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-08-30T00:35:37.7867495Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-08-30T00:35:37.7868333Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-08-30T00:35:37.7869288Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-08-30T00:35:37.7870403Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-08-30T00:35:37.7871300Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-08-30T00:35:37.7872249Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-08-30T00:35:37.7873224Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-08-30T00:35:37.7873811Z adding 'executorch/backends/qualcomm/builders/op_max_dim.py' 2025-08-30T00:35:37.7874853Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-08-30T00:35:37.7875897Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-08-30T00:35:37.7876640Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-08-30T00:35:37.7877594Z adding 'executorch/backends/qualcomm/builders/op_min_dim.py' 2025-08-30T00:35:37.7878558Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-08-30T00:35:37.7879416Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-08-30T00:35:37.7880333Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-08-30T00:35:37.7881253Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-08-30T00:35:37.7881994Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-08-30T00:35:37.7882929Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-08-30T00:35:37.7883874Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-08-30T00:35:37.7884581Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-08-30T00:35:37.7885560Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-08-30T00:35:37.7886527Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-08-30T00:35:37.7887211Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-08-30T00:35:37.7888182Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-08-30T00:35:37.7889201Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-08-30T00:35:37.7889910Z adding 'executorch/backends/qualcomm/builders/op_round.py' 2025-08-30T00:35:37.7890634Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-08-30T00:35:37.7891756Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-08-30T00:35:37.7892798Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-08-30T00:35:37.7893668Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-08-30T00:35:37.7894660Z adding 'executorch/backends/qualcomm/builders/op_sign.py' 2025-08-30T00:35:37.7895535Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-08-30T00:35:37.7896280Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-08-30T00:35:37.7897372Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-08-30T00:35:37.7898343Z adding 'executorch/backends/qualcomm/builders/op_slice_scatter.py' 2025-08-30T00:35:37.7899320Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-08-30T00:35:37.7900388Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-08-30T00:35:37.7901448Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-08-30T00:35:37.7902399Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-08-30T00:35:37.7903599Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-08-30T00:35:37.7904547Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-08-30T00:35:37.7905498Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-08-30T00:35:37.7906419Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-08-30T00:35:37.7907409Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-08-30T00:35:37.7908564Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-08-30T00:35:37.7909222Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-08-30T00:35:37.7910170Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-08-30T00:35:37.7911206Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-08-30T00:35:37.7912160Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-08-30T00:35:37.7913344Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-08-30T00:35:37.7914536Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-08-30T00:35:37.7915673Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-08-30T00:35:37.7916554Z adding 'executorch/backends/qualcomm/builders/op_xor.py' 2025-08-30T00:35:37.7917507Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-08-30T00:35:37.7918535Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-08-30T00:35:37.7919230Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-08-30T00:35:37.7919765Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-08-30T00:35:37.7920740Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-08-30T00:35:37.7921810Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-08-30T00:35:37.7922751Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-08-30T00:35:37.7923862Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-08-30T00:35:37.7924919Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-08-30T00:35:37.7925901Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-08-30T00:35:37.7927125Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-08-30T00:35:37.7928697Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-08-30T00:35:37.7930057Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-08-30T00:35:37.7931383Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-08-30T00:35:37.7932502Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-08-30T00:35:37.7933620Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-08-30T00:35:37.7934525Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-08-30T00:35:37.7935066Z adding 'executorch/backends/qualcomm/tests/tester.py' 2025-08-30T00:35:37.7935521Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-08-30T00:35:37.7936074Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-08-30T00:35:37.7936945Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-08-30T00:35:37.7937782Z adding 'executorch/backends/test/facto/__init__.py' 2025-08-30T00:35:37.7938513Z adding 'executorch/backends/test/facto/facto_specs.py' 2025-08-30T00:35:37.7939145Z adding 'executorch/backends/test/facto/test_facto.py' 2025-08-30T00:35:37.7940015Z adding 'executorch/backends/test/harness/__init__.py' 2025-08-30T00:35:37.7940945Z adding 'executorch/backends/test/harness/error_statistics.py' 2025-08-30T00:35:37.7941759Z adding 'executorch/backends/test/harness/tester.py' 2025-08-30T00:35:37.7942669Z adding 'executorch/backends/test/harness/stages/__init__.py' 2025-08-30T00:35:37.7943644Z adding 'executorch/backends/test/harness/stages/export.py' 2025-08-30T00:35:37.7944507Z adding 'executorch/backends/test/harness/stages/partition.py' 2025-08-30T00:35:37.7945693Z adding 'executorch/backends/test/harness/stages/quantize.py' 2025-08-30T00:35:37.7946559Z adding 'executorch/backends/test/harness/stages/run_passes.py' 2025-08-30T00:35:37.7947569Z adding 'executorch/backends/test/harness/stages/serialize.py' 2025-08-30T00:35:37.7948554Z adding 'executorch/backends/test/harness/stages/stage.py' 2025-08-30T00:35:37.7949451Z adding 'executorch/backends/test/harness/stages/to_edge.py' 2025-08-30T00:35:37.7950793Z adding 'executorch/backends/test/harness/stages/to_edge_transform_and_lower.py' 2025-08-30T00:35:37.7951965Z adding 'executorch/backends/test/harness/stages/to_executorch.py' 2025-08-30T00:35:37.7953154Z adding 'executorch/backends/test/harness/tests/test_error_statistics.py' 2025-08-30T00:35:37.7954109Z adding 'executorch/backends/test/suite/__init__.py' 2025-08-30T00:35:37.7954921Z adding 'executorch/backends/test/suite/context.py' 2025-08-30T00:35:37.7955772Z adding 'executorch/backends/test/suite/discovery.py' 2025-08-30T00:35:37.7956568Z adding 'executorch/backends/test/suite/flow.py' 2025-08-30T00:35:37.7957556Z adding 'executorch/backends/test/suite/generate_markdown_summary.py' 2025-08-30T00:35:37.7958445Z adding 'executorch/backends/test/suite/reporting.py' 2025-08-30T00:35:37.7958887Z adding 'executorch/backends/test/suite/runner.py' 2025-08-30T00:35:37.7959663Z adding 'executorch/backends/test/suite/flows/__init__.py' 2025-08-30T00:35:37.7960586Z adding 'executorch/backends/test/suite/flows/coreml.py' 2025-08-30T00:35:37.7961454Z adding 'executorch/backends/test/suite/flows/portable.py' 2025-08-30T00:35:37.7962361Z adding 'executorch/backends/test/suite/flows/qualcomm.py' 2025-08-30T00:35:37.7963300Z adding 'executorch/backends/test/suite/flows/vulkan.py' 2025-08-30T00:35:37.7964060Z adding 'executorch/backends/test/suite/flows/xnnpack.py' 2025-08-30T00:35:37.7964773Z adding 'executorch/backends/test/suite/models/__init__.py' 2025-08-30T00:35:37.7965820Z adding 'executorch/backends/test/suite/models/test_torchaudio.py' 2025-08-30T00:35:37.7966842Z adding 'executorch/backends/test/suite/models/test_torchvision.py' 2025-08-30T00:35:37.7967628Z adding 'executorch/backends/test/suite/operators/__init__.py' 2025-08-30T00:35:37.7968619Z adding 'executorch/backends/test/suite/operators/test_abs.py' 2025-08-30T00:35:37.7969772Z adding 'executorch/backends/test/suite/operators/test_adaptive_avgpool1d.py' 2025-08-30T00:35:37.7970764Z adding 'executorch/backends/test/suite/operators/test_adaptive_avgpool2d.py' 2025-08-30T00:35:37.7972223Z adding 'executorch/backends/test/suite/operators/test_adaptive_avgpool3d.py' 2025-08-30T00:35:37.7973215Z adding 'executorch/backends/test/suite/operators/test_adaptive_maxpool1d.py' 2025-08-30T00:35:37.8235307Z adding 'executorch/backends/test/suite/operators/test_adaptive_maxpool2d.py' 2025-08-30T00:35:37.8236712Z adding 'executorch/backends/test/suite/operators/test_adaptive_maxpool3d.py' 2025-08-30T00:35:37.8237924Z adding 'executorch/backends/test/suite/operators/test_add.py' 2025-08-30T00:35:37.8238884Z adding 'executorch/backends/test/suite/operators/test_amax.py' 2025-08-30T00:35:37.8239900Z adding 'executorch/backends/test/suite/operators/test_amin.py' 2025-08-30T00:35:37.8240985Z adding 'executorch/backends/test/suite/operators/test_argmax.py' 2025-08-30T00:35:37.8242070Z adding 'executorch/backends/test/suite/operators/test_argmin.py' 2025-08-30T00:35:37.8243204Z adding 'executorch/backends/test/suite/operators/test_avgpool1d.py' 2025-08-30T00:35:37.8244447Z adding 'executorch/backends/test/suite/operators/test_avgpool2d.py' 2025-08-30T00:35:37.8245637Z adding 'executorch/backends/test/suite/operators/test_avgpool3d.py' 2025-08-30T00:35:37.8246706Z adding 'executorch/backends/test/suite/operators/test_cat.py' 2025-08-30T00:35:37.8247763Z adding 'executorch/backends/test/suite/operators/test_ceil.py' 2025-08-30T00:35:37.8248798Z adding 'executorch/backends/test/suite/operators/test_clamp.py' 2025-08-30T00:35:37.8249904Z adding 'executorch/backends/test/suite/operators/test_conv1d.py' 2025-08-30T00:35:37.8251407Z adding 'executorch/backends/test/suite/operators/test_conv2d.py' 2025-08-30T00:35:37.8252506Z adding 'executorch/backends/test/suite/operators/test_conv3d.py' 2025-08-30T00:35:37.8253668Z adding 'executorch/backends/test/suite/operators/test_convtranspose1d.py' 2025-08-30T00:35:37.8254973Z adding 'executorch/backends/test/suite/operators/test_convtranspose2d.py' 2025-08-30T00:35:37.8256496Z adding 'executorch/backends/test/suite/operators/test_convtranspose3d.py' 2025-08-30T00:35:37.8257662Z adding 'executorch/backends/test/suite/operators/test_div.py' 2025-08-30T00:35:37.8258689Z adding 'executorch/backends/test/suite/operators/test_elu.py' 2025-08-30T00:35:37.8259764Z adding 'executorch/backends/test/suite/operators/test_embedding.py' 2025-08-30T00:35:37.8260973Z adding 'executorch/backends/test/suite/operators/test_embedding_bag.py' 2025-08-30T00:35:37.8262090Z adding 'executorch/backends/test/suite/operators/test_exp.py' 2025-08-30T00:35:37.8263171Z adding 'executorch/backends/test/suite/operators/test_expand.py' 2025-08-30T00:35:37.8264246Z adding 'executorch/backends/test/suite/operators/test_floor.py' 2025-08-30T00:35:37.8265416Z adding 'executorch/backends/test/suite/operators/test_floor_divide.py' 2025-08-30T00:35:37.8266518Z adding 'executorch/backends/test/suite/operators/test_gelu.py' 2025-08-30T00:35:37.8267571Z adding 'executorch/backends/test/suite/operators/test_glu.py' 2025-08-30T00:35:37.8268664Z adding 'executorch/backends/test/suite/operators/test_hardsigmoid.py' 2025-08-30T00:35:37.8269879Z adding 'executorch/backends/test/suite/operators/test_hardswish.py' 2025-08-30T00:35:37.8271011Z adding 'executorch/backends/test/suite/operators/test_hardtanh.py' 2025-08-30T00:35:37.8272203Z adding 'executorch/backends/test/suite/operators/test_index_put.py' 2025-08-30T00:35:37.8273355Z adding 'executorch/backends/test/suite/operators/test_index_select.py' 2025-08-30T00:35:37.8274569Z adding 'executorch/backends/test/suite/operators/test_leaky_relu.py' 2025-08-30T00:35:37.8275714Z adding 'executorch/backends/test/suite/operators/test_linear.py' 2025-08-30T00:35:37.8276784Z adding 'executorch/backends/test/suite/operators/test_log.py' 2025-08-30T00:35:37.8277814Z adding 'executorch/backends/test/suite/operators/test_log10.py' 2025-08-30T00:35:37.8278893Z adding 'executorch/backends/test/suite/operators/test_log1p.py' 2025-08-30T00:35:37.8279957Z adding 'executorch/backends/test/suite/operators/test_log2.py' 2025-08-30T00:35:37.8281064Z adding 'executorch/backends/test/suite/operators/test_logsigmoid.py' 2025-08-30T00:35:37.8282160Z adding 'executorch/backends/test/suite/operators/test_lstm.py' 2025-08-30T00:35:37.8283304Z adding 'executorch/backends/test/suite/operators/test_masked_fill.py' 2025-08-30T00:35:37.8284455Z adding 'executorch/backends/test/suite/operators/test_maxpool1d.py' 2025-08-30T00:35:37.8285637Z adding 'executorch/backends/test/suite/operators/test_maxpool2d.py' 2025-08-30T00:35:37.8286784Z adding 'executorch/backends/test/suite/operators/test_maxpool3d.py' 2025-08-30T00:35:37.8287902Z adding 'executorch/backends/test/suite/operators/test_mean.py' 2025-08-30T00:35:37.8288951Z adding 'executorch/backends/test/suite/operators/test_median.py' 2025-08-30T00:35:37.8290034Z adding 'executorch/backends/test/suite/operators/test_mul.py' 2025-08-30T00:35:37.8291046Z adding 'executorch/backends/test/suite/operators/test_neg.py' 2025-08-30T00:35:37.8292225Z adding 'executorch/backends/test/suite/operators/test_permute.py' 2025-08-30T00:35:37.8293290Z adding 'executorch/backends/test/suite/operators/test_pow.py' 2025-08-30T00:35:37.8294342Z adding 'executorch/backends/test/suite/operators/test_prelu.py' 2025-08-30T00:35:37.8295379Z adding 'executorch/backends/test/suite/operators/test_relu.py' 2025-08-30T00:35:37.8296468Z adding 'executorch/backends/test/suite/operators/test_reshape.py' 2025-08-30T00:35:37.8297558Z adding 'executorch/backends/test/suite/operators/test_round.py' 2025-08-30T00:35:37.8298831Z adding 'executorch/backends/test/suite/operators/test_rsqrt.py' 2025-08-30T00:35:37.8300127Z adding 'executorch/backends/test/suite/operators/test_select.py' 2025-08-30T00:35:37.8301254Z adding 'executorch/backends/test/suite/operators/test_sigmoid.py' 2025-08-30T00:35:37.8302303Z adding 'executorch/backends/test/suite/operators/test_silu.py' 2025-08-30T00:35:37.8303375Z adding 'executorch/backends/test/suite/operators/test_slice.py' 2025-08-30T00:35:37.8304611Z adding 'executorch/backends/test/suite/operators/test_split.py' 2025-08-30T00:35:37.8305702Z adding 'executorch/backends/test/suite/operators/test_sqrt.py' 2025-08-30T00:35:37.8306747Z adding 'executorch/backends/test/suite/operators/test_square.py' 2025-08-30T00:35:37.8307857Z adding 'executorch/backends/test/suite/operators/test_squeeze.py' 2025-08-30T00:35:37.8308953Z adding 'executorch/backends/test/suite/operators/test_stack.py' 2025-08-30T00:35:37.8310059Z adding 'executorch/backends/test/suite/operators/test_sub.py' 2025-08-30T00:35:37.8311129Z adding 'executorch/backends/test/suite/operators/test_tanh.py' 2025-08-30T00:35:37.8312234Z adding 'executorch/backends/test/suite/operators/test_threshold.py' 2025-08-30T00:35:37.8313407Z adding 'executorch/backends/test/suite/operators/test_transpose.py' 2025-08-30T00:35:37.8314532Z adding 'executorch/backends/test/suite/operators/test_trunc.py' 2025-08-30T00:35:37.8315650Z adding 'executorch/backends/test/suite/operators/test_unsqueeze.py' 2025-08-30T00:35:37.8316919Z adding 'executorch/backends/test/suite/operators/test_upsample_bilinear2d.py' 2025-08-30T00:35:37.8318314Z adding 'executorch/backends/test/suite/operators/test_upsample_nearest2d.py' 2025-08-30T00:35:37.8319520Z adding 'executorch/backends/test/suite/operators/test_view.py' 2025-08-30T00:35:37.8320524Z adding 'executorch/backends/test/suite/tests/__init__.py' 2025-08-30T00:35:37.8321520Z adding 'executorch/backends/test/suite/tests/test_reporting.py' 2025-08-30T00:35:37.8321831Z adding 'executorch/backends/transforms/__init__.py' 2025-08-30T00:35:37.8322248Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-08-30T00:35:37.8322637Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-08-30T00:35:37.8322989Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-08-30T00:35:37.8323491Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-08-30T00:35:37.8323975Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-08-30T00:35:37.8324399Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-08-30T00:35:37.8324754Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-08-30T00:35:37.8325129Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-08-30T00:35:37.8325486Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-08-30T00:35:37.8325852Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-08-30T00:35:37.8326260Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-08-30T00:35:37.8326742Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-08-30T00:35:37.8327024Z adding 'executorch/backends/transforms/utils.py' 2025-08-30T00:35:37.8327531Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-08-30T00:35:37.8328185Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-08-30T00:35:37.8328813Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-08-30T00:35:37.8329276Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-08-30T00:35:37.8329740Z adding 'executorch/backends/transforms/test/test_remove_clone_ops.py' 2025-08-30T00:35:37.8330012Z adding 'executorch/backends/vulkan/__init__.py' 2025-08-30T00:35:37.8330331Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-08-30T00:35:37.8330641Z adding 'executorch/backends/vulkan/op_registry.py' 2025-08-30T00:35:37.8331133Z adding 'executorch/backends/vulkan/utils.py' 2025-08-30T00:35:37.8331591Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-08-30T00:35:37.8331922Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-08-30T00:35:37.8332280Z adding 'executorch/backends/vulkan/_passes/fuse_patterns.py' 2025-08-30T00:35:37.8332700Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-08-30T00:35:37.8333276Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-08-30T00:35:37.8333800Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-08-30T00:35:37.8334176Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-08-30T00:35:37.8334684Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-08-30T00:35:37.8335141Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-08-30T00:35:37.8335641Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-08-30T00:35:37.8336090Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-08-30T00:35:37.8336573Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-08-30T00:35:37.8336914Z adding 'executorch/backends/vulkan/patterns/__init__.py' 2025-08-30T00:35:37.8337342Z adding 'executorch/backends/vulkan/patterns/pattern_registry.py' 2025-08-30T00:35:37.8337810Z adding 'executorch/backends/vulkan/patterns/quantized_linear.py' 2025-08-30T00:35:37.8338122Z adding 'executorch/backends/vulkan/patterns/rope.py' 2025-08-30T00:35:37.8338550Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-08-30T00:35:37.8339034Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer_utils.py' 2025-08-30T00:35:37.8339433Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-08-30T00:35:37.8340061Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-08-30T00:35:37.8340703Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-08-30T00:35:37.8502461Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-08-30T00:35:37.8502880Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-08-30T00:35:37.8503221Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-08-30T00:35:37.8503530Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-08-30T00:35:37.8503806Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-08-30T00:35:37.8504220Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-08-30T00:35:37.8504546Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-08-30T00:35:37.8505017Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-08-30T00:35:37.8505608Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/choose_qparams_buffer.yaml' 2025-08-30T00:35:37.8506240Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/choose_qparams_texture.yaml' 2025-08-30T00:35:37.8506752Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-08-30T00:35:37.8507287Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/concat_buffer.yaml' 2025-08-30T00:35:37.8507763Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/concat_texture.yaml' 2025-08-30T00:35:37.8508032Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-08-30T00:35:37.8508471Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-08-30T00:35:37.8508984Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-08-30T00:35:37.8509626Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-08-30T00:35:37.8510306Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-08-30T00:35:37.8511213Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-08-30T00:35:37.8511852Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-08-30T00:35:37.8512377Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-08-30T00:35:37.8512946Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-08-30T00:35:37.8513526Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-08-30T00:35:37.8513977Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-08-30T00:35:37.8514575Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-08-30T00:35:37.8515098Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-08-30T00:35:37.8515758Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-08-30T00:35:37.8516352Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/dequantize_buffer.yaml' 2025-08-30T00:35:37.8516778Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/dequantize_texture.yaml' 2025-08-30T00:35:37.8517060Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-08-30T00:35:37.8517499Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/expand_buffer.yaml' 2025-08-30T00:35:37.8517899Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flash_attention_buffer.yaml' 2025-08-30T00:35:37.8518264Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flash_attention_texture3d.yaml' 2025-08-30T00:35:37.8518509Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-08-30T00:35:37.8518769Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-08-30T00:35:37.8519053Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-08-30T00:35:37.8519415Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/group_norm_reduce_texture.yaml' 2025-08-30T00:35:37.8519748Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/group_norm_texture.yaml' 2025-08-30T00:35:37.8520038Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-08-30T00:35:37.8520324Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-08-30T00:35:37.8520658Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-08-30T00:35:37.8520974Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-08-30T00:35:37.8521259Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-08-30T00:35:37.8521574Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-08-30T00:35:37.8521903Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-08-30T00:35:37.8522220Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-08-30T00:35:37.8522535Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-08-30T00:35:37.8522891Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qta8a_qga4w_coop.yaml' 2025-08-30T00:35:37.8523244Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qta8a_qga4w_tiled.yaml' 2025-08-30T00:35:37.8523527Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-08-30T00:35:37.8523854Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-08-30T00:35:37.8524262Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-08-30T00:35:37.8524556Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-08-30T00:35:37.8524858Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-08-30T00:35:37.8525243Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-08-30T00:35:37.8525710Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_block_4x8.yaml' 2025-08-30T00:35:37.8526203Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-08-30T00:35:37.8526488Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-08-30T00:35:37.8526866Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-08-30T00:35:37.8527166Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute_buffer.yaml' 2025-08-30T00:35:37.8527486Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute_texture.yaml' 2025-08-30T00:35:37.8527788Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_buffer.yaml' 2025-08-30T00:35:37.8528101Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_texture.yaml' 2025-08-30T00:35:37.8528373Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-08-30T00:35:37.8528641Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce2d.yaml' 2025-08-30T00:35:37.8528894Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-08-30T00:35:37.8529205Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-08-30T00:35:37.8529534Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-08-30T00:35:37.8529849Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-08-30T00:35:37.8530266Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/scalar_tensor.yaml' 2025-08-30T00:35:37.8530926Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-08-30T00:35:37.8531489Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/set_zero.yaml' 2025-08-30T00:35:37.8532002Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-08-30T00:35:37.8532449Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-08-30T00:35:37.8533010Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-08-30T00:35:37.8533411Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-08-30T00:35:37.8533704Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-08-30T00:35:37.8534197Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/update_concat_offset.yaml' 2025-08-30T00:35:37.8534487Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-08-30T00:35:37.8534777Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-08-30T00:35:37.8535070Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-08-30T00:35:37.8535316Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-08-30T00:35:37.8535623Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view_buffer.yaml' 2025-08-30T00:35:37.8535870Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-08-30T00:35:37.8536079Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-08-30T00:35:37.8536371Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-08-30T00:35:37.8536646Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-08-30T00:35:37.8536931Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-08-30T00:35:37.8537147Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-08-30T00:35:37.8537387Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-08-30T00:35:37.8537647Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-08-30T00:35:37.8537861Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-08-30T00:35:37.8538151Z adding 'executorch/backends/vulkan/test/tester.py' 2025-08-30T00:35:37.8538303Z adding 'executorch/backends/vulkan/test/utils.py' 2025-08-30T00:35:37.8538511Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-08-30T00:35:37.8538791Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-08-30T00:35:37.8539065Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-08-30T00:35:37.8539316Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-08-30T00:35:37.8539592Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-08-30T00:35:37.8540016Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-08-30T00:35:37.8540433Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-08-30T00:35:37.8540921Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-08-30T00:35:37.8963558Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-08-30T00:35:37.8964164Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-08-30T00:35:37.8964722Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-08-30T00:35:37.8965180Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-08-30T00:35:37.8965680Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-08-30T00:35:37.8966046Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/base_generator.py' 2025-08-30T00:35:37.8966453Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-08-30T00:35:37.8966776Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-08-30T00:35:37.8967149Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/parse_dependency.py' 2025-08-30T00:35:37.8967451Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-08-30T00:35:37.8967781Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/stripAPI.py' 2025-08-30T00:35:37.8968203Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-08-30T00:35:37.8968570Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vulkan_object.py' 2025-08-30T00:35:37.8969028Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/conventions.py' 2025-08-30T00:35:37.8969381Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-08-30T00:35:37.8969860Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-08-30T00:35:37.8970088Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-08-30T00:35:37.8970467Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-08-30T00:35:37.8970795Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-08-30T00:35:37.8971041Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-08-30T00:35:37.8971480Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-08-30T00:35:37.8971809Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-08-30T00:35:37.8972058Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-08-30T00:35:37.8972210Z adding 'executorch/backends/xnnpack/__init__.py' 2025-08-30T00:35:37.8972427Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-08-30T00:35:37.8972611Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-08-30T00:35:37.8972911Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-08-30T00:35:37.8973155Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-08-30T00:35:37.8973678Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-08-30T00:35:37.8973904Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-08-30T00:35:37.8974195Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-08-30T00:35:37.8974483Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-08-30T00:35:37.8974728Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-08-30T00:35:37.8975049Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm.py' 2025-08-30T00:35:37.8975297Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-08-30T00:35:37.8975566Z adding 'executorch/backends/xnnpack/_passes/remove_redundant_copy_pass.py' 2025-08-30T00:35:37.8975767Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-08-30T00:35:37.8975961Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-08-30T00:35:37.8976187Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-08-30T00:35:37.8976376Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-08-30T00:35:37.8976559Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-08-30T00:35:37.8976763Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-08-30T00:35:37.8977135Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-08-30T00:35:37.8977317Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-08-30T00:35:37.8977516Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-08-30T00:35:37.8977732Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-08-30T00:35:37.8977999Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-08-30T00:35:37.8978206Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-08-30T00:35:37.8978387Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-08-30T00:35:37.8978669Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-08-30T00:35:37.8978945Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-08-30T00:35:37.8979138Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-08-30T00:35:37.8979316Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-08-30T00:35:37.8979509Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-08-30T00:35:37.8979798Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-08-30T00:35:37.8980020Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-08-30T00:35:37.8980229Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-08-30T00:35:37.8980537Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-08-30T00:35:37.8980733Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-08-30T00:35:37.8980917Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-08-30T00:35:37.8981197Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-08-30T00:35:37.8981416Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-08-30T00:35:37.8981635Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-08-30T00:35:37.8981838Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-08-30T00:35:37.8982055Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-08-30T00:35:37.8982256Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-08-30T00:35:37.8982467Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-08-30T00:35:37.8982751Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-08-30T00:35:37.8983000Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-08-30T00:35:37.8983193Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-08-30T00:35:37.8983425Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-08-30T00:35:37.8983714Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-08-30T00:35:37.8983983Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-08-30T00:35:37.8984188Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-08-30T00:35:37.8984406Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-08-30T00:35:37.8984624Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-08-30T00:35:37.8984823Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-08-30T00:35:37.8985144Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-08-30T00:35:37.8985454Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-08-30T00:35:37.8985658Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-08-30T00:35:37.8985939Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-08-30T00:35:37.8986234Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-08-30T00:35:37.8986418Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-08-30T00:35:37.8986613Z adding 'executorch/backends/xnnpack/operators/op_tanh.py' 2025-08-30T00:35:37.8986831Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-08-30T00:35:37.8987065Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-08-30T00:35:37.8987318Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-08-30T00:35:37.8987559Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-08-30T00:35:37.8987814Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-08-30T00:35:37.8988106Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-08-30T00:35:37.8988364Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-08-30T00:35:37.8988731Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-08-30T00:35:37.8988996Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-08-30T00:35:37.8989260Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-08-30T00:35:37.8989470Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-08-30T00:35:37.8989712Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-08-30T00:35:37.8989984Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-08-30T00:35:37.8990258Z adding 'executorch/backends/xnnpack/recipes/xnnpack_recipe_provider.py' 2025-08-30T00:35:37.8990507Z adding 'executorch/backends/xnnpack/recipes/xnnpack_recipe_types.py' 2025-08-30T00:35:37.8990757Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-08-30T00:35:37.8990975Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-08-30T00:35:37.8991281Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-08-30T00:35:37.8991646Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-08-30T00:35:37.8991833Z adding 'executorch/backends/xnnpack/test/__init__.py' 2025-08-30T00:35:37.8992145Z adding 'executorch/backends/xnnpack/test/test_xnnpack_partitioner.py' 2025-08-30T00:35:37.8992370Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-08-30T00:35:37.8992638Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-08-30T00:35:37.8992849Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-08-30T00:35:37.8993038Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-08-30T00:35:37.8993266Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-08-30T00:35:37.8993503Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-08-30T00:35:37.8993725Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-08-30T00:35:37.8993974Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-08-30T00:35:37.8994197Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-08-30T00:35:37.8994550Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-08-30T00:35:37.8994832Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-08-30T00:35:37.8995041Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-08-30T00:35:37.9300324Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-08-30T00:35:37.9301386Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-08-30T00:35:37.9301920Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-08-30T00:35:37.9302172Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-08-30T00:35:37.9302356Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-08-30T00:35:37.9302597Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-08-30T00:35:37.9302827Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-08-30T00:35:37.9303015Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-08-30T00:35:37.9303225Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-08-30T00:35:37.9303417Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-08-30T00:35:37.9303688Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-08-30T00:35:37.9303895Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-08-30T00:35:37.9304097Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-08-30T00:35:37.9304301Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-08-30T00:35:37.9304486Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-08-30T00:35:37.9304679Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-08-30T00:35:37.9304860Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-08-30T00:35:37.9305051Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-08-30T00:35:37.9305252Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-08-30T00:35:37.9305475Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-08-30T00:35:37.9305684Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-08-30T00:35:37.9305918Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-08-30T00:35:37.9306156Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-08-30T00:35:37.9306387Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-08-30T00:35:37.9306583Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-08-30T00:35:37.9306802Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-08-30T00:35:37.9307100Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-08-30T00:35:37.9307323Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-08-30T00:35:37.9307544Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-08-30T00:35:37.9307743Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-08-30T00:35:37.9307973Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-08-30T00:35:37.9308186Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-08-30T00:35:37.9308390Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-08-30T00:35:37.9308575Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-08-30T00:35:37.9308783Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-08-30T00:35:37.9309062Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-08-30T00:35:37.9309253Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-08-30T00:35:37.9309445Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-08-30T00:35:37.9309663Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-08-30T00:35:37.9309887Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-08-30T00:35:37.9310092Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-08-30T00:35:37.9310418Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-08-30T00:35:37.9310618Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-08-30T00:35:37.9310890Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-08-30T00:35:37.9311092Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-08-30T00:35:37.9311282Z adding 'executorch/backends/xnnpack/test/ops/test_tanh.py' 2025-08-30T00:35:37.9311557Z adding 'executorch/backends/xnnpack/test/ops/test_to_copy.py' 2025-08-30T00:35:37.9311764Z adding 'executorch/backends/xnnpack/test/passes/__init__.py' 2025-08-30T00:35:37.9312058Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-08-30T00:35:37.9312339Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-08-30T00:35:37.9312752Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-08-30T00:35:37.9313051Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-08-30T00:35:37.9313425Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-08-30T00:35:37.9313719Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-08-30T00:35:37.9314058Z adding 'executorch/backends/xnnpack/test/passes/test_remove_redundant_copy_pass.py' 2025-08-30T00:35:37.9314418Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-08-30T00:35:37.9314705Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-08-30T00:35:37.9315012Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-08-30T00:35:37.9315289Z adding 'executorch/backends/xnnpack/test/recipes/test_xnnpack_recipes.py' 2025-08-30T00:35:37.9315587Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-08-30T00:35:37.9315862Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-08-30T00:35:37.9316081Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-08-30T00:35:37.9316274Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-08-30T00:35:37.9316664Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-08-30T00:35:37.9317061Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-08-30T00:35:37.9317435Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-08-30T00:35:37.9317942Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-08-30T00:35:37.9318425Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-08-30T00:35:37.9318929Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-08-30T00:35:37.9319438Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-08-30T00:35:37.9319872Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-08-30T00:35:37.9320300Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-08-30T00:35:37.9320981Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/aarch32_template.py' 2025-08-30T00:35:37.9321675Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/aarch64_template.py' 2025-08-30T00:35:37.9322306Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/arm_template.py' 2025-08-30T00:35:37.9323018Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512bf16_template.py' 2025-08-30T00:35:37.9323710Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512f_template.py' 2025-08-30T00:35:37.9324426Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512vnni_template.py' 2025-08-30T00:35:37.9324952Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/base_architecture.py' 2025-08-30T00:35:37.9325539Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/fma3_template.py' 2025-08-30T00:35:37.9326312Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate.py' 2025-08-30T00:35:37.9327208Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_bf16_f32_gemm_microkernels.py' 2025-08-30T00:35:37.9327846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_f32_gemm_microkernels.py' 2025-08-30T00:35:37.9329074Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_gemm_microkernels_main.py' 2025-08-30T00:35:37.9329996Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qd8_f32_qc4w_gemm_microkernels.py' 2025-08-30T00:35:37.9330903Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qd8_f32_qc8w_gemm_microkernels.py' 2025-08-30T00:35:37.9331869Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qs8_qc4w_gemm_microkernels.py' 2025-08-30T00:35:37.9332777Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qs8_qc8w_gemm_microkernels.py' 2025-08-30T00:35:37.9333463Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neondot_template.py' 2025-08-30T00:35:37.9334129Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neonfma_template.py' 2025-08-30T00:35:37.9334910Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neonmlal_aarch32_template.py' 2025-08-30T00:35:37.9335564Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/x64_template.py' 2025-08-30T00:35:37.9336162Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-08-30T00:35:37.9336667Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-08-30T00:35:37.9337390Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-08-30T00:35:37.9338014Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-08-30T00:35:37.9338682Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-f32-gemm-minmax.yaml' 2025-08-30T00:35:37.9339120Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-08-30T00:35:37.9339443Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-08-30T00:35:37.9339777Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-08-30T00:35:37.9340134Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-08-30T00:35:37.9340488Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-08-30T00:35:37.9341018Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-08-30T00:35:37.9341628Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-08-30T00:35:37.9342232Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-08-30T00:35:37.9342849Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-08-30T00:35:37.9343381Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-08-30T00:35:37.9822798Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-08-30T00:35:37.9823596Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-08-30T00:35:37.9824137Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-08-30T00:35:37.9824599Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-08-30T00:35:37.9824964Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-08-30T00:35:37.9825361Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-08-30T00:35:37.9826004Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-08-30T00:35:37.9826327Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-08-30T00:35:37.9826646Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-08-30T00:35:37.9826956Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-08-30T00:35:37.9827378Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-08-30T00:35:37.9827697Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-08-30T00:35:37.9828036Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-08-30T00:35:37.9828448Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-08-30T00:35:37.9828802Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-08-30T00:35:37.9829246Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-08-30T00:35:37.9829594Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-08-30T00:35:37.9829961Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-08-30T00:35:37.9830280Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/pf16-gemm-minmax.yaml' 2025-08-30T00:35:37.9830614Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/pf32-gemm-minmax.yaml' 2025-08-30T00:35:37.9830960Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/pqs8-qc8w-gemm-minmax.yaml' 2025-08-30T00:35:37.9831320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-08-30T00:35:37.9831691Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-08-30T00:35:37.9832046Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-08-30T00:35:37.9832421Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-08-30T00:35:37.9832777Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-08-30T00:35:37.9833144Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-08-30T00:35:37.9833503Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-08-30T00:35:37.9833871Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-08-30T00:35:37.9834240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-08-30T00:35:37.9834594Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-08-30T00:35:37.9834948Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc8w-gemm-minmax.yaml' 2025-08-30T00:35:37.9835335Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc4w-gemm-minmax-fp32.yaml' 2025-08-30T00:35:37.9835701Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-08-30T00:35:37.9836077Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-08-30T00:35:37.9836428Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-08-30T00:35:37.9836778Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-08-30T00:35:37.9837124Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-08-30T00:35:37.9837488Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-08-30T00:35:37.9837788Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-08-30T00:35:37.9838088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-08-30T00:35:37.9838445Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-08-30T00:35:37.9838806Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-08-30T00:35:37.9839156Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-08-30T00:35:37.9839584Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-08-30T00:35:37.9839936Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-test.py' 2025-08-30T00:35:37.9840308Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-08-30T00:35:37.9840635Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-08-30T00:35:37.9841030Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-08-30T00:35:37.9841390Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-08-30T00:35:37.9841713Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-08-30T00:35:37.9842120Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-08-30T00:35:37.9842554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-08-30T00:35:37.9842986Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-discontiguous-test.py' 2025-08-30T00:35:37.9843337Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-08-30T00:35:37.9843665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-08-30T00:35:37.9844010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-08-30T00:35:37.9844362Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-08-30T00:35:37.9844723Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/parse-microkernel-bench.py' 2025-08-30T00:35:37.9844991Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-08-30T00:35:37.9845338Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-08-30T00:35:37.9845597Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-08-30T00:35:37.9845881Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-08-30T00:35:37.9846130Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-08-30T00:35:37.9846379Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-08-30T00:35:37.9846678Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-08-30T00:35:37.9846964Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-08-30T00:35:37.9847322Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-08-30T00:35:37.9847702Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-08-30T00:35:37.9848050Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-08-30T00:35:37.9848337Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-08-30T00:35:37.9848602Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-08-30T00:35:37.9848775Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-08-30T00:35:37.9848973Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-08-30T00:35:37.9849130Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-08-30T00:35:37.9849352Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-08-30T00:35:37.9849479Z adding 'executorch/codegen/__init__.py' 2025-08-30T00:35:37.9849670Z adding 'executorch/codegen/gen.py' 2025-08-30T00:35:37.9849788Z adding 'executorch/codegen/model.py' 2025-08-30T00:35:37.9849906Z adding 'executorch/codegen/parse.py' 2025-08-30T00:35:37.9850055Z adding 'executorch/codegen/api/__init__.py' 2025-08-30T00:35:37.9850199Z adding 'executorch/codegen/api/custom_ops.py' 2025-08-30T00:35:37.9850328Z adding 'executorch/codegen/api/et_cpp.py' 2025-08-30T00:35:37.9850463Z adding 'executorch/codegen/api/unboxing.py' 2025-08-30T00:35:37.9850686Z adding 'executorch/codegen/api/types/__init__.py' 2025-08-30T00:35:37.9850848Z adding 'executorch/codegen/api/types/signatures.py' 2025-08-30T00:35:37.9850995Z adding 'executorch/codegen/api/types/types.py' 2025-08-30T00:35:37.9851327Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-08-30T00:35:37.9851508Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-08-30T00:35:37.9851719Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-08-30T00:35:37.9851926Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-08-30T00:35:37.9852124Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-08-30T00:35:37.9852304Z adding 'executorch/codegen/test/test_selective_build.py' 2025-08-30T00:35:37.9852442Z adding 'executorch/codegen/tools/__init__.py' 2025-08-30T00:35:37.9852613Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-08-30T00:35:37.9852760Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-08-30T00:35:37.9852909Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-08-30T00:35:37.9853129Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-08-30T00:35:37.9853272Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-08-30T00:35:37.9853589Z adding 'executorch/codegen/tools/selective_build.cpython-310-x86_64-linux-gnu.so' 2025-08-30T00:35:37.9853771Z adding 'executorch/codegen/tools/selective_build.pyi' 2025-08-30T00:35:37.9853912Z adding 'executorch/codegen/tools/yaml_util.py' 2025-08-30T00:35:37.9854119Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-08-30T00:35:37.9854304Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-08-30T00:35:37.9854555Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-08-30T00:35:38.3670137Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-08-30T00:35:38.3671322Z adding 'executorch/codegen/tools/test/test_selective_build.py' 2025-08-30T00:35:38.3672184Z adding 'executorch/data/bin/__init__.py' 2025-08-30T00:35:38.3672832Z adding 'executorch/data/bin/flatc' 2025-08-30T00:35:38.3673444Z adding 'executorch/devtools/__init__.py' 2025-08-30T00:35:38.3674212Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-08-30T00:35:38.3675140Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-08-30T00:35:38.3676204Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-08-30T00:35:38.3677258Z adding 'executorch/devtools/bundled_program/config.py' 2025-08-30T00:35:38.3678153Z adding 'executorch/devtools/bundled_program/core.py' 2025-08-30T00:35:38.3679018Z adding 'executorch/devtools/bundled_program/version.py' 2025-08-30T00:35:38.3679978Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-08-30T00:35:38.3681102Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-08-30T00:35:38.3682401Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-08-30T00:35:38.3683682Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-08-30T00:35:38.3684848Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-08-30T00:35:38.3685977Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-08-30T00:35:38.3687189Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-08-30T00:35:38.3688493Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-08-30T00:35:38.3690035Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-08-30T00:35:38.3691416Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-08-30T00:35:38.3692517Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-08-30T00:35:38.3693536Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-08-30T00:35:38.3694579Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-08-30T00:35:38.3695742Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-08-30T00:35:38.3696632Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-08-30T00:35:38.3697559Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-08-30T00:35:38.3698470Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-08-30T00:35:38.3699459Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-08-30T00:35:38.3700298Z adding 'executorch/devtools/etdump/serialize.py' 2025-08-30T00:35:38.3701163Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-08-30T00:35:38.3702068Z adding 'executorch/devtools/etrecord/__init__.py' 2025-08-30T00:35:38.3702873Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-08-30T00:35:38.3703778Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-08-30T00:35:38.3704647Z adding 'executorch/devtools/inspector/__init__.py' 2025-08-30T00:35:38.3705446Z adding 'executorch/devtools/inspector/_inspector.py' 2025-08-30T00:35:38.3706368Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-08-30T00:35:38.3707446Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-08-30T00:35:38.3708535Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-08-30T00:35:38.3709554Z adding 'executorch/devtools/inspector/numerical_comparator/__init__.py' 2025-08-30T00:35:38.3711033Z adding 'executorch/devtools/inspector/numerical_comparator/inspector_numerical_comparator_base.py' 2025-08-30T00:35:38.3712646Z adding 'executorch/devtools/inspector/numerical_comparator/l1_numerical_comparator.py' 2025-08-30T00:35:38.3714195Z adding 'executorch/devtools/inspector/numerical_comparator/mse_numerical_comparator.py' 2025-08-30T00:35:38.3715764Z adding 'executorch/devtools/inspector/numerical_comparator/numerical_comparator_base.py' 2025-08-30T00:35:38.3717304Z adding 'executorch/devtools/inspector/numerical_comparator/snr_numerical_comparator.py' 2025-08-30T00:35:38.3718656Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-08-30T00:35:38.3719740Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-08-30T00:35:38.3720855Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-08-30T00:35:38.3721991Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-08-30T00:35:38.3723274Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-08-30T00:35:38.3724576Z adding 'executorch/devtools/inspector/tests/l1_comparator_test.py' 2025-08-30T00:35:38.3725731Z adding 'executorch/devtools/inspector/tests/mse_comparator_test.py' 2025-08-30T00:35:38.3726873Z adding 'executorch/devtools/inspector/tests/snr_comparator_test.py' 2025-08-30T00:35:38.3727924Z adding 'executorch/devtools/scripts/generate_profiling_csv.py' 2025-08-30T00:35:38.3728994Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-08-30T00:35:38.3730165Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-08-30T00:35:38.3731332Z adding 'executorch/devtools/visualization/__init__.py' 2025-08-30T00:35:38.3732342Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-08-30T00:35:38.3733483Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-08-30T00:35:38.3734558Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-08-30T00:35:38.3735606Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-08-30T00:35:38.3736852Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-08-30T00:35:38.3737814Z adding 'executorch/examples/apple/coreml/llama/run_lookahead.py' 2025-08-30T00:35:38.3738781Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-08-30T00:35:38.3739652Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-08-30T00:35:38.3740651Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-08-30T00:35:38.3741884Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-08-30T00:35:38.3742997Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-08-30T00:35:38.3744186Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-08-30T00:35:38.3745326Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-08-30T00:35:38.3746400Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-08-30T00:35:38.3747406Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-08-30T00:35:38.3748358Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-08-30T00:35:38.3749399Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-08-30T00:35:38.3750461Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-08-30T00:35:38.3751553Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-08-30T00:35:38.3752709Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-08-30T00:35:38.3753933Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-08-30T00:35:38.3755076Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-08-30T00:35:38.3756128Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-08-30T00:35:38.3757102Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-08-30T00:35:38.3758008Z adding 'executorch/examples/models/__init__.py' 2025-08-30T00:35:38.3758780Z adding 'executorch/examples/models/checkpoint.py' 2025-08-30T00:35:38.3759561Z adding 'executorch/examples/models/model_base.py' 2025-08-30T00:35:38.3760349Z adding 'executorch/examples/models/model_factory.py' 2025-08-30T00:35:38.3761234Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-08-30T00:35:38.3762172Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-08-30T00:35:38.3763461Z adding 'executorch/examples/models/deepseek-r1-distill-llama-8B/config/deepseek_xnnpack_q8da4w.yaml' 2025-08-30T00:35:38.3764816Z adding 'executorch/examples/models/edsr/__init__.py' 2025-08-30T00:35:38.3765589Z adding 'executorch/examples/models/edsr/model.py' 2025-08-30T00:35:38.3766451Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-08-30T00:35:38.3767411Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-08-30T00:35:38.3768652Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-08-30T00:35:38.3770186Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-08-30T00:35:38.3771809Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-08-30T00:35:38.3773441Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-08-30T00:35:38.3774925Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-08-30T00:35:38.3776398Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-08-30T00:35:38.3777643Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-08-30T00:35:38.3778624Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-08-30T00:35:38.3779578Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-08-30T00:35:38.3780504Z adding 'executorch/examples/models/inception_v3/model.py' 2025-08-30T00:35:38.3781459Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-08-30T00:35:38.3782371Z adding 'executorch/examples/models/inception_v4/model.py' 2025-08-30T00:35:38.3783404Z adding 'executorch/examples/models/llama/__init__.py' 2025-08-30T00:35:38.3784243Z adding 'executorch/examples/models/llama/attention.py' 2025-08-30T00:35:38.3785135Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-08-30T00:35:38.3786040Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-08-30T00:35:38.3786964Z adding 'executorch/examples/models/llama/export_llama.py' 2025-08-30T00:35:38.3788036Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-08-30T00:35:38.3788933Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-08-30T00:35:38.3789786Z adding 'executorch/examples/models/llama/hf_download.py' 2025-08-30T00:35:38.3790843Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-08-30T00:35:38.3791946Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-08-30T00:35:38.3792866Z adding 'executorch/examples/models/llama/lora.py' 2025-08-30T00:35:38.3793649Z adding 'executorch/examples/models/llama/model.py' 2025-08-30T00:35:38.3794512Z adding 'executorch/examples/models/llama/model_args.py' 2025-08-30T00:35:38.3795344Z adding 'executorch/examples/models/llama/norm.py' 2025-08-30T00:35:38.3796112Z adding 'executorch/examples/models/llama/rope.py' 2025-08-30T00:35:38.3796987Z adding 'executorch/examples/models/llama/static_attention.py' 2025-08-30T00:35:38.3798014Z adding 'executorch/examples/models/llama/config/llama_bf16.yaml' 2025-08-30T00:35:38.3799104Z adding 'executorch/examples/models/llama/config/llama_q8da4w.yaml' 2025-08-30T00:35:38.3800104Z adding 'executorch/examples/models/llama/config/llama_xnnpack_qat.yaml' 2025-08-30T00:35:38.4146282Z adding 'executorch/examples/models/llama/config/llama_xnnpack_spinquant.yaml' 2025-08-30T00:35:38.4147246Z adding 'executorch/examples/models/llama/config/test_llm_config.py' 2025-08-30T00:35:38.4148334Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-08-30T00:35:38.4149375Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-08-30T00:35:38.4150029Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-08-30T00:35:38.4150687Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-08-30T00:35:38.4151322Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-08-30T00:35:38.4151961Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-08-30T00:35:38.4152555Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-08-30T00:35:38.4153092Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-08-30T00:35:38.4153621Z adding 'executorch/examples/models/llama/runner/native.py' 2025-08-30T00:35:38.4154229Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-08-30T00:35:38.4154997Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-08-30T00:35:38.4155770Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-08-30T00:35:38.4156674Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-08-30T00:35:38.4158099Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-08-30T00:35:38.4159191Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-08-30T00:35:38.4159928Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-08-30T00:35:38.4161133Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-08-30T00:35:38.4162490Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-08-30T00:35:38.4163655Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-08-30T00:35:38.4164952Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-08-30T00:35:38.4166196Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-08-30T00:35:38.4167563Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-08-30T00:35:38.4168332Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-08-30T00:35:38.4169150Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-08-30T00:35:38.4169973Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-08-30T00:35:38.4170970Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-08-30T00:35:38.4171887Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-08-30T00:35:38.4172619Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-08-30T00:35:38.4173938Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-08-30T00:35:38.4175168Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-08-30T00:35:38.4176379Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-08-30T00:35:38.4177532Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-08-30T00:35:38.4178751Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-08-30T00:35:38.4179907Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-08-30T00:35:38.4181020Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-08-30T00:35:38.4182063Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-08-30T00:35:38.4182809Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-08-30T00:35:38.4183600Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-08-30T00:35:38.4184927Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-08-30T00:35:38.4186051Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-08-30T00:35:38.4186756Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-08-30T00:35:38.4187978Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-08-30T00:35:38.4189067Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-08-30T00:35:38.4189720Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-08-30T00:35:38.4190430Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-08-30T00:35:38.4191203Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-08-30T00:35:38.4191973Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-08-30T00:35:38.4206664Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-08-30T00:35:38.4207562Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-08-30T00:35:38.4208399Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-08-30T00:35:38.4209059Z adding 'executorch/examples/models/llava/__init__.py' 2025-08-30T00:35:38.4209554Z adding 'executorch/examples/models/llava/export_llava.py' 2025-08-30T00:35:38.4210266Z adding 'executorch/examples/models/llava/model.py' 2025-08-30T00:35:38.4211114Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-08-30T00:35:38.4212209Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-08-30T00:35:38.4212982Z adding 'executorch/examples/models/lstm/__init__.py' 2025-08-30T00:35:38.4213492Z adding 'executorch/examples/models/lstm/model.py' 2025-08-30T00:35:38.4214016Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-08-30T00:35:38.4214919Z adding 'executorch/examples/models/mobilebert/model.py' 2025-08-30T00:35:38.4215869Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-08-30T00:35:38.4217056Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-08-30T00:35:38.4218035Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-08-30T00:35:38.4218913Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-08-30T00:35:38.4219667Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-08-30T00:35:38.4220632Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-08-30T00:35:38.4221556Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-08-30T00:35:38.4222277Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-08-30T00:35:38.4222888Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-08-30T00:35:38.4223839Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-08-30T00:35:38.4224948Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-08-30T00:35:38.4225734Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-08-30T00:35:38.4226286Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-08-30T00:35:38.4226924Z adding 'executorch/examples/models/phi_4_mini/config/phi_4_mini_xnnpack.yaml' 2025-08-30T00:35:38.4227509Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-08-30T00:35:38.4228036Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-08-30T00:35:38.4228651Z adding 'executorch/examples/models/qwen2_5/config/qwen2_5_xnnpack_q8da4w.yaml' 2025-08-30T00:35:38.4229255Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-08-30T00:35:38.4229762Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-08-30T00:35:38.4230363Z adding 'executorch/examples/models/qwen3/config/qwen3_xnnpack_q8da4w.yaml' 2025-08-30T00:35:38.4230951Z adding 'executorch/examples/models/resnet/__init__.py' 2025-08-30T00:35:38.4231399Z adding 'executorch/examples/models/resnet/model.py' 2025-08-30T00:35:38.4231867Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-08-30T00:35:38.4232383Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-08-30T00:35:38.4232896Z adding 'executorch/examples/models/test/__init__.py' 2025-08-30T00:35:38.4233585Z adding 'executorch/examples/models/test/test_export.py' 2025-08-30T00:35:38.4234541Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-08-30T00:35:38.4235561Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-08-30T00:35:38.4236206Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-08-30T00:35:38.4236767Z adding 'executorch/examples/models/toy_model/model.py' 2025-08-30T00:35:38.4237557Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-08-30T00:35:38.4238505Z adding 'executorch/examples/models/wav2letter/model.py' 2025-08-30T00:35:38.4239485Z adding 'executorch/examples/models/yolo12/export_and_validate.py' 2025-08-30T00:35:38.4240193Z adding 'executorch/examples/nxp/experimental/cifar_net/cifar_net.py' 2025-08-30T00:35:38.4240735Z adding 'executorch/examples/xnnpack/__init__.py' 2025-08-30T00:35:38.4241236Z adding 'executorch/examples/xnnpack/aot_compiler.py' 2025-08-30T00:35:38.4242145Z adding 'executorch/examples/xnnpack/quantization/example.py' 2025-08-30T00:35:38.4243140Z adding 'executorch/examples/xnnpack/quantization/utils.py' 2025-08-30T00:35:38.4243827Z adding 'executorch/exir/__init__.py' 2025-08-30T00:35:38.4244244Z adding 'executorch/exir/_warnings.py' 2025-08-30T00:35:38.4244604Z adding 'executorch/exir/common.py' 2025-08-30T00:35:38.4245191Z adding 'executorch/exir/control_flow.py' 2025-08-30T00:35:38.4245906Z adding 'executorch/exir/debug_handle_utils.py' 2025-08-30T00:35:38.4246627Z adding 'executorch/exir/delegate.py' 2025-08-30T00:35:38.4247235Z adding 'executorch/exir/delegate.pyi' 2025-08-30T00:35:38.4247697Z adding 'executorch/exir/dim_order_utils.py' 2025-08-30T00:35:38.4248367Z adding 'executorch/exir/dynamic_shape.py' 2025-08-30T00:35:38.4249053Z adding 'executorch/exir/error.py' 2025-08-30T00:35:38.4249825Z adding 'executorch/exir/graph.py' 2025-08-30T00:35:38.4250367Z adding 'executorch/exir/graph_module.py' 2025-08-30T00:35:38.4250962Z adding 'executorch/exir/lowered_backend_module.py' 2025-08-30T00:35:38.4251465Z adding 'executorch/exir/memory.py' 2025-08-30T00:35:38.4251838Z adding 'executorch/exir/memory_planning.py' 2025-08-30T00:35:38.4252208Z adding 'executorch/exir/pass_base.py' 2025-08-30T00:35:38.4252575Z adding 'executorch/exir/pass_manager.py' 2025-08-30T00:35:38.4253056Z adding 'executorch/exir/print_program.py' 2025-08-30T00:35:38.4253437Z adding 'executorch/exir/scalar_type.py' 2025-08-30T00:35:38.4253999Z adding 'executorch/exir/schema.py' 2025-08-30T00:35:38.4254603Z adding 'executorch/exir/sym_util.py' 2025-08-30T00:35:38.4255222Z adding 'executorch/exir/tensor.py' 2025-08-30T00:35:38.4255847Z adding 'executorch/exir/tracer.py' 2025-08-30T00:35:38.4256411Z adding 'executorch/exir/types.py' 2025-08-30T00:35:38.4256793Z adding 'executorch/exir/version.py' 2025-08-30T00:35:38.4257169Z adding 'executorch/exir/wrap.py' 2025-08-30T00:35:38.4257767Z adding 'executorch/exir/_serialize/__init__.py' 2025-08-30T00:35:38.4258532Z adding 'executorch/exir/_serialize/_cord.py' 2025-08-30T00:35:38.4259291Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-08-30T00:35:38.4854000Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-08-30T00:35:38.4855006Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-08-30T00:35:38.4855730Z adding 'executorch/exir/_serialize/_program.py' 2025-08-30T00:35:38.4856279Z adding 'executorch/exir/_serialize/_serialize.py' 2025-08-30T00:35:38.4856866Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-08-30T00:35:38.4857309Z adding 'executorch/exir/_serialize/padding.py' 2025-08-30T00:35:38.4857737Z adding 'executorch/exir/_serialize/program.fbs' 2025-08-30T00:35:38.4858162Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-08-30T00:35:38.4858624Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-08-30T00:35:38.4859205Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-08-30T00:35:38.4859775Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-08-30T00:35:38.4860331Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-08-30T00:35:38.4860863Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-08-30T00:35:38.4861324Z adding 'executorch/exir/backend/backend_api.py' 2025-08-30T00:35:38.4861753Z adding 'executorch/exir/backend/backend_details.py' 2025-08-30T00:35:38.4862222Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-08-30T00:35:38.4862692Z adding 'executorch/exir/backend/operator_support.py' 2025-08-30T00:35:38.4863213Z adding 'executorch/exir/backend/partitioner.py' 2025-08-30T00:35:38.4863791Z adding 'executorch/exir/backend/utils.py' 2025-08-30T00:35:38.4864340Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-08-30T00:35:38.4865082Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-08-30T00:35:38.4865850Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-08-30T00:35:38.4866723Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-08-30T00:35:38.4867575Z adding 'executorch/exir/backend/canonical_partitioners/group_partitioner.py' 2025-08-30T00:35:38.4868320Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-08-30T00:35:38.4869017Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-08-30T00:35:38.4869657Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-08-30T00:35:38.4870366Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-08-30T00:35:38.4871135Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-08-30T00:35:38.4871755Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-08-30T00:35:38.4872560Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-08-30T00:35:38.4873073Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-08-30T00:35:38.4873660Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-08-30T00:35:38.4874245Z adding 'executorch/exir/backend/test/test_backends.py' 2025-08-30T00:35:38.4874740Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-08-30T00:35:38.4875376Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-08-30T00:35:38.4875914Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-08-30T00:35:38.4876443Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-08-30T00:35:38.4877017Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-08-30T00:35:38.4877572Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-08-30T00:35:38.4878125Z adding 'executorch/exir/backend/test/test_group_partitioner.py' 2025-08-30T00:35:38.4878708Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-08-30T00:35:38.4879274Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-08-30T00:35:38.4879761Z adding 'executorch/exir/backend/test/test_passes.py' 2025-08-30T00:35:38.4880287Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-08-30T00:35:38.4880823Z adding 'executorch/exir/backend/test/test_utils.py' 2025-08-30T00:35:38.4881353Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-08-30T00:35:38.4882072Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-08-30T00:35:38.4882829Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-08-30T00:35:38.4883575Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-08-30T00:35:38.4884205Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-08-30T00:35:38.4884659Z adding 'executorch/exir/capture/__init__.py' 2025-08-30T00:35:38.4885070Z adding 'executorch/exir/capture/_capture.py' 2025-08-30T00:35:38.4885458Z adding 'executorch/exir/capture/_config.py' 2025-08-30T00:35:38.4885921Z adding 'executorch/exir/capture/_unlift.py' 2025-08-30T00:35:38.4886450Z adding 'executorch/exir/dialects/__init__.py' 2025-08-30T00:35:38.4886844Z adding 'executorch/exir/dialects/_ops.py' 2025-08-30T00:35:38.4887236Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-08-30T00:35:38.4887763Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-08-30T00:35:38.4888270Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-08-30T00:35:38.4888675Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-08-30T00:35:38.4889180Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-08-30T00:35:38.4889659Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-08-30T00:35:38.4890169Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-08-30T00:35:38.4890654Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-08-30T00:35:38.4891262Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-08-30T00:35:38.4891705Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-08-30T00:35:38.4892179Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-08-30T00:35:38.4892691Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-08-30T00:35:38.4893161Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-08-30T00:35:38.4893623Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-08-30T00:35:38.4894109Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-08-30T00:35:38.4894655Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-08-30T00:35:38.4895198Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-08-30T00:35:38.4895677Z adding 'executorch/exir/emit/__init__.py' 2025-08-30T00:35:38.4896071Z adding 'executorch/exir/emit/_emit_program.py' 2025-08-30T00:35:38.4896613Z adding 'executorch/exir/emit/_emitter.py' 2025-08-30T00:35:38.4897021Z adding 'executorch/exir/emit/test/test_emit.py' 2025-08-30T00:35:38.4897435Z adding 'executorch/exir/operator/convert.py' 2025-08-30T00:35:38.4897836Z adding 'executorch/exir/operator/manip.py' 2025-08-30T00:35:38.4898206Z adding 'executorch/exir/operator/util.py' 2025-08-30T00:35:38.4898650Z adding 'executorch/exir/operator/test/test_operator.py' 2025-08-30T00:35:38.4899088Z adding 'executorch/exir/passes/__init__.py' 2025-08-30T00:35:38.4900023Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-08-30T00:35:38.4900572Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-08-30T00:35:38.4901020Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-08-30T00:35:38.4901537Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-08-30T00:35:38.4902055Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-08-30T00:35:38.4902573Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-08-30T00:35:38.4903111Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-08-30T00:35:38.4903653Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-08-30T00:35:38.4904144Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-08-30T00:35:38.4904675Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-08-30T00:35:38.4905281Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-08-30T00:35:38.4905775Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-08-30T00:35:38.4906286Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-08-30T00:35:38.4906823Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-08-30T00:35:38.4907333Z adding 'executorch/exir/passes/pass_registry.py' 2025-08-30T00:35:38.4907811Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-08-30T00:35:38.4908290Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-08-30T00:35:38.4908746Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-08-30T00:35:38.4909162Z adding 'executorch/exir/passes/reinplace.py' 2025-08-30T00:35:38.4909631Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-08-30T00:35:38.4910162Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-08-30T00:35:38.4910663Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-08-30T00:35:38.4911280Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-08-30T00:35:38.4912051Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-08-30T00:35:38.4912680Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-08-30T00:35:38.4913314Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-08-30T00:35:38.4913870Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-08-30T00:35:38.4914419Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-08-30T00:35:38.4914984Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-08-30T00:35:38.4915504Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-08-30T00:35:38.4916063Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-08-30T00:35:38.4916537Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-08-30T00:35:38.4917018Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-08-30T00:35:38.4917480Z adding 'executorch/exir/program/__init__.py' 2025-08-30T00:35:38.4917889Z adding 'executorch/exir/program/_fake_program.py' 2025-08-30T00:35:38.4918384Z adding 'executorch/exir/program/_program.py' 2025-08-30T00:35:38.4918860Z adding 'executorch/exir/program/test/__init__.py' 2025-08-30T00:35:38.4919351Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-08-30T00:35:38.4919844Z adding 'executorch/exir/program/test/test_program.py' 2025-08-30T00:35:38.4920260Z adding 'executorch/exir/serde/__init__.py' 2025-08-30T00:35:38.4920671Z adding 'executorch/exir/serde/export_serialize.py' 2025-08-30T00:35:38.4921224Z adding 'executorch/exir/serde/schema.py' 2025-08-30T00:35:38.4921623Z adding 'executorch/exir/serde/schema_check.py' 2025-08-30T00:35:38.4922026Z adding 'executorch/exir/serde/serialize.py' 2025-08-30T00:35:38.4922415Z adding 'executorch/exir/serde/union.py' 2025-08-30T00:35:38.4922790Z adding 'executorch/exir/tests/asr_joiner.py' 2025-08-30T00:35:38.4923181Z adding 'executorch/exir/tests/common.py' 2025-08-30T00:35:38.4923781Z adding 'executorch/exir/tests/control_flow_models.py' 2025-08-30T00:35:38.4924326Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-08-30T00:35:38.4924760Z adding 'executorch/exir/tests/models.py' 2025-08-30T00:35:38.4925163Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-08-30T00:35:38.4925605Z adding 'executorch/exir/tests/test_capture.py' 2025-08-30T00:35:38.4926003Z adding 'executorch/exir/tests/test_common.py' 2025-08-30T00:35:38.4926421Z adding 'executorch/exir/tests/test_delegate.py' 2025-08-30T00:35:38.4926861Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-08-30T00:35:38.4927481Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-08-30T00:35:38.4928067Z adding 'executorch/exir/tests/test_error.py' 2025-08-30T00:35:38.5929632Z adding 'executorch/exir/tests/test_extract_io_quant_params.py' 2025-08-30T00:35:38.5930554Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-08-30T00:35:38.5931070Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-08-30T00:35:38.5931787Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-08-30T00:35:38.5932489Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-08-30T00:35:38.5933101Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-08-30T00:35:38.5933684Z adding 'executorch/exir/tests/test_op_convert.py' 2025-08-30T00:35:38.5934103Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-08-30T00:35:38.5934526Z adding 'executorch/exir/tests/test_passes.py' 2025-08-30T00:35:38.5934982Z adding 'executorch/exir/tests/test_print_program.py' 2025-08-30T00:35:38.5935575Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-08-30T00:35:38.5936209Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-08-30T00:35:38.5936719Z adding 'executorch/exir/tests/test_quantization.py' 2025-08-30T00:35:38.5937257Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-08-30T00:35:38.5937733Z adding 'executorch/exir/tests/test_reinplace_pass.py' 2025-08-30T00:35:38.5938280Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-08-30T00:35:38.5938878Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-08-30T00:35:38.5939374Z adding 'executorch/exir/tests/test_serde.py' 2025-08-30T00:35:38.5939856Z adding 'executorch/exir/tests/test_tensor.py' 2025-08-30T00:35:38.5940323Z adding 'executorch/exir/tests/test_tracer.py' 2025-08-30T00:35:38.5940752Z adding 'executorch/exir/tests/test_verification.py' 2025-08-30T00:35:38.5941182Z adding 'executorch/exir/tests/test_warnings.py' 2025-08-30T00:35:38.5941597Z adding 'executorch/exir/tests/transformer.py' 2025-08-30T00:35:38.5942069Z adding 'executorch/exir/verification/arg_validator.py' 2025-08-30T00:35:38.5942634Z adding 'executorch/exir/verification/dev_html.py' 2025-08-30T00:35:38.5943233Z adding 'executorch/exir/verification/interpreter.py' 2025-08-30T00:35:38.5943696Z adding 'executorch/exir/verification/verifier.py' 2025-08-30T00:35:38.5944196Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-08-30T00:35:38.5944644Z adding 'executorch/export/__init__.py' 2025-08-30T00:35:38.5945018Z adding 'executorch/export/export.py' 2025-08-30T00:35:38.5945369Z adding 'executorch/export/recipe.py' 2025-08-30T00:35:38.5945752Z adding 'executorch/export/recipe_provider.py' 2025-08-30T00:35:38.5946155Z adding 'executorch/export/recipe_registry.py' 2025-08-30T00:35:38.5946587Z adding 'executorch/export/stages.py' 2025-08-30T00:35:38.5947312Z adding 'executorch/export/types.py' 2025-08-30T00:35:38.5947733Z adding 'executorch/export/tests/test_executorch_export.py' 2025-08-30T00:35:38.5948302Z adding 'executorch/export/tests/test_export_recipe.py' 2025-08-30T00:35:38.5948775Z adding 'executorch/export/tests/test_export_session.py' 2025-08-30T00:35:38.5949259Z adding 'executorch/export/tests/test_export_stages.py' 2025-08-30T00:35:38.5949732Z adding 'executorch/export/tests/test_recipe_provider.py' 2025-08-30T00:35:38.5950341Z adding 'executorch/export/tests/test_recipe_registry.py' 2025-08-30T00:35:38.5950839Z adding 'executorch/extension/audio/mel_spectrogram.py' 2025-08-30T00:35:38.5951342Z adding 'executorch/extension/export_util/__init__.py' 2025-08-30T00:35:38.5951911Z adding 'executorch/extension/export_util/utils.py' 2025-08-30T00:35:38.5952386Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-08-30T00:35:38.5952953Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-08-30T00:35:38.5953537Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-08-30T00:35:38.5954172Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-08-30T00:35:38.5954806Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-08-30T00:35:38.5955387Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-08-30T00:35:38.5955960Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-08-30T00:35:38.5956495Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-08-30T00:35:38.5956972Z adding 'executorch/extension/gguf_util/converter.py' 2025-08-30T00:35:38.5957418Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-08-30T00:35:38.5957960Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-08-30T00:35:38.5958510Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-08-30T00:35:38.5959012Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-08-30T00:35:38.5959572Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-08-30T00:35:38.5960162Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-08-30T00:35:38.5960711Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-08-30T00:35:38.5961309Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-08-30T00:35:38.5961961Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-08-30T00:35:38.5962596Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-08-30T00:35:38.5963218Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-08-30T00:35:38.5963817Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-08-30T00:35:38.5964575Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-08-30T00:35:38.5965403Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-08-30T00:35:38.5966210Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-08-30T00:35:38.5966806Z adding 'executorch/extension/llm/export/__init__.py' 2025-08-30T00:35:38.5967278Z adding 'executorch/extension/llm/export/builder.py' 2025-08-30T00:35:38.5967806Z adding 'executorch/extension/llm/export/export_llm.py' 2025-08-30T00:35:38.5968338Z adding 'executorch/extension/llm/export/export_passes.py' 2025-08-30T00:35:38.5968925Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-08-30T00:35:38.5969439Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-08-30T00:35:38.5969977Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-08-30T00:35:38.5970531Z adding 'executorch/extension/llm/export/config/llm_config.py' 2025-08-30T00:35:38.5971081Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-08-30T00:35:38.5971772Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-08-30T00:35:38.5972505Z adding 'executorch/extension/llm/export/test/test_export_llm.py' 2025-08-30T00:35:38.5973099Z adding 'executorch/extension/llm/modules/__init__.py' 2025-08-30T00:35:38.5973615Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-08-30T00:35:38.5974233Z adding 'executorch/extension/llm/modules/attention.py' 2025-08-30T00:35:38.5974767Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-08-30T00:35:38.5975330Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-08-30T00:35:38.5975954Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-08-30T00:35:38.5976597Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-08-30T00:35:38.5977279Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-08-30T00:35:38.5977915Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-08-30T00:35:38.5978503Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-08-30T00:35:38.5979220Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-08-30T00:35:38.5979940Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-08-30T00:35:38.5980662Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-08-30T00:35:38.5981345Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-08-30T00:35:38.5982085Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-08-30T00:35:38.5982893Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-08-30T00:35:38.5983721Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-08-30T00:35:38.5984466Z adding 'executorch/extension/llm/tokenizers/test/test_hf_tokenizer.py' 2025-08-30T00:35:38.5985263Z adding 'executorch/extension/llm/tokenizers/test/test_python_bindings.py' 2025-08-30T00:35:38.5985990Z adding 'executorch/extension/llm/tokenizers/test/test_tekken_python.py' 2025-08-30T00:35:38.5986670Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-08-30T00:35:38.5987360Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-08-30T00:35:38.5988129Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-08-30T00:35:38.5988958Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-08-30T00:35:38.5989972Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-08-30T00:35:38.5990958Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-08-30T00:35:38.5991913Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-08-30T00:35:38.5992863Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-08-30T00:35:38.5993773Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-08-30T00:35:38.5994718Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-08-30T00:35:38.5995699Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-08-30T00:35:38.5996652Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-08-30T00:35:38.5996994Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-08-30T00:35:38.5997332Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-08-30T00:35:38.5997659Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-08-30T00:35:38.5998017Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-08-30T00:35:38.5998499Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-08-30T00:35:38.5998840Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-08-30T00:35:38.5999386Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-08-30T00:35:38.5999742Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-08-30T00:35:38.6000221Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-08-30T00:35:38.6000501Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-08-30T00:35:39.3487053Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-08-30T00:35:39.3488138Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-08-30T00:35:39.3488933Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-08-30T00:35:39.3489812Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-08-30T00:35:39.3490649Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-08-30T00:35:39.3491681Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-08-30T00:35:39.3492427Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-08-30T00:35:39.3493385Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-08-30T00:35:39.3494439Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-08-30T00:35:39.3495607Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-08-30T00:35:39.3496829Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-08-30T00:35:39.3497866Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-08-30T00:35:39.3498935Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-08-30T00:35:39.3502047Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-08-30T00:35:39.3502814Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-08-30T00:35:39.3503497Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-08-30T00:35:39.3503996Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-08-30T00:35:39.3504510Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-08-30T00:35:39.3505090Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-08-30T00:35:39.3505878Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-08-30T00:35:39.3506521Z adding 'executorch/extension/pytree/__init__.py' 2025-08-30T00:35:39.3506975Z adding 'executorch/extension/pytree/test/test.py' 2025-08-30T00:35:39.3507459Z adding 'executorch/extension/training/__init__.py' 2025-08-30T00:35:39.3507979Z adding 'executorch/extension/training/examples/CIFAR/data_utils.py' 2025-08-30T00:35:39.3508579Z adding 'executorch/extension/training/examples/CIFAR/export.py' 2025-08-30T00:35:39.3509131Z adding 'executorch/extension/training/examples/CIFAR/main.py' 2025-08-30T00:35:39.3509691Z adding 'executorch/extension/training/examples/CIFAR/model.py' 2025-08-30T00:35:39.3510273Z adding 'executorch/extension/training/examples/CIFAR/train_utils.py' 2025-08-30T00:35:39.3510895Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-08-30T00:35:39.3511473Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-08-30T00:35:39.3512071Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-08-30T00:35:39.3512856Z adding 'executorch/extension/training/pybindings/_training_lib.cpython-310-x86_64-linux-gnu.so' 2025-08-30T00:35:39.3513894Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-08-30T00:35:39.3514529Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-08-30T00:35:39.3515123Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-08-30T00:35:39.3515650Z adding 'executorch/extension/wasm/test/test_model.py' 2025-08-30T00:35:39.3516586Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-08-30T00:35:39.3517412Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-08-30T00:35:39.3518136Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-08-30T00:35:39.3518760Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-08-30T00:35:39.3519396Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-08-30T00:35:39.3520049Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-08-30T00:35:39.3520876Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-08-30T00:35:39.3521590Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-08-30T00:35:39.3522273Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-08-30T00:35:39.3522986Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-08-30T00:35:39.3523638Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-08-30T00:35:39.3524224Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-08-30T00:35:39.3524907Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-08-30T00:35:39.3525433Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-08-30T00:35:39.3525961Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-08-30T00:35:39.3526517Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-08-30T00:35:39.3527155Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-08-30T00:35:39.3527856Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-08-30T00:35:39.3528557Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-08-30T00:35:39.3529170Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-08-30T00:35:39.3529819Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-08-30T00:35:39.3530503Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-08-30T00:35:39.3531121Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-08-30T00:35:39.3532019Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-08-30T00:35:39.3532533Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-08-30T00:35:39.3533046Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-08-30T00:35:39.3533615Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-08-30T00:35:39.3534254Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-08-30T00:35:39.3534941Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-08-30T00:35:39.3535893Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-08-30T00:35:39.3536750Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-08-30T00:35:39.3537545Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-08-30T00:35:39.3538340Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-08-30T00:35:39.3539173Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-08-30T00:35:39.3540031Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-08-30T00:35:39.3541158Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-08-30T00:35:39.3541878Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-08-30T00:35:39.3542623Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-08-30T00:35:39.3543377Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-08-30T00:35:39.3544164Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-08-30T00:35:39.3545058Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-08-30T00:35:39.3545728Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-08-30T00:35:39.3546422Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-08-30T00:35:39.3547132Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-08-30T00:35:39.3547852Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-08-30T00:35:39.3548718Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-08-30T00:35:39.3549497Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-08-30T00:35:39.3550214Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-08-30T00:35:39.3550978Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-08-30T00:35:39.3551839Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-08-30T00:35:39.3552658Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-08-30T00:35:39.3553490Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-08-30T00:35:39.3554561Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-08-30T00:35:39.3555444Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-08-30T00:35:39.3556325Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-08-30T00:35:39.3557154Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-08-30T00:35:39.3557976Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-08-30T00:35:39.3559058Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-08-30T00:35:39.3559941Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-08-30T00:35:39.3560778Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-08-30T00:35:39.3561665Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-08-30T00:35:39.3562699Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-08-30T00:35:39.3563638Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-08-30T00:35:39.3564532Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-08-30T00:35:39.3565528Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/llvmMathExtras.h' 2025-08-30T00:35:39.3566481Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/overflows.h' 2025-08-30T00:35:39.8023769Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/safe_numerics.h' 2025-08-30T00:35:39.8024993Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Export.h' 2025-08-30T00:35:39.8025977Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Macros.h' 2025-08-30T00:35:39.8026968Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/BFloat16.h' 2025-08-30T00:35:39.8028226Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/Half.h' 2025-08-30T00:35:39.8029243Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/TypeSafeSignMath.h' 2025-08-30T00:35:39.8030286Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/bit_cast.h' 2025-08-30T00:35:39.8031379Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/complex.h' 2025-08-30T00:35:39.8032430Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/floating_point_utils.h' 2025-08-30T00:35:39.8033384Z adding 'executorch/include/executorch/runtime/core/testing_util/error_matchers.h' 2025-08-30T00:35:39.8034096Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-08-30T00:35:39.8034805Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-08-30T00:35:39.8035525Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-08-30T00:35:39.8036238Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-08-30T00:35:39.8036947Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-08-30T00:35:39.8037545Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-08-30T00:35:39.8038134Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-08-30T00:35:39.8038704Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-08-30T00:35:39.8039409Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-08-30T00:35:39.8040193Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-08-30T00:35:39.8040818Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-08-30T00:35:39.8041508Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-08-30T00:35:39.8042121Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-08-30T00:35:39.8042785Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-08-30T00:35:39.8043483Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-08-30T00:35:39.8044065Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-08-30T00:35:39.8044768Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-08-30T00:35:39.8045538Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-08-30T00:35:39.8046121Z adding 'executorch/kernels/quantized/__init__.py' 2025-08-30T00:35:39.8046622Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-08-30T00:35:39.8047155Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-08-30T00:35:39.8047700Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-08-30T00:35:39.8048309Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-08-30T00:35:39.8048936Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-08-30T00:35:39.8049459Z adding 'executorch/runtime/__init__.py' 2025-08-30T00:35:39.8049889Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-08-30T00:35:39.8050334Z adding 'executorch/runtime/test/test_runtime.py' 2025-08-30T00:35:39.8050758Z adding 'executorch/schema/program.fbs' 2025-08-30T00:35:39.8051126Z adding 'executorch/schema/scalar_type.fbs' 2025-08-30T00:35:39.8051667Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-08-30T00:35:39.8052154Z adding 'executorch/util/activation_memory_profiler.py' 2025-08-30T00:35:39.8052586Z adding 'executorch/util/collect_env.py' 2025-08-30T00:35:39.8052972Z adding 'executorch/util/python_profiler.py' 2025-08-30T00:35:39.8053440Z adding 'executorch-0.8.0a0+9de4c16.dist-info/licenses/LICENSE' 2025-08-30T00:35:39.8053968Z adding 'executorch-0.8.0a0+9de4c16.dist-info/METADATA' 2025-08-30T00:35:39.8054544Z adding 'executorch-0.8.0a0+9de4c16.dist-info/WHEEL' 2025-08-30T00:35:39.8055053Z adding 'executorch-0.8.0a0+9de4c16.dist-info/entry_points.txt' 2025-08-30T00:35:39.8055595Z adding 'executorch-0.8.0a0+9de4c16.dist-info/top_level.txt' 2025-08-30T00:35:39.8056106Z adding 'executorch-0.8.0a0+9de4c16.dist-info/RECORD' 2025-08-30T00:35:39.8056542Z removing pip-out/bdist.linux-x86_64/wheel 2025-08-30T00:35:39.8057260Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-08-30T00:35:39.8058474Z Created wheel for executorch: filename=executorch-0.8.0a0+9de4c16-cp310-cp310-linux_x86_64.whl size=10774177 sha256=e77915c96a70b7260cbc937c9212ee7def29a3e8ede87c2b37bdc9e222dbb59b 2025-08-30T00:35:39.8059907Z Stored in directory: /tmp/pip-ephem-wheel-cache-ofncwm6g/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-08-30T00:35:39.8063126Z  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-08-30T00:35:39.8065540Z  Running command python setup.py bdist_wheel 2025-08-30T00:35:39.8065914Z running bdist_wheel 2025-08-30T00:35:39.8066177Z running build 2025-08-30T00:35:39.8066430Z running build_py 2025-08-30T00:35:39.8066683Z creating build/lib/antlr4 2025-08-30T00:35:39.8067100Z copying src/antlr4/BufferedTokenStream.py -> build/lib/antlr4 2025-08-30T00:35:39.8067655Z copying src/antlr4/CommonTokenFactory.py -> build/lib/antlr4 2025-08-30T00:35:39.8068202Z copying src/antlr4/CommonTokenStream.py -> build/lib/antlr4 2025-08-30T00:35:39.8068688Z copying src/antlr4/FileStream.py -> build/lib/antlr4 2025-08-30T00:35:39.8069159Z copying src/antlr4/InputStream.py -> build/lib/antlr4 2025-08-30T00:35:39.8069627Z copying src/antlr4/IntervalSet.py -> build/lib/antlr4 2025-08-30T00:35:39.8070079Z copying src/antlr4/LL1Analyzer.py -> build/lib/antlr4 2025-08-30T00:35:39.8070518Z copying src/antlr4/Lexer.py -> build/lib/antlr4 2025-08-30T00:35:39.8070972Z copying src/antlr4/ListTokenSource.py -> build/lib/antlr4 2025-08-30T00:35:39.8071447Z copying src/antlr4/Parser.py -> build/lib/antlr4 2025-08-30T00:35:39.8071925Z copying src/antlr4/ParserInterpreter.py -> build/lib/antlr4 2025-08-30T00:35:39.8072464Z copying src/antlr4/ParserRuleContext.py -> build/lib/antlr4 2025-08-30T00:35:39.8072996Z copying src/antlr4/PredictionContext.py -> build/lib/antlr4 2025-08-30T00:35:39.8073483Z copying src/antlr4/Recognizer.py -> build/lib/antlr4 2025-08-30T00:35:39.8073947Z copying src/antlr4/RuleContext.py -> build/lib/antlr4 2025-08-30T00:35:39.8074398Z copying src/antlr4/StdinStream.py -> build/lib/antlr4 2025-08-30T00:35:39.8074847Z copying src/antlr4/Token.py -> build/lib/antlr4 2025-08-30T00:35:39.8075325Z copying src/antlr4/TokenStreamRewriter.py -> build/lib/antlr4 2025-08-30T00:35:39.8075818Z copying src/antlr4/Utils.py -> build/lib/antlr4 2025-08-30T00:35:39.8076238Z copying src/antlr4/__init__.py -> build/lib/antlr4 2025-08-30T00:35:39.8076632Z creating build/lib/antlr4/atn 2025-08-30T00:35:39.8077004Z copying src/antlr4/atn/ATN.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8077487Z copying src/antlr4/atn/ATNConfig.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8078038Z copying src/antlr4/atn/ATNConfigSet.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8078675Z copying src/antlr4/atn/ATNDeserializationOptions.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8079352Z copying src/antlr4/atn/ATNDeserializer.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8079918Z copying src/antlr4/atn/ATNSimulator.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8080459Z copying src/antlr4/atn/ATNState.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8081052Z copying src/antlr4/atn/ATNType.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8081610Z copying src/antlr4/atn/LexerATNSimulator.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8082199Z copying src/antlr4/atn/LexerAction.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8082786Z copying src/antlr4/atn/LexerActionExecutor.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8083496Z copying src/antlr4/atn/ParserATNSimulator.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8084100Z copying src/antlr4/atn/PredictionMode.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8084696Z copying src/antlr4/atn/SemanticContext.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8085264Z copying src/antlr4/atn/Transition.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8085774Z copying src/antlr4/atn/__init__.py -> build/lib/antlr4/atn 2025-08-30T00:35:39.8086207Z creating build/lib/antlr4/dfa 2025-08-30T00:35:39.8086573Z copying src/antlr4/dfa/DFA.py -> build/lib/antlr4/dfa 2025-08-30T00:35:39.8087105Z copying src/antlr4/dfa/DFASerializer.py -> build/lib/antlr4/dfa 2025-08-30T00:35:39.8087640Z copying src/antlr4/dfa/DFAState.py -> build/lib/antlr4/dfa 2025-08-30T00:35:39.8088154Z copying src/antlr4/dfa/__init__.py -> build/lib/antlr4/dfa 2025-08-30T00:35:39.8088586Z creating build/lib/antlr4/tree 2025-08-30T00:35:39.8088978Z copying src/antlr4/tree/Chunk.py -> build/lib/antlr4/tree 2025-08-30T00:35:39.8089541Z copying src/antlr4/tree/ParseTreeMatch.py -> build/lib/antlr4/tree 2025-08-30T00:35:39.8090152Z copying src/antlr4/tree/ParseTreePattern.py -> build/lib/antlr4/tree 2025-08-30T00:35:39.8090833Z copying src/antlr4/tree/ParseTreePatternMatcher.py -> build/lib/antlr4/tree 2025-08-30T00:35:39.8091593Z copying src/antlr4/tree/RuleTagToken.py -> build/lib/antlr4/tree 2025-08-30T00:35:39.8092194Z copying src/antlr4/tree/TokenTagToken.py -> build/lib/antlr4/tree 2025-08-30T00:35:39.8092742Z copying src/antlr4/tree/Tree.py -> build/lib/antlr4/tree 2025-08-30T00:35:39.8093241Z copying src/antlr4/tree/Trees.py -> build/lib/antlr4/tree 2025-08-30T00:35:39.8093757Z copying src/antlr4/tree/__init__.py -> build/lib/antlr4/tree 2025-08-30T00:35:39.8094186Z creating build/lib/antlr4/error 2025-08-30T00:35:39.8094717Z copying src/antlr4/error/DiagnosticErrorListener.py -> build/lib/antlr4/error 2025-08-30T00:35:39.8095390Z copying src/antlr4/error/ErrorListener.py -> build/lib/antlr4/error 2025-08-30T00:35:39.8096010Z copying src/antlr4/error/ErrorStrategy.py -> build/lib/antlr4/error 2025-08-30T00:35:39.8096576Z copying src/antlr4/error/Errors.py -> build/lib/antlr4/error 2025-08-30T00:35:39.8097113Z copying src/antlr4/error/__init__.py -> build/lib/antlr4/error 2025-08-30T00:35:39.8097565Z creating build/lib/antlr4/xpath 2025-08-30T00:35:39.8097971Z copying src/antlr4/xpath/XPath.py -> build/lib/antlr4/xpath 2025-08-30T00:35:39.8713455Z copying src/antlr4/xpath/__init__.py -> build/lib/antlr4/xpath 2025-08-30T00:35:39.8714419Z running build_scripts 2025-08-30T00:35:39.8714710Z creating build/scripts-3.10 2025-08-30T00:35:39.8715103Z copying and adjusting bin/pygrun -> build/scripts-3.10 2025-08-30T00:35:39.8715589Z changing mode of build/scripts-3.10/pygrun from 644 to 755 2025-08-30T00:35:39.8716756Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-08-30T00:35:39.8717658Z !! 2025-08-30T00:35:39.8717795Z 2025-08-30T00:35:39.8717948Z ******************************************************************************** 2025-08-30T00:35:39.8718374Z Please avoid running ``setup.py`` directly. 2025-08-30T00:35:39.8718802Z Instead, use pypa/build, pypa/installer or other 2025-08-30T00:35:39.8719212Z standards-based tools. 2025-08-30T00:35:39.8719418Z 2025-08-30T00:35:39.8719748Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-08-30T00:35:39.8720728Z ******************************************************************************** 2025-08-30T00:35:39.8721081Z 2025-08-30T00:35:39.8721187Z !! 2025-08-30T00:35:39.8721416Z self.initialize_options() 2025-08-30T00:35:39.8721775Z installing to build/bdist.linux-x86_64/wheel 2025-08-30T00:35:39.8722126Z running install 2025-08-30T00:35:39.8722384Z running install_lib 2025-08-30T00:35:39.8722669Z creating build/bdist.linux-x86_64/wheel 2025-08-30T00:35:39.8723309Z creating build/bdist.linux-x86_64/wheel/antlr4 2025-08-30T00:35:39.8724032Z copying build/lib/antlr4/BufferedTokenStream.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8724892Z copying build/lib/antlr4/CommonTokenFactory.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8725733Z copying build/lib/antlr4/CommonTokenStream.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8726579Z copying build/lib/antlr4/FileStream.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8727485Z copying build/lib/antlr4/InputStream.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8728228Z copying build/lib/antlr4/IntervalSet.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8728970Z copying build/lib/antlr4/LL1Analyzer.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8729672Z copying build/lib/antlr4/Lexer.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8730413Z copying build/lib/antlr4/ListTokenSource.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8731420Z copying build/lib/antlr4/Parser.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8732248Z copying build/lib/antlr4/ParserInterpreter.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8733079Z copying build/lib/antlr4/ParserRuleContext.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8733907Z copying build/lib/antlr4/PredictionContext.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8734909Z copying build/lib/antlr4/Recognizer.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8735656Z copying build/lib/antlr4/RuleContext.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8736468Z copying build/lib/antlr4/StdinStream.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8737348Z copying build/lib/antlr4/Token.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8738111Z copying build/lib/antlr4/TokenStreamRewriter.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8738882Z copying build/lib/antlr4/Utils.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8739556Z copying build/lib/antlr4/__init__.py -> build/bdist.linux-x86_64/wheel/./antlr4 2025-08-30T00:35:39.8740109Z creating build/bdist.linux-x86_64/wheel/antlr4/atn 2025-08-30T00:35:39.8740782Z copying build/lib/antlr4/atn/ATN.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8741668Z copying build/lib/antlr4/atn/ATNConfig.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8742487Z copying build/lib/antlr4/atn/ATNConfigSet.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8743412Z copying build/lib/antlr4/atn/ATNDeserializationOptions.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8744372Z copying build/lib/antlr4/atn/ATNDeserializer.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8745498Z copying build/lib/antlr4/atn/ATNSimulator.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8746302Z copying build/lib/antlr4/atn/ATNState.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8747076Z copying build/lib/antlr4/atn/ATNType.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8747909Z copying build/lib/antlr4/atn/LexerATNSimulator.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8748778Z copying build/lib/antlr4/atn/LexerAction.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8750007Z copying build/lib/antlr4/atn/LexerActionExecutor.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8750936Z copying build/lib/antlr4/atn/ParserATNSimulator.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8751843Z copying build/lib/antlr4/atn/PredictionMode.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8753012Z copying build/lib/antlr4/atn/SemanticContext.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8753859Z copying build/lib/antlr4/atn/Transition.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8754634Z copying build/lib/antlr4/atn/__init__.py -> build/bdist.linux-x86_64/wheel/./antlr4/atn 2025-08-30T00:35:39.8755251Z creating build/bdist.linux-x86_64/wheel/antlr4/dfa 2025-08-30T00:35:39.8755832Z copying build/lib/antlr4/dfa/DFA.py -> build/bdist.linux-x86_64/wheel/./antlr4/dfa 2025-08-30T00:35:39.8756616Z copying build/lib/antlr4/dfa/DFASerializer.py -> build/bdist.linux-x86_64/wheel/./antlr4/dfa 2025-08-30T00:35:39.8757431Z copying build/lib/antlr4/dfa/DFAState.py -> build/bdist.linux-x86_64/wheel/./antlr4/dfa 2025-08-30T00:35:39.8758176Z copying build/lib/antlr4/dfa/__init__.py -> build/bdist.linux-x86_64/wheel/./antlr4/dfa 2025-08-30T00:35:39.8758773Z creating build/bdist.linux-x86_64/wheel/antlr4/tree 2025-08-30T00:35:39.8759601Z copying build/lib/antlr4/tree/Chunk.py -> build/bdist.linux-x86_64/wheel/./antlr4/tree 2025-08-30T00:35:39.8760421Z copying build/lib/antlr4/tree/ParseTreeMatch.py -> build/bdist.linux-x86_64/wheel/./antlr4/tree 2025-08-30T00:35:39.8761332Z copying build/lib/antlr4/tree/ParseTreePattern.py -> build/bdist.linux-x86_64/wheel/./antlr4/tree 2025-08-30T00:35:39.8762300Z copying build/lib/antlr4/tree/ParseTreePatternMatcher.py -> build/bdist.linux-x86_64/wheel/./antlr4/tree 2025-08-30T00:35:39.8763467Z copying build/lib/antlr4/tree/RuleTagToken.py -> build/bdist.linux-x86_64/wheel/./antlr4/tree 2025-08-30T00:35:39.8764338Z copying build/lib/antlr4/tree/TokenTagToken.py -> build/bdist.linux-x86_64/wheel/./antlr4/tree 2025-08-30T00:35:39.8765145Z copying build/lib/antlr4/tree/Tree.py -> build/bdist.linux-x86_64/wheel/./antlr4/tree 2025-08-30T00:35:39.8765907Z copying build/lib/antlr4/tree/Trees.py -> build/bdist.linux-x86_64/wheel/./antlr4/tree 2025-08-30T00:35:39.8766829Z copying build/lib/antlr4/tree/__init__.py -> build/bdist.linux-x86_64/wheel/./antlr4/tree 2025-08-30T00:35:39.8767491Z creating build/bdist.linux-x86_64/wheel/antlr4/error 2025-08-30T00:35:39.8768233Z copying build/lib/antlr4/error/DiagnosticErrorListener.py -> build/bdist.linux-x86_64/wheel/./antlr4/error 2025-08-30T00:35:39.8769362Z copying build/lib/antlr4/error/ErrorListener.py -> build/bdist.linux-x86_64/wheel/./antlr4/error 2025-08-30T00:35:39.8770347Z copying build/lib/antlr4/error/ErrorStrategy.py -> build/bdist.linux-x86_64/wheel/./antlr4/error 2025-08-30T00:35:39.8771291Z copying build/lib/antlr4/error/Errors.py -> build/bdist.linux-x86_64/wheel/./antlr4/error 2025-08-30T00:35:39.8772094Z copying build/lib/antlr4/error/__init__.py -> build/bdist.linux-x86_64/wheel/./antlr4/error 2025-08-30T00:35:39.8772711Z creating build/bdist.linux-x86_64/wheel/antlr4/xpath 2025-08-30T00:35:39.8773333Z copying build/lib/antlr4/xpath/XPath.py -> build/bdist.linux-x86_64/wheel/./antlr4/xpath 2025-08-30T00:35:39.8774127Z copying build/lib/antlr4/xpath/__init__.py -> build/bdist.linux-x86_64/wheel/./antlr4/xpath 2025-08-30T00:35:39.8774689Z running install_egg_info 2025-08-30T00:35:39.8774980Z running egg_info 2025-08-30T00:35:39.8775299Z writing src/antlr4_python3_runtime.egg-info/PKG-INFO 2025-08-30T00:35:39.8775899Z writing dependency_links to src/antlr4_python3_runtime.egg-info/dependency_links.txt 2025-08-30T00:35:39.8776585Z writing requirements to src/antlr4_python3_runtime.egg-info/requires.txt 2025-08-30T00:35:39.8777245Z writing top-level names to src/antlr4_python3_runtime.egg-info/top_level.txt 2025-08-30T00:35:39.8778003Z reading manifest file 'src/antlr4_python3_runtime.egg-info/SOURCES.txt' 2025-08-30T00:35:39.8778503Z reading manifest template 'MANIFEST.in' 2025-08-30T00:35:39.8778956Z warning: no files found matching '*.py' under directory 'test' 2025-08-30T00:35:39.8779641Z warning: no files found matching '*.c' under directory 'test' 2025-08-30T00:35:39.8780288Z writing manifest file 'src/antlr4_python3_runtime.egg-info/SOURCES.txt' 2025-08-30T00:35:39.8781220Z Copying src/antlr4_python3_runtime.egg-info to build/bdist.linux-x86_64/wheel/./antlr4_python3_runtime-4.9.3-py3.10.egg-info 2025-08-30T00:35:39.8781955Z running install_scripts 2025-08-30T00:35:39.8782433Z creating build/bdist.linux-x86_64/wheel/antlr4_python3_runtime-4.9.3.data/scripts 2025-08-30T00:35:39.8783263Z copying build/scripts-3.10/pygrun -> build/bdist.linux-x86_64/wheel/antlr4_python3_runtime-4.9.3.data/scripts 2025-08-30T00:35:39.8784202Z changing mode of build/bdist.linux-x86_64/wheel/antlr4_python3_runtime-4.9.3.data/scripts/pygrun to 755 2025-08-30T00:35:39.8785265Z creating build/bdist.linux-x86_64/wheel/antlr4_python3_runtime-4.9.3.dist-info/WHEEL 2025-08-30T00:35:39.8786229Z creating '/tmp/pip-wheel-32ni55bk/antlr4_python3_runtime-4.9.3-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-08-30T00:35:39.8787022Z adding 'antlr4/BufferedTokenStream.py' 2025-08-30T00:35:39.8787393Z adding 'antlr4/CommonTokenFactory.py' 2025-08-30T00:35:39.8787774Z adding 'antlr4/CommonTokenStream.py' 2025-08-30T00:35:39.8788120Z adding 'antlr4/FileStream.py' 2025-08-30T00:35:39.8788450Z adding 'antlr4/InputStream.py' 2025-08-30T00:35:39.8788982Z adding 'antlr4/IntervalSet.py' 2025-08-30T00:35:39.8789316Z adding 'antlr4/LL1Analyzer.py' 2025-08-30T00:35:39.8789623Z adding 'antlr4/Lexer.py' 2025-08-30T00:35:39.8789938Z adding 'antlr4/ListTokenSource.py' 2025-08-30T00:35:39.8790270Z adding 'antlr4/Parser.py' 2025-08-30T00:35:39.8790606Z adding 'antlr4/ParserInterpreter.py' 2025-08-30T00:35:39.8790983Z adding 'antlr4/ParserRuleContext.py' 2025-08-30T00:35:45.7590594Z adding 'antlr4/PredictionContext.py' 2025-08-30T00:35:45.7591367Z adding 'antlr4/Recognizer.py' 2025-08-30T00:35:45.7591789Z adding 'antlr4/RuleContext.py' 2025-08-30T00:35:45.7592111Z adding 'antlr4/StdinStream.py' 2025-08-30T00:35:45.7592434Z adding 'antlr4/Token.py' 2025-08-30T00:35:45.7592746Z adding 'antlr4/TokenStreamRewriter.py' 2025-08-30T00:35:45.7593136Z adding 'antlr4/Utils.py' 2025-08-30T00:35:45.7593429Z adding 'antlr4/__init__.py' 2025-08-30T00:35:45.7593723Z adding 'antlr4/atn/ATN.py' 2025-08-30T00:35:45.7594036Z adding 'antlr4/atn/ATNConfig.py' 2025-08-30T00:35:45.7594369Z adding 'antlr4/atn/ATNConfigSet.py' 2025-08-30T00:35:45.7594771Z adding 'antlr4/atn/ATNDeserializationOptions.py' 2025-08-30T00:35:45.7595183Z adding 'antlr4/atn/ATNDeserializer.py' 2025-08-30T00:35:45.7595550Z adding 'antlr4/atn/ATNSimulator.py' 2025-08-30T00:35:45.7595897Z adding 'antlr4/atn/ATNState.py' 2025-08-30T00:35:45.7596229Z adding 'antlr4/atn/ATNType.py' 2025-08-30T00:35:45.7596572Z adding 'antlr4/atn/LexerATNSimulator.py' 2025-08-30T00:35:45.7596932Z adding 'antlr4/atn/LexerAction.py' 2025-08-30T00:35:45.7597303Z adding 'antlr4/atn/LexerActionExecutor.py' 2025-08-30T00:35:45.7597687Z adding 'antlr4/atn/ParserATNSimulator.py' 2025-08-30T00:35:45.7598071Z adding 'antlr4/atn/PredictionMode.py' 2025-08-30T00:35:45.7598432Z adding 'antlr4/atn/SemanticContext.py' 2025-08-30T00:35:45.7598793Z adding 'antlr4/atn/Transition.py' 2025-08-30T00:35:45.7599117Z adding 'antlr4/atn/__init__.py' 2025-08-30T00:35:45.7599683Z adding 'antlr4/dfa/DFA.py' 2025-08-30T00:35:45.7599994Z adding 'antlr4/dfa/DFASerializer.py' 2025-08-30T00:35:45.7600352Z adding 'antlr4/dfa/DFAState.py' 2025-08-30T00:35:45.7600680Z adding 'antlr4/dfa/__init__.py' 2025-08-30T00:35:45.7601048Z adding 'antlr4/error/DiagnosticErrorListener.py' 2025-08-30T00:35:45.7601469Z adding 'antlr4/error/ErrorListener.py' 2025-08-30T00:35:45.7602472Z adding 'antlr4/error/ErrorStrategy.py' 2025-08-30T00:35:45.7602829Z adding 'antlr4/error/Errors.py' 2025-08-30T00:35:45.7603146Z adding 'antlr4/error/__init__.py' 2025-08-30T00:35:45.7603475Z adding 'antlr4/tree/Chunk.py' 2025-08-30T00:35:45.7603795Z adding 'antlr4/tree/ParseTreeMatch.py' 2025-08-30T00:35:45.7604172Z adding 'antlr4/tree/ParseTreePattern.py' 2025-08-30T00:35:45.7604584Z adding 'antlr4/tree/ParseTreePatternMatcher.py' 2025-08-30T00:35:45.7605086Z adding 'antlr4/tree/RuleTagToken.py' 2025-08-30T00:35:45.7605487Z adding 'antlr4/tree/TokenTagToken.py' 2025-08-30T00:35:45.7605825Z adding 'antlr4/tree/Tree.py' 2025-08-30T00:35:45.7606140Z adding 'antlr4/tree/Trees.py' 2025-08-30T00:35:45.7606444Z adding 'antlr4/tree/__init__.py' 2025-08-30T00:35:45.7606778Z adding 'antlr4/xpath/XPath.py' 2025-08-30T00:35:45.7607107Z adding 'antlr4/xpath/__init__.py' 2025-08-30T00:35:45.7607504Z adding 'antlr4_python3_runtime-4.9.3.data/scripts/pygrun' 2025-08-30T00:35:45.7608015Z adding 'antlr4_python3_runtime-4.9.3.dist-info/METADATA' 2025-08-30T00:35:45.7608486Z adding 'antlr4_python3_runtime-4.9.3.dist-info/WHEEL' 2025-08-30T00:35:45.7608983Z adding 'antlr4_python3_runtime-4.9.3.dist-info/top_level.txt' 2025-08-30T00:35:45.7609479Z adding 'antlr4_python3_runtime-4.9.3.dist-info/RECORD' 2025-08-30T00:35:45.7609911Z removing build/bdist.linux-x86_64/wheel 2025-08-30T00:35:45.7610669Z Building wheel for antlr4-python3-runtime (setup.py) ... [?25l[?25hdone 2025-08-30T00:35:45.7611918Z Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=04a5f7e22ce65f487129035474b7e2ad0f78dc9b40b596048412751ff88759bf 2025-08-30T00:35:45.7613292Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/12/93/dd/1f6a127edc45659556564c5730f6d4e300888f4bca2d4c5a88 2025-08-30T00:35:45.7614072Z Successfully built executorch antlr4-python3-runtime 2025-08-30T00:35:45.7615462Z Installing collected packages: flatbuffers, antlr4-python3-runtime, threadpoolctl, tabulate, scipy, pyaml, protobuf, omegaconf, kgb, joblib, execnet, scikit-learn, pytest, hydra-core, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-08-30T00:35:45.7616823Z [?25l 2025-08-30T00:35:45.7617230Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-08-30T00:35:45.7617561Z 2025-08-30T00:35:45.7617967Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7618647Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7619322Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7619991Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7620646Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7621334Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7621983Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7622645Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7623323Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7623989Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7624651Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7625303Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7625968Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7626743Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7627418Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7628088Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7628830Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7629502Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7630150Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7630836Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7631508Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7632126Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-08-30T00:35:45.7632783Z ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/19 [scipy] 2025-08-30T00:35:45.7633459Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━  7/19 [omegaconf] 2025-08-30T00:35:45.7634145Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━  9/19 [joblib] 2025-08-30T00:35:45.7634869Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:45.7635571Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:45.7636278Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:45.7636964Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:45.7637752Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:45.7638452Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:50.1857367Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:50.1859093Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:50.1860459Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:50.1861842Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:50.1863170Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:50.1864172Z  Attempting uninstall: pytest 2025-08-30T00:35:50.1865308Z ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:50.1866322Z  Found existing installation: pytest 7.2.0 2025-08-30T00:35:50.1867501Z ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:50.1868392Z  Uninstalling pytest-7.2.0: 2025-08-30T00:35:50.1869390Z ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 11/19 [scikit-learn] 2025-08-30T00:35:50.1870683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1871901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1873073Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-08-30T00:35:50.1874328Z ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1875584Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-08-30T00:35:50.1876827Z ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1878558Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-08-30T00:35:50.1880275Z ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1881737Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-08-30T00:35:50.1883199Z ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1884522Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-08-30T00:35:50.1885958Z ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1887524Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-08-30T00:35:50.1889452Z ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1890871Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-08-30T00:35:50.1892428Z ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1893589Z  Successfully uninstalled pytest-7.2.0 2025-08-30T00:35:50.1894672Z ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1895865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1896992Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-08-30T00:35:50.1898207Z ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1899624Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-08-30T00:35:50.1900627Z ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 12/19 [pytest] 2025-08-30T00:35:50.1901685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 13/19 [hydra-core] 2025-08-30T00:35:50.1902905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 15/19 [pytest-xdist] 2025-08-30T00:35:50.1904249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 17/19 [coremltools] 2025-08-30T00:35:50.1905528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 17/19 [coremltools] 2025-08-30T00:35:50.1906797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 17/19 [coremltools] 2025-08-30T00:35:50.1908036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 17/19 [coremltools] 2025-08-30T00:35:50.1909301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 17/19 [coremltools] 2025-08-30T00:35:50.1910592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 17/19 [coremltools] 2025-08-30T00:35:50.1911845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 17/19 [coremltools] 2025-08-30T00:35:50.1913090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 17/19 [coremltools] 2025-08-30T00:35:50.1914435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 17/19 [coremltools] 2025-08-30T00:35:50.1915739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:50.1916983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:50.1918242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:50.1919797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:50.1921028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:50.1922255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:50.1923729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:54.3454266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:54.3455023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:54.3455697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:54.3456372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:54.3457091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:54.3457744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:54.3458410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:54.3459091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:54.3459757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:54.3460422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:54.3461028Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-08-30T00:35:54.3461708Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 18/19 [executorch] 2025-08-30T00:35:54.3462666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19/19 [executorch] 2025-08-30T00:35:54.3463091Z [?25h 2025-08-30T00:35:54.3465180Z Successfully installed antlr4-python3-runtime-4.9.3 cattrs-25.1.1 coremltools-9.0b1 execnet-2.1.1 executorch-0.8.0a0+9de4c16 flatbuffers-25.2.10 hydra-core-1.3.2 joblib-1.5.2 kgb-7.2 omegaconf-2.3.0 protobuf-6.32.0 pyaml-25.7.0 pytest-8.4.1 pytest-rerunfailures-15.1 pytest-xdist-3.8.0 scikit-learn-1.7.1 scipy-1.15.3 tabulate-0.9.0 threadpoolctl-3.6.0 2025-08-30T00:35:54.3466910Z Installing torch domain libraries 2025-08-30T00:35:54.3467500Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-08-30T00:35:54.3468420Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-08-30T00:35:54.3476862Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.8.0a0+e500f0c) 2025-08-30T00:35:54.3477965Z Requirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (2.2.6) 2025-08-30T00:35:54.3479072Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (2.9.0a0+gite7152ff) 2025-08-30T00:35:54.3480235Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.3.0) 2025-08-30T00:35:54.3481379Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision) (3.19.1) 2025-08-30T00:35:54.3482588Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision) (4.15.0) 2025-08-30T00:35:54.3483809Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision) (1.14.0) 2025-08-30T00:35:54.3485098Z Requirement already satisfied: networkx>=2.5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision) (3.4.2) 2025-08-30T00:35:54.3486238Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision) (3.1.6) 2025-08-30T00:35:54.3487417Z Requirement already satisfied: fsspec>=0.8.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision) (2025.7.0) 2025-08-30T00:35:54.3488661Z 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->torchvision) (1.3.0) 2025-08-30T00:35:54.3489932Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch->torchvision) (3.0.2) 2025-08-30T00:35:54.3490795Z Installing packages in requirements-examples.txt 2025-08-30T00:35:54.3491515Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-08-30T00:35:54.3492334Z Collecting datasets==3.6.0 (from -r requirements-examples.txt (line 3)) 2025-08-30T00:35:54.3492950Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-08-30T00:35:54.3493523Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 4)) 2025-08-30T00:35:54.3494080Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-08-30T00:35:54.3495014Z 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 5)) (1.0.4) 2025-08-30T00:35:54.3496014Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 6)) 2025-08-30T00:35:54.3496618Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-08-30T00:35:54.3497252Z Collecting transformers==4.53.1 (from -r requirements-examples.txt (line 7)) 2025-08-30T00:35:54.3497907Z Downloading transformers-4.53.1-py3-none-any.whl.metadata (40 kB) 2025-08-30T00:35:54.3498954Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets==3.6.0->-r requirements-examples.txt (line 3)) (3.19.1) 2025-08-30T00:35:54.3500816Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets==3.6.0->-r requirements-examples.txt (line 3)) (2.2.6) 2025-08-30T00:35:54.3501904Z Collecting pyarrow>=15.0.0 (from datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:54.3503052Z Downloading https://download.pytorch.org/whl/nightly/pyarrow-21.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-08-30T00:35:54.3504006Z Collecting dill<0.3.9,>=0.3.0 (from datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:54.3504781Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-08-30T00:35:54.3505934Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets==3.6.0->-r requirements-examples.txt (line 3)) (2.3.2) 2025-08-30T00:35:54.3507419Z Requirement already satisfied: requests>=2.32.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets==3.6.0->-r requirements-examples.txt (line 3)) (2.32.5) 2025-08-30T00:35:54.3508882Z Requirement already satisfied: tqdm>=4.66.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets==3.6.0->-r requirements-examples.txt (line 3)) (4.67.1) 2025-08-30T00:35:54.3509958Z Collecting xxhash (from datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:54.3510932Z 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-08-30T00:35:54.3511965Z Collecting multiprocess<0.70.17 (from datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:54.3512867Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-08-30T00:35:54.3513857Z Collecting fsspec<=2025.3.0,>=2023.1.0 (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:54.3514662Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-08-30T00:35:54.3515731Z Requirement already satisfied: huggingface-hub>=0.24.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets==3.6.0->-r requirements-examples.txt (line 3)) (0.34.4) 2025-08-30T00:35:54.3517273Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets==3.6.0->-r requirements-examples.txt (line 3)) (25.0) 2025-08-30T00:35:54.3518747Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets==3.6.0->-r requirements-examples.txt (line 3)) (6.0.1) 2025-08-30T00:35:54.3520214Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 4)) (2.9.0a0+gite7152ff) 2025-08-30T00:35:54.3521736Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 4)) (0.22.0a0+966da7e) 2025-08-30T00:35:56.9801877Z 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 4)) (0.6.2) 2025-08-30T00:35:56.9803468Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.53.1->-r requirements-examples.txt (line 7)) (2025.7.34) 2025-08-30T00:35:56.9805069Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.53.1->-r requirements-examples.txt (line 7)) (0.21.4) 2025-08-30T00:35:56.9806386Z Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:56.9807604Z Downloading https://download.pytorch.org/whl/nightly/aiohttp-3.12.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-08-30T00:35:56.9809505Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub>=0.24.0->datasets==3.6.0->-r requirements-examples.txt (line 3)) (4.15.0) 2025-08-30T00:35:56.9811461Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub>=0.24.0->datasets==3.6.0->-r requirements-examples.txt (line 3)) (1.1.8) 2025-08-30T00:35:56.9812680Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 6)) 2025-08-30T00:35:56.9813387Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-08-30T00:35:56.9814065Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 6)) 2025-08-30T00:35:56.9814728Z Downloading kagglehub-0.3.13-py3-none-any.whl.metadata (38 kB) 2025-08-30T00:35:56.9815810Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 6)) (0.2.1) 2025-08-30T00:35:56.9817317Z Requirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 6)) (0.11.0) 2025-08-30T00:35:56.9818424Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 6)) 2025-08-30T00:35:56.9819248Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-08-30T00:35:56.9820427Z Requirement already satisfied: omegaconf in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 6)) (2.3.0) 2025-08-30T00:35:56.9821529Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 6)) 2025-08-30T00:35:56.9822496Z 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-08-30T00:35:56.9823841Z Requirement already satisfied: Pillow>=9.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune>=0.6.1->-r requirements-examples.txt (line 6)) (11.3.0) 2025-08-30T00:35:56.9825408Z 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 6)) (2.5.0) 2025-08-30T00:35:56.9826836Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:56.9827811Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-08-30T00:35:56.9828730Z Collecting aiosignal>=1.4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:56.9829807Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-08-30T00:35:56.9830923Z Collecting async-timeout<6.0,>=4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:56.9831829Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-08-30T00:35:56.9833081Z 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==3.6.0->-r requirements-examples.txt (line 3)) (25.3.0) 2025-08-30T00:35:56.9834614Z Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:56.9836039Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.7.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) 2025-08-30T00:35:56.9837544Z Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:56.9838900Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.6.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB) 2025-08-30T00:35:56.9840309Z Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:56.9841356Z Downloading propcache-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-08-30T00:35:56.9842376Z Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets==3.6.0->-r requirements-examples.txt (line 3)) 2025-08-30T00:35:56.9843563Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.20.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (73 kB) 2025-08-30T00:35:56.9845196Z 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==3.6.0->-r requirements-examples.txt (line 3)) (3.10) 2025-08-30T00:35:56.9846617Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 6)) 2025-08-30T00:35:56.9847793Z Downloading https://download.pytorch.org/whl/nightly/pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-08-30T00:35:56.9849294Z 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 6)) (6.0.1) 2025-08-30T00:35:56.9850917Z Requirement already satisfied: charset_normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets==3.6.0->-r requirements-examples.txt (line 3)) (3.4.3) 2025-08-30T00:35:56.9852695Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets==3.6.0->-r requirements-examples.txt (line 3)) (2025.8.3) 2025-08-30T00:35:56.9854284Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->timm==1.0.7->-r requirements-examples.txt (line 4)) (1.14.0) 2025-08-30T00:35:56.9855777Z Requirement already satisfied: networkx>=2.5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->timm==1.0.7->-r requirements-examples.txt (line 4)) (3.4.2) 2025-08-30T00:35:56.9857256Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->timm==1.0.7->-r requirements-examples.txt (line 4)) (3.1.6) 2025-08-30T00:35:56.9858787Z 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->timm==1.0.7->-r requirements-examples.txt (line 4)) (1.3.0) 2025-08-30T00:35:56.9860110Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune>=0.6.1->-r requirements-examples.txt (line 6)) 2025-08-30T00:35:56.9861098Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-08-30T00:35:56.9862368Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch->timm==1.0.7->-r requirements-examples.txt (line 4)) (3.0.2) 2025-08-30T00:35:56.9864030Z Requirement already satisfied: antlr4-python3-runtime==4.9.* in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 6)) (4.9.3) 2025-08-30T00:35:56.9865799Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets==3.6.0->-r requirements-examples.txt (line 3)) (2.9.0.post0) 2025-08-30T00:35:56.9867497Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets==3.6.0->-r requirements-examples.txt (line 3)) (2025.2) 2025-08-30T00:35:56.9869036Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets==3.6.0->-r requirements-examples.txt (line 3)) (2025.2) 2025-08-30T00:35:56.9870754Z 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==3.6.0->-r requirements-examples.txt (line 3)) (1.17.0) 2025-08-30T00:36:00.9057848Z Downloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-08-30T00:36:00.9058487Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-08-30T00:36:00.9059578Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-08-30T00:36:00.9060615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 95.0 MB/s eta 0:00:00 2025-08-30T00:36:00.9061342Z [?25hDownloading transformers-4.53.1-py3-none-any.whl (10.8 MB) 2025-08-30T00:36:00.9062071Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/10.8 MB ? eta -:--:-- 2025-08-30T00:36:00.9062829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.8/10.8 MB 111.6 MB/s eta 0:00:00 2025-08-30T00:36:00.9063512Z [?25hDownloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-08-30T00:36:00.9064021Z Downloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-08-30T00:36:00.9064692Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-08-30T00:36:00.9065484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 56.6 MB/s eta 0:00:00 2025-08-30T00:36:00.9066131Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-08-30T00:36:00.9067081Z Downloading https://download.pytorch.org/whl/nightly/aiohttp-3.12.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-08-30T00:36:00.9068161Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-08-30T00:36:00.9068894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 170.5 MB/s eta 0:00:00 2025-08-30T00:36:00.9069578Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-08-30T00:36:00.9070600Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.6.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (241 kB) 2025-08-30T00:36:00.9071970Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.20.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (326 kB) 2025-08-30T00:36:00.9072870Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-08-30T00:36:00.9073591Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-08-30T00:36:00.9075121Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.7.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (222 kB) 2025-08-30T00:36:00.9076492Z Downloading propcache-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (198 kB) 2025-08-30T00:36:00.9077579Z Downloading https://download.pytorch.org/whl/nightly/pyarrow-21.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.7 MB) 2025-08-30T00:36:00.9078592Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.7 MB ? eta -:--:-- 2025-08-30T00:36:00.9079346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/42.7 MB 264.8 MB/s eta 0:00:00 2025-08-30T00:36:00.9080520Z [?25hDownloading https://download.pytorch.org/whl/nightly/pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-08-30T00:36:00.9081660Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-08-30T00:36:00.9082388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 184.4 MB/s eta 0:00:00 2025-08-30T00:36:00.9083247Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-08-30T00:36:00.9084117Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-08-30T00:36:00.9084858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 112.8 MB/s eta 0:00:00 2025-08-30T00:36:00.9085497Z [?25hDownloading kagglehub-0.3.13-py3-none-any.whl (68 kB) 2025-08-30T00:36:00.9086572Z 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-08-30T00:36:00.9088511Z Installing collected packages: xxhash, pycryptodomex, pyarrow, psutil, propcache, multidict, hf-transfer, fsspec, frozenlist, dill, async-timeout, aiohappyeyeballs, yarl, multiprocess, kagglehub, blobfile, aiosignal, torchdata, aiohttp, transformers, timm, datasets, torchtune 2025-08-30T00:36:00.9090000Z [?25l 2025-08-30T00:36:00.9090495Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  1/23 [pycryptodomex] 2025-08-30T00:36:00.9091326Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  1/23 [pycryptodomex] 2025-08-30T00:36:00.9092013Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  2/23 [pyarrow] 2025-08-30T00:36:00.9092698Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  2/23 [pyarrow] 2025-08-30T00:36:00.9093375Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  2/23 [pyarrow] 2025-08-30T00:36:00.9094037Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  2/23 [pyarrow] 2025-08-30T00:36:00.9094736Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  2/23 [pyarrow] 2025-08-30T00:36:00.9095394Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  2/23 [pyarrow] 2025-08-30T00:36:00.9096069Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  2/23 [pyarrow] 2025-08-30T00:36:00.9096862Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/23 [psutil] 2025-08-30T00:36:00.9097379Z  Attempting uninstall: fsspec 2025-08-30T00:36:00.9097941Z ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/23 [psutil] 2025-08-30T00:36:00.9098491Z  Found existing installation: fsspec 2025.7.0 2025-08-30T00:36:00.9099106Z ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/23 [psutil] 2025-08-30T00:36:00.9099842Z  Uninstalling fsspec-2025.7.0: 2025-08-30T00:36:00.9100578Z ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/23 [psutil] 2025-08-30T00:36:00.9101128Z  Successfully uninstalled fsspec-2025.7.0 2025-08-30T00:36:00.9101721Z ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/23 [psutil] 2025-08-30T00:36:00.9102396Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/23 [fsspec] 2025-08-30T00:36:00.9103080Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━  9/23 [dill] 2025-08-30T00:36:00.9103774Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 13/23 [multiprocess] 2025-08-30T00:36:07.5863393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 18/23 [aiohttp] 2025-08-30T00:36:07.5864081Z  Attempting uninstall: transformers 2025-08-30T00:36:07.5864666Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 18/23 [aiohttp] 2025-08-30T00:36:07.5865301Z  Found existing installation: transformers 4.47.1 2025-08-30T00:36:07.5865912Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 18/23 [aiohttp] 2025-08-30T00:36:07.5866596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5867278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5867844Z  Uninstalling transformers-4.47.1: 2025-08-30T00:36:07.5868447Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5869121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5869808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5870479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5871909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5872482Z  Successfully uninstalled transformers-4.47.1 2025-08-30T00:36:07.5873102Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5874084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5874769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5875457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5876147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5876819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5877531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5878211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5878895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5879601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5880276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5880962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5881630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5882312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5883018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5883688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5884377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5885068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5885758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5886439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5887110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5887888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5888559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5889254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5890020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5890695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5891473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5892152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5892839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5893547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5894222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5894902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:07.5895597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:09.9410638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:09.9412133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:09.9413130Z  Attempting uninstall: timm 2025-08-30T00:36:09.9414171Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:09.9415659Z  Found existing installation: timm 0.6.13 2025-08-30T00:36:09.9416775Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:09.9417739Z  Uninstalling timm-0.6.13: 2025-08-30T00:36:09.9418775Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19/23 [transformers] 2025-08-30T00:36:09.9420315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 20/23 [timm] 2025-08-30T00:36:09.9421331Z  Successfully uninstalled timm-0.6.13 2025-08-30T00:36:09.9422432Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 20/23 [timm] 2025-08-30T00:36:09.9423610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 20/23 [timm] 2025-08-30T00:36:09.9424833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 20/23 [timm] 2025-08-30T00:36:09.9426096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 20/23 [timm] 2025-08-30T00:36:09.9427291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 20/23 [timm] 2025-08-30T00:36:09.9428555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 21/23 [datasets] 2025-08-30T00:36:09.9429798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 22/23 [torchtune] 2025-08-30T00:36:09.9431125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 22/23 [torchtune] 2025-08-30T00:36:09.9432288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23/23 [torchtune] 2025-08-30T00:36:09.9433088Z [?25h 2025-08-30T00:36:09.9437188Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.15 aiosignal-1.4.0 async-timeout-5.0.1 blobfile-3.0.0 datasets-3.6.0 dill-0.3.8 frozenlist-1.7.0 fsspec-2025.3.0 hf-transfer-0.1.9 kagglehub-0.3.13 multidict-6.6.4 multiprocess-0.70.16 propcache-0.3.2 psutil-7.0.0 pyarrow-21.0.0 pycryptodomex-3.23.0 timm-1.0.7 torchdata-0.11.0 torchtune-0.6.1 transformers-4.53.1 xxhash-3.5.0 yarl-1.20.1 2025-08-30T00:36:09.9440797Z + pip list 2025-08-30T00:36:09.9441440Z Package Version Build Editable project location 2025-08-30T00:36:09.9442425Z ----------------------------- ------------------ ----- ----------------------------------- 2025-08-30T00:36:09.9443285Z aiohappyeyeballs 2.6.1 2025-08-30T00:36:09.9443925Z aiohttp 3.12.15 2025-08-30T00:36:09.9444485Z aiosignal 1.4.0 2025-08-30T00:36:09.9445059Z alabaster 0.7.16 2025-08-30T00:36:09.9445671Z antlr4-python3-runtime 4.9.3 2025-08-30T00:36:09.9446270Z async-timeout 5.0.1 2025-08-30T00:36:09.9446815Z attrs 25.3.0 2025-08-30T00:36:09.9447379Z babel 2.17.0 2025-08-30T00:36:09.9447963Z beautifulsoup4 4.13.5 2025-08-30T00:36:09.9448725Z blobfile 3.0.0 2025-08-30T00:36:09.9449170Z breathe 4.34.0 2025-08-30T00:36:09.9449673Z bs4 0.0.2 2025-08-30T00:36:09.9450165Z cattrs 25.1.1 2025-08-30T00:36:09.9450650Z certifi 2025.8.3 2025-08-30T00:36:09.9451267Z charset-normalizer 3.4.3 2025-08-30T00:36:09.9451778Z click 8.2.1 2025-08-30T00:36:09.9452403Z cmake 3.31.6 2025-08-30T00:36:09.9452882Z contourpy 1.3.2 2025-08-30T00:36:09.9453385Z coremltools 9.0b1 2025-08-30T00:36:09.9453864Z coverage 7.10.5 2025-08-30T00:36:09.9454348Z cycler 0.12.1 2025-08-30T00:36:09.9454831Z datasets 3.6.0 2025-08-30T00:36:09.9455313Z dill 0.3.8 2025-08-30T00:36:09.9455802Z docutils 0.16 2025-08-30T00:36:09.9456316Z exceptiongroup 1.3.0 2025-08-30T00:36:09.9456822Z execnet 2.1.1 2025-08-30T00:36:09.9457318Z executorch 0.8.0a0+9de4c16 2025-08-30T00:36:09.9457842Z exhale 0.2.3 2025-08-30T00:36:09.9458308Z expecttest 0.1.6 2025-08-30T00:36:09.9458847Z filelock 3.19.1 2025-08-30T00:36:09.9459468Z flatbuffers 25.2.10 2025-08-30T00:36:09.9460122Z fonttools 4.59.1 2025-08-30T00:36:09.9460765Z frozenlist 1.7.0 2025-08-30T00:36:09.9461405Z fsspec 2025.3.0 2025-08-30T00:36:09.9462055Z hf_transfer 0.1.9 2025-08-30T00:36:09.9462668Z hf-xet 1.1.8 2025-08-30T00:36:09.9463306Z huggingface-hub 0.34.4 2025-08-30T00:36:09.9463946Z hydra-core 1.3.2 2025-08-30T00:36:09.9464591Z hypothesis 6.84.2 2025-08-30T00:36:09.9465216Z idna 3.10 2025-08-30T00:36:09.9465853Z imagesize 1.4.1 2025-08-30T00:36:09.9466470Z iniconfig 2.1.0 2025-08-30T00:36:09.9467096Z Jinja2 3.1.6 2025-08-30T00:36:09.9467699Z joblib 1.5.2 2025-08-30T00:36:09.9468323Z kagglehub 0.3.13 2025-08-30T00:36:09.9468954Z kgb 7.2 2025-08-30T00:36:09.9469552Z kiwisolver 1.4.9 2025-08-30T00:36:09.9470197Z lintrunner 0.12.7 2025-08-30T00:36:09.9470854Z lintrunner-adapters 0.12.6 2025-08-30T00:36:09.9471514Z lxml 6.0.1 2025-08-30T00:36:09.9472138Z markdown-it-py 2.2.0 2025-08-30T00:36:09.9472788Z MarkupSafe 3.0.2 2025-08-30T00:36:09.9473410Z matplotlib 3.10.5 2025-08-30T00:36:09.9474069Z mdit-py-plugins 0.3.5 2025-08-30T00:36:09.9474564Z mdurl 0.1.2 2025-08-30T00:36:09.9475036Z mpmath 1.3.0 2025-08-30T00:36:09.9475531Z multidict 6.6.4 2025-08-30T00:36:09.9476016Z multiprocess 0.70.16 2025-08-30T00:36:09.9476519Z myst-parser 0.18.1 2025-08-30T00:36:09.9477006Z networkx 3.4.2 2025-08-30T00:36:09.9477456Z numpy 2.2.6 2025-08-30T00:36:09.9477932Z nvidia-cublas-cu12 12.1.3.1 2025-08-30T00:36:09.9478466Z nvidia-cuda-cupti-cu12 12.1.105 2025-08-30T00:36:09.9479008Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-08-30T00:36:09.9479561Z nvidia-cuda-runtime-cu12 12.1.105 2025-08-30T00:36:09.9480075Z nvidia-cudnn-cu12 9.1.0.70 2025-08-30T00:36:09.9480567Z nvidia-cufft-cu12 11.0.2.54 2025-08-30T00:36:09.9481087Z nvidia-curand-cu12 10.3.2.106 2025-08-30T00:36:09.9481607Z nvidia-cusolver-cu12 11.4.5.107 2025-08-30T00:36:09.9482116Z nvidia-cusparse-cu12 12.1.0.106 2025-08-30T00:36:09.9482650Z nvidia-nccl-cu12 2.20.5 2025-08-30T00:36:09.9483329Z nvidia-nvjitlink-cu12 12.9.86 2025-08-30T00:36:09.9483819Z nvidia-nvtx-cu12 12.1.105 2025-08-30T00:36:09.9484316Z omegaconf 2.3.0 2025-08-30T00:36:09.9484803Z packaging 25.0 2025-08-30T00:36:09.9485267Z pandas 2.3.2 2025-08-30T00:36:09.9485748Z parameterized 0.9.0 2025-08-30T00:36:09.9486215Z pillow 11.3.0 2025-08-30T00:36:09.9486867Z pip 25.1 2025-08-30T00:36:09.9487319Z pluggy 1.6.0 2025-08-30T00:36:09.9487794Z propcache 0.3.2 2025-08-30T00:36:09.9488234Z protobuf 6.32.0 2025-08-30T00:36:09.9488728Z psutil 7.0.0 2025-08-30T00:36:09.9489218Z pyaml 25.7.0 2025-08-30T00:36:09.9489687Z pyarrow 21.0.0 2025-08-30T00:36:09.9490189Z pycryptodomex 3.23.0 2025-08-30T00:36:09.9490679Z Pygments 2.19.2 2025-08-30T00:36:09.9491246Z pyparsing 3.2.3 2025-08-30T00:36:09.9491728Z pytest 8.4.1 2025-08-30T00:36:09.9492209Z pytest-cov 4.1.0 2025-08-30T00:36:09.9492689Z pytest-rerunfailures 15.1 2025-08-30T00:36:09.9493190Z pytest-xdist 3.8.0 2025-08-30T00:36:09.9493708Z python-dateutil 2.9.0.post0 2025-08-30T00:36:09.9494495Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-08-30T00:36:09.9495299Z pytorch_tokenizers 0.1.0 2025-08-30T00:36:09.9495794Z pytz 2025.2 2025-08-30T00:36:09.9496282Z PyYAML 6.0.1 2025-08-30T00:36:09.9496735Z regex 2025.7.34 2025-08-30T00:36:09.9497224Z requests 2.32.5 2025-08-30T00:36:09.9497707Z ruamel.yaml 0.17.32 2025-08-30T00:36:09.9498192Z ruamel.yaml.clib 0.2.12 2025-08-30T00:36:09.9498691Z safetensors 0.6.2 2025-08-30T00:36:09.9499406Z scikit-learn 1.7.1 2025-08-30T00:36:09.9500282Z scipy 1.15.3 2025-08-30T00:36:09.9500618Z sentencepiece 0.2.1 2025-08-30T00:36:09.9500946Z setuptools 78.1.1 2025-08-30T00:36:09.9501248Z six 1.17.0 2025-08-30T00:36:09.9501563Z snowballstemmer 3.0.1 2025-08-30T00:36:09.9501880Z sortedcontainers 2.4.0 2025-08-30T00:36:09.9502215Z soupsieve 2.7 2025-08-30T00:36:09.9502513Z Sphinx 5.3.0 2025-08-30T00:36:09.9502836Z sphinx-copybutton 0.5.0 2025-08-30T00:36:09.9503159Z sphinx_design 0.4.1 2025-08-30T00:36:09.9503465Z sphinx-gallery 0.14.0 2025-08-30T00:36:09.9503792Z sphinx_reredirects 0.1.4 2025-08-30T00:36:09.9504116Z sphinxcontrib-applehelp 2.0.0 2025-08-30T00:36:09.9504466Z sphinxcontrib-devhelp 2.0.0 2025-08-30T00:36:09.9504800Z sphinxcontrib-htmlhelp 2.1.0 2025-08-30T00:36:09.9505140Z sphinxcontrib-jsmath 1.0.1 2025-08-30T00:36:09.9505463Z sphinxcontrib-qthelp 2.0.0 2025-08-30T00:36:09.9505810Z sphinxcontrib-serializinghtml 2.0.0 2025-08-30T00:36:09.9506142Z sympy 1.14.0 2025-08-30T00:36:09.9506437Z tabulate 0.9.0 2025-08-30T00:36:09.9506748Z termcolor 2.3.0 2025-08-30T00:36:09.9507053Z threadpoolctl 3.6.0 2025-08-30T00:36:09.9507369Z tiktoken 0.11.0 2025-08-30T00:36:09.9507662Z timm 1.0.7 2025-08-30T00:42:16.9361082Z tokenizers 0.21.4 2025-08-30T00:42:16.9361487Z tomli 2.0.1 2025-08-30T00:42:16.9361854Z torch 2.9.0a0+gite7152ff 2025-08-30T00:42:16.9362226Z torchao 0.13.0+git1526dfe 2025-08-30T00:42:16.9362606Z torchaudio 2.8.0a0+e500f0c 2025-08-30T00:42:16.9363351Z torchdata 0.11.0 2025-08-30T00:42:16.9363672Z torchsr 1.0.4 2025-08-30T00:42:16.9363976Z torchtune 0.6.1 2025-08-30T00:42:16.9364374Z torchvision 0.22.0a0+966da7e 2025-08-30T00:42:16.9364828Z tqdm 4.67.1 2025-08-30T00:42:16.9365306Z transformers 4.53.1 2025-08-30T00:42:16.9365847Z triton 3.0.0 1 2025-08-30T00:42:16.9366794Z typing_extensions 4.15.0 2025-08-30T00:42:16.9367130Z tzdata 2025.2 2025-08-30T00:42:16.9367430Z urllib3 2.5.0 2025-08-30T00:42:16.9367742Z wheel 0.45.1 2025-08-30T00:42:16.9368040Z xxhash 3.5.0 2025-08-30T00:42:16.9368349Z yarl 1.20.1 2025-08-30T00:42:16.9368652Z yaspin 3.1.0 2025-08-30T00:42:16.9368963Z zstd 1.5.5.1 2025-08-30T00:42:16.9369337Z + .ci/scripts/setup-arm-baremetal-tools.sh 2025-08-30T00:42:16.9369894Z [main] Using root dir /pytorch/executorch/examples/arm/ethos-u-scratch and options: 2025-08-30T00:42:16.9370442Z enable-fvps=1 2025-08-30T00:42:16.9370679Z target-toolchain= 2025-08-30T00:42:16.9370966Z enable-baremetal-toolchain=1 2025-08-30T00:42:16.9371430Z enable-model-converter=0 2025-08-30T00:42:16.9371771Z enable-vgf-lib=0 2025-08-30T00:42:16.9372026Z enable-emulation-layer=0 2025-08-30T00:42:16.9372313Z enable-vela=1 2025-08-30T00:42:16.9372708Z mlsdk-manifest-url=https://github.com/arm/ai-ml-sdk-manifest.git 2025-08-30T00:42:16.9373446Z [main] Info selected arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi for x86_64 - Linux platform 2025-08-30T00:42:16.9374286Z [setup_toolchain] Downloading arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi toolchain ... 2025-08-30T00:42:16.9374994Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-08-30T00:42:16.9375520Z Dload Upload Total Spent Left Speed 2025-08-30T00:42:16.9375815Z 2025-08-30T00:42:16.9375965Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-08-30T00:42:16.9376380Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-08-30T00:42:16.9376822Z 3 140M 3 5696k 0 0 4397k 0 0:00:32 0:00:01 0:00:31 4395k 2025-08-30T00:42:16.9377282Z 16 140M 16 22.9M 0 0 9.9M 0 0:00:14 0:00:02 0:00:12 9.9M 2025-08-30T00:42:16.9377738Z 28 140M 28 40.0M 0 0 12.2M 0 0:00:11 0:00:03 0:00:08 12.2M 2025-08-30T00:42:16.9378177Z 41 140M 41 58.9M 0 0 13.8M 0 0:00:10 0:00:04 0:00:06 13.8M 2025-08-30T00:42:16.9378630Z 55 140M 55 77.5M 0 0 14.6M 0 0:00:09 0:00:05 0:00:04 15.4M 2025-08-30T00:42:16.9379106Z 68 140M 68 96.0M 0 0 15.2M 0 0:00:09 0:00:06 0:00:03 18.0M 2025-08-30T00:42:16.9379551Z 80 140M 80 113M 0 0 15.6M 0 0:00:08 0:00:07 0:00:01 18.3M 2025-08-30T00:42:16.9380017Z 91 140M 91 129M 0 0 15.6M 0 0:00:08 0:00:08 --:--:-- 17.8M 2025-08-30T00:42:16.9380483Z 100 140M 100 140M 0 0 15.5M 0 0:00:09 0:00:09 --:--:-- 17.1M 2025-08-30T00:42:16.9381137Z [setup_toolchain] Installing arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi toolchain ... 2025-08-30T00:42:16.9381743Z [setup_fvp] Downloading FVP corstone300... 2025-08-30T00:42:16.9382244Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-08-30T00:42:16.9382762Z Dload Upload Total Spent Left Speed 2025-08-30T00:42:16.9383047Z 2025-08-30T00:42:16.9383184Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-08-30T00:42:16.9383619Z 0 80.1M 0 227k 0 0 432k 0 0:03:09 --:--:-- 0:03:09 431k 2025-08-30T00:42:16.9384056Z 32 80.1M 32 26.0M 0 0 17.1M 0 0:00:04 0:00:01 0:00:03 17.1M 2025-08-30T00:42:16.9384604Z 67 80.1M 67 54.1M 0 0 21.3M 0 0:00:03 0:00:02 0:00:01 21.3M 2025-08-30T00:42:16.9385062Z 100 80.1M 100 80.1M 0 0 23.3M 0 0:00:03 0:00:03 --:--:-- 23.3M 2025-08-30T00:42:16.9385489Z [setup_fvp] Installing FVP corstone300... 2025-08-30T00:42:16.9385876Z [setup_fvp] Downloading FVP corstone320... 2025-08-30T00:42:16.9386397Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-08-30T00:42:16.9386990Z Dload Upload Total Spent Left Speed 2025-08-30T00:42:16.9387271Z 2025-08-30T00:42:16.9387411Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-08-30T00:42:16.9387817Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-08-30T00:42:16.9388249Z 15 113M 15 17.4M 0 0 14.5M 0 0:00:07 0:00:01 0:00:06 14.5M 2025-08-30T00:42:16.9388692Z 35 113M 35 40.6M 0 0 18.7M 0 0:00:06 0:00:02 0:00:04 18.7M 2025-08-30T00:42:16.9389154Z 66 113M 66 75.2M 0 0 23.3M 0 0:00:04 0:00:03 0:00:01 23.3M 2025-08-30T00:42:16.9389597Z 87 113M 87 99.0M 0 0 23.5M 0 0:00:04 0:00:04 --:--:-- 23.5M 2025-08-30T00:42:16.9390075Z 100 113M 100 113M 0 0 24.3M 0 0:00:04 0:00:04 --:--:-- 25.4M 2025-08-30T00:42:16.9390518Z [setup_fvp] Installing FVP corstone320... 2025-08-30T00:42:16.9391172Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-08-30T00:42:16.9392244Z Collecting tosa-tools@ git+https://git.gitlab.arm.com/tosa/tosa-reference-model.git@8aa2896be5b0625a7cde57abb2308da0d426198d 2025-08-30T00:42:16.9393737Z Cloning https://git.gitlab.arm.com/tosa/tosa-reference-model.git (to revision 8aa2896be5b0625a7cde57abb2308da0d426198d) to /tmp/pip-install-4b9nl0yc/tosa-tools_128db199730c4217b6ed5ed29836ac52 2025-08-30T00:42:16.9395461Z Running command git clone --filter=blob:none --quiet https://git.gitlab.arm.com/tosa/tosa-reference-model.git /tmp/pip-install-4b9nl0yc/tosa-tools_128db199730c4217b6ed5ed29836ac52 2025-08-30T00:42:16.9396669Z Running command git rev-parse -q --verify 'sha^8aa2896be5b0625a7cde57abb2308da0d426198d' 2025-08-30T00:42:16.9397612Z Running command git fetch -q https://git.gitlab.arm.com/tosa/tosa-reference-model.git 8aa2896be5b0625a7cde57abb2308da0d426198d 2025-08-30T00:42:16.9398500Z Running command git checkout -q 8aa2896be5b0625a7cde57abb2308da0d426198d 2025-08-30T00:42:16.9399600Z Resolved https://git.gitlab.arm.com/tosa/tosa-reference-model.git to commit 8aa2896be5b0625a7cde57abb2308da0d426198d 2025-08-30T00:42:16.9400416Z Running command git submodule update --init --recursive -q 2025-08-30T00:42:16.9401243Z Installing build dependencies ... [?25l- \ | / - \ done 2025-08-30T00:42:16.9401872Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-08-30T00:42:16.9402466Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2025-08-30T00:42:16.9402982Z [?25hCollecting ml_dtypes==0.5.1 2025-08-30T00:42:16.9403596Z Downloading ml_dtypes-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-08-30T00:42:16.9404522Z Requirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-08-30T00:42:16.9405419Z Downloading ml_dtypes-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2025-08-30T00:42:16.9406317Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.7 MB ? eta -:--:-- 2025-08-30T00:42:16.9407056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 86.4 MB/s eta 0:00:00 2025-08-30T00:42:16.9407676Z [?25hBuilding wheels for collected packages: tosa-tools 2025-08-30T00:42:16.9409306Z Building wheel for tosa-tools (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2025-08-30T00:42:16.9411211Z [?25h Created wheel for tosa-tools: filename=tosa_tools-2025.7.0-py3-none-any.whl size=6291388 sha256=5f1af8225d275a0b28dff7c487b0915bed910455732ea64b9a69a4fc0a6cd2ef 2025-08-30T00:42:16.9412481Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/a1/0b/69/a646f2db7d404fdcfbdf29207b0e305bd45210474ed3671055 2025-08-30T00:42:16.9413215Z Successfully built tosa-tools 2025-08-30T00:42:16.9413597Z Installing collected packages: tosa-tools, ml_dtypes 2025-08-30T00:42:16.9414012Z [?25l 2025-08-30T00:42:16.9414437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [tosa-tools] 2025-08-30T00:42:16.9415019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [tosa-tools] 2025-08-30T00:42:16.9415600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [ml_dtypes] 2025-08-30T00:42:16.9416001Z [?25h 2025-08-30T00:42:16.9416424Z Successfully installed ml_dtypes-0.5.1 tosa-tools-2025.7.0 2025-08-30T00:42:16.9417373Z Collecting ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@d37febc1715edf0d236c2ff555739a8a9aadcf9a 2025-08-30T00:42:16.9419041Z Cloning https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela (to revision d37febc1715edf0d236c2ff555739a8a9aadcf9a) to /tmp/pip-install-i6ew3us7/ethos-u-vela_4a2bbe6dfa7349e6987aa51e069d074b 2025-08-30T00:42:16.9420937Z Running command git clone --filter=blob:none --quiet https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela /tmp/pip-install-i6ew3us7/ethos-u-vela_4a2bbe6dfa7349e6987aa51e069d074b 2025-08-30T00:43:42.0364673Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-08-30T00:43:42.0365734Z Running command git rev-parse -q --verify 'sha^d37febc1715edf0d236c2ff555739a8a9aadcf9a' 2025-08-30T00:43:42.0367306Z Running command git fetch -q https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela d37febc1715edf0d236c2ff555739a8a9aadcf9a 2025-08-30T00:43:42.0368298Z Running command git checkout -q d37febc1715edf0d236c2ff555739a8a9aadcf9a 2025-08-30T00:43:42.0369059Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-08-30T00:43:42.0370103Z Resolved https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela to commit d37febc1715edf0d236c2ff555739a8a9aadcf9a 2025-08-30T00:43:42.0371310Z Installing build dependencies ... [?25l- \ | / - \ done 2025-08-30T00:43:42.0371987Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-08-30T00:43:42.0372582Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-08-30T00:43:42.0373817Z [?25hCollecting flatbuffers==24.3.25 (from ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@d37febc1715edf0d236c2ff555739a8a9aadcf9a) 2025-08-30T00:43:42.0374951Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl.metadata (850 bytes) 2025-08-30T00:43:42.0376426Z 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@d37febc1715edf0d236c2ff555739a8a9aadcf9a) (2.2.6) 2025-08-30T00:43:42.0378677Z Requirement already satisfied: lxml>=4.7.1 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@d37febc1715edf0d236c2ff555739a8a9aadcf9a) (6.0.1) 2025-08-30T00:43:42.0380341Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) 2025-08-30T00:43:42.0380851Z Building wheels for collected packages: ethos-u-vela 2025-08-30T00:43:42.0382173Z Building wheel for ethos-u-vela (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2025-08-30T00:43:42.0383831Z [?25h Created wheel for ethos-u-vela: filename=ethos_u_vela-4.3.1.dev29+gd37febc-cp310-cp310-linux_x86_64.whl size=1896278 sha256=75933e2307b9c5bdf4d1f2913bcb87579eb4698f48e28227ca5d1074abf1aadc 2025-08-30T00:43:42.0385207Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/14/d4/f4/40021dc54c7c793e38b41444117a15c509286f193a29f99e9b 2025-08-30T00:43:42.0385934Z Successfully built ethos-u-vela 2025-08-30T00:43:42.0386329Z Installing collected packages: flatbuffers, ethos-u-vela 2025-08-30T00:43:42.0386763Z [?25l 2025-08-30T00:43:42.0387074Z  Attempting uninstall: flatbuffers 2025-08-30T00:43:42.0387310Z 2025-08-30T00:43:42.0387547Z  Found existing installation: flatbuffers 25.2.10 2025-08-30T00:43:42.0387841Z 2025-08-30T00:43:42.0388026Z  Uninstalling flatbuffers-25.2.10: 2025-08-30T00:43:42.0388272Z 2025-08-30T00:43:42.0388504Z  Successfully uninstalled flatbuffers-25.2.10 2025-08-30T00:43:42.0388795Z 2025-08-30T00:43:42.0389191Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ethos-u-vela] 2025-08-30T00:43:42.0389893Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ethos-u-vela] 2025-08-30T00:43:42.0390518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [ethos-u-vela] 2025-08-30T00:43:42.0390939Z [?25h 2025-08-30T00:43:42.0391961Z 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-08-30T00:43:42.0393008Z tosa-tools 2025.7.0 requires jsonschema, which is not installed. 2025-08-30T00:43:42.0393714Z tosa-tools 2025.7.0 requires flatbuffers==23.5.26, but you have flatbuffers 24.3.25 which is incompatible. 2025-08-30T00:43:42.0394637Z tosa-tools 2025.7.0 requires numpy<2, but you have numpy 2.2.6 which is incompatible. 2025-08-30T00:43:42.0395481Z Successfully installed ethos-u-vela-4.3.1.dev29+gd37febc flatbuffers-24.3.25 2025-08-30T00:43:42.0396285Z [main] Update path by running 'source /pytorch/executorch/examples/arm/ethos-u-scratch/setup_path.sh' 2025-08-30T00:43:42.0396895Z [main] success! 2025-08-30T00:43:42.0397179Z + sudo sysctl fs.inotify.max_user_watches=1048576 2025-08-30T00:43:42.0397727Z sysctl: setting key "fs.inotify.max_user_watches", ignoring: Read-only file system 2025-08-30T00:43:42.0398339Z + ARM_TEST=test_models_ethos-u85 2025-08-30T00:43:42.0398754Z + backends/arm/test/test_arm_baremetal.sh test_models_ethos-u85 2025-08-30T00:43:42.0399430Z /pytorch/executorch 2025-08-30T00:43:42.0399742Z Run Arm baremetal test suite test_models_ethos-u85 2025-08-30T00:43:42.0400359Z test_arm_baremetal.sh test_models_ethos-u85: Test Ethos-U85 delegated models with test_model.py 2025-08-30T00:43:42.0401450Z CALL: bash backends/arm/scripts/build_executorch.sh --et_build_root=arm_test/test_model --build_type=Release --devtools --etdump 2025-08-30T00:43:42.0402197Z + cd /pytorch/executorch 2025-08-30T00:43:42.0402475Z + set +x 2025-08-30T00:43:42.0402776Z -------------------------------------------------------------------------------- 2025-08-30T00:43:42.0403351Z Build ExecuTorch target libs Release into 'arm_test/test_model/cmake-out' 2025-08-30T00:43:42.0403907Z -------------------------------------------------------------------------------- 2025-08-30T00:43:42.0405314Z + cmake -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_ARM_ETDUMP=ON --preset arm-baremetal -Barm_test/test_model/cmake-out 2025-08-30T00:43:42.0406620Z Preset CMake variables: 2025-08-30T00:43:42.0406804Z 2025-08-30T00:43:42.0407144Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/arm_baremetal.cmake" 2025-08-30T00:43:42.0407614Z 2025-08-30T00:43:42.0407775Z -- The C compiler identification is GNU 13.3.1 2025-08-30T00:43:42.0408179Z -- The CXX compiler identification is GNU 13.3.1 2025-08-30T00:43:42.0408564Z -- Detecting C compiler ABI info 2025-08-30T00:43:42.0408888Z -- Detecting C compiler ABI info - done 2025-08-30T00:43:42.0409832Z -- 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-08-30T00:43:42.0410767Z -- Detecting C compile features 2025-08-30T00:43:42.0411091Z -- Detecting C compile features - done 2025-08-30T00:43:42.0411525Z -- Detecting CXX compiler ABI info 2025-08-30T00:43:42.0411862Z -- Detecting CXX compiler ABI info - done 2025-08-30T00:43:42.0412819Z -- 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-08-30T00:43:42.0413752Z -- Detecting CXX compile features 2025-08-30T00:43:42.0414142Z -- Detecting CXX compile features - done 2025-08-30T00:43:42.0414689Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/arm_baremetal.cmake 2025-08-30T00:43:42.0415250Z -- ccache not found, builds will not be cached 2025-08-30T00:43:42.0415791Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-08-30T00:43:42.0416705Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-08-30T00:43:42.0417443Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-08-30T00:43:42.0417904Z CMake. 2025-08-30T00:43:42.0418042Z 2025-08-30T00:43:42.0418286Z Update the VERSION argument value. Or, use the ... syntax 2025-08-30T00:43:42.0418907Z to tell CMake that the project requires at least but has been updated 2025-08-30T00:43:42.0419431Z to work with policies introduced by or earlier. 2025-08-30T00:43:42.0419712Z 2025-08-30T00:43:42.0419833Z  2025-08-30T00:43:42.0420059Z -- Looking for C++ include unistd.h 2025-08-30T00:43:42.0420408Z -- Looking for C++ include unistd.h - found 2025-08-30T00:43:42.0420758Z -- Looking for C++ include stdint.h 2025-08-30T00:43:42.0421103Z -- Looking for C++ include stdint.h - found 2025-08-30T00:43:42.0421458Z -- Looking for C++ include inttypes.h 2025-08-30T00:43:42.0421822Z -- Looking for C++ include inttypes.h - found 2025-08-30T00:43:42.0422196Z -- Looking for C++ include sys/types.h 2025-08-30T00:43:42.0422547Z -- Looking for C++ include sys/types.h - found 2025-08-30T00:43:42.0423046Z -- Looking for C++ include sys/stat.h 2025-08-30T00:43:42.0423395Z -- Looking for C++ include sys/stat.h - found 2025-08-30T00:43:42.0423764Z -- Looking for C++ include fnmatch.h 2025-08-30T00:43:42.0424111Z -- Looking for C++ include fnmatch.h - found 2025-08-30T00:43:42.0424508Z -- Looking for C++ include stddef.h 2025-08-30T00:43:42.0424858Z -- Looking for C++ include stddef.h - found 2025-08-30T00:43:42.0425215Z -- Check size of uint32_t 2025-08-30T00:43:42.0425581Z -- Check size of uint32_t - done 2025-08-30T00:43:42.0425888Z -- Looking for strtoll 2025-08-30T00:43:42.0426175Z -- Looking for strtoll - found 2025-08-30T00:43:42.0426827Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-08-30T00:43:42.0427562Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-08-30T00:43:42.0428016Z CMake. 2025-08-30T00:43:42.0428152Z 2025-08-30T00:43:42.0428398Z Update the VERSION argument value. Or, use the ... syntax 2025-08-30T00:43:42.0429016Z to tell CMake that the project requires at least but has been updated 2025-08-30T00:43:42.0429558Z to work with policies introduced by or earlier. 2025-08-30T00:43:42.0429841Z 2025-08-30T00:43:42.0429962Z  2025-08-30T00:43:42.0430526Z CMake Warning (dev) at third-party/flatcc/CMakeLists.txt:108 (option): 2025-08-30T00:43:42.0431147Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-08-30T00:43:42.0431771Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-08-30T00:43:42.0432304Z set the policy and suppress this warning. 2025-08-30T00:43:42.0432550Z 2025-08-30T00:43:42.0432815Z For compatibility with older versions of CMake, option is clearing the 2025-08-30T00:43:42.0433302Z normal variable 'FLATCC_ALLOW_WERROR'. 2025-08-30T00:43:42.0433775Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-08-30T00:43:42.0434228Z  2025-08-30T00:43:42.0434538Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-08-30T00:43:42.0435025Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-08-30T00:43:42.0435502Z -- Setting GNU C compiler options with c11 and Posix 2025-08-30T00:43:42.0435895Z -- Disabling -pedantic for GCC >= 8.0 2025-08-30T00:43:43.9396605Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-08-30T00:43:43.9397370Z -- GCC_VERSION: 13.3.1 2025-08-30T00:43:43.9397572Z 2025-08-30T00:43:43.9399347Z -- 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-08-30T00:43:43.9401327Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-08-30T00:43:43.9402261Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-08-30T00:43:43.9402739Z CMake. 2025-08-30T00:43:43.9402930Z 2025-08-30T00:43:43.9403177Z Update the VERSION argument value. Or, use the ... syntax 2025-08-30T00:43:43.9403791Z to tell CMake that the project requires at least but has been updated 2025-08-30T00:43:43.9404393Z to work with policies introduced by or earlier. 2025-08-30T00:43:43.9404729Z 2025-08-30T00:43:43.9404865Z  2025-08-30T00:43:43.9405093Z -- Generating selected operator lib: 2025-08-30T00:43:43.9405606Z -- LIB_NAME: portable_ops_lib 2025-08-30T00:43:43.9406120Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-08-30T00:43:43.9406741Z -- ROOT_OPS: 2025-08-30T00:43:43.9407041Z -- INCLUDE_ALL_OPS: 2025-08-30T00:43:43.9407310Z -- OPS_FROM_MODEL: 2025-08-30T00:43:43.9407572Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:43:43.9409244Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_model/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-08-30T00:43:43.9410966Z -- Generating kernel bindings: 2025-08-30T00:43:43.9411354Z -- LIB_NAME: portable_ops_lib 2025-08-30T00:43:43.9411806Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-08-30T00:43:43.9412280Z -- CUSTOM_OPS_YAML: 2025-08-30T00:43:43.9412559Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-08-30T00:43:43.9412894Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:43:43.9415252Z Generated files /pytorch/executorch/arm_test/test_model/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_model/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_model/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-08-30T00:43:43.9417210Z -- Generating operator lib: 2025-08-30T00:43:43.9417520Z -- LIB_NAME: portable_ops_lib 2025-08-30T00:43:43.9417828Z -- KERNEL_LIBS: portable_kernels 2025-08-30T00:43:43.9418162Z -- DEPS: executorch_core 2025-08-30T00:43:43.9418441Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:43:43.9418966Z -- CMSIS-NN source dir: /pytorch/executorch/arm_test/test_model/cmake-out/_deps/cmsis_nn-src 2025-08-30T00:43:43.9419748Z -- CMSIS-NN binary dir: /pytorch/executorch/arm_test/test_model/cmake-out/_deps/cmsis_nn-build 2025-08-30T00:43:43.9420334Z -- Generating selected operator lib: 2025-08-30T00:43:43.9420657Z -- LIB_NAME: cortex_m_ops_lib 2025-08-30T00:43:43.9421129Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-08-30T00:43:43.9421620Z -- ROOT_OPS: 2025-08-30T00:43:43.9421853Z -- INCLUDE_ALL_OPS: 2025-08-30T00:43:43.9422116Z -- OPS_FROM_MODEL: 2025-08-30T00:43:43.9422375Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:43:43.9423930Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_model/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-08-30T00:43:43.9425273Z -- Generating kernel bindings: 2025-08-30T00:43:43.9425584Z -- LIB_NAME: cortex_m_ops_lib 2025-08-30T00:43:43.9425883Z -- FUNCTIONS_YAML: 2025-08-30T00:43:43.9426303Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-08-30T00:43:43.9426818Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-08-30T00:43:43.9427132Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:43:43.9431378Z Generated files /pytorch/executorch/arm_test/test_model/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_model/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_model/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_model/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_model/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_model/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-08-30T00:43:43.9434903Z -- Generating operator lib: 2025-08-30T00:43:43.9435194Z -- LIB_NAME: cortex_m_ops_lib 2025-08-30T00:43:43.9435509Z -- KERNEL_LIBS: cortex_m_kernels 2025-08-30T00:43:43.9435810Z -- DEPS: executorch 2025-08-30T00:43:43.9436080Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:43:43.9436458Z -- Generating selected operator lib: 2025-08-30T00:43:43.9436912Z -- LIB_NAME: quantized_ops_lib 2025-08-30T00:43:43.9437365Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-08-30T00:43:43.9437892Z -- ROOT_OPS: 2025-08-30T00:43:43.9438142Z -- INCLUDE_ALL_OPS: 2025-08-30T00:43:43.9438395Z -- OPS_FROM_MODEL: 2025-08-30T00:43:43.9438667Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:43:43.9440236Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/test_model/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-08-30T00:43:43.9441725Z -- Generating kernel bindings: 2025-08-30T00:43:43.9442046Z -- LIB_NAME: quantized_ops_lib 2025-08-30T00:43:43.9442343Z -- FUNCTIONS_YAML: 2025-08-30T00:43:43.9442772Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-08-30T00:43:43.9443270Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-08-30T00:43:43.9443661Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:43:43.9448029Z Generated files /pytorch/executorch/arm_test/test_model/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/test_model/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/test_model/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/test_model/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/test_model/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/test_model/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-08-30T00:43:43.9451799Z -- Generating operator lib: 2025-08-30T00:43:43.9452099Z -- LIB_NAME: quantized_ops_lib 2025-08-30T00:43:43.9452428Z -- KERNEL_LIBS: quantized_kernels 2025-08-30T00:43:43.9452749Z -- DEPS: executorch_core 2025-08-30T00:43:43.9453054Z -- DTYPE_SELECTIVE_BUILD: 2025-08-30T00:43:43.9453429Z -- --- Configured Options --- 2025-08-30T00:43:43.9453643Z 2025-08-30T00:43:43.9453777Z -- BUILD_TESTING : OFF 2025-08-30T00:43:43.9454239Z -- CCACHE_PROGRAM : CCACHE_PROGRAM-NOTFOUND 2025-08-30T00:43:43.9454700Z -- CMAKE_BUILD_TYPE : Release 2025-08-30T00:43:43.9455106Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-08-30T00:43:43.9455483Z -- CMAKE_CXX_STANDARD : 17 2025-08-30T00:43:43.9455905Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-08-30T00:43:43.9456564Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-08-30T00:43:43.9457228Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-08-30T00:43:43.9457629Z -- EXECUTORCH_BUILD_ARM_ETDUMP : ON 2025-08-30T00:43:43.9458014Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-08-30T00:43:43.9458418Z -- EXECUTORCH_BUILD_COREML : OFF 2025-08-30T00:43:43.9458797Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-08-30T00:43:43.9459188Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-08-30T00:43:43.9459563Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-08-30T00:43:43.9459952Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-08-30T00:43:43.9460342Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-08-30T00:43:43.9460744Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-08-30T00:43:43.9461156Z -- EXECUTORCH_BUILD_EXTENSION_EVALUE_UTIL : OFF 2025-08-30T00:43:43.9461550Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-08-30T00:43:43.9461952Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-08-30T00:43:43.9462342Z -- EXECUTORCH_BUILD_EXTENSION_LLM_APPLE : OFF 2025-08-30T00:43:43.9462751Z -- EXECUTORCH_BUILD_EXTENSION_LLM_RUNNER : OFF 2025-08-30T00:43:43.9463145Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-08-30T00:43:43.9463556Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-08-30T00:43:43.9463950Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-08-30T00:43:43.9464356Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-08-30T00:43:43.9464755Z -- EXECUTORCH_BUILD_KERNELS_LLM : OFF 2025-08-30T00:43:43.9465138Z -- EXECUTORCH_BUILD_KERNELS_LLM_AOT : OFF 2025-08-30T00:43:43.9465536Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-08-30T00:43:43.9465928Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-08-30T00:43:43.9466429Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-08-30T00:43:43.9466814Z -- EXECUTORCH_BUILD_MPS : OFF 2025-08-30T00:43:43.9467203Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-08-30T00:43:43.9467591Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-08-30T00:43:43.9467974Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-08-30T00:43:43.9468658Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/arm_baremetal.cmake 2025-08-30T00:43:43.9469269Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-08-30T00:43:43.9469665Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-08-30T00:43:43.9470040Z -- EXECUTORCH_BUILD_QNN : OFF 2025-08-30T00:43:43.9470433Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-08-30T00:43:43.9470812Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-08-30T00:43:43.9471212Z -- EXECUTORCH_BUILD_TOKENIZERS_WASM : OFF 2025-08-30T00:43:43.9471639Z -- EXECUTORCH_BUILD_VGF : OFF 2025-08-30T00:43:43.9472016Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-08-30T00:43:43.9472402Z -- EXECUTORCH_BUILD_WASM : OFF 2025-08-30T00:43:43.9472777Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-08-30T00:43:43.9473168Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-08-30T00:43:43.9473558Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-08-30T00:43:43.9473977Z -- EXECUTORCH_ENABLE_DTYPE_SELECTIVE_BUILD : FALSE 2025-08-30T00:43:43.9474385Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-08-30T00:43:43.9474774Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-08-30T00:43:43.9475176Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-08-30T00:43:43.9475584Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-08-30T00:43:43.9475991Z -- EXECUTORCH_LOG_LEVEL : Info 2025-08-30T00:43:43.9476365Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-08-30T00:43:43.9476751Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-08-30T00:43:45.6756505Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-08-30T00:43:45.6757716Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-08-30T00:43:45.6758846Z -- EXECUTORCH_SELECT_OPS_LIST : 2025-08-30T00:43:45.6759550Z -- EXECUTORCH_SELECT_OPS_MODEL : 2025-08-30T00:43:45.6760226Z -- EXECUTORCH_SELECT_OPS_YAML : 2025-08-30T00:43:45.6760958Z -- EXECUTORCH_USE_CPP_CODE_COVERAGE : OFF 2025-08-30T00:43:45.6761660Z -- EXECUTORCH_USE_DL : ON 2025-08-30T00:43:45.6762368Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : ON 2025-08-30T00:43:45.6763065Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-08-30T00:43:45.6763800Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-08-30T00:43:45.6764529Z -- PYTHON_EXECUTABLE : python 2025-08-30T00:43:45.6765178Z -- -------------------------- 2025-08-30T00:43:45.6765716Z -- Configuring done (3.0s) 2025-08-30T00:43:45.6766207Z -- Generating done (0.1s) 2025-08-30T00:43:45.6767075Z -- Build files have been written to: /pytorch/executorch/arm_test/test_model/cmake-out 2025-08-30T00:43:45.6767996Z ++ nproc 2025-08-30T00:43:45.6768736Z + cmake --build arm_test/test_model/cmake-out -j8 --target install --config Release -- 2025-08-30T00:43:45.6770747Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.obj 2025-08-30T00:43:45.6772522Z [ 1%] Creating directories for 'flatbuffers_external_project' 2025-08-30T00:43:45.6773747Z [ 2%] Creating directories for 'flatcc_external_project' 2025-08-30T00:43:45.6775491Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.obj 2025-08-30T00:43:45.6777751Z [ 3%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.obj 2025-08-30T00:43:45.6804419Z [ 4%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_elementwise_add_s16.c.obj 2025-08-30T00:43:45.6806950Z [ 4%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_elementwise_mul_s16.c.obj 2025-08-30T00:43:45.6809389Z [ 4%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_elementwise_add_s8.c.obj 2025-08-30T00:43:45.6811524Z [ 4%] No download step for 'flatbuffers_external_project' 2025-08-30T00:43:45.6812655Z [ 4%] No download step for 'flatcc_external_project' 2025-08-30T00:43:45.6813706Z [ 4%] No update step for 'flatbuffers_external_project' 2025-08-30T00:43:45.6814755Z [ 4%] No update step for 'flatcc_external_project' 2025-08-30T00:43:45.6815815Z [ 4%] No patch step for 'flatbuffers_external_project' 2025-08-30T00:43:45.6816833Z [ 4%] No patch step for 'flatcc_external_project' 2025-08-30T00:43:45.6818021Z [ 5%] Performing configure step for 'flatbuffers_external_project' 2025-08-30T00:43:45.6819294Z [ 5%] Performing configure step for 'flatcc_external_project' 2025-08-30T00:43:45.6820216Z CMake Warning: 2025-08-30T00:43:45.6820817Z Ignoring empty string ("") provided on the command line. 2025-08-30T00:43:45.6821408Z 2025-08-30T00:43:45.6821605Z  2025-08-30T00:43:45.6822066Z CMake Warning: 2025-08-30T00:43:45.6822657Z Ignoring empty string ("") provided on the command line. 2025-08-30T00:43:45.6823212Z 2025-08-30T00:43:45.6823432Z  2025-08-30T00:43:45.6824268Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-08-30T00:43:45.6825448Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-08-30T00:43:45.6826300Z CMake. 2025-08-30T00:43:45.6826535Z 2025-08-30T00:43:45.6826992Z Update the VERSION argument value. Or, use the ... syntax 2025-08-30T00:43:45.6828160Z to tell CMake that the project requires at least but has been updated 2025-08-30T00:43:45.6829125Z to work with policies introduced by or earlier. 2025-08-30T00:43:45.6829643Z 2025-08-30T00:43:45.6829865Z  2025-08-30T00:43:45.6830331Z fatal: No names found, cannot describe anything. 2025-08-30T00:43:45.6831276Z CMake Warning at CMake/Version.cmake:32 (message): 2025-08-30T00:43:45.6832015Z git describe failed with exit code: 128 2025-08-30T00:43:45.6832476Z 2025-08-30T00:43:45.6832798Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-08-30T00:43:45.6833540Z Call Stack (most recent call first): 2025-08-30T00:43:45.6834131Z CMakeLists.txt:5 (include) 2025-08-30T00:43:45.6834486Z 2025-08-30T00:43:45.6834715Z  2025-08-30T00:43:45.6835126Z -- Proceeding with version: 24.3.25.0 2025-08-30T00:43:45.6835793Z -- The C compiler identification is Clang 12.0.1 2025-08-30T00:43:45.6836470Z -- Detecting C compiler ABI info 2025-08-30T00:43:45.6837131Z -- The CXX compiler identification is Clang 12.0.1 2025-08-30T00:43:45.6837836Z -- Detecting CXX compiler ABI info 2025-08-30T00:43:45.6839502Z [ 5%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_elementwise_mul_s16_s8.c.obj 2025-08-30T00:43:45.6846119Z [ 6%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_elementwise_mul_s8.c.obj 2025-08-30T00:43:45.6848732Z [ 6%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConcatenationFunctions/arm_concatenation_s8_w.c.obj 2025-08-30T00:43:45.6850284Z -- Detecting C compiler ABI info - done 2025-08-30T00:43:45.6851067Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-08-30T00:43:45.6851967Z -- Detecting C compile features 2025-08-30T00:43:45.6853464Z -- Detecting C compile features - done 2025-08-30T00:43:45.6854245Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-08-30T00:43:45.6855499Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-08-30T00:43:45.6856303Z -- Setting Clang compiler options 2025-08-30T00:43:45.6857723Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-08-30T00:43:45.6859179Z -- Configuring done (0.5s) 2025-08-30T00:43:45.6860892Z [ 6%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConcatenationFunctions/arm_concatenation_s8_x.c.obj 2025-08-30T00:43:45.6862475Z -- Generating done (0.0s) 2025-08-30T00:43:45.6863076Z CMake Warning: 2025-08-30T00:43:45.6863715Z Manually-specified variables were not used by the project: 2025-08-30T00:43:45.6864340Z 2025-08-30T00:43:45.6864541Z CMAKE_POLICY_VERSION_MINIMUM 2025-08-30T00:43:45.6864915Z 2025-08-30T00:43:45.6865143Z  2025-08-30T00:43:45.6866444Z -- Build files have been written to: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-08-30T00:43:45.6869094Z [ 6%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConcatenationFunctions/arm_concatenation_s8_y.c.obj 2025-08-30T00:43:45.6871645Z [ 7%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConcatenationFunctions/arm_concatenation_s8_z.c.obj 2025-08-30T00:43:45.6873463Z [ 8%] Performing build step for 'flatcc_external_project' 2025-08-30T00:43:45.6874781Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-08-30T00:43:45.6875738Z -- Detecting CXX compiler ABI info - done 2025-08-30T00:43:45.6876562Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-08-30T00:43:45.6877288Z -- Detecting CXX compile features 2025-08-30T00:43:45.6877914Z -- Detecting CXX compile features - done 2025-08-30T00:43:45.6878514Z -- Looking for strtof_l 2025-08-30T00:43:45.6879477Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-08-30T00:43:45.6881728Z [ 8%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_fully_connected_get_buffer_sizes_s8.c.obj 2025-08-30T00:43:45.6884488Z [ 8%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_fully_connected_s8.c.obj 2025-08-30T00:43:45.6886434Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-08-30T00:43:45.6888570Z [ 8%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_fully_connected_get_buffer_sizes_s16.c.obj 2025-08-30T00:43:45.6891425Z [ 9%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_fully_connected_s16.c.obj 2025-08-30T00:43:45.6893941Z [ 9%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_1_x_n_s8.c.obj 2025-08-30T00:43:45.6895826Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-08-30T00:43:45.6897790Z [ 9%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_1x1_s8.c.obj 2025-08-30T00:43:45.6899762Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-08-30T00:43:45.6901041Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-08-30T00:43:45.6901881Z -- Looking for strtof_l - found 2025-08-30T00:43:45.6902361Z -- Looking for strtoull_l 2025-08-30T00:43:45.6903741Z [ 10%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_1x1_s8_fast.c.obj 2025-08-30T00:43:45.6905554Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-08-30T00:43:45.6907551Z [ 10%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_get_buffer_sizes_s8.c.obj 2025-08-30T00:43:45.6910373Z [ 10%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_s8.c.obj 2025-08-30T00:43:45.6911723Z [ 21%] Built target flatccrt 2025-08-30T00:43:45.6912953Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-08-30T00:43:45.6914707Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-08-30T00:43:45.6917072Z [ 10%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_wrapper_s8.c.obj 2025-08-30T00:43:45.6919655Z [ 11%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_3x3_s8.c.obj 2025-08-30T00:43:45.6922309Z [ 11%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_get_buffer_sizes_s8.c.obj 2025-08-30T00:43:45.6923958Z -- Looking for strtoull_l - found 2025-08-30T00:43:45.6924525Z -- Looking for realpath 2025-08-30T00:43:45.6926104Z [ 11%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_s8.c.obj 2025-08-30T00:43:45.6928150Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-08-30T00:43:47.5161113Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-08-30T00:43:47.5162927Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-08-30T00:43:47.5165142Z [ 11%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_s8_opt.c.obj 2025-08-30T00:43:47.5167281Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-08-30T00:43:47.5168983Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-08-30T00:43:47.5170128Z -- Looking for realpath - found 2025-08-30T00:43:47.5170812Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-08-30T00:43:47.5171661Z -- Configuring done (1.7s) 2025-08-30T00:43:47.5172211Z -- Generating done (0.0s) 2025-08-30T00:43:47.5173916Z -- Build files have been written to: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-08-30T00:43:47.5176154Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-08-30T00:43:47.5177500Z [ 11%] Performing build step for 'flatbuffers_external_project' 2025-08-30T00:43:47.5179582Z [ 12%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_wrapper_s8.c.obj 2025-08-30T00:43:47.5181546Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-08-30T00:43:47.5183621Z [ 12%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_nn_depthwise_conv_s8_core.c.obj 2025-08-30T00:43:47.5186369Z [ 12%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_s8_s16.c.obj 2025-08-30T00:43:47.5188397Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-08-30T00:43:47.5190356Z [ 12%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_nn_mat_mult_s8.c.obj 2025-08-30T00:43:47.5192841Z [ 13%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_fast_s16.c.obj 2025-08-30T00:43:47.5194778Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-08-30T00:43:47.5196969Z [ 13%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_get_buffer_sizes_s16.c.obj 2025-08-30T00:43:47.5199875Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-08-30T00:43:47.5203269Z [ 13%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_s16.c.obj 2025-08-30T00:43:47.5207330Z [ 14%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_wrapper_s16.c.obj 2025-08-30T00:43:47.5211605Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-08-30T00:43:47.5213883Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-08-30T00:43:47.5216889Z [ 14%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_fast_s16.c.obj 2025-08-30T00:43:47.5221453Z [ 14%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_get_buffer_sizes_s16.c.obj 2025-08-30T00:43:47.5225933Z [ 14%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_s16.c.obj 2025-08-30T00:43:47.5229521Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-08-30T00:43:47.5231763Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-08-30T00:43:47.5234755Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-08-30T00:43:47.5238516Z [ 15%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_wrapper_s16.c.obj 2025-08-30T00:43:47.5242244Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-08-30T00:43:47.5245409Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-08-30T00:43:47.5248665Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-08-30T00:43:47.5252140Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-08-30T00:43:47.5255883Z [ 15%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ActivationFunctions/arm_relu6_s8.c.obj 2025-08-30T00:43:47.5259589Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-08-30T00:43:47.5269227Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-08-30T00:43:47.5272817Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-08-30T00:43:47.5275925Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-08-30T00:43:47.5279315Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-08-30T00:43:47.5281164Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-08-30T00:43:47.5283392Z [ 15%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ActivationFunctions/arm_nn_activation_s16.c.obj 2025-08-30T00:43:47.5289147Z [ 15%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ActivationFunctions/arm_relu_q7.c.obj 2025-08-30T00:43:47.5293319Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-08-30T00:43:47.5296938Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-08-30T00:43:47.5303064Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-08-30T00:43:47.5308110Z [ 16%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ActivationFunctions/arm_relu_q15.c.obj 2025-08-30T00:43:47.5313008Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-08-30T00:43:47.5324506Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-08-30T00:43:47.5333524Z [ 16%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PoolingFunctions/arm_avgpool_get_buffer_sizes_s8.c.obj 2025-08-30T00:43:47.5337046Z [ 16%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PoolingFunctions/arm_avgpool_s8.c.obj 2025-08-30T00:43:47.5339317Z [ 16%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PoolingFunctions/arm_max_pool_s8.c.obj 2025-08-30T00:43:47.5342655Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-08-30T00:43:47.5344303Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-08-30T00:43:47.5347733Z [ 17%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PoolingFunctions/arm_avgpool_get_buffer_sizes_s16.c.obj 2025-08-30T00:43:47.5350224Z [ 17%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PoolingFunctions/arm_avgpool_s16.c.obj 2025-08-30T00:43:47.5353644Z [ 17%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PoolingFunctions/arm_max_pool_s16.c.obj 2025-08-30T00:43:47.5354987Z [ 93%] Built target flatcc 2025-08-30T00:43:47.5355958Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-08-30T00:43:47.5357327Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-08-30T00:43:47.5359309Z [ 18%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SoftmaxFunctions/arm_nn_softmax_common_s8.c.obj 2025-08-30T00:43:47.5361181Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-08-30T00:43:47.5362670Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-08-30T00:43:47.5364608Z [ 18%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SoftmaxFunctions/arm_softmax_s8.c.obj 2025-08-30T00:43:47.5366303Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-08-30T00:43:47.5367231Z [100%] Built target flatcc_cli 2025-08-30T00:43:47.5368714Z [ 18%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SoftmaxFunctions/arm_softmax_s8_s16.c.obj 2025-08-30T00:43:47.5370453Z [ 18%] Performing install step for 'flatcc_external_project' 2025-08-30T00:43:47.5371325Z [ 21%] Built target flatccrt 2025-08-30T00:43:47.5371796Z [ 93%] Built target flatcc 2025-08-30T00:43:47.5372706Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-08-30T00:43:47.5373556Z [100%] Built target flatcc_cli 2025-08-30T00:43:47.5374122Z Install the project... 2025-08-30T00:43:47.5374596Z -- Install configuration: "" 2025-08-30T00:43:47.5375669Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-08-30T00:43:47.5377660Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-08-30T00:43:47.5379913Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-08-30T00:43:47.5382127Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-08-30T00:43:47.5384407Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-08-30T00:43:47.5386697Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-08-30T00:43:47.5389004Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-08-30T00:43:47.5391286Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-08-30T00:43:47.5393808Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-08-30T00:43:47.5396073Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-08-30T00:43:47.5398262Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-08-30T00:43:47.5400802Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-08-30T00:43:47.5402913Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-08-30T00:43:47.5405263Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-08-30T00:43:47.5407501Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-08-30T00:43:47.5409847Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-08-30T00:43:47.5412150Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-08-30T00:43:47.5414365Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-08-30T00:43:47.5416637Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-08-30T00:43:47.5418822Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-08-30T00:43:47.5421082Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-08-30T00:43:47.5423330Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-08-30T00:43:47.5425446Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-08-30T00:43:47.5434288Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-08-30T00:43:47.5436547Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-08-30T00:43:47.5438859Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-08-30T00:43:47.5441214Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-08-30T00:43:47.5443307Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-08-30T00:43:47.5445097Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-08-30T00:43:47.5446983Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-08-30T00:43:47.5448920Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-08-30T00:43:47.5450930Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-08-30T00:43:47.5453171Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-08-30T00:43:47.5455412Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-08-30T00:43:47.5457718Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-08-30T00:43:47.5461096Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-08-30T00:43:47.5463581Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-08-30T00:43:47.5465776Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-08-30T00:43:47.5468135Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-08-30T00:43:47.5470379Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-08-30T00:43:47.5472406Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-08-30T00:43:47.5474491Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-08-30T00:43:47.5476640Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-08-30T00:43:47.5479126Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-08-30T00:43:47.5481723Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-08-30T00:43:47.5484164Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-08-30T00:43:47.5486689Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-08-30T00:43:47.5488972Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-08-30T00:43:47.5491454Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-08-30T00:43:47.5493893Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-08-30T00:43:47.5496393Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-08-30T00:43:47.5498900Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-08-30T00:43:47.5501008Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-08-30T00:43:47.5503136Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-08-30T00:43:47.5505420Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-08-30T00:43:47.5509735Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-08-30T00:43:47.5512316Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-08-30T00:43:47.5515149Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-08-30T00:43:47.5517516Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-08-30T00:43:47.5519869Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-08-30T00:43:47.5522626Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-08-30T00:43:47.5525214Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-08-30T00:43:47.5527835Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-08-30T00:43:47.5530482Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-08-30T00:43:47.5533023Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-08-30T00:43:50.5657694Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-08-30T00:43:50.5659143Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-08-30T00:43:50.5660608Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-08-30T00:43:50.5662024Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-08-30T00:43:50.5663389Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-08-30T00:43:50.5664764Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-08-30T00:43:50.5666016Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-08-30T00:43:50.5667191Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-08-30T00:43:50.5668382Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-08-30T00:43:50.5669598Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-08-30T00:43:50.5670806Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-08-30T00:43:50.5672039Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-08-30T00:43:50.5673207Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-08-30T00:43:50.5674270Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-08-30T00:43:50.5675296Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-08-30T00:43:50.5676264Z [ 18%] Completed 'flatcc_external_project' 2025-08-30T00:43:50.5676923Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-08-30T00:43:50.5677922Z [ 18%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SoftmaxFunctions/arm_softmax_s16.c.obj 2025-08-30T00:43:50.5679350Z [ 18%] Built target flatcc_external_project 2025-08-30T00:43:50.5680159Z [ 19%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SVDFunctions/arm_svdf_s8.c.obj 2025-08-30T00:43:50.5681074Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-08-30T00:43:50.5681808Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-08-30T00:43:50.5682615Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-08-30T00:43:50.5683601Z [ 19%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SVDFunctions/arm_svdf_state_s16_s8.c.obj 2025-08-30T00:43:50.5684861Z [ 19%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/LSTMFunctions/arm_lstm_unidirectional_s8_s16.c.obj 2025-08-30T00:43:50.5685860Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-08-30T00:43:50.5686617Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-08-30T00:43:50.5687370Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-08-30T00:43:50.5688347Z [ 19%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ReshapeFunctions/arm_reshape_s8.c.obj 2025-08-30T00:43:50.5689689Z [ 20%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_padded_s8.c.obj 2025-08-30T00:43:50.5691208Z [ 20%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_s8.c.obj 2025-08-30T00:43:50.5692625Z [ 20%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_lstm_calculate_gate_s8_s16.c.obj 2025-08-30T00:43:50.5693759Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-08-30T00:43:50.5694881Z [ 20%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_lstm_step_s8_s16.c.obj 2025-08-30T00:43:50.5695948Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-08-30T00:43:50.5696684Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-08-30T00:43:50.5697784Z [ 21%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_lstm_update_output_s8_s16.c.obj 2025-08-30T00:43:50.5699782Z [ 21%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_mat_mul_core_1x_s8.c.obj 2025-08-30T00:43:50.5701234Z [ 21%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_mat_mul_core_4x_s8.c.obj 2025-08-30T00:43:50.5702209Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-08-30T00:43:50.5703211Z [ 22%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_mat_mult_nt_t_s8.c.obj 2025-08-30T00:43:50.5704203Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-08-30T00:43:50.5705294Z [ 22%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_vec_mat_mul_result_acc_s8.c.obj 2025-08-30T00:43:50.5706650Z [ 22%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s8.c.obj 2025-08-30T00:43:50.5707675Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-08-30T00:43:50.5708762Z [ 22%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_svdf_s8.c.obj 2025-08-30T00:43:50.5709940Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.obj 2025-08-30T00:43:50.5711185Z [ 23%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_s8_to_s16_unordered_with_offset.c.obj 2025-08-30T00:43:50.5712756Z [ 23%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_s16.c.obj 2025-08-30T00:43:50.5713862Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-08-30T00:43:50.5715103Z [ 23%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_lstm_update_cell_state_s16.c.obj 2025-08-30T00:43:50.5716156Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-08-30T00:43:50.5717205Z [ 23%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_mat_mul_kernel_s16.c.obj 2025-08-30T00:43:50.5718522Z [ 24%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s16.c.obj 2025-08-30T00:43:50.5719787Z [ 24%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nntables.c.obj 2025-08-30T00:43:50.5721040Z [ 24%] Building C object _deps/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_q7_to_q15_with_offset.c.obj 2025-08-30T00:43:50.5722192Z [ 25%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.obj 2025-08-30T00:43:50.5723045Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-08-30T00:43:50.5723774Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-08-30T00:43:50.5724668Z [ 25%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.obj 2025-08-30T00:43:50.5725581Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-08-30T00:43:50.5726446Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-08-30T00:43:50.5727136Z [ 25%] Linking C static library libcmsis-nn.a 2025-08-30T00:43:50.5727524Z [ 25%] Built target cmsis-nn 2025-08-30T00:43:50.5728210Z [ 25%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.obj 2025-08-30T00:43:50.5729221Z [ 26%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.obj 2025-08-30T00:43:50.5730186Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-08-30T00:43:50.5731078Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-08-30T00:43:50.5732073Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-08-30T00:43:50.5732940Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-08-30T00:43:50.5733653Z [ 26%] Linking CXX static library libgflags_nothreads.a 2025-08-30T00:43:50.5734120Z [ 26%] Built target gflags_nothreads_static 2025-08-30T00:43:50.5734876Z [ 26%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.obj 2025-08-30T00:43:50.5735622Z [100%] Linking CXX executable flatc 2025-08-30T00:43:50.5735986Z [100%] Built target flatc 2025-08-30T00:43:53.1516803Z [ 26%] Performing install step for 'flatbuffers_external_project' 2025-08-30T00:43:53.1517678Z [100%] Built target flatc 2025-08-30T00:43:53.1518390Z Install the project... 2025-08-30T00:43:53.1518946Z -- Install configuration: "" 2025-08-30T00:43:53.1520271Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-08-30T00:43:53.1522470Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-08-30T00:43:53.1524837Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-08-30T00:43:53.1527629Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-08-30T00:43:53.1529897Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-08-30T00:43:53.1532563Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-08-30T00:43:53.1535034Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-08-30T00:43:53.1537329Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-08-30T00:43:53.1539581Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-08-30T00:43:53.1542026Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-08-30T00:43:53.1544306Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-08-30T00:43:53.1546571Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-08-30T00:43:53.1548784Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-08-30T00:43:53.1550803Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-08-30T00:43:53.1553046Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-08-30T00:43:53.1555362Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-08-30T00:43:53.1557484Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-08-30T00:43:53.1559549Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-08-30T00:43:53.1562027Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-08-30T00:43:53.1564291Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-08-30T00:43:53.1566771Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-08-30T00:43:53.1569394Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-08-30T00:43:53.1571995Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-08-30T00:43:53.1574678Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-08-30T00:43:53.1577435Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-08-30T00:43:53.1580293Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-08-30T00:43:53.1582926Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-08-30T00:43:53.1585802Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-08-30T00:43:53.1588279Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-08-30T00:43:53.1591076Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-08-30T00:43:53.1593747Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-08-30T00:43:53.1596274Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-08-30T00:43:53.1599024Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-08-30T00:43:53.1602031Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-08-30T00:43:53.1604861Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-08-30T00:43:53.1607888Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-08-30T00:43:53.1610946Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-08-30T00:43:53.1613824Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-08-30T00:43:53.1616361Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-08-30T00:43:53.1619461Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-08-30T00:43:53.1621846Z [ 26%] Completed 'flatbuffers_external_project' 2025-08-30T00:43:53.1622806Z [ 26%] Built target flatbuffers_external_project 2025-08-30T00:43:53.1623769Z [ 27%] Generating common_schema headers 2025-08-30T00:43:53.1624532Z [ 27%] Built target common_schema 2025-08-30T00:43:53.1625401Z [ 28%] Generating program_schema headers 2025-08-30T00:43:53.1626145Z [ 28%] Built target program_schema 2025-08-30T00:43:53.1627607Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.obj 2025-08-30T00:43:53.1629462Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.obj 2025-08-30T00:43:53.1631581Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.obj 2025-08-30T00:43:53.1633792Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.obj 2025-08-30T00:43:53.1636117Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.obj 2025-08-30T00:43:53.1638156Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.obj 2025-08-30T00:43:53.1639602Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.obj 2025-08-30T00:43:53.1641174Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.obj 2025-08-30T00:43:53.1642898Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.obj 2025-08-30T00:43:53.1644611Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.obj 2025-08-30T00:43:53.1646309Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.obj 2025-08-30T00:43:53.1648491Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.obj 2025-08-30T00:43:53.1650495Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.obj 2025-08-30T00:43:53.1652551Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.obj 2025-08-30T00:43:53.1654624Z [ 31%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-08-30T00:43:53.1655650Z [ 31%] Built target flatccrt 2025-08-30T00:43:53.1656735Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.obj 2025-08-30T00:43:53.1658323Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.obj 2025-08-30T00:43:53.1659924Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.obj 2025-08-30T00:43:53.1661465Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.obj 2025-08-30T00:43:53.1662995Z [ 33%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.obj 2025-08-30T00:44:05.6675882Z [ 33%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.obj 2025-08-30T00:44:05.6677830Z [ 33%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.obj 2025-08-30T00:44:05.6684761Z /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-08-30T00:44:05.6689535Z /pytorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp:66:62: warning: left shift count >= width of type [-Wshift-count-overflow] 2025-08-30T00:44:05.6691990Z 66 | memory_offset |= static_cast(memory_offset_high) << 32; 2025-08-30T00:44:05.6693192Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ 2025-08-30T00:44:05.6694276Z [ 33%] Linking CXX static library libexecutorch_core.a 2025-08-30T00:44:05.6695077Z [ 33%] Built target executorch_core 2025-08-30T00:44:05.6696325Z [ 34%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.obj 2025-08-30T00:44:05.6698039Z [ 34%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.obj 2025-08-30T00:44:05.6700025Z [ 35%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs.cpp.obj 2025-08-30T00:44:05.6701847Z [ 35%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.obj 2025-08-30T00:44:05.6704046Z [ 35%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/EthosUBackend.cpp.obj 2025-08-30T00:44:05.6706239Z [ 35%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/VelaBinStream.cpp.obj 2025-08-30T00:44:05.6708504Z [ 36%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs_portable.cpp.obj 2025-08-30T00:44:05.6710889Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.obj 2025-08-30T00:44:05.6713354Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.obj 2025-08-30T00:44:05.6715571Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/arange_util.cpp.obj 2025-08-30T00:44:05.6717787Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.obj 2025-08-30T00:44:05.6720371Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.obj 2025-08-30T00:44:05.6722043Z [ 37%] Linking CXX static library libextension_runner_util.a 2025-08-30T00:44:05.6722917Z [ 37%] Built target extension_runner_util 2025-08-30T00:44:05.6724479Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.obj 2025-08-30T00:44:05.6726474Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.obj 2025-08-30T00:44:05.6727936Z [ 38%] Linking CXX static library libexecutorch_delegate_ethos_u.a 2025-08-30T00:44:05.6728794Z [ 38%] Built target executorch_delegate_ethos_u 2025-08-30T00:44:05.6730231Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.obj 2025-08-30T00:44:05.6732341Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.obj 2025-08-30T00:44:05.6734301Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.obj 2025-08-30T00:44:05.6736492Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.obj 2025-08-30T00:44:05.6738681Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.obj 2025-08-30T00:44:05.6740754Z [ 40%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.obj 2025-08-30T00:44:05.6742173Z [ 41%] Linking CXX static library libexecutorch.a 2025-08-30T00:44:05.6742897Z [ 41%] Built target executorch 2025-08-30T00:44:05.6744361Z [ 41%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.obj 2025-08-30T00:44:05.6746565Z [ 41%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.obj 2025-08-30T00:44:05.6748829Z [ 41%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.obj 2025-08-30T00:44:05.6751279Z [ 42%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.obj 2025-08-30T00:44:05.6753704Z [ 42%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.obj 2025-08-30T00:44:05.6755343Z [ 42%] Generating etdump headers 2025-08-30T00:44:05.6756737Z [ 42%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.obj 2025-08-30T00:44:05.6758443Z [ 43%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.obj 2025-08-30T00:44:05.6760462Z [ 43%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.obj 2025-08-30T00:44:05.6762654Z [ 43%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.obj 2025-08-30T00:44:05.6764039Z [ 43%] Generating bundled_program headers 2025-08-30T00:44:05.6765764Z [ 43%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.obj 2025-08-30T00:44:05.6768177Z [ 43%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_quantize_per_tensor.cpp.obj 2025-08-30T00:44:05.6770421Z [ 43%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_dequantize_per_tensor.cpp.obj 2025-08-30T00:44:05.6772429Z [ 43%] Linking CXX static library libkernels_util_all_deps.a 2025-08-30T00:44:05.6774398Z [ 44%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_quantized_add.cpp.obj 2025-08-30T00:44:05.6776032Z [ 44%] Built target kernels_util_all_deps 2025-08-30T00:44:05.6777804Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__clone_dim_order.cpp.obj 2025-08-30T00:44:05.6779926Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.obj 2025-08-30T00:44:05.6782037Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.obj 2025-08-30T00:44:05.6783748Z [ 45%] Linking CXX static library libetdump.a 2025-08-30T00:44:05.6784446Z [ 45%] Built target etdump 2025-08-30T00:44:05.6785789Z [ 45%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.obj 2025-08-30T00:44:05.6787758Z [ 45%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.obj 2025-08-30T00:44:05.6789607Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.obj 2025-08-30T00:44:05.6791515Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.obj 2025-08-30T00:44:05.6793018Z [ 46%] Linking CXX static library libcortex_m_kernels.a 2025-08-30T00:44:05.6794159Z [ 46%] Linking CXX static library libbundled_program.a 2025-08-30T00:44:05.6794926Z [ 46%] Built target cortex_m_kernels 2025-08-30T00:44:05.6795922Z [ 46%] Generating selected_operators.yaml for cortex_m_ops_lib 2025-08-30T00:44:05.6796771Z [ 46%] Built target bundled_program 2025-08-30T00:44:05.6798148Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.obj 2025-08-30T00:44:05.6799823Z [ 46%] Generating code for kernel registration 2025-08-30T00:44:05.6801444Z [ 46%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.obj 2025-08-30T00:44:05.6803458Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.obj 2025-08-30T00:44:05.6805396Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.obj 2025-08-30T00:44:05.6807415Z [ 47%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.obj 2025-08-30T00:44:05.6809488Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.obj 2025-08-30T00:44:05.6811678Z [ 48%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.obj 2025-08-30T00:44:05.6814224Z [ 49%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_ops_lib.dir/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-08-30T00:44:05.6816669Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.obj 2025-08-30T00:44:05.6818232Z [ 49%] Linking CXX static library libcortex_m_ops_lib.a 2025-08-30T00:44:05.6818940Z [ 49%] Built target cortex_m_ops_lib 2025-08-30T00:44:05.6820154Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.obj 2025-08-30T00:44:05.6822049Z [ 49%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.obj 2025-08-30T00:44:05.6823966Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.obj 2025-08-30T00:44:33.8085066Z [ 49%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.obj 2025-08-30T00:44:33.8086915Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.obj 2025-08-30T00:44:33.8088671Z [ 51%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.obj 2025-08-30T00:44:33.8090437Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.obj 2025-08-30T00:44:33.8092617Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.obj 2025-08-30T00:44:33.8094379Z [ 51%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.obj 2025-08-30T00:44:33.8096120Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.obj 2025-08-30T00:44:33.8098197Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.obj 2025-08-30T00:44:33.8100505Z [ 52%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.obj 2025-08-30T00:44:33.8102442Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.obj 2025-08-30T00:44:33.8104339Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.obj 2025-08-30T00:44:33.8106123Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.obj 2025-08-30T00:44:33.8107713Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.obj 2025-08-30T00:44:33.8109349Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.obj 2025-08-30T00:44:33.8111030Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.obj 2025-08-30T00:44:33.8112735Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.obj 2025-08-30T00:44:33.8114455Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.obj 2025-08-30T00:44:33.8115754Z [ 54%] Linking CXX static library libquantized_kernels.a 2025-08-30T00:44:33.8116467Z [ 54%] Built target quantized_kernels 2025-08-30T00:44:33.8117318Z [ 54%] Generating selected_operators.yaml for quantized_ops_lib 2025-08-30T00:44:33.8118286Z [ 55%] Generating code for kernel registration 2025-08-30T00:44:33.8119581Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.obj 2025-08-30T00:44:33.8121280Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.obj 2025-08-30T00:44:33.8122960Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.obj 2025-08-30T00:44:33.8124527Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.obj 2025-08-30T00:44:33.8126630Z [ 56%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-08-30T00:44:33.8128759Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.obj 2025-08-30T00:44:33.8130439Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.obj 2025-08-30T00:44:33.8131773Z [ 57%] Linking CXX static library libquantized_ops_lib.a 2025-08-30T00:44:33.8132444Z [ 57%] Built target quantized_ops_lib 2025-08-30T00:44:33.8133581Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.obj 2025-08-30T00:44:33.8135109Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.obj 2025-08-30T00:44:33.8136752Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.obj 2025-08-30T00:44:33.8138451Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.obj 2025-08-30T00:44:33.8140169Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.obj 2025-08-30T00:44:33.8141893Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.obj 2025-08-30T00:44:33.8143843Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.obj 2025-08-30T00:44:33.8145601Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.obj 2025-08-30T00:44:33.8147344Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.obj 2025-08-30T00:44:33.8149382Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.obj 2025-08-30T00:44:33.8151295Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.obj 2025-08-30T00:44:33.8153086Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.obj 2025-08-30T00:44:33.8154792Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.obj 2025-08-30T00:44:33.8156538Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.obj 2025-08-30T00:44:33.8158425Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.obj 2025-08-30T00:44:33.8160322Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.obj 2025-08-30T00:44:33.8162218Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.obj 2025-08-30T00:44:33.8164103Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.obj 2025-08-30T00:44:33.8166010Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.obj 2025-08-30T00:44:33.8167919Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.obj 2025-08-30T00:44:33.8169815Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.obj 2025-08-30T00:44:33.8171887Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.obj 2025-08-30T00:44:33.8173805Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.obj 2025-08-30T00:44:33.8182884Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.obj 2025-08-30T00:44:33.8184711Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.obj 2025-08-30T00:44:33.8186458Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.obj 2025-08-30T00:44:33.8188288Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.obj 2025-08-30T00:44:33.8190071Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.obj 2025-08-30T00:44:33.8191839Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.obj 2025-08-30T00:44:33.8193587Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.obj 2025-08-30T00:44:33.8195345Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.obj 2025-08-30T00:44:33.8197087Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.obj 2025-08-30T00:44:33.8198806Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.obj 2025-08-30T00:44:33.8200905Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.obj 2025-08-30T00:44:33.8202635Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.obj 2025-08-30T00:44:33.8204527Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.obj 2025-08-30T00:44:33.8206636Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.obj 2025-08-30T00:44:33.8208429Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.obj 2025-08-30T00:44:33.8210180Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.obj 2025-08-30T00:44:33.8212154Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.obj 2025-08-30T00:44:33.8214147Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.obj 2025-08-30T00:44:33.8216117Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.obj 2025-08-30T00:44:33.8218027Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.obj 2025-08-30T00:44:33.8219794Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.obj 2025-08-30T00:44:33.8221544Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.obj 2025-08-30T00:44:33.8223335Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.obj 2025-08-30T00:44:33.8225066Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.obj 2025-08-30T00:44:33.8227025Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.obj 2025-08-30T00:45:06.8740241Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.obj 2025-08-30T00:45:06.8742399Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.obj 2025-08-30T00:45:06.8744413Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.obj 2025-08-30T00:45:06.8746428Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.obj 2025-08-30T00:45:06.8748310Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.obj 2025-08-30T00:45:06.8750236Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.obj 2025-08-30T00:45:06.8752334Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.obj 2025-08-30T00:45:06.8754394Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.obj 2025-08-30T00:45:06.8756342Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.obj 2025-08-30T00:45:06.8758386Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.obj 2025-08-30T00:45:06.8760728Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.obj 2025-08-30T00:45:06.8762904Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.obj 2025-08-30T00:45:06.8764791Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.obj 2025-08-30T00:45:06.8766685Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.obj 2025-08-30T00:45:06.8768546Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.obj 2025-08-30T00:45:06.8770387Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.obj 2025-08-30T00:45:06.8772285Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.obj 2025-08-30T00:45:06.8774633Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.obj 2025-08-30T00:45:06.8776662Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.obj 2025-08-30T00:45:06.8778699Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.obj 2025-08-30T00:45:06.8781140Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.obj 2025-08-30T00:45:06.8783268Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.obj 2025-08-30T00:45:06.8785247Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.obj 2025-08-30T00:45:06.8787138Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.obj 2025-08-30T00:45:06.8789039Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.obj 2025-08-30T00:45:06.8790943Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.obj 2025-08-30T00:45:06.8792955Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.obj 2025-08-30T00:45:06.8795015Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.obj 2025-08-30T00:45:06.8797128Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.obj 2025-08-30T00:45:06.8799449Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.obj 2025-08-30T00:45:06.8801572Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.obj 2025-08-30T00:45:06.8803422Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.obj 2025-08-30T00:45:06.8805343Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.obj 2025-08-30T00:45:06.8807308Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.obj 2025-08-30T00:45:06.8809289Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.obj 2025-08-30T00:45:06.8811548Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.obj 2025-08-30T00:45:06.8813738Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.obj 2025-08-30T00:45:06.8815940Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.obj 2025-08-30T00:45:06.8817976Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.obj 2025-08-30T00:45:06.8819946Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.obj 2025-08-30T00:45:06.8821949Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.obj 2025-08-30T00:45:06.8824086Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.obj 2025-08-30T00:45:06.8826313Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.obj 2025-08-30T00:45:06.8828482Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.obj 2025-08-30T00:45:06.8830602Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.obj 2025-08-30T00:45:06.8832592Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.obj 2025-08-30T00:45:06.8834793Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.obj 2025-08-30T00:45:06.8836673Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.obj 2025-08-30T00:45:06.8838598Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.obj 2025-08-30T00:45:06.8840816Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.obj 2025-08-30T00:45:06.8842856Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.obj 2025-08-30T00:45:06.8844879Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.obj 2025-08-30T00:45:06.8846923Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.obj 2025-08-30T00:45:06.8848994Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.obj 2025-08-30T00:45:06.8851034Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.obj 2025-08-30T00:45:06.8853111Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.obj 2025-08-30T00:45:06.8854958Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.obj 2025-08-30T00:45:06.8856866Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.obj 2025-08-30T00:45:06.8858854Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.obj 2025-08-30T00:45:06.8860870Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.obj 2025-08-30T00:45:06.8862887Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.obj 2025-08-30T00:45:06.8864926Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.obj 2025-08-30T00:45:06.8867092Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.obj 2025-08-30T00:45:06.8869208Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.obj 2025-08-30T00:45:06.8871219Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.obj 2025-08-30T00:45:06.8873212Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.obj 2025-08-30T00:45:06.8875125Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.obj 2025-08-30T00:45:06.8876989Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.obj 2025-08-30T00:45:06.8878907Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.obj 2025-08-30T00:45:06.8880730Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.obj 2025-08-30T00:45:06.8882299Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.obj 2025-08-30T00:45:06.8884081Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.obj 2025-08-30T00:45:06.8886015Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.obj 2025-08-30T00:45:06.8888029Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.obj 2025-08-30T00:45:27.1727390Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.obj 2025-08-30T00:45:27.1728881Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.obj 2025-08-30T00:45:27.1731635Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.obj 2025-08-30T00:45:27.1733066Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.obj 2025-08-30T00:45:27.1734514Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.obj 2025-08-30T00:45:27.1736126Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.obj 2025-08-30T00:45:27.1737723Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d_aa.cpp.obj 2025-08-30T00:45:27.1739369Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.obj 2025-08-30T00:45:27.1740853Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.obj 2025-08-30T00:45:27.1742227Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.obj 2025-08-30T00:45:27.1743608Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.obj 2025-08-30T00:45:27.1744875Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.obj 2025-08-30T00:45:27.1746160Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.obj 2025-08-30T00:45:27.1747591Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_bool.cpp.obj 2025-08-30T00:45:27.1749405Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.obj 2025-08-30T00:45:27.1751321Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.obj 2025-08-30T00:45:27.1752918Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.obj 2025-08-30T00:45:27.1754457Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.obj 2025-08-30T00:45:27.1755940Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/arange_util.cpp.obj 2025-08-30T00:45:27.1757404Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.obj 2025-08-30T00:45:27.1759009Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.obj 2025-08-30T00:45:27.1760561Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.obj 2025-08-30T00:45:27.1762133Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.obj 2025-08-30T00:45:27.1763739Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.obj 2025-08-30T00:45:27.1765174Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.obj 2025-08-30T00:45:27.1766775Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.obj 2025-08-30T00:45:27.1768335Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.obj 2025-08-30T00:45:27.1769899Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.obj 2025-08-30T00:45:27.1771634Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.obj 2025-08-30T00:45:27.1773146Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.obj 2025-08-30T00:45:27.1774741Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.obj 2025-08-30T00:45:27.1776340Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.obj 2025-08-30T00:45:27.1777864Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.obj 2025-08-30T00:45:27.1779376Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.obj 2025-08-30T00:45:27.1780590Z [ 99%] Linking CXX static library libportable_kernels.a 2025-08-30T00:45:27.1781076Z [ 99%] Built target portable_kernels 2025-08-30T00:45:27.1781752Z [100%] Generating selected_operators.yaml for portable_ops_lib 2025-08-30T00:45:27.1782454Z [100%] Generating code for kernel registration 2025-08-30T00:45:27.1783700Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-08-30T00:45:27.1785038Z [100%] Linking CXX static library libportable_ops_lib.a 2025-08-30T00:45:27.1785494Z [100%] Built target portable_ops_lib 2025-08-30T00:45:27.1785930Z Install the project... 2025-08-30T00:45:27.1786293Z -- Install configuration: "Release" 2025-08-30T00:45:27.1786883Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libflatccrt.a 2025-08-30T00:45:27.1787776Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/fxdiv.h 2025-08-30T00:45:27.1788526Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libetdump.a 2025-08-30T00:45:27.1789352Z -- Up-to-date: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libflatccrt.a 2025-08-30T00:45:27.1790233Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libbundled_program.a 2025-08-30T00:45:27.1791137Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libkernels_util_all_deps.a 2025-08-30T00:45:27.1792126Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libportable_kernels.a 2025-08-30T00:45:27.1792988Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libportable_ops_lib.a 2025-08-30T00:45:27.1793984Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/kernels/portable/Functions.h 2025-08-30T00:45:27.1795264Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-08-30T00:45:27.1796385Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core 2025-08-30T00:45:27.1797340Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/array_ref.h 2025-08-30T00:45:27.1798407Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/data_loader.h 2025-08-30T00:45:27.1799806Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/defines.h 2025-08-30T00:45:27.1801189Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/error.h 2025-08-30T00:45:27.1802443Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/evalue.h 2025-08-30T00:45:27.1803630Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-08-30T00:45:27.1804830Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-08-30T00:45:27.1806414Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-08-30T00:45:27.1807762Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten 2025-08-30T00:45:27.1809003Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-08-30T00:45:27.1810442Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-08-30T00:45:27.1811885Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-08-30T00:45:27.1813523Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-08-30T00:45:27.1814945Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-08-30T00:45:27.1816139Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-08-30T00:45:27.1817352Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-08-30T00:45:27.1818715Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-08-30T00:45:27.1820076Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-08-30T00:45:27.1821515Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-08-30T00:45:27.1822861Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-08-30T00:45:27.1824126Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-08-30T00:45:27.1825360Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-08-30T00:45:27.1826498Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/function_ref.h 2025-08-30T00:45:27.1827681Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-08-30T00:45:27.1828884Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-08-30T00:45:27.1830029Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-08-30T00:45:27.1831140Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type 2025-08-30T00:45:27.1832311Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-08-30T00:45:27.1833570Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-08-30T00:45:27.1834844Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-08-30T00:45:27.1836064Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-08-30T00:45:27.1837223Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-08-30T00:45:27.1838470Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-08-30T00:45:27.1839788Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-08-30T00:45:27.1841262Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-08-30T00:45:27.1842785Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-08-30T00:45:27.1845024Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-08-30T00:45:27.1846603Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-08-30T00:45:27.1848028Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-08-30T00:45:27.1849467Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-08-30T00:45:27.1850859Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-08-30T00:45:27.1852371Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-08-30T00:45:27.1853774Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-08-30T00:45:27.1855122Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-08-30T00:45:27.1856475Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-08-30T00:45:27.1857875Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-08-30T00:45:27.1859233Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-08-30T00:45:27.1860627Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-08-30T00:45:27.1861940Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/llvmMathExtras.h 2025-08-30T00:45:27.1863323Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/overflows.h 2025-08-30T00:45:27.1864624Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/safe_numerics.h 2025-08-30T00:45:27.1865847Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/torch 2025-08-30T00:45:27.1867040Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/torch/headeronly 2025-08-30T00:45:27.1868321Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2025-08-30T00:45:27.1869676Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Export.h 2025-08-30T00:45:27.1871101Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Macros.h 2025-08-30T00:45:27.1872462Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2025-08-30T00:45:27.1873809Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/BFloat16.h 2025-08-30T00:45:27.1875205Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/Half.h 2025-08-30T00:45:27.1876638Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/TypeSafeSignMath.h 2025-08-30T00:45:27.1878112Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/bit_cast.h 2025-08-30T00:45:27.1879603Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/complex.h 2025-08-30T00:45:27.1881068Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/floating_point_utils.h 2025-08-30T00:45:27.1882507Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-08-30T00:45:27.1883761Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-08-30T00:45:27.1885072Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-08-30T00:45:27.1886193Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-08-30T00:45:27.1887436Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-08-30T00:45:27.1888691Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-08-30T00:45:27.1889896Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-08-30T00:45:27.1891059Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-08-30T00:45:27.1892343Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-08-30T00:45:27.1893529Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-08-30T00:45:27.1894764Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-08-30T00:45:27.1896014Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/portable_type/test 2025-08-30T00:45:27.1897106Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/result.h 2025-08-30T00:45:27.1898098Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/span.h 2025-08-30T00:45:27.1899001Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/tag.h 2025-08-30T00:45:27.1900134Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-08-30T00:45:27.1901386Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-08-30T00:45:27.1902549Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/test 2025-08-30T00:45:27.1903504Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/testing_util 2025-08-30T00:45:27.1904725Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/testing_util/error_matchers.h 2025-08-30T00:45:27.1906005Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/core/testing_util/test 2025-08-30T00:45:27.1906975Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/executor 2025-08-30T00:45:27.2077645Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/executor/memory_manager.h 2025-08-30T00:45:27.2079111Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/executor/merged_data_map.h 2025-08-30T00:45:27.2080170Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/executor/method.h 2025-08-30T00:45:27.2081347Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/executor/method_meta.h 2025-08-30T00:45:27.2082477Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/executor/platform_memory_allocator.h 2025-08-30T00:45:27.2083574Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/executor/program.h 2025-08-30T00:45:27.2084685Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/executor/pte_data_map.h 2025-08-30T00:45:27.2085747Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/executor/tensor_parser.h 2025-08-30T00:45:27.2086741Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/executor/test 2025-08-30T00:45:27.2087831Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/executor/test/managed_memory_manager.h 2025-08-30T00:45:27.2088881Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/kernel 2025-08-30T00:45:27.2089859Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-08-30T00:45:27.2090972Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-08-30T00:45:27.2092179Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-08-30T00:45:27.2093190Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/kernel/test 2025-08-30T00:45:27.2094199Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-08-30T00:45:27.2095399Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-08-30T00:45:27.2096450Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform 2025-08-30T00:45:27.2097373Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/abort.h 2025-08-30T00:45:27.2098355Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/assert.h 2025-08-30T00:45:27.2099636Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/clock.h 2025-08-30T00:45:27.2100664Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-08-30T00:45:27.2101709Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/compiler.h 2025-08-30T00:45:27.2102689Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/default 2025-08-30T00:45:27.2103648Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/log.h 2025-08-30T00:45:27.2104627Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/platform.h 2025-08-30T00:45:27.2105621Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/profiler.h 2025-08-30T00:45:27.2106619Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/runtime.h 2025-08-30T00:45:27.2107603Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/system.h 2025-08-30T00:45:27.2108561Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/test 2025-08-30T00:45:27.2109554Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-08-30T00:45:27.2110633Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-08-30T00:45:27.2111809Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/runtime/platform/types.h 2025-08-30T00:45:27.2112766Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/kernel_util 2025-08-30T00:45:27.2114205Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-08-30T00:45:27.2115552Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-08-30T00:45:27.2116621Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/kernel_util/test 2025-08-30T00:45:27.2117661Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-08-30T00:45:27.2118650Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/tensor 2025-08-30T00:45:27.2119579Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/tensor/tensor.h 2025-08-30T00:45:27.2120622Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-08-30T00:45:27.2121678Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-08-30T00:45:27.2122752Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-08-30T00:45:27.2123777Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/tensor/test 2025-08-30T00:45:27.2124694Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/threadpool 2025-08-30T00:45:27.2125718Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-08-30T00:45:27.2126770Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/threadpool/test 2025-08-30T00:45:27.2127813Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-08-30T00:45:27.2128939Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-08-30T00:45:27.2129884Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libexecutorch.a 2025-08-30T00:45:27.2130704Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libexecutorch_core.a 2025-08-30T00:45:27.2131904Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-08-30T00:45:27.2132855Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libexecutorch_delegate_ethos_u.a 2025-08-30T00:45:27.2133702Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libcortex_m_kernels.a 2025-08-30T00:45:27.2142335Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libcortex_m_ops_lib.a 2025-08-30T00:45:27.2143321Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-08-30T00:45:27.2144438Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-08-30T00:45:27.2145456Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libextension_runner_util.a 2025-08-30T00:45:27.2146341Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/runner_util 2025-08-30T00:45:27.2147331Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/runner_util/inputs.h 2025-08-30T00:45:27.2148351Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/extension/runner_util/test 2025-08-30T00:45:27.2149346Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libquantized_kernels.a 2025-08-30T00:45:27.2150247Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/libquantized_ops_lib.a 2025-08-30T00:45:27.2151238Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-08-30T00:45:27.2152328Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-08-30T00:45:27.2153454Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/cmake/ExecuTorch/ExecuTorchTargets.cmake 2025-08-30T00:45:27.2154506Z -- Installing: /pytorch/executorch/arm_test/test_model/cmake-out/lib/cmake/ExecuTorch/ExecuTorchTargets-release.cmake 2025-08-30T00:45:27.2155224Z + set +x 2025-08-30T00:45:27.2155566Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-08-30T00:45:27.2156326Z -rw-r--r--. 1 ci-user ci-user 156260 Aug 30 00:43 arm_test/test_model/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-08-30T00:45:27.2157313Z -rw-r--r--. 1 ci-user ci-user 261706 Aug 30 00:43 arm_test/test_model/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-08-30T00:45:27.2158351Z -rw-r--r--. 1 ci-user ci-user 682016 Aug 30 00:43 arm_test/test_model/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-08-30T00:45:27.2159345Z -rw-r--r--. 1 ci-user ci-user 20994 Aug 30 00:43 arm_test/test_model/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-08-30T00:45:27.2160256Z -rw-r--r--. 1 ci-user ci-user 22644 Aug 30 00:44 arm_test/test_model/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-08-30T00:45:42.2931510Z -rw-r--r--. 1 ci-user ci-user 14112 Aug 30 00:44 arm_test/test_model/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-08-30T00:45:42.2933454Z -rw-r--r--. 1 ci-user ci-user 45288 Aug 30 00:44 arm_test/test_model/cmake-out/devtools/etdump/libetdump.a 2025-08-30T00:45:42.2935286Z -rw-r--r--. 1 ci-user ci-user 16446 Aug 30 00:44 arm_test/test_model/cmake-out/devtools/bundled_program/libbundled_program.a 2025-08-30T00:45:42.2937590Z -rw-r--r--. 1 ci-user ci-user 397650 Aug 30 00:43 arm_test/test_model/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-08-30T00:45:42.2939486Z -rw-r--r--. 1 ci-user ci-user 10605266 Aug 30 00:45 arm_test/test_model/cmake-out/kernels/portable/libportable_kernels.a 2025-08-30T00:45:42.2941258Z -rw-r--r--. 1 ci-user ci-user 293462 Aug 30 00:45 arm_test/test_model/cmake-out/kernels/portable/libportable_ops_lib.a 2025-08-30T00:45:42.2942997Z -rw-r--r--. 1 ci-user ci-user 288536 Aug 30 00:44 arm_test/test_model/cmake-out/kernels/quantized/libquantized_kernels.a 2025-08-30T00:45:42.2944842Z -rw-r--r--. 1 ci-user ci-user 36528 Aug 30 00:44 arm_test/test_model/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-08-30T00:45:42.2946568Z -rw-r--r--. 1 ci-user ci-user 130044 Aug 30 00:43 arm_test/test_model/cmake-out/_deps/cmsis_nn-build/libcmsis-nn.a 2025-08-30T00:45:42.2948390Z -rw-r--r--. 1 ci-user ci-user 9908 Aug 30 00:43 arm_test/test_model/cmake-out/extension/runner_util/libextension_runner_util.a 2025-08-30T00:45:42.2950058Z -rw-r--r--. 1 ci-user ci-user 204742 Aug 30 00:43 arm_test/test_model/cmake-out/libexecutorch_core.a 2025-08-30T00:45:42.2951469Z -rw-r--r--. 1 ci-user ci-user 65652 Aug 30 00:43 arm_test/test_model/cmake-out/libexecutorch.a 2025-08-30T00:45:42.2952855Z -rw-r--r--. 1 ci-user ci-user 172784 Aug 30 00:43 arm_test/test_model/cmake-out/lib/libflatccrt.a 2025-08-30T00:45:42.2954234Z -rw-r--r--. 1 ci-user ci-user 45288 Aug 30 00:44 arm_test/test_model/cmake-out/lib/libetdump.a 2025-08-30T00:45:42.2955657Z -rw-r--r--. 1 ci-user ci-user 16446 Aug 30 00:44 arm_test/test_model/cmake-out/lib/libbundled_program.a 2025-08-30T00:45:42.2957182Z -rw-r--r--. 1 ci-user ci-user 397650 Aug 30 00:43 arm_test/test_model/cmake-out/lib/libkernels_util_all_deps.a 2025-08-30T00:45:42.2958760Z -rw-r--r--. 1 ci-user ci-user 10605266 Aug 30 00:45 arm_test/test_model/cmake-out/lib/libportable_kernels.a 2025-08-30T00:45:42.2960726Z -rw-r--r--. 1 ci-user ci-user 293462 Aug 30 00:45 arm_test/test_model/cmake-out/lib/libportable_ops_lib.a 2025-08-30T00:45:42.2962184Z -rw-r--r--. 1 ci-user ci-user 65652 Aug 30 00:43 arm_test/test_model/cmake-out/lib/libexecutorch.a 2025-08-30T00:45:42.2963640Z -rw-r--r--. 1 ci-user ci-user 204742 Aug 30 00:43 arm_test/test_model/cmake-out/lib/libexecutorch_core.a 2025-08-30T00:45:42.2965390Z -rw-r--r--. 1 ci-user ci-user 20994 Aug 30 00:43 arm_test/test_model/cmake-out/lib/libexecutorch_delegate_ethos_u.a 2025-08-30T00:45:42.2966995Z -rw-r--r--. 1 ci-user ci-user 22644 Aug 30 00:44 arm_test/test_model/cmake-out/lib/libcortex_m_kernels.a 2025-08-30T00:45:42.2968473Z -rw-r--r--. 1 ci-user ci-user 14112 Aug 30 00:44 arm_test/test_model/cmake-out/lib/libcortex_m_ops_lib.a 2025-08-30T00:45:42.2969974Z -rw-r--r--. 1 ci-user ci-user 9908 Aug 30 00:43 arm_test/test_model/cmake-out/lib/libextension_runner_util.a 2025-08-30T00:45:42.2971615Z -rw-r--r--. 1 ci-user ci-user 288536 Aug 30 00:44 arm_test/test_model/cmake-out/lib/libquantized_kernels.a 2025-08-30T00:45:42.2973124Z -rw-r--r--. 1 ci-user ci-user 36528 Aug 30 00:44 arm_test/test_model/cmake-out/lib/libquantized_ops_lib.a 2025-08-30T00:45:42.2974239Z [Test model: 106.37 s] Build needed executorch libs 2025-08-30T00:45:42.2975252Z test_arm_baremetal.sh test_models_ethos-u85: Test ethos-u target Ethos-U85 2025-08-30T00:45:42.2978526Z CALL: python3 -m examples.arm.aot_arm_compiler --delegate --quantize --bundleio --intermediate=arm_test/test_model/mv2_arm_delegate_ethos-u85-256 --model_name=mv2 --target=ethos-u85-256 --output=arm_test/test_model/mv2_arm_delegate_ethos-u85-256 --system_config=Ethos_U85_SYS_DRAM_Mid --memory_mode=Dedicated_Sram_384KB 2025-08-30T00:45:42.2982094Z [WARNING 2025-08-30 00:45:32,655 aot_arm_compiler.py:103] Using a model from examples/models not all of these are currently supported 2025-08-30T00:45:42.2984281Z Downloading: "https://download.pytorch.org/models/mobilenet_v2-7ebf99e0.pth" to /var/lib/ci-user/.cache/torch/hub/checkpoints/mobilenet_v2-7ebf99e0.pth 2025-08-30T00:45:42.2986004Z 2025-08-30T00:45:42.2986212Z 0% 0.00/13.6M [00:00 2025-08-30T00:46:50.9081195Z Total DRAM bandwidth per input 11.87 MB/inference (batch size 1) 2025-08-30T00:46:50.9081566Z 2025-08-30T00:46:50.9081757Z Neural network macs 300987520 MACs/batch 2025-08-30T00:46:50.9082087Z 2025-08-30T00:46:50.9082266Z Info: The numbers below are internal compiler estimates. 2025-08-30T00:46:50.9083386Z For performance numbers the compiled network should be run on an FVP Model or FPGA. 2025-08-30T00:46:50.9084227Z 2025-08-30T00:46:50.9084582Z Network Tops/s 0.09 Tops/s 2025-08-30T00:46:50.9084955Z 2025-08-30T00:46:50.9085135Z NPU cycles 5275334 cycles/batch 2025-08-30T00:46:50.9085601Z SRAM Access cycles 1069823 cycles/batch 2025-08-30T00:46:50.9086103Z DRAM Access cycles 5499423 cycles/batch 2025-08-30T00:46:50.9086607Z On-chip Flash Access cycles 0 cycles/batch 2025-08-30T00:46:50.9087145Z Off-chip Flash Access cycles 0 cycles/batch 2025-08-30T00:46:50.9087671Z Total cycles 6814196 cycles/batch 2025-08-30T00:46:50.9087963Z 2025-08-30T00:46:50.9088198Z Batch Inference time 6.81 ms, 146.75 inferences/s (batch size 1) 2025-08-30T00:46:50.9088565Z 2025-08-30T00:46:50.9088681Z Traceback (most recent call last): 2025-08-30T00:46:50.9089207Z File "/opt/conda/envs/py_3.10/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2025-08-30T00:46:50.9090066Z return _run_code(code, main_globals, None, 2025-08-30T00:46:50.9090580Z File "/opt/conda/envs/py_3.10/lib/python3.10/runpy.py", line 86, in _run_code 2025-08-30T00:46:50.9091068Z exec(code, run_globals) 2025-08-30T00:46:50.9091676Z File "/pytorch/executorch/examples/arm/aot_arm_compiler.py", line 850, in 2025-08-30T00:46:50.9092266Z edge = transform_for_cortex_m_backend(edge, args) 2025-08-30T00:46:50.9093061Z File "/pytorch/executorch/examples/arm/aot_arm_compiler.py", line 809, in transform_for_cortex_m_backend 2025-08-30T00:46:50.9093750Z if args.enable_qdq_fusion_pass.lower() == "true": 2025-08-30T00:46:50.9094212Z AttributeError: 'bool' object has no attribute 'lower' 2025-08-30T00:46:50.9095867Z ERROR called: python3 -m examples.arm.aot_arm_compiler --delegate --quantize --bundleio --intermediate=arm_test/test_model/mv2_arm_delegate_ethos-u85-256 --model_name=mv2 --target=ethos-u85-256 --output=arm_test/test_model/mv2_arm_delegate_ethos-u85-256 --system_config=Ethos_U85_SYS_DRAM_Mid --memory_mode=Dedicated_Sram_384KB 2025-08-30T00:46:50.9097426Z Failed with: 1 2025-08-30T00:46:50.9097704Z main() 2025-08-30T00:46:50.9098490Z File "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py", line 98, in main 2025-08-30T00:46:50.9099592Z run_cmd_or_die(f"docker exec -t {container_name} /exec") 2025-08-30T00:46:50.9100519Z File "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py", line 39, in run_cmd_or_die 2025-08-30T00:46:50.9101489Z raise RuntimeError(f"Command {cmd} failed with exit code {exit_code}") 2025-08-30T00:46:50.9102435Z RuntimeError: Command docker exec -t 925d4b421f6780bac7dc44b948ff0306bdb647d3e5881b1cced6948d8d9f0f64 /exec failed with exit code 1 2025-08-30T00:46:50.9161645Z ##[error]Process completed with exit code 1. 2025-08-30T00:46:50.9227128Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-08-30T00:46:50.9227835Z with: 2025-08-30T00:46:50.9228175Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:46:50.9228597Z fail-on-empty: false 2025-08-30T00:46:50.9228857Z env: 2025-08-30T00:46:50.9229148Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:46:50.9229578Z REPOSITORY: pytorch/executorch 2025-08-30T00:46:50.9229872Z PR_NUMBER: 2025-08-30T00:46:50.9232398Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:46:50.9235113Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:46:50.9235750Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:46:50.9236362Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:46:50.9236776Z ##[endgroup] 2025-08-30T00:46:50.9913270Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-08-30T00:46:50.9913936Z # Only do these steps if we actually want to upload an artifact 2025-08-30T00:46:50.9914450Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-08-30T00:46:50.9915042Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-08-30T00:46:50.9915728Z  # attempt to just grab whatever is in there and scoop it all up 2025-08-30T00:46:50.9916265Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-08-30T00:46:50.9916893Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-08-30T00:46:50.9917269Z  fi 2025-08-30T00:46:50.9917564Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-08-30T00:46:50.9918064Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-08-30T00:46:50.9918497Z  fi 2025-08-30T00:46:50.9918778Z fi 2025-08-30T00:46:50.9918988Z  2025-08-30T00:46:50.9919216Z upload_docs=0 2025-08-30T00:46:50.9919640Z # Check if there are files in the documentation folder to upload, note that 2025-08-30T00:46:50.9920152Z # empty folders do not count 2025-08-30T00:46:50.9920640Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-08-30T00:46:50.9921307Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-08-30T00:46:50.9921854Z  # upload will probably not work correctly 2025-08-30T00:46:50.9922228Z  upload_docs=1 2025-08-30T00:46:50.9922497Z fi 2025-08-30T00:46:50.9922826Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-08-30T00:46:50.9933251Z shell: /usr/bin/bash -e {0} 2025-08-30T00:46:50.9933541Z env: 2025-08-30T00:46:50.9933857Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:46:50.9934290Z REPOSITORY: pytorch/executorch 2025-08-30T00:46:50.9934603Z PR_NUMBER: 2025-08-30T00:46:50.9937073Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:46:50.9939771Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:46:50.9940459Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:46:50.9941065Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:46:50.9941500Z UPLOAD_ARTIFACT_NAME: 2025-08-30T00:46:50.9941777Z ##[endgroup] 2025-08-30T00:46:51.0046153Z Prepare all required actions 2025-08-30T00:46:51.0086069Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-08-30T00:46:51.0086473Z with: 2025-08-30T00:46:51.0086673Z env: 2025-08-30T00:46:51.0086984Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:46:51.0087400Z REPOSITORY: pytorch/executorch 2025-08-30T00:46:51.0087713Z PR_NUMBER: 2025-08-30T00:46:51.0090240Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:46:51.0093055Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:46:51.0093696Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:46:51.0094312Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:46:51.0094730Z ##[endgroup] 2025-08-30T00:46:51.0122292Z ##[group]Run set -eou pipefail 2025-08-30T00:46:51.0122644Z set -eou pipefail 2025-08-30T00:46:51.0122933Z  2025-08-30T00:46:51.0123329Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-08-30T00:46:51.0123980Z for _ in $(seq 1440); do 2025-08-30T00:46:51.0124336Z  # Break if no ssh session exists anymore 2025-08-30T00:46:51.0124758Z  if [ "$(who)" = "" ]; then 2025-08-30T00:46:51.0125075Z  break 2025-08-30T00:46:51.0125328Z  fi 2025-08-30T00:46:51.0125567Z  echo "." 2025-08-30T00:46:51.0125839Z  sleep 5 2025-08-30T00:46:51.0126096Z done 2025-08-30T00:46:51.0132501Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:46:51.0132920Z env: 2025-08-30T00:46:51.0133231Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:46:51.0133660Z REPOSITORY: pytorch/executorch 2025-08-30T00:46:51.0133956Z PR_NUMBER: 2025-08-30T00:46:51.0136430Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:46:51.0139153Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:46:51.0139803Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:46:51.0140407Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:46:51.0140832Z ##[endgroup] 2025-08-30T00:46:51.0166731Z Holding runner for 2 hours until all ssh sessions have logged out 2025-08-30T00:46:51.0255621Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-08-30T00:46:51.0256309Z # ignore expansion of "docker ps -q" since it could be empty 2025-08-30T00:46:51.0256787Z # shellcheck disable=SC2046 2025-08-30T00:46:51.0257145Z docker stop $(docker ps -q) || true 2025-08-30T00:46:51.0257536Z # Prune all of the docker images 2025-08-30T00:46:51.0257880Z docker system prune -af 2025-08-30T00:46:51.0264237Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:46:51.0264796Z env: 2025-08-30T00:46:51.0265115Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:46:51.0265530Z REPOSITORY: pytorch/executorch 2025-08-30T00:46:51.0265841Z PR_NUMBER: 2025-08-30T00:46:51.0268315Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:46:51.0271023Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:46:51.0271662Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:46:51.0272275Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:46:51.0272691Z ##[endgroup] 2025-08-30T00:47:01.7057578Z 925d4b421f67 2025-08-30T00:47:02.4522373Z Deleted Containers: 2025-08-30T00:47:02.4522925Z 925d4b421f6780bac7dc44b948ff0306bdb647d3e5881b1cced6948d8d9f0f64 2025-08-30T00:47:02.4523442Z 2025-08-30T00:47:06.1237159Z Deleted Images: 2025-08-30T00:47:06.1238421Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image:executorch-ubuntu-22.04-arm-sdk-4fe38709c751da5b427f795705fec131dcfd7795 2025-08-30T00:47:06.1240686Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/ci-image@sha256:3aefac17b476c44e5abf277e6391464aa8120b3322f76e53ec2be306da657cdb 2025-08-30T00:47:06.1242460Z deleted: sha256:d192ebf90c5382892d3ae45a6266aa0f9f5642f07abd6cad1d15a9e1b3d6291a 2025-08-30T00:47:06.1243203Z deleted: sha256:1fdbebf8d5624d723f8257e8cea7ea45cb0d217037dcbe2487ada9854c91c5df 2025-08-30T00:47:06.1243962Z deleted: sha256:271fbf9d327ab8dfd3b72991040437ca90c6883ad1c34affb4b079b04d72c4a9 2025-08-30T00:47:06.1244673Z deleted: sha256:5ca412372576814f61c1d98ff8079d7aca8d303df8719b5ba46cbe32c8f3a140 2025-08-30T00:47:06.1245406Z deleted: sha256:2fdab68ed672cb4a61c130dae8f9d819adb739d60cd9c4d09b0ae0406e724250 2025-08-30T00:47:06.1246141Z deleted: sha256:3b2911ecd9a6e7c236574d844dd3e6f18879df0ca6df5116d929d1c9f05dc8f0 2025-08-30T00:47:06.1246842Z deleted: sha256:1212138a4500b00391bfe07319a7da325e270f0baa05fa32a9cd6ab88b5ba41d 2025-08-30T00:47:06.1247562Z deleted: sha256:3c1e8b38ebe40edc7a014b4263dd18c2f86b4a55896574a6f41f2b49a8789be4 2025-08-30T00:47:06.1248274Z deleted: sha256:8c30cd8f85e4e984f5510e8f4274c467d0e6ca628695052787edf32ae2c46347 2025-08-30T00:47:06.1248978Z deleted: sha256:32b57df6a8418af217956fbe26b41e880298077237fb21c046313631ceeab611 2025-08-30T00:47:06.1249706Z deleted: sha256:cda9daeb314f839e3fe62cfc14d11ab49a9e1d980d2d6f138fbf3f4a86817cc3 2025-08-30T00:47:06.1250429Z deleted: sha256:87ce6f8bafc74a8fa607825476243187499ae6406a7592413795d2b01f396c9f 2025-08-30T00:47:06.1251144Z deleted: sha256:f8288daef7363a46828617e1a362d34b66e60dde7e3ea0ebf06b0f5ef0e7af92 2025-08-30T00:47:06.1251941Z deleted: sha256:465c1a191d9048d37e81ecc7bb2f88965b1af82be09be1f875b6e7cc85d2dc0c 2025-08-30T00:47:06.1252684Z deleted: sha256:eba9fb8587f89c6a2fa6ad61bbde1578adc02547dabaf8760dc0b08f7c71f989 2025-08-30T00:47:06.1253411Z deleted: sha256:b4a352f6fd325261149acc6cdb46d491d8234b1f8f7d6ef5fda399f9db2a0620 2025-08-30T00:47:06.1254150Z deleted: sha256:f330a3f290a768ffdc92e23a8b08ae5cde429be1a2bff6a12716a53a906bb70a 2025-08-30T00:47:06.1254885Z deleted: sha256:f5a72b39daf1d0052a5288c5a335370b91e8dc3358417e29247ea0f111409326 2025-08-30T00:47:06.1255588Z deleted: sha256:8875e0d73706caa8a37aaa04186e9efc80233cf6c37e2e31624ad8e7abe894fd 2025-08-30T00:47:06.1256318Z deleted: sha256:a75e00f394ce9fcd0f21f317ebec8f64b554d3c9364a7558a7a67ad2879c065f 2025-08-30T00:47:06.1257250Z deleted: sha256:6f148231a6a5ec1745d01e7bd85fcffc78613acae92d8c40c8050a956893888b 2025-08-30T00:47:06.1257990Z deleted: sha256:75d50cc2bfe70cf14659bc4eeb5c2c971377c7eb3919a3924efce45d2dbc53b7 2025-08-30T00:47:06.1258700Z deleted: sha256:81401ab4467c26d1530e7014f24291e857c1ec536c89bfb52d38da62fb7b8fbf 2025-08-30T00:47:06.1259408Z deleted: sha256:9290cb3b37c3e7934ae514b2fe6b4732ab673af16990117a999d298172a46df8 2025-08-30T00:47:06.1260196Z deleted: sha256:f529e572f58c6f2a4e47c4e9a4e1b99e24a4dfac85ce4f784d7535ebe03acdff 2025-08-30T00:47:06.1261445Z deleted: sha256:bdb956da5d52e38065260d9f58fd1f51a877194f376a81df614aec857d40d1fd 2025-08-30T00:47:06.1262284Z deleted: sha256:2b1a669b26fdce0a37e76417724f45a58c65dbeaa26fce76bcc69ba7a514f0f7 2025-08-30T00:47:06.1279634Z deleted: sha256:2e9ad333018f9be87639fae9502d3d81dd04c9f20e21ab15c729391e7aa06aa8 2025-08-30T00:47:06.1280528Z deleted: sha256:15a0e9df176ee124dc52f3d772762a54970bf5e128d554d363c17ac7b9da1110 2025-08-30T00:47:06.1281246Z deleted: sha256:dff9fb74f21400466d752995567f5507fe99599f1c9148d49497bb561430c705 2025-08-30T00:47:06.1281978Z deleted: sha256:127e90a18629b6ba766173b27a0c38ac78665f0564404a6b0f27965628700d5a 2025-08-30T00:47:06.1282680Z deleted: sha256:d3f2ae00aba50958b92d820b3f69673b067de0b03c7d6401e299dea26b2deea5 2025-08-30T00:47:06.1283433Z deleted: sha256:f7ba66fefa8f7d9ac6cfdbf836fd8aef708a3d639bd49dae98316f142a73c120 2025-08-30T00:47:06.1284169Z deleted: sha256:ed6094b9f200ed16cc8c5cb1b426ad18c6c59c6618788d46199e4d811b2f16e2 2025-08-30T00:47:06.1284892Z deleted: sha256:41027d2ed99ba19a46a14f646f34b19a607a7eebcbf80c50252961c40b7edd8e 2025-08-30T00:47:06.1285783Z deleted: sha256:80c0401ddd7aee05ed0bccbed45ae796f66ca19e5a0cc9482fa852fee83fcfec 2025-08-30T00:47:06.1286507Z deleted: sha256:66b9051b21bb4e3d4ea42741185051269cac016b0602a8a45b2b003fc8c89213 2025-08-30T00:47:06.1287225Z deleted: sha256:07587de2057dbcfd0c6be82d4529a9ff0466a816c8500a2538dc6eef05811581 2025-08-30T00:47:06.1287930Z deleted: sha256:9f17578583e6d26deb035968d68f27f59ad98ea2834b9358c718567ce47c4887 2025-08-30T00:47:06.1288646Z deleted: sha256:8a0761a94ff914bce258cefa9d8202b590f571c5528b31c27532717b40e3e31a 2025-08-30T00:47:06.1289369Z deleted: sha256:90a2bf02e851326fc70d05470553ed33e578342d6e06bfa0cfaf331c4079b7e4 2025-08-30T00:47:06.1289791Z 2025-08-30T00:47:06.1289924Z Total reclaimed space: 14.66GB 2025-08-30T00:47:06.1323858Z ##[group]Run set +e 2025-08-30T00:47:06.1324161Z set +e 2025-08-30T00:47:06.1324432Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-08-30T00:47:06.1324880Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-08-30T00:47:06.1325283Z else 2025-08-30T00:47:06.1325590Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-08-30T00:47:06.1325954Z fi 2025-08-30T00:47:06.1326186Z set -e 2025-08-30T00:47:06.1335045Z shell: /usr/bin/bash -e {0} 2025-08-30T00:47:06.1335358Z env: 2025-08-30T00:47:06.1335667Z DOCKER_IMAGE: ci-image:executorch-ubuntu-22.04-arm-sdk 2025-08-30T00:47:06.1336106Z REPOSITORY: pytorch/executorch 2025-08-30T00:47:06.1336420Z PR_NUMBER: 2025-08-30T00:47:06.1338941Z 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_models_ethos-u85 # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-08-30T00:47:06.1341663Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-08-30T00:47:06.1342315Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-08-30T00:47:06.1342926Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-08-30T00:47:06.1343344Z NO_SUDO: false 2025-08-30T00:47:06.1343590Z ##[endgroup] 2025-08-30T00:47:07.9786512Z Post job cleanup. 2025-08-30T00:47:08.0943953Z Post job cleanup. 2025-08-30T00:47:08.2032620Z [command]/usr/bin/git version 2025-08-30T00:47:08.2079798Z git version 2.47.1 2025-08-30T00:47:08.2129931Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b5033c20-d31e-4e16-b697-c63fb3cf6478' before making global git config changes 2025-08-30T00:47:08.2131988Z Adding repository directory to the temporary git global config as a safe directory 2025-08-30T00:47:08.2137355Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-08-30T00:47:08.2182600Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-30T00:47:08.2217427Z [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-08-30T00:47:08.2554001Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-30T00:47:08.2577134Z http.https://github.com/.extraheader 2025-08-30T00:47:08.2589690Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-08-30T00:47:08.2623770Z [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-08-30T00:47:08.3012823Z A job completed hook has been configured by the self-hosted runner administrator 2025-08-30T00:47:08.3041242Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-08-30T00:47:08.3047254Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-30T00:47:08.3047670Z ##[endgroup] 2025-08-30T00:47:08.3149068Z [!ALERT!] Swap in detected! [!ALERT!] 2025-08-30T00:47:21.0407023Z [!ALERT!] Swap out detected [!ALERT!] 2025-08-30T00:47:41.6290124Z Cleaning up orphan processes